Blog (sk)
Adobe AIR v Prahe
There are no translations available, showing the original:

V pondelok 9. júna 2008 sme boli v Prahe na Adobe AIR tour.
Read more...
 
Pingpongová liga
There are no translations available, showing the original:

PingPongová liga sa stala v našej firme už pravidelná a tu je prehľad doterajších výsledkov.
Read more...
 
Ako sa vysporiadat s medzerami v nazvoch suborov - bash
There are no translations available, showing the original:

export IFS=$'\n'
DIR=/tmp/download/
cd $DIR
for file in $(find . -maxdepth 2 -type d ); do echo $file;done
 
Ako zmenit pozadia v gnome (pravidelne)
There are no translations available, showing the original:

Na rozdiel od kde, ktore ma defaultne zabudovany menic obrazkov na pozadi, v gnome som na priatelkynom pc nic take nenasiel. Takze trocha googlovat a skipt je hotovy.

#!/bin/bash
# $Id: change_gnome_wallpaper,v 1.1 2008/05/29 10:23:52 cvsoernii Exp $
DIR=/net/192.168.1.100/raid/fotky/_vytlacit/
FILE=$(for i in `find $DIR -type f`; do echo "$RANDOM $i"; done |sort|head -n1|cut -f2 -d" ")
gconftool-2 -s /desktop/gnome/background/picture_filename $FILE -t string
staci ho supnut do pravidelneho crontabu pouzivatela > crontab -e

a tam napisat napriklad:

*/5 * * * * /home/user/change_gnome_wallpaper
 
Ako otestovat rychlost diskov - testspeed
There are no translations available, showing the original:

# Write
sync; time bash -c "dd if=/dev/zero bs=1024k count=2048 of=/dev/bigraid/testspeed; sync"
# Read
sync; time bash -c "dd of=/dev/zero bs=1024k count=2048 if=/dev/bigraid/testspeed; sync"
 
<< Start < Prev 1 2 Next > End >>

Results 10 - 18 of 18