Home Blog
PHPMyAdmin – Unable to establish a PHP session
PHPMyAdmin error
Have you ever come across the following error when you access PHPMyAdmin from cPanel.
Access Denied Unable to establish a PHP session. If you believe...
6 Linux Crontab Command Examples
Crontab command manages the cron table that is used by the cron daemon to execute the cron jobs. This article explains the various command...
HowTo: Flush Contents Of a Memcached Server Using Command Line
I've installed memcached server under Linux but it is still showing old data. How do I flush the contents of a Memcached instance /...
How to turn Off linux password expiration?
Question : How to turn off password expiration under Linux? Answer:The Encrypted password list is stored in /etc/shadow file
cat /etc/shadow root:$1$dkk&Iw6zvgu$P3ms0o5GiXv66BzNXe0:15294:0:99999:7::
This is the explanation of...
Install Rkhunter
Overview
rkhunter (Rootkit Hunter) is a Unix-based tool that scans for rootkits, backdoors and possible local exploits. It does this by comparing SHA-1 hashes of important...
Docker Install on Centos 7
Docker is a containerization technology that allows you to quickly build, test and deploy applications as portable, self-sufficient containers that can run virtually anywhere.In...
How To Use the grep Command in Linux
How do I use grep command in Linux operating systems? Can you give me a simple example of grep command?The grep command searches the...
How to find out the spam mailing script’s location – Exim
The Exim mail server has a lot of options/commands to find out the details of spammers easily from the command line.
We can find out...
Linux: Tarball Delete ( remove ) File
How do I delete or remove a single file from within a tar ball under Linux operating systems?You can use the following syntax to...
Install Memcache onto cPanel running CentOS
Memcached is a service that allows entire database tables to be stored in memory, drastically speeding up queries to those tables and alleviating database load....