Ubuntu and Debian Linux starter user guide
Useful Linux Command : To have a root shell as root. # sudo su To have a root shell as /you/. # sudo -s Try both and do an echo $HOME to see the...
Useful Linux Command : To have a root shell as root. # sudo su To have a root shell as /you/. # sudo -s Try both and do an echo $HOME to see the...
Install Lamp server from iso distrib Ubuntu 12.04 By default the address of your local webserver is localhost or 127.0.0.1 if you want to use an IP, you can type it as the address...
My Apache Webserver had not timezone correct. It is very important to have same time zone settings between platforms when migrating existing calendar applications based on timestamp and using mktime() calls in php scripts....
Apache2 Permissions www-data is a user/group set created specifically for web servers. It should be listed in /etc/passwd as a user, and can be configured to run as another user in /etc/apache2/apache2.conf. Basically, it’s...
To install VMware Tools, you must mount the VMware Tools CD image, extract the contents (VMware Tools), and then run the installer. Note: If VMware Tools is already installed, these steps uninstall and then...