sobota 26. decembra 2009

nedeľa 20. decembra 2009

nieco na pocuvanie

Danky:
http://www.poo.sk/angakkut_-_syrinx.mp3
http://www.poo.sk/one_div_x_-_sleeping_with_cuts.mp3
http://www.poo.sk/angakkut_-_white_fog.mp3

pondelok 30. novembra 2009

Mounting Samba share

mount -t smbfs -o username=,password= //sambashare /mountpoint

smbfs will be repalced by cifs

mount -t cifs -o username=,password= //sambashare /mountpoint

nedeľa 29. novembra 2009

mount iso image

mount -o loop -t iso9660 /path/to/iso/Image.iso /mnt/ddd

piatok 6. novembra 2009

GkrellM basic setup

Proc: \w88\a$p\f procs\n\e$u\f users
Disk : $r\r$w\n\fR\r\fW
Net : $r\r$t\n\fR\r\fT

streda 21. októbra 2009

Rapidshare downloads with wget

1) we must save cookie to lokal file
wget --save-cookies=/Path/to/cookie/file -q --post-data="login=user&password=password" https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi

2)Save list of rapidshare links to file for example abc

3)Now we can start with downloads
wget -c --load-cookies
/Path/to/cookie/file -i abc

Resize pictures from command line

mogrify -resize 1024x768 *.JPG # This will resize all pictures in directory to size 1024x768