by
Peter on
21 Apr 2008 in
Tips & Tutorials
GNU’s wget command line program for downloading is very popular, and not without reason. While you can use it simply to retrieve a single file from a server, it is much more powerful than that and offers many more features.
One of the more advanced features in wget is the mirror feature. This allows you to create a complete local copy of a website, including any stylesheets, supporting images and other support files. All the (internal) links will be followed and downloaded as well (and their resources), until you have a complete copy of the site on your local machine.
In its most basic form, you use the mirror functionality like so:
$ wget -m http://www.example.com/
There are several issues you might have with this approach, however.
Read the rest of Create a mirror of a website with Wget
by
Peter on
5 Apr 2008 in
Tips & Tutorials
So WordPress 2.5 is out, but what if you’ve never installed WordPress on your own local machine before and want to try it out?
This FOSSwire Video tutorial shows you all the steps you need to take to install WordPress 2.5 on a LAMP system, in just over 5 minutes.
by
Peter on
4 Mar 2008 in
Tips & Tutorials

If you’re experimenting with Linux, or even moving over to it and you’re currently using Thunderbird as your email client on Windows, you might be wondering how to move your emails and profile from Windows over to Linux.
This process can even be used as part of a bigger project, for example to move from Outlook Express or another Windows-only email client on Windows to Thunderbird on Linux. If you first Import from your Windows client to Thunderbird on Windows, you can then follow this tutorial to move that over to Linux. But anyway, let’s get on.
The first thing I recommend doing isn’t essential, but can prevent headaches later. In your Windows copy of Thunderbird, go to File > Compact Folders. This cleans your mail folders up and can prevent issues with unread counts not being correct once your profile folder has been migrated over.
The process is reasonably simple, provided you know where your profile folder is on Windows and can transfer the files somehow between Windows and Linux. To find your profile folder, follow the instructions on this page that pertain to the version of Windows you are running.
Once you’ve found that profile folder (and you’re inside Thunderbird > Profiles), there should be a randomly named folder ending with .default. Copy this folder somehow to your Linux machine.
Read the rest of Migrate your Thunderbird emails from Windows to Linux