Re: Things have changed... An update on this article can be found at http://souptonuts.sourceforge.net/postfix_tutorial.html
Re: pop3 ssl? > > It is very important to set up > fetchmail with some type of encryption. > Otherwise, your Gmail password will be > broadcast over the Internet > &g...
sign not needed Since SQLite supports boolean expressions the following SQL statement select ln,fn, sum(score*(1-abs(sign(exam-1)))) as exam1, sum(score*(1-abs(si...
unmount -- If you need to umount a file-system, you may be blocked from umounting, if someone else is on it. fuser will list the culprit users. # fuser -u /filesystem To kill a...