sed -i “s/cpelc.htm/blech.html/g” *.htm (easy when you know how)
growisofs -Z /dev/dvd -dry-run -R -J -iso-level 2 *
That will stop it renaming everything to 8char names!
ssh remotehost ‘cat remotefile’ | diff - localfile
Makes sense really.
find . -name '*.avi' -exec totem –enqueue {} +
(same could be done with mp3 or whatever also)
sudo hddtemp /dev/sda
cat /proc/acpi/thermal_zone/THM0/temperature
(try and keep cpu below 70!)
find -perm 664 -name '*.php' -exec ls {} \; > /tmp/664_files.txt
cat file.lst | while read line; do echo “${line}”; done
rsync -e ssh -avzc –dry-run –exclude=“html/usage/” –exclude=“logs/” /var/www/marinesoutheast/ debra:/home/www/marinesoutheast/
mogrify -resize 700×500 *.JPG
This will keep the aspect also.