Global Linux Knowledge Base…
Archive for October, 2010
Linux Kickstart File Generator
Oct 22nd
The Linux kickstart file is a text file in Linux. Red Hat Linux, RHEL / CentOS / Fedora kickstart file. It is written to the file /root/anaconda-ks.cfg.
Apache Linux – Limiting User Upload File Size
Oct 21st
To restricts Users from uploading File Size, configure Apache with LimitRequestBody Directive. You can add this directive using .htaccess file or httpd.conf file under virtual host or directory configuration options.
Show Line Numbers In vim Text Editor
Oct 21st
Displaying line numbers in vim can be very useful for debugging code errors and to improve overall readability of a program.
Linux – Centralized Login System
Oct 21st
Centralized Login System can help, to identify failed login attempts, User activity monitoring and helps in saving disk space from Client system.
MySQL – Show Databases (Shell Prompt)
Oct 21st
After creating Databases, we can use show databases sql command to list all available Databases. Before that, you need to login as mysql database root user using mysql command line client.
Multi Router Traffic Grapher – MRTG on Linux
Oct 21st
The Multi Router Traffic Grapher, MRTG is a network or resource monitoring tool. It provides a real time visual representation of network traffic and system resources.
Vtiger – Customer Relationship Management Installation and Configuration
Oct 21st
CRM is used to enable organizations to better manage their customers through the introduction of reliable systems, processes and procedures for interacting with customers.
LAMP on Linux Server
Oct 21st
LAMP is short for Linux, Apache, MySQL, PHP. This will guide you to install LAMP server on your Linux System.
Migrate MySQL Database from 1st HDD to 2nd HDD in Linux
Oct 21st
Move your MySQL databases to the second Hard Drive in Linux for better performance and speed.
DoS Attack Detection In Linux
Oct 18th
Use netstat command to print out a list of all open connection to your Linux box. sort this list using sort command.