To sum-up the filesize e.g. for emacs :
find . -name "*~" -printf "%s %p\n"|awk '{a=a+$1; print} END {print "Cumulated size:" a}'
To sum-up the filesize e.g. for emacs :
find . -name "*~" -printf "%s %p\n"|awk '{a=a+$1; print} END {print "Cumulated size:" a}'
Howto deactivate users under linux with samba and courier servers.
smbpasswd -d username
I wrote this article originally back in 2005. It was originally available at http://www.georglutz.de/wiki/DiskArchiver. The information you find below might be rather outdated now and I don’t plan to work on it further, but I put it in the blog for archival purposes on this particular date – Georg in June 2011.
If you have changed configuration setting for X programs, e.g. xfig, you have to reload it with
$ xrdb -load ~/.Xresources
$ xset b off