find /<strong>tmp</strong>/ -type f | wc -l
[Read More]
Cancellare files vuoti in una directory
find <strong>/tmp/</strong> -size 0 | xargs /bin/rm -f
Pulsare: listen & download from VK – VKontakte
sudo add-apt-repository ppa:yuberion/pulsar</span>
<span style="font-family:monospace;">sudo apt-get update</span>
<span style="font-family:monospace;">sudo apt-get install pulsar
Tagliare un filmato con ffmpeg
ffmpeg -vcodec copy -acodec copy -i ~/Desktop/movie.avi -ss 01:41:50.0 -t 00:01:58.0 ~/movie/out4.avi
[Read More]
Esempio di rsync con esclusione directory
rsync -avz --progress --exclude /cache/ /var/www/html/sito/ root@192.168.1.58:/var/www/html/sito/