Tag: linux

How to Format USB Drives in Linux

April 30, 2024

USB formatting is done for several reasons, such as deleting data or changing the file system. In this tutorial you will learn how to format a USB drive, wipe it, or recover data from a formatted drive.

Read more

How to Change Password in Linux

April 26, 2024

This article explains how to change a user password in Linux and how to force other users to change their passwords on login.

Read more

How to Create Partitions in Linux

April 25, 2024

Disk partitions allow users to set up multiple file systems on the same machine, simplify the backup procedure, and improve system security. This step-by-step tutorial teaches you to create a partition in Linux using the parted and fdisk commands.

Read more

How to Check Linux Kernel Version

April 18, 2024

The Linux kernel is much like the central brain of the operating system. Although it is open-source – meaning anyone can view and modify the code – the Linux kernel is built with multiple protocols to ensure stability and security. This guide will walk you through how to check the Linux kernel version of your operating system.

Read more

How to Change Root or Sudo Password in Ubuntu

April 16, 2024

Are you looking to change the root password in Ubuntu? Changing passwords is a good practice and should be done periodically. Linux allows multiple user accounts, each having its own password. Users can only change their own password. However, there is always a sudo/root (SuperUser) account. Root users can change the password of any account, including their own.

Read more

How to Use the su Command in Linux with Examples


Learn how to use the su command with practical examples and explanations. Change users in the terminal window or switch to the root in a single step. This article tells you all you need to know about su.

Read more

How to Fix MySQL 'Command Not Found' in Linux, Windows & macOS

April 11, 2024

The 'Command Not Found' error is a general error not only found in MYSQL. By learning how to deal with it, you will learn how to fix it in other situations as well. The three major operating systems are covered in this comprehensive tutorial.

Read more

How to Install Nmap Network Scanner on Linux

April 8, 2024

This tutorial shows how to install Nmap on a Linux-based system and use it to retrieve valuable information from remote systems.

Read more

How to Use Nmap to Scan for Open Ports

April 5, 2024

The Nmap hosted security tool can help you determine how well your firewall and security configuration is working. This guide will show you how to scan or check your Linux system for open ports using Nmap.

Read more

How to Add User to Sudoers or Sudo Group on Ubuntu

April 3, 2024

The sudo command is the preferred means to handle elevated permissions. Standard user accounts are restricted from performing sensitive tasks, such as viewing the contents of the /root directory. This prevents the accidental use of commands with massive consequences. It also makes it more difficult for intruders to compromise a system. If you need to run an administrative command. Sudo – or Super User Do – grants you privileges to run sensitive tasks. The sudo command will grant elevated permissions for 15 minutes. This guide will show you how to create a new user on Ubuntu and provide sudo access.

Read more
1 2 3 32