Security

25 Common SSH Commands in Linux With Examples

September 5, 2024

This guide covers practical SSH commands such as specifying a username for your connection, using a different port number, generating SSH key pairs, and much more.

Read more

How to Enable or Disable UFW Firewall on Ubuntu

August 29, 2024

Ubuntu comes pre-installed with a firewall configuration tool, UFW (Uncomplicated Firewall). This tutorial shows you how to disable and enable an Ubuntu UFW firewall using the command line.

Read more

SSHFS: Mount Remote File Systems on Linux & Windows

August 20, 2024

Need to transfer files between two machines securely? Try the SSHFS client, which mounts a remote file system directly to your local machine and uses the SSH file transfer protocol.

Read more

How to Prevent Brute Force Attacks

August 8, 2024

This article explains how to identify brute force attacks and lists 8 security measures you can take to prevent them and improve overall server security.

Read more

How To Create New MySQL User and Grant Privileges

July 18, 2024

This article explains how to create a new MySQL non-root user and grant various types of privileges.

Read more

chmod Recursive: Change File & Directory Permissions Recursively

July 16, 2024

Setting file and directory permission properly is important in multi-user systems such as Linux. You can set permission recursively using the chmod or find command and grant privileges or restrict access in a single command.

Read more

SSH Port Forwarding (SSH Tunneling) Explained

July 5, 2024

This article demonstrates 3 distinct methods used to port forward SSH connections. It examines the syntax of the individual commands and teaches you everything you need to know to implement SSH port forwarding successfully.

Read more

12 Best PuTTY Alternatives

June 20, 2024

This article presents a detailed overview of the 12 best alternatives to PuTTY.

Read more

Apache .htaccess: How to Enable & Configure


The .htaccess file in Apache is a tool that allows configurations at the directory and subdirectory level. Using a .htaccess file will let you configure website details without altering server configuration files. This tutorial will show you how to set up and enable .htaccess on Apache.

Read more

How to List All Processes in Linux

June 11, 2024

Tracking and managing running processes is an important part of Linux administration. This tutorial shows different methods you can use to list running processes in Linux.

Read more