Already installed LAMP or LEMP (Nginx with PHP, Mysql) on your Ubuntu Server? This time I’m going to show you how to install WordPress CMS. WordPress is a popular blogging tool and a content management system (CMS) based on PHP and MySQL. It’s free and open-source. To install WordPress, first login your Ubuntu Server as… Continue reading How to Install WordPress on Ubuntu 13.04 Server
Category: Ubuntu Server
How to Install Webmin on Ubuntu 13.04 & 12.04 Server
Want to manage your Ubuntu server remotely with a graphical user interface? Maybe webmin is good choice! Here I’m going to show you how to install it on Ubuntu 12.04 Server and higher. Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS,… Continue reading How to Install Webmin on Ubuntu 13.04 & 12.04 Server
Install and Setup Apache2, Php5, Mysql on Ubuntu Server (LAMP)
Want to build a website? Then you need to setup a web server! Here I’ll show you how to install and setup LAMP pack on Ubuntu 12.04 LTS Server. LAMP is a combination of Linux (OS), Apache HTTP Server, PHP (open-source scripting language), and MySQL (database software). In this tutorial I use the hostname www.example.com… Continue reading Install and Setup Apache2, Php5, Mysql on Ubuntu Server (LAMP)