Mounting HTML folder in Centos VirtualBox
I have a particular Linux set up I need to test something on, but I use a Mac, so I…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
I have a particular Linux set up I need to test something on, but I use a Mac, so I…
For a nice VM I needed a Linux server, but no need for a GUI, so went for CentOS. Installed…
I’ve had a few troubles getting this running, and thought I would document it here. First of all get the…
If you have just set up a new Centos server and found that the network isn’t functioning, and you have no IP…
Taken from http://linuxinternetworks.com/applications/how-to-install-skype-on-centos6-rhel6/ Run update and install wget yum update yum install wget Install the dependencies and download the skype for…
I often forget the syntax for getting files over a SSH connection. scp user@address:/path/to/file /path/of/new/file For example: scp root@domain.com:/tmp/mysql/test.sql .…
To install MySQL on Centos is a little different from Ubuntu – as I found out. Obviously APT is replaced…