Browsing tag

linuxmint 17

20 Useful apt, apt-get, and apt-cache Command Examples for Package Management

Advanced Package Tool (APT) is a powerful and free software package-management user interface in Debian based operating systems, including Ubuntu and LinuxMint to handle the installation and removal of software packages. The apt command has been introduced to merge apt-get and apt-cache into one single command and provide a pleasant experience for end users by […]

Configure Network in Debian / Ubuntu / LinuxMint

After the installation of Ubuntu / Debian, you must configure the network to access your system from outside. This guide helps you to set network in Ubuntu / Linux Mint. Here I will show you assigning ipaddress in Static and in DHCP mode. Note: This should also work on previous versions of Ubuntu such as […]

How to Install Nginx + PHP5-FPM + MySQL on LinuxMint 18 / LinuxMint 17

Nginx is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows you how to install Nginx on a Linux mint 18 with PHP support (through PHP-FPM) and MySQL support. PHP-FPM is an alternative PHP FastCGI implementation. It has some additional […]

How to Install Nginx on LinuxMint 18 / LinuxMint 17

Nginx is a free, open-source, high-performance, lightweight HTTP web server for those who do not need the bulk and extra services that Apache may offer and want more performance. This tutorial shows you how to install Nginx on Linux Mint 18 and LinuxMint 17. Install Nginx Both LinuxMint (Ubuntu) and Nginx.org offer Nginx packages for […]