Categories
Linux

How to secure your Linux web server

Building a LAMP server and getting it all nicely configured with reliable data handling, a domain, and a TLS certificate […]

Categories
Linux

How to Manually Mount/UnMount a USB Device on Ubuntu 20.04 and 22.04

When you connect a USB drive to our system, it is usually mounted automatically and a directory with your user […]

Categories
Linux

How to Install Ntopng Network Monitoring Tool on Ubuntu 20.04

Ntopng is a web-based application for true network traffic flow monitoring that is available as open freeware. It’s an improved […]

Categories
Linux

Using GPG to Encrypt and Decrypt Files on Linux [Hands-on for Beginners]

GnuPG, popularly known as GPG, is an extremely versatile tool, being widely used as the industry standard for encryption of […]

Categories
Linux

3 SELinux sestatus Command Output Explained with Examples

sestatus stands for SELinux status. This command is used to view the current status of the SELinux that is running […]

Categories
Linux

4 Effective Methods to Disable SELinux Temporarily or Permanently

On some of the Linux distribution SELinux is enabled by default, which may cause some unwanted issues, if you don’t […]

Categories
Linux

15 SELinux chcon Command Examples to Change Security Context

In SELinux, one of the frequent task that you may do is to change the security context of an object. […]

Categories
Linux

How To Set Up Password Authentication with Apache on Ubuntu 20.04

Introduction As a web administrator, you may find it valuable to restrict some parts of a website from visitors, whether […]

Categories
Linux

How To Install the Django Web Framework on Ubuntu 22.04

Introduction Django is a full-featured Python web framework for developing dynamic websites and applications. Using Django, you can quickly create […]

Categories
Linux

How To Create RAID Arrays with mdadm on Ubuntu 18.04

Introduction The mdadm utility can be used to create and manage storage arrays using Linux’s software RAID capabilities. Administrators have […]