Author: sysadmin

Delete Files Older Than x Days on Linux 0

Delete Files Older Than x Days on Linux

The find utility on linux allows you to pass in a bunch of interesting arguments, including one to execute another command on each file. We’ll use this in order to figure out what files...

cPanel troubleshooting manual 0

cPanel troubleshooting manual

Here is a cpanel troubleshooting pdf that outlines steps which can be taken to help in diagnosing cpanel issues. Troubleshooting-cpanel

Change Linux Password from PHP Script 0

Change Linux Password from PHP Script

There are a few scripts available on net which allow you to change a linux user password from PHP. but all of them are very complex and hard to implement , so after some...

Gateway on a different subnet on Linux 0

Gateway on a different subnet on Linux

Theoretically host IP and gateway should be on the same IP subnet. but there are some situations where host IP and gateway subnet are on different subnets. like my situation today. I was assigned...

PHP defunct processeslerini bitirmek 0

PHP defunct processeslerini bitirmek

If you have run into defunct php processes that keep running on the server which causes the CPU load to increase, read on… Normally to kill these process we can use ps aux |...