Wednesday, June 2, 2010

Linux Notebooks


Linux Notebooks to Get Touch Gesture Support Soon

Synaptics, the manufacturer of most touchpads found in laptops, has made the Synaptics Gesture Suite for Linux (SGS-L) available for OEMs. Touch interfaces are becoming an increasingly popular way of interacting with devices. After the coming of iPhone, everyone love to have a touch interface. Apple notebooks have had multi-touch and...
Read More "Linux Notebooks to Get Touch Gesture Support Soon"

Friday, April 23, 2010

Latest 10 ways to Tweak your Linux Boot Process

Linux rarely needs to be rebooted. But when it does, it’s often slow to boot. Fortunately, there are ways to speed things up. Some of these methods are not terribly difficult. (although some, unfortunately, are). Let’s take a look.#1: Disable unnecessary servicesDepending upon the use of the machine, plenty of services won’t be needed. Using...
Read More "Latest 10 ways to Tweak your Linux Boot Process"

Thursday, April 22, 2010

Keyboard Shortcuts for Ubuntu

For those who are not familiar with Linux, Ubuntu is one of the most popular and most widely used Linux distributions.Over the years that I have used Ubuntu, other than the usual Ctrl + C (copy) and Ctrl + V (paste) shortcuts, I have discovered quite a number of keyboard shortcuts that are very useful, but seldom...
Read More "Keyboard Shortcuts for Ubuntu"

How to safely uninstall Linux when Dual boot installed with Windows XP HAckZ ?

When asked to most of the users “How will you uninstall Linux when it is Dual Boot installed with Windows XP?” The common answers we got was “Start windows XP and format Linux Partition“. Well they were half correct, you do have to format the linux partition but what about the grub loader? The grub loader will still be showing you the option to boot Linux during the start up and by mistake if anybody goes for booting linux, the system will not find any linux on your machine and it will restart....
Read More "How to safely uninstall Linux when Dual boot installed with Windows XP HAckZ ?"

HOW TO Reboot Linux using simple fork() HAckZ

We all know that the simplest function in Linux is fork(). The fork is used create a child process which is an exact copy of the calling process (parent process). You might be thinking how can such a simple function reboot alinux machine. Well I must tell you that the program I am going to discuss today uses only this fork function...
Read More "HOW TO Reboot Linux using simple fork() HAckZ"

No comments:

Post a Comment