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...
Linux ve Sistem Yönetimi Üzerine
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...
Here is a cpanel troubleshooting pdf that outlines steps which can be taken to help in diagnosing cpanel issues. Troubleshooting-cpanel
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...
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...
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 |...
Ubuntu: apt-get install php5-xmlrpc CentOS/Red Hat: yum install php-xmlrpc