HOW TO : Manage startup services in Ubuntu
Most Redhat/Fedora users are used to chkconfig and service for controlling the services/programs that startup at boot time. Here is how you do it in Ubuntu...
Most Redhat/Fedora users are used to chkconfig and service for controlling the services/programs that startup at boot time. Here is how you do it in Ubuntu...
For my notes.. if you ever want to check the IO capability of a disk (local or network) on a linux machine, use the following command...
There are several ways to run commands repetively in Linux.. (cron, while loop etc). Here is a simple trick. Say you want to check the size...
For my notes.. If you ever wanted to check the status of a bonded interface configure in Linux (esp RHEL), you can check the status by...
Instructions for configuring the mime type mappings in Jboss. Mime types essentially tells the application processing the content (typically a browser), what the content is. More...
We run multiple applications in Jboss at my work and one of the applications used to take an inordinate time to come up. A typical application...