Server

  • How to install VNC Server on Ubuntu 14.04

    I have shown you How to install VNC Server on CentOS 6, today I’m going to show you How to install VNC Server on Ubuntu 14.04 since many people like and use Ubuntu these days. I mostly spend time with Centos but not with Ubuntu. I spent quite sometimes to make VNC Server to work on Ubuntu 14.04 because gnome doesn’t…

  • How to install VNC Server on CentOS 6

    I have been writing tutorials how to work with Linux server in the terminal. For any Linux Administrator, we don’t need a GUI (graphical user interface) to work efficiency in Linux, but sometimes it’s nice to have a GUI to web browser, view/edit documents, watch videos comfortably. If you have some/many idle VPS (virtual private server) or dedicated server, why…

  • How to install XAMPP 1.8.3 with PHP 5.5.11 on Centos Sever

    XAMPP is a collection of packages includes Apache web server, MySQL databse server, PEAR, SQLite, ProFTPD, phpMyAdmin, OpenSSL, GD, Freetype, openLDAP and nessary libraries. If you are not comfortable to install/configure each package separately, XAMPP is a good choice for you since everything is configured with XAMPP. XAMPP isn’t only run on Linux, XAMPP is an open source cross-platform means you…

  • How to install VNC Server on Fedora 20

    VNC or Virtual Network Computing server lets you remotely control another system with a graphical desktop, in another way VNC is a desktop sharing system. You can control the remote system with your keyboard and mouse just as you are sitting infront of that remotely system and using it. In Linux environment we can SSH to control another system but…

  • How to setup a LAMP server Linux, Apache, MySQL, PHP on Ubuntu 14.04 LTS

    Ubuntu 14.04 Trusty LTS had been released not long ago. Ubuntu 14.04 is a LTS (long term support) means it’s very stable which is very good to setup a LAMP server Linux, Apache, MySQL, PHP. LAMP stands for Linux, Apache, MySQL, and PHP (P can be replaced with Perl Or Python). I’m going to show you how to install a…

  • How to install and configure Varnish with Apache on Ubuntu 14.04

    I have shown you how to install and configure LAMP server Linux, Apache, MySQL, PHP on Ubuntu 14.04 LTS. If you want your to speed up your LAMP setup, varnish is your answer. Varnish is a reverse proxy web accelerator, which can cache both static and dynamic content and quicky serves them to your website’s visitors. By caching your website’s content…

  • IP Restrict access with GeoIP database on nginx

    I will guide you how to to install GeoIP on nginx to restrict IP with GeoIP database. By default, when you install modules from yum, nginx will not come with GeoIP module (This is module: HttpGeoipModule), so we will install from source and the active the module. If you have installed nginx on your server, using nginx-V to see if…

Back to top button