place to discuss Linux
Archive for April, 2009
4 Tools to play Windows Games on Linux
Apr 14th
Playing Windows games on Linux is not really a difficult task. Most gamers are reluctant to migrate to Linux because they have this misconception that Windows games cannot be played on Linux. How wrong they are. If you are one of those avid gamers that I mentioned above, here are 4 ways that you can play Windows games on Linux.
1) Wine
The name “WINE” derives from the recursive acronym Wine Is Not an Emulator.. The obvious way to install any Windows applications on Linux is via Wine. At the time when WineHQ released the stable 1.0 version, it has already supported More >
Run linux apps on Windows
Apr 14th
It is a known fact that the Linux community has been trying to woo Windows users to convert to the open-source operating system: The latest version of Ubuntu comes with a Wubi installer that allows you to try Hardy Heron in Windows (without physically install it) and now came Ulteo Virtual Desktop that enable you to use Linux application just like a native Windows app.
Ulteo first begins as a developer of online desktop where its users can access a full KDE desktop on the Web. Using the same suite of its online desktop applications, it further develop the virtual desktop that integrates the More >
Whats New in Fedora 11
Apr 11th
Fedora 11 has been released for the Beta testers on 31st March 2009 a week later than the scheduled date. This is the first and only Beta version of the Fedora 11 project codenamed “Leonidas“.
Fedora 11 final release, which is scheduled on 26th May, will include several new features and noteworthy improvements, such as RPM 4.7, which will reduce the memory consumption of complex package activity, tighter integration of PackageKit, faster boot time with a target goal of 20 seconds, and reduced power consumption thanks to a major tuning effort.
This version of Fedora will ship with the latest version of many popular More >
Converting ext3 to ext4 Filesystem
Apr 7th
Some time ago ext4 was released and available for Linux kernel. ext4 provides some additional benefits and perforce over ext3 file system. You can easily convert ext3 to ext4 file system. The next release of Fedora, 11, will default to the ext4 file system unless serious regressions are seen. In this quick tutorial you will learn about converting ext3 to ext4 file system.
ext4 Filesystem FeaturesThe ext4 filesystem has more features and generally better performance than ext3, which is showing its age in the Linux filesystem world. Features include:
Delayed allocation & mballoc allocator for better on-disk allocation
- Sub-second timestamps
- Space preallocation
- Journal checksumming
- Large More >
Increase Swap Memory in Linux
Apr 7th
In Linux, as in most other Unix-like operating systems, it is common to use a whole partition of a hard disk for swapping. However, with the 2.6 Linux kernel, swap files are just as fast as swap partitions, although Red Hat recommends using a swap partition. The administrative flexibility of swap files outweighs that of partitions; since modern high capacity hard drives can remap physical sectors, no partition is guaranteed to be contiguous. You can add swap file as a dedicated partition or use following instructions to create a swap file.
Procedure to add a swap fileYou need to use More >