Linux Adda
place to discuss Linux
place to discuss Linux
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 >
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 >
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
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 >
Apr 5th
Being able to run Linux straight out of a USB drive is a great way to enjoy the liveCD experience, letting you run Linux from any computer you want. And it saves you from the trouble of carrying a CD along all the time, with your USB drive easily tucked away in your pocket.
Here’s a simple tutorial that shows you how to install Ubuntu on a USB drive. Even though this tutorial uses Ubuntu as its base distribution, you can virtually use any type of Linux liveCD distribution.
What you needIn order to be able to execute this simple tutorial, More >