How to Install Node.js from Linux Terminal
In this article, I will show you how to install latest Nodejs on Ubuntu 18.04, CentOS 7 and Arch Linux from the terminal. Node.js is an open-source, free, cross-platform JavaScript run-time environment...
View ArticleHow to Install LAMP Stack on Ubuntu 18.04
In this article, I'll explain how to install LAMP stack with WordPress on our latest Ubuntu 18.04 server. LAMP stands for Linux-Apache-MySQL-PHP. It's a group of free software which can be installed...
View ArticleHow to Install Java 8 on Ubuntu 18.04
In this article, we'll focus on how to install java on Ubuntu 18.04 from the terminal. We will begin by installing the default JDK/JRE. Java is an application that is a prerequisite in a wide range of...
View ArticleHow to Setup UFW Firewall on Ubuntu 18.04
In this article, I'll show you how to setup UFW firewall on Ubuntu 18.04. In Ubuntu, the default firewall is UFW, short for Uncomplicated FireWall. It has been around since Ubuntu 18.04 release and was...
View ArticleHow to List Files of Deb Package Before Installing
The typical question before installing a new deb package on our system is that what are the actual files were installed and where new files are located. The critical situation is raised when an...
View ArticleHow to Install Nvidia Drivers on Ubuntu 18.04
In this article, I will show you how to install latest Nvidia drivers on Ubuntu 18.04 Desktop from the terminal. It may happen that the graphics drivers included in Ubuntu for your graphics card are...
View ArticleHow to Install Asterisk 15 on Ubuntu 18.04 from Source
In this article, I will explain how to install Asterisk 15 on Ubuntu 18.04 from source. The new version, the Asterisk 15, is bringing us a lot of new functionality. Top of the list, new SIP stack,...
View ArticleHow to Check Cron Logs on Ubuntu 18.04
In this article, we'll look at how to check cron logs and monitor jobs in real time in Ubuntu 18.04. A cron job is a task scheduler used for automation of repetitive tasks in a Linux environment. It is...
View ArticleHow to Setup MySecureShell SFTP Server on Ubuntu 18.04
In this article, I will explain to you how to setup an SFTP server using MySecureShell on Ubuntu 18.04. SFTP is a secure way of transferring files using an encrypted SSH connection. Though it's widely...
View ArticleHow to Install Splunk on Ubuntu 18.04
In this article, I'll explain how to install latest Splunk in on Ubuntu 18.04 server. Splunk is aimed to process the data to make it useful for the user without manipulating the original data. It is...
View ArticleHow to Install CUDA on Ubuntu 18.04
In this article, I'll show you how to Install CUDA on Ubuntu 18.04. CUDA is a parallel programming model and computing platform developed by NVIDIA. CUDA aims at enabling a dramatic increase in...
View ArticleHow to Setup Log Rotation with Logrotate on Ubuntu 18.04
Log files are intended to retain information about system activities for a reasonable period of time, but system logging daemons provide no means to control the size of log files. Here I will show you...
View ArticleHow to Install and Configure MRTG on Ubuntu 18.04
MRTG (Multi Router Traffic Grapher) is an open source tool written in Perl used for monitoring and measuring the traffic load on network links and presenting data in graphical form. This tool helps you...
View Article4 Tools to Browse Internet from Linux Terminal
In this article, we'll focus on how you can browse the internet from Linux command line using text-based browsers. Text browsers are browsers that only render the text contents of a web page, leaving...
View ArticleHow to Install Prometheus on Ubuntu 18.04
Prometheus is a very powerful open-source monitoring and alerting system suitable for dynamic environments like in Cloud space. It is a standalone project maintained by the community with many...
View ArticleHow to Configure VSFTPD SFTP with SSL/TLS on Ubuntu 18.04
FTP, the acronym of File Transfer Protocol, is used to transfer files between computer and server in a given computer network. FTP protocol uses insecure way of data transfer and should be limited to...
View ArticleHow to Install PhpMyAdmin with LAMP on Ubuntu 18.04
PhpMyAdmin is a LAMP application particularly meant for MySQL server administration. It is an application built on PHP and can be easily accessed through the web browser. In short, it provides a...
View ArticleHow to Install Roundcube Webmail on Ubuntu 18.04
Roundcube is a free and open source webmail solution with a desktop-like user interface from a web browser, easy to install which runs on a standard web server. This tutorial will explain the different...
View ArticleHow to Install Android SDK Manager on Ubuntu 18.04
The sdkmanager is a CLI tool that allows users to view, install, update, and uninstall available packages for the Android SDK. This article is going to teach you how to install Android SDK Manager on...
View ArticleHow to Install LibreOffice 6.0 on Ubuntu /Debian/Mint
LibreOffice is a free and opensource office suite that gives the user ability to create Documents, Presentations, Spreadsheets, work with databases among many other functions. It's a productivity suite...
View Article