rsync backup script
everyone needs a rsync backup script at some point in their life ;) this is the one i wrote in the last couple minutes/hours/days/years ... it syncs a loca...
everyone needs a rsync backup script at some point in their life ;) this is the one i wrote in the last couple minutes/hours/days/years ... it syncs a loca...
rename pictures according to their exifdata time stemp: [code] exiftool "-FileName<CreateDate" -d "%Y%m%d_%H%M%S_%%c.%%e" . [/code] ...
change the user agent string: open: about:config add the following: right click -> new -> string: general.useragent.override input string (e.g., mos...
to monitor the network traffic one can use the tool vnstat install vnstat setup database for interface: vnstat -u -i eth0 start/enable service usage: update...
you need to edit the file: /etc/motd as well as the sshd config: /etc/ssh/sshd_config: Change the setting PrintLastLog to "no", this will disable the "Last l...