Mindquarry under CentOS: mod_perl2 and LWP::Agent dependancies
If you, like me, got to the point where you have Mindquarry installed on your linux distribution together with Java Runtime but still can not run Mindquarry successfully and the error says something like:
Read more about Mindquarry under CentOS: mod_perl2 and LWP::Agent dependancies »
Setting environment variables in CentOS
If you are using Bash as your terminal, here’s what you need to do:
Read more about Setting environment variables in CentOS »
Install VMWare Tools (Host – Windows, Guest – Linux)
Install software needed by VMware Tools
Note: you need to boot the 1-1 kernel from grub for this to work. Then:
Read more about Install VMWare Tools (Host – Windows, Guest – Linux) »
Checkout SVN repository on another host using SSH on a custom port
Let’s say you want to checkout from your svn repository that is running on the remote host and on that host the port used for ssh is not the default (port 22).
Read more about Checkout SVN repository on another host using SSH on a custom port »
Manually start a service in CentOS
To manually start a service in CentOS, for example service httpd start, use the following:
Read more about Manually start a service in CentOS »
Enable service to run automatically when CentOS boots
To enable a service to run automatically when CentOS boots up use the following:
Read more about Enable service to run automatically when CentOS boots »
Common CentOS commands don’t work
Say, you want to use a “service” or “ifconfig” commands under CentOS but running them in the terminal results in “command not found”.
Read more about Common CentOS commands don’t work »
Send emails from your local development Linux server
If you are having troubles with sending out emails from your local development Linux server, as a quick fix, I suggest using Exim4.
Read more about Send emails from your local development Linux server »
Apache test page instead of directory listing in Linux
Are you trying to set up your hosting so that if you type a URL ending with a directory name it lists all the files in that directory (in the browser), but instead of the directory listing you get an Apache test page ?
Read more about Apache test page instead of directory listing in Linux »