Tag: install

​#How to# Install​ ​Cacti​ ​Monitoring​ ​on​ ​Ubuntu​ ​16.04​ ​LTS

Cacti is supported on any type of virtualization platform (OpenVZ/XEN/KVM), so you can run your monitoring server on a Low End VPS! Step​ ​1:​ It’s always good practice to first make sure everything on your Ubuntu system is up to date. sudo apt-get update Step​ ​2:​ ​Install LAMP (Linux, Apache, MariaDB, PHP) server. Please​ ​keep​ […]

Linux Tutorial: Install Ansible Configuration Management And IT Automation Tool

Today I will be talking about ansible, a powerful configuration management solution written in python. There are many configuration management solutions available, all with pros and cons, ansible stands apart from many of them for its simplicity. What makes ansible different than many of the most popular configuration management systems is that its agent-less, no […]

sudo apt-get install car? Would you?

sudo apt-get install car? Would you?

Found apt-get command line fan 🙂 apt-get install car Another car: HTTP/1.1 200 OK status 🙂 HTTP/1.1 200 OK And finally some SQL injection…Lmao 😛 sql injection You may like these articles: How to Install GitScrum on Ubuntu 16.04 How to Install Jupyter on an Ubuntu 16.04 VPS How to Create Users and Manage Their […]

How to install Resilio Sync on Linux using packages

As one of the most powerful P2P data distribution app, Sync from Resilio can be installed on a Linux OS using multiple install methods. Today we are going to show you how to install Sync “the Linux way” – using packages and a tool such as “yum” to download and install the package. To install the […]

How to install and use wget on Ubuntu

How to install and use wget on Ubuntu

Wget is a free software package that can be used for retrieving files using HTTP, HTTPS and FTP which are considered as the most widely-used Internet protocols. Its name comes from World Wide Web + get. wget has many features to make retrieving large files or mirroring entire web or FTP sites easy, including: Can […]

Install phpMyAdmin on Ubuntu 16.04

Install phpMyAdmin on Ubuntu 16.04

phpMyAdmin is one of the most popular and widely used web-based database management tools. It a free and open source PHP application that allows the users to manage single or multiple SQL database servers locally or on a remote server using a web browser (GUI). phpMyAdmin is very handy and useful. We can easily create, […]

How to Install Django on an Ubuntu 16.04 VPS

Django is a free and open source, Python-based web application framework. It is a set of useful components that help developers to easily and quickly create their applications. Django is built and maintained by experienced developers and used by some of the world’s biggest companies and governments. Also, some of the most popular websites such […]

How to Install Magento 2 with Apache, Varnish and Memcache

In this article, we will show you how to install Magento 2 on an Ubuntu 16.04 VPS with MariaDB, Varnish as a full page cache, Apache and Memcache for session storage. This guide should work on other Linux VPS systems as well but was tested and written for an Ubuntu 16.04 VPS. Before we begin, […]