SysAdmin

How to Install Java on CentOS and Rocky Linux

November 7, 2024

As a highly popular programming language, Java is used for developing anything from lightweight mobile to desktop applications. This step-by-step guide shows you how simple it is to install Java on CentOS and Rocky Linux.

Read more

Show Hidden Files and Directories in Linux


Linux stores visible and hidden files in its directories. You can display these hidden files using simple commands or the graphical user interface. Apart from showing these hidden files, this guide show you how to hide files and directories, as well as how to set a password-protection.

Read more

How to Enable and Use firewalld on CentOS or Rocky Linux

November 6, 2024

This phoenixNAP guide instructs how to enable and start firewalld on CentOS or Rocky Linux. It explains basic firewall zone concepts and teaches you how to work with default firewalld zones.

Read more

How to Install LAMP on Ubuntu


A LAMP stack is a set of open source software tools used for web application development. Learn how to install and set up LAMP in Ubuntu.

Read more

How to Install MongoDB on CentOS or Rocky Linux

November 5, 2024

MongoDB allows storing different fields in different documents, without a permanently fixed data structure. To set up MongoDB on CentOS or Rocky Linux, follow this step-by-step guide and install and configure the popular NoSQL database.

Read more

How to Install Pip on CentOS and Rocky Linux


Pip Installs Packages (Pip) is a package management system that simplifies the process of installing and managing software packages written in Python. All packages listed in the Python Package Index (PyPI) can be installed using Pip.

Read more

SSH Public Key Authentication: How to Configure

October 31, 2024

This article explains how to generate a key pair and use them to connect to a remote server via SSH.

Read more

How to Check PHP Version


To avoid compatibility problems when implementing new PHP-related features or debugging a website, it is useful to know the PHP version you are working with. This tutorial explains how to check the PHP version running on your website or a local machine.

Read more

How to Set or Change Time, Date, and Timezone in Ubuntu

October 30, 2024

This guide explains how to synchronize time with NTP servers and manually set the time, date, and timezone in Ubuntu.

Read more

top Command in Linux: Syntax, Options, Examples


The top command is a built-in Linux utility that contains useful information about your system's running processes and resource usage. Learn how to use the top command effectively.

Read more
1 3 4 5 6 7 77