How to Install Nginx on Ubuntu 16.04

How to Install Nginx on Ubuntu 16.04

Nginx is one of the most popular open source web server software. It is widely used for load balancing, reverse proxying, media streaming and much more. Nginx is the only all-in-one high-performance HTTP server, designed to serve a high volume of concurrent connections, as an alternative to Apache web server. Today Nginx is installed on more than 450 million servers worldwide and is used by one of the highest traffic websites on the web like Dropbox, Zynga games, Netflix. In this tutorial, we will show you how to Install Nginx on Ubuntu 16.04.

Read More

List All Installed Packages with yum on CentOS 7

List All Installed Packages with yum on CentOS 7

In this short tutorial, we will show you, how to list all installed packages with yum  on CentOS 7 . Yum is the default package manager used in CentOS, used to interact with both individual RPM package files and many repositories. This tutorial was written for CentOS 7, but the commands in this tutorial should work on any server with Redhat, CentOS, or Fedora installed on it.

Read More

How To Install PyCharm on Ubuntu 16.04

How To Install PyCharm on Ubuntu 16.04

Installing PyCharm on Ubuntu 16.04Let us show you how to install PyCharm on Ubuntu 16.04 system. PyCharm is a state-of-the-art Python IDE designed around productivity and functionality. It offers a wide array of features, such as a graphical debugger, refactoring tools, an intelligent code editor and so on. The community version is free of charge, while the professional version costs a small fee. This fee gets you extra functionality, such as a coding environment for web development, remote development, as well as database support. While it is available for Windows, Mac, and Linux, for this tutorial we will be focusing solely on Linux. Installing PyCharm on Ubuntu is a fairly easy task and it should take more than 10 minutes to complete. Let’s get started.

Read More

How to Install Python 3.6.4 on Debian 9

How to Install Python 3.6.4 on Debian 9

Python is a interactive and object-oriented scripting language. It is one of the most popular programming languages. Python is a general-purpose programming language designed to be highly readable. It is using English keywords instead of punctuation and it also has fewer syntactical constructions than other programming languages and it allows developers to use different programming styles for creating their programs, and write code almost as if speaking in a human language.

install python 364 on debian 9

Installing Python 3.6.4 on a Debian VPS, is an easy task, just follow the steps below carefully and you should have Python 3.6.4 on Debian 9 installed in few minutes.

Read More

How to Install Python 3.6.4 on CentOS 7

How to Install Python 3.6.4 on CentOS 7

yum install python 3We’ll show you how to install Python 3.6.4 on CentOS 7. Python is at the core of many popular websites and programs – YouTube, Instagram, and even Yum on CentOS, to name a few. They all rely on Python’s reliability and performance to complete many tasks at a time. Python is a general-purpose object-oriented programming language designed to be used as a software solution for almost all kinds of problems. However, the pre-installed version of Python found on CentOS VPS is a much older version. In order to have the latest version of Python, the user will have to install it manually.

Read More

How to Install Laravel on Debian 9

How to Install Laravel on Debian 9

In this 7-step guide, we will show you how to install Laravel on Debian 9. We’ll install Laravel together with PHP-FPM and Nginx. Laravel is a next generation of  PHP framework, and it’s the most popular open-source PHP framework lately. It is intended for the modern, rapid development of web applications, following the MVC model.  Installing Laravel (The PHP Framework For Web Artisans, its how they called it) on Debian 9 is an easy task and it should take few minutes to finish it. This guide should work on other Linux operating systems, but was written and tested for Debian 9.  Let’s get started!

Read More

How to Install pip on Debian 9

How to Install pip on Debian 9
How to Install pip on Debian 9

install pip on debian 9
Install pip on Debian 9

We will show you, how to install pip on Debian 9. Pip is a package management system which you can use to install and manage packages written in Python. Python is a programming language that allows you to perform web development, software development, system administration, scientific and numeric data analysis and much more. The Python Package Index (PyPI) hosts thousands of third-party modules for Python and you can install any of these modules using the pip package manager. Installing Pip on Debian 9 is really an easy task, just follow the steps below carefully and you should have pip installed on a Debian 9 VPS in a few minutes.

Read More

How to Install TYPO3 on Ubuntu 16.04

How To Install TYPO3 on Ubuntu 16.04

In this tutorial we will install TYPO3 on Ubuntu 16.04, with Apache web server, MariaDB and PHP. TYPO3 is completely free and open source content management system (CMS) written in PHP. It allows users to create websites even if they don’t have an experience in web development. TYPO3 is very easy to use and it is an effective tool for small sites as well as multilingual sites of large corporations, and it makes it a great alternative to the most popular CMS platforms like WordPress, Joomla, and Drupal. Installing TYPO3 on Ubuntu 16.04 is fairly easy task, just follow the steps below carefully.

Read More