Need to change the system time or timezone? As root, run the timeconfig command.
Bookmark this post
Changing the system time
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
Bookmark this post
"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\”.
Bookmark this post






























