How to Install wget on Ubuntu

install and use wget on Ubuntu

We’ll show you, 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. Installing wget on Ubuntu is an easy task, just carefully follow our tutorial below. wget has many features to make retrieving large files or mirroring entire web or FTP sites easy, including:

Read More

How to Install Java on Ubuntu 16.04

How to Install Java on Ubuntu 16.04

install java ubuntuWe’ll show you how to install Java on Ubuntu 16.04. Oracle JDK is the official version distributed by Oracle. These guide should also work on Debian and Linux Mint but was tested and written for Ubuntu. Installing Java on Ubuntu 16.04, is an easy task, if you follow this step by step guide below, carefully!

Read More

How to Use Logrotate to Manage Logs on Ubuntu

How to Use Logrotate to Manage Logs on Ubuntu

We’ll show you, How to Use Logrotate to Manage Logs on Ubuntu. Logrotate is a tool used by the system administrators to ease the management of large log files generated by the system services. The most important features of logrotate are automatic log rotation, log compression, log removal and mailing the log files. In this tutorial, we are going to show you how to use logrotate to manage the log files generated by the services running on your Linux VPS.

Read More

How to Install GitScrum on Ubuntu 16.04

How to Install GitScrum on Ubuntu 16.04

We’ll show you, How to Install GitScrum on Ubuntu 16.04. GitScrum is an open source task management application that uses Git and the Scrum methodology. It has a lot of useful features like Product Backlog, user Story, Sprint Backlog, Issues and more. GitScrum is a Laravel 5.3 application to helps teams use Git version control and the Scrum framework in the support for day-to-day task management. It is fairly easy to install GitScrum on an Ubuntu 16.04 VPS. The installation process should take about 5-10 minutes if you follow the very easy steps described below.

Read More

How to install ISPConfig 3 on Ubuntu 16.04

How to install ISPConfig 3 on Ubuntu 16.04

In this tutorial, we will show you how to install ISPConfig 3 on Ubuntu 16.04. ISPConfig is an open source hosting control panel which is very fast, secure and stable. It is used by many system admins to manage their servers via a web-based interface instead of using the command line. It comes with support for many services including Apache, Nginx, MySQL, Bind, Postfix, Dovecot, Courier, PureFTPD etc. and it is used for easy website administration, creating email accounts and FTP users, creating MySQL databases, setting up cron jobs, DNS administration and more. Installing ISPConfig 3 on Ubuntu 16.04, is an easy task if you carefully follow our tutorial below.

Read More

Install npm on Ubuntu 16.04

How to Install NPM on Ubuntu 16.04

installing npm on ubuntu 16.04Today we gonna talk about how to install npm on Ubuntu 16.04. Npm is a JavaScript package manager which can be used to install, share, and distribute code as well as to manage dependencies in your projects. It is written entirely in JavaScript as an inspiration from the other similar projects like PEAR for PHP, or CPAN for Perl. Installing npm on Ubuntu 16.04 is an easy task,  just follow the steps below and you should have npm running on Ubuntu 16.04 in less than 10 minutes.

Read More

How to set up MySQL Cluster on Ubuntu

How to set up MySQL Cluster on Ubuntu

We’ll show you, how to set up MySQL Cluster on Ubuntu. The MySQL NDB Cluster integrates the standard MySQL server with an in-memory clustered storage engine called NDB (Network DataBase). We will use a total of 4 virtual servers, one for the management, one SQL node and two data nodes:

Read More