Apache

What is IPtables in linux server ?

iptables is a user-space application program that allows a system administrator to configure the tables provided by the Linux kernel…

9 years ago

Enable php.ini for all the folders under one account

Copy the php.ini file in the public_html folder of the user which we have to set php.ini  from default php.ini…

9 years ago

How to check server inode value.

Fire the below command in shell. root@hostdens[~]# df -i It will provide the below output. Filesystem        …

9 years ago

How To Install Alternative PHP Cache (APC) on Linux Server

Install Alternative PHP Cache (APC) wget http://pecl.php.net/get/APC tar -zxf APC-3.1.9.tgz cd APC-3.1.9 whereis php-config ./configure –enable-apc –enable-apc-mmap –with-apxs–with-php-config=/usr/bin/php-config make make…

9 years ago

How to download the files forcefully using .htaccess without displaying it in browser.

Create .htacceses file under your accout and insert the below code. AddType application/octet-stream .avi AddType application/octet-stream .mpg save and quit…

9 years ago

Usefull Mysql Commands.

  How to check mysql connection or login to your Database using shell ========================= root@hostdens[#] mysql -u username -p =========================…

9 years ago

How to restore a Database using phpMyAdmin.

Login to cPanel ==> Databases ==> Click on phpMyadmin     1 – Open phpMyAdmin 2 – On the far…

9 years ago

How to take Database Backup using phpMyAdmin

Login to cPanel ==> Databases ==> Click on phpMyadmin     1 – Open phpMyAdmin 2 – Click on Export…

9 years ago

How to install memcache

Memcache is a high-performance memory object caching system intended to speed up dynamic web applications by reducing database load on…

9 years ago

This website uses cookies.