From the Blog

Run Database Servers Optimally

Now run the database server optimally using the below procedures and ensure your systems are functioning at peak efficiency. – kernel.shmmax=268435456 for 32-bit – kernel.shmmax=1073741824 for 64-bit – kernel.msgmni=1024- fs.file-max=8192 – kernel.sem=”250 32000 32 1024″ Shared Memory Shared Memory To view current settings, run the command: # more /proc/sys/kernel/shmmax To set it to a new […]

Continue Reading

Linux Security Tools

In this page i will try to provide some of the must have tools for linux OS. Some of these tools can also be used for FreeBsd: ROOT KIT HUNTERS: Installation how to *  CHKROOTKIT * RKHUNTER * ROOTCHECK @RootCheck: You can download the rootcheck latest version from the following URL: http://www.ossec.net/rootcheck/files/ Installation how to: […]

Continue Reading

New File System

New Filesystem developement under process……….. Its great to hear…!!!!! Community Investment in ext3 Development Theodore Ts’o offered an insightful summary of issues that affect the future development of the ext3 filesystem. He emphasized that many people feel invested in the future plans for ext2/ext3, since it remains one of the most popular and widely used […]

Continue Reading