Linux Tutorials on the topic “linux”
-
Linux lshw Command Tutorial for Beginners (6 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
The beauty of the Linux command line lies in the fact that you can do almost anything using the command line tools. Even if it involves fetching information on the system's hardware components. If that's what you intend to do, and are looking for a command line way to this, you'll be happy to know you can use the lshw command for it.
-
How to Install and Use Lnav Log Viewer on Ubuntu 16.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 1
LNAV also know as Lateral Navigation is a free and open source enhanced log file viewer that can be used to find information of files being viewed along with the time stamps and log levels. LNAV is a command line log file viewer built for small scale solutions.
-
Installation of Lemur Certificate Manager on Ubuntu
Author: Ahmad • Tags: linux, security, ubuntu • Comments: 1
This tutorial shows the installation of the Lemur certificate management software on Ubuntu 16.04 LTS. Lemur is an open source project of NetFlix and used to generate the certificates for customers/clients.
-
-
Linux who Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1
Sometimes, while working on the command line, you might want to know more about logged in users. There exists a command line utility who which you can use to access this kind of information. In this tutorial, we will discuss the basics of who using some easy to understand examples.
-
How to Install NEOS CMS on CentOS 7
Author: Hitesh Jethva • Tags: centos, linux • Comments: 1
Neos is a free and open source content management system written in PHP and uses its own framework flow. Neos CMS provides a customizable, extensible and easy to use web interface to edit web content easily.
-
How to Install and Use Netdata Performance Monitoring Tool on Debian 9
Author: Hitesh Jethva • Tags: debian, linux, monitoring • Comments: 2
Netdata is a free, open source, scalable, distributed, real-time, performance and health monitoring tool for Linux based operating system. Netdata comes with simple, easy to use and extensible web dashboards that can be used to visualize the processes and services on your system.
-
How to install Apache, PHP 7.2 and MySQL on CentOS 7.4 (LAMP)
Author: Till Brehm • Tags: apache, centos, linux, mysql, php, server, web server • Comments: 32
This tutorial shows how to install an Apache web server on a CentOS 7 server with PHP (mod_php with PHP 5.4, 7.0, 7.1, or 7.2) and MySQL support. This setup is often referred to as LAMP which stands for Linux - Apache - MySQL - PHP.
-
How to Install Apache Maven on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, programming, ubuntu • Comments: 0
Apache Maven is a software project management tool based on the POM (Project, Object, Model) concept. Maven is a build automation tool used primarily for Java-based projects. In this tutorial, I will show you step-by-step how to install and configure Apache Maven on Ubuntu 16.04 LTS.
-
Linux adduser/addgroup Command Tutorial for Beginners (7 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 3
As a Linux system administrator, one of the basic tasks that you'll have to perform is to create accounts for new users and manage user groups. Of course, there are command line utilities that let you do this, and this tutorial, we will discuss the basics of two such commands: adduser and addgroup.
-
How to Install Varnish Reverse Proxy with Nginx on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 4
Varnish is a proxy server focused on HTTP caching. It's designed as HTTP accelerator and can act as reverse proxy for your web server Apache or Nginx. In this tutorial, I will show you how to install and configure varnish HTTP accelerator as a reverse proxy for Nginx web server.