Need to change the system time or timezone? As root, run the timeconfig command.
Running out of inodes
In some cases, you may run out of file or inodes. The new 2.2 kernel allows you to finetune those parameters without a need to recompile the kernel itself:
echo 32768 > /proc/sys/fs/file-max
echo 65536 > /proc/sys/fs/inode-max
"No buffer space available" error when pinging
Sometimes, you may get the \”No buffer space available\” (or similar) error when trying to ping, telnet, ftp or use any other network-related command. In those cases, check out and make sure that you have your local loopback correctly configured:
[nitebirdz@mybox 15779]$ /sbin/ifconfig -a
eth0 Link [...]
Numbered directories under /proc
Ever wondered what those directories under /proc that are named with a number do? As it turns out, each number represents a process ID. If you need more information, run \”man proc\”.
Running imwheel automatically
Ever wonder how to run imwheel automatically upon boot so you do not have to do it manually? Add the following line to your .xinitrc file, close to the end:
imwheel &
Helix-Gnome: Taking the mystery out of Gnome
Introduction
What is X
X-Windows is the primary component of the graphicsal user interface for Linux machines. Most people use a version called XFree86. For more information on X in general, read this article on X-Windows Basics.
What is Gnome
The GNOME project was born as an effort to create an entirely free desktop environment for free systems. From [...]
Recent Posts
-
- The new face of open source on Wall Street | The Open Road – CNET News
- 50 ways to impress your geeky linux friends – LaptopLogic.com
- How to fix the most common Linux problems | TuxRadar
- The Beginner’s Guide to Linux, Part 1: Finding the Right Distribution | Maximum PC
- 10 things you wanted to do with Ubuntu but didn’t know how