inside the mind of a linux admin

view suspended user’s acct size and reason

Use this to output a human readable list of suspended cPanel users. Helpful when performing disk reclamations, outputs an available suspension reason along with size of the account: # cd /var/cpanel/suspended # for i in * ; do echo -n "$i - "; cat $i ; echo -n " ### suspension date: `ls -la $i […]

Read More

new eDesk version 2.0 released today

A long awaited release for eDesk is live as of my evening off this morning. It includes a new frontend, Iframes, and I’ve included separate functionality for separating queues by department and Tier, as well as the addition of the “Search Frog” which allows easy lookup of client information or case details. For more information, […]

Read More

How to give a user access to generate their own Awstats

Sometimes you will find issues where we’re constantly having to regenerate the logs due to server load issues, log file size, or other factors. Or, the customer may actually request this access. We can enable a particular user to update his Awstats through an update link on the top of his Awstats window. Follow the […]

Read More

Karmic Koala: reduce your boot times even more

Erik

Sunday, November 1, 2009

ubuntu linux

No Comment

Compare to earlier ubuntu versions karmic is much better in speed but if you still want to reduce your boot times even more, you can use ubuntu boot packages containing instrumentation to aid in boot performance work, and packages proposed to improve performance. Note:- Install these packages with your own risk and this might break […]

Read More