Stop Core Files in cPanel

In cPanel servers which are using suexe and suphp when the PHP process is being killed by any reason such as wrong arguments in the php.ini file some core files following with a number will be generated in accounts home folder. These files make the the user home folder messed up but the most annoying… Continue reading Stop Core Files in cPanel

Published
Categorized as Technology

Become root in Ubuntu

By default the root login is disabled by ubuntu and all other debian based distro’s of Linux. bypassing it is possible but it is highly discouraged by Ubuntu creators! so the tool which is available for you is “sudo” which launches your commands as root! but what if you want to get into root shell!… Continue reading Become root in Ubuntu

Published
Categorized as Technology

Linux Screen Application

Sometimes you have to use SSH to get some jobs done in Linux! So what if you need to run multiple applications under SSH? Well the first solution is to open multiple SSH connections. Screen can make your life easier by letting you to have multiple windows on a single SSH session! But it’s not… Continue reading Linux Screen Application