Weblog Archives

You are currently browsing the archives for the Windows category.

Locale in Windows

The other day I was experimenting with PostgreSQL under Windows and I was very confused setting a locale in the command line when initializing the database cluster. If I didn’t specify a locale in the –locale option of initdb, then the locale that was used was: Greek_Greece.1253. Well, I needed to initialize the cluster with [...]

Started using rdiff-backup on Windows

rdiff-backup is my favorite tool for keeping backups on Linux systems. Today, I started using it on a Windows 7 desktop as well. At first, I used rdiff-backup from the cygwin project, but I soon noticed that, if I did anything else that required moderate hard disk access on the computer on which the cygwin [...]

Microsoft Releases Windows 7 RC to the Public

Seems like Microsoft has come up with a formula to distribute legally and for free the development version of their upcoming operating system (Windows 7) to those who deserve an operating system at no cost; the computer geeks that is. It first started with the general availability of Windows 7 Beta a few months ago [...]

Windows 7, OpenSolaris – put to the test

Since a long time ago I wanted to install Windows 7 and OpenSolaris on a physical partition and use them a bit, so to form an opinion about them. Although it is a bit early for a review, I decided to post a few thoughts about them.

Checking on Windows Vista

During the last couple of weeks I’ve been checking on Windows Vista Home Basic edition. I intend to buy a license for this edition of Windows to use on one of my computers and I decided to run it in trial mode for a while before actually purchasing it together with some other software I [...]

Burning a DVD still an adventure on GNU/Linux

Recently, I needed to burn several GBs of data, located on a SAMBA-based fileserver, to DVDs. The Nautilus’ CD/DVD burning extension simply could not burn the data over the network. I decided to try brasero, since it is said to be the most actively developed CD/DVD burning frontend for the GNOME desktop. Despite the fact [...]

Howto: Run VMWare on a Physical Windows Partition

Although I do not intend to run VMWare directly on a physical partition containing Windows any time soon, a recent discussion on a greek linux users group about the implications of such an experiment made me write a post about an article I stumbled upon today. The article author notes: VMWare is an incredibly useful [...]

Dual-booting again after 30 months

After 30 months of exclusive use of Linux as my desktop environment, I decided that it was about time to refresh my knowledge of Microsoft Windows and Office. This is not about switching back to Windows. Actually, having used open-source software exclusively for such a long time, I’d say it would be quite impossible to [...]

Use wget or curl to download from RapidShare Premium

This article describes how to use the command line download managers wget and curl in order to download files from your Rapidshare Premium account.

How to create a Windows bootable CD with mkisofs

Generally, the only reason for which you may need to create a bootable Windows CD is when you have updated the operating system installation files with the latest Service Pack (slipstream). Even in this case, chances are that most users will rather use standard windows software to create the bootable CDs than mkisofs under Linux, [...]