Archive

Archive for August, 2008

sologme.org – an automated internet log generator

August 31st, 2008 admin 2 comments

In recent years, logging of internet traffic has become big business. Internet service providers keep a keen eye on every step you take by keeping a log of the site you visit. For the ISP’s these logs have commercial value since they, among other things, allow advertisements to be targeted. The privacy implications of this is discussed in the September 2008 edition of the Scientific American.

The goal sologme.org give the ISPs a run for their money by generating completely random logs for them to look at.

Read more…

Categories: Uncategorized Tags:

Add pgp/gpg encryption to gmail

August 25th, 2008 admin 15 comments

This article will show you how to get started with gpg encryption and how to use it with gmail.

Read more…

Categories: Uncategorized Tags:

Howto : Resume a failed copy command where it left off

August 18th, 2008 admin No comments

Currently, file copying utilities such as cp, scp, rsync etc. are not able to resume where they left off after a failed copy operation. In this article, a solution is provided using the utility dd to pick up where cp left off. Read on for more.

Read more…

Categories: T60, bash, linux, n800, ssh Tags:

Howto : Prevent figures from stealing focus in MATLAB

August 15th, 2008 admin 5 comments

Regular users of MATLAB will have noticed that figure windows have a nasty tendency to steal the focus from other windows. If you are making regular updates to a figure while in a loop, this makes it impossible to, say, use a browser while the script is running. Read on for a solution to this problem(!)

Read more…

Categories: Physics, matlab Tags: