AboutWelcome to Free Software Daily (FSD). FSD is a hub for news and articles by and for the free and open source community. FSD is a community driven site where members of the community submit and vote for the stories that they think are important and interesting to them. Click the "About" link to read more...
Today, we live in a world of rapidly diminishing privacy. If you use your employer's email system, it is possible that every message you send or receive is logged and intercepted without your knowledge. This may have unintended or even disastrous consequences if an intercepted email message contains sensitive personal information.
Several months ago, I posted here a rather geeky tip on how to turn your Linux box into an alarm clock using a Python script. This time, I’ll keep it simple by showing to you some free and open-source programs that you can easily install and use to make your Linux desktop as an alternative or shall I say an improvised alarm clock.
bti allows you to send twitter messages right from the command line. It works with both twitter.com and identi.ca. To use this program install the Ubuntu package with the same name (sudo apt-get install bti).
Did you know that Email is sent in clear text over the Internet? Unless you take steps to secure it, anyone who intercepts a message can easily read it. It’s also really easy for someone to send an email that looks like it came from you. The open source solution for this problem is called GNU Privacy Guard.
Mozilla's released a few weeks ago version 3 beta 3 of it Email Client, Thunderbird. This beta release still full of bugs and should not be used on a production box or as used as your principal email client. See the list of bugs in Thunderbird 3 beta 3 before going ahead to install.
If you’ve been following Linux kernel news then you’ve probably heard about the new Completely Fair Scheduler that has been merged into the upcoming 2.6.23 kernel release. I decided to do a bit of research into how the current Linux scheduler works, and what makes the new scheduling algorithm so interesting. Here’s what I learned.
Migrating email can be a burden, and if you know enough about the process it isn't like working with a normal file structure. You need to also capture the message flags (seen, unseen, dates, etc.) and to do this you need a better tool than "tar" or "rsync". This Perl script is very handy for taking some of the pain out of a small or large email (IMAP) migration.