Linux
LEMP, Linux, Nginx, MySQL, PHP and Webmin
I started to working with wordPress and Magento and needed to learn both CMS’s. I started with LAMP on Ubuntu on a old PC and then found programs like XAMPP and Wamp. With all these I think they are all great but there was always something missing for me – when you need to dig…
Read MoreInstall vmtools on a Debian Linux in vSphere
Install vmtools on a Debian Linux in vSphere 6.5 First you will need to mount the CD-ROM. See my post then return back here. Once you access the cdrom you should see the file VMwareTools-10.1.10-6082533.tar.gz (file name may vary in version number). So the extract the file first copy it to a location. # cd…
Read MoreCentos how to make Centos 6.5 have static IP address
Centos how to make Centos 6.5 have static IP address By default the Centos 6.5 doesn’t activate or configure the Ethernet card. This page is a tutorial on how to configure Centos 6.5 to turn on this service at bootup and to have static IP address. Step 1 Edit the file: etc/sysconfig/network-scripts/ifcfg-eth0 ONBOOT=yes BOOTPROTO=static IPADDR=192.168.0.5…
Read More