Categories
Technical

How to find a string in the php.ini or phpinfo() ?

SSH into the machine and simply type the command below :

php -i | grep “your_string”

Categories
Technical

HTOP – new Linux Command

HTOP

This a new Linux command that allow to monitor different processes

htop is an interactive system-monitor process-viewer and process-manager. It is designed as an alternative to the Unix program top. It shows a frequently updated list of the processes running on a computer, normally ordered by the amount of CPU usage.

Categories
Unix

Couldn’t execute ‘SHOW TRIGGERS LIKE XXX”: Got error 28 from storage engine (1030)

That means space/memory issue on your server

Free space !

du -skh .
df
Categories
Technical

untar linux compressed file

tar -zxvf yourfile.tar.gz
Categories
Unix

How to find executable command in unix ?

Type the following :

whereis