Linux
How to Disable Linux ExecShield Buffer Overflows Protection
0The first step is to know what Exec Shield is. Exec Shield is a patch for Linux kernel security. It helps to avoid from worms and other problems. This project was started at Red Hat, Inc in late 2002 with the aim of reducing the risk of worm or other More >
How To Remove USB Device MBR
0In this tutorial we will discuss how MBR is remove in Linux for USB device.
What is MBR ? MBR is the abbreviation of master boot recorded.
In M-DOS environtment we can just simply type fdisk/mbr command but this is different, in LINUX/ UNIX please follow this step below : More >
How to Mount To NTFS Windows Partition in CentOS
2In this tutorial it will be elaborated that how to mount ntfs partition or enable NTFS support in CentOS5and 6 .
Preparing and Installing EPEL repository
Login as root into the server
#cd /root #wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-5.noa... #rpm -ivh epel-release-6-5.noarch.rpm
What is NTFS-3g ?
NTFS-3G is a opensource GPL More >
Automation Using Linux Crontab to Schedule Task
0If it is required to run some processes automatically like backup , generate image thumbnail etc.. The best way in Linux is use of crontab. We can using Crontab to handle this task so it will automatically do the job in your schedule task.
What is Crontab ?
Cron More >
Installation of mod_wsgi with Python Cpanel on CentOS 5.6
2Here is a simple way tutorial to install Python with mod_wsgi in CentOS 5.6 cPanel. First we need to know what is mod_wsgi. It is an Apache module that can host any Python application and support the Python WSGI interface. This module also suitable to use in high hosting performance More >
Network configuration for CentOS
4in network configuration there are two methods which are used the first one is Dynamic IP address Assignment through DHCP and the second one is Static IP address Gateway and DNS assignment. The Static IP address is assigned through Graphical or Command line.
First of all we will discus Network More >
Centos 5.6 Installation through Graphical Mode
6In this tutorial step by step Installation of Centos 5.6 through graphical mode is given for the preparation of multiple open source servers.
- Requirements for Centos 5.6 installation: Download CentOS 5.6 DVDs or CDs from a mirror. http://isoredirect.centos.org/centos/5/isos/x86_64/).
- Boot from DVD or CD then follow the first
Install and Configure an SSL secured Webserver on CentOS
2For any SSL encrypted internet server one might require few points. Based upon your own set up you install OpenSSL as well as mod_ssl, Apache’s user interface in order to OpenSSL. Make use of yum to install of them. before that also install Apache server through yum.