智能运维
-
How to Check Linux Red Hat (RHEL) Version Installed On Your System
Introduction Red Hat is a popular and influential fork of the Linux operating system. It has been around since the mid-1990s and has earned a reputation for being stable, reliable, and regularly upda…
-
How to Fix sub-process /usr/bin/dpkg returned an error code (1) in Ubuntu
Introduction The error message “Sub-process /usr/bin/dpkg returned an error code (1)” indicates a problem with the package installer. This can happen in Ubuntu after a failed software installation, o…
-
How To Use grep Command In Linux/UNIX
Introduction This guide details the most useful grep commands for Linux / Unix systems. After going through all the commands and examples, you will learn how to use grep to search files for a text fr…
-
How to Upgrade Debian 8 Jessie to Debian Linux 9 Stretch
Introduction Debian is one of the main forks, or distributions, of the Linux operating system. There are many derivatives of Debian Linux, like Ubuntu and Kali. Debian remains a popular and well-supp…
-
How to Install Apache on Ubuntu 18.04
Introduction This guide will help you install the Apache web server on Ubuntu Linux 18.04. Apache Web Server is a software package that turns a computer into an HTTP server. That is, it sends web pag…
-
How to Install Apache Maven on Debian 9
Introduction Apache Maven is a project management tool for developing Java applications. It resembles other Linux-based project management tools but differs in that it is designed to provide a compre…
-
How to Install Apache Maven on CentOS 7
Introduction Apache Maven is a project management tool for developing Java applications designed to provide a comprehensive and easy-to-read status of a project. It also incorporates a POM (Project O…
-
How To Add User To Sudoers & Add User To Sudo Group on Ubuntu
Introduction The sudo command is the preferred means to handle elevated permissions. In supported versions of Ubuntu, using the sudo command will grant elevated permissions for 15 minutes. Standard u…
-
How to Install the LAMP Stack on Ubuntu 18.04
The LAMP stack is a set of open-source software used for web application development. For a web application to work, it has to include an operating system, a web server, a database, and a programming…
-
How to Install an RPM File On Linux OS (CentOS, RHEL, & Fedora)
Introduction While working in Linux, you may have seen downloadable files with the .rpm extension. Rpm files are designed to be downloaded and installed independently, outside of a software repositor…