Linux Tutorials on the topic “Linux”
-
Linux Chown Command Tutorial for Beginners (12 Examples)
Author: Himanshu Arora • Tags: linux • Comments: 1In Linux, there may be times when you might want to change the owner and group-related information for a file or directory. If you are a command line newbie, and want to know how you can make such changes through the command line, you'll be glad to know that there exists a command - dubbed chown - that lets you do this.
-
Linux ln Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1Sometimes, while working on the command line, you need to create links between files. This can be achieved using a dedicated command, dubbed ln. In this tutorial, we will discuss the basics of this tool using some easy to understand examples.
-
Linux touch Command Tutorial for Beginners (6 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 3Sometimes, while working on the command line in Linux, you might want to create a new file. Or, there may be times when the requirement is to change the timestamps of a file. Well, there exists a utility that can you can use in both these scenarios. The tool in question is touch.
-
-
Linux exit Command Explained for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1If you are a Linux newbie, and your work involves doing stuff through the command line, then it goes without saying that you must be spending a lot of time on the terminal window. As you'd likely agree, there are some commands that we tend to use very frequently, like ls, cp, and rm. However, there are some others that are comparatively less used. In this tutorial, we will discuss one such, less frequently used command: Exit.
-
Linux watch Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 3Sometimes, while working on the Linux command line, you might want to execute a command repeatedly so as to track any change in output. Well, you'll be happy to know there exists a command line utility that lets you do this. The tool in question is Watch, and in this tutorial, we will discuss some of its basic features using some easy to understand examples.
-
Linux mv Command Explained for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2Just like cp for copying and rm for deleting, Linux also offers an in-built command for moving and renaming files. It's called mv. In this article, we will discuss the basics of this command line tool using easy to understand examples
-
How to repair Grub 2 Boot Loader on Ubuntu
Author: Bill Toulas • Tags: desktop, linux, ubuntu • Comments: 5Grub v2 offers a powerful rescue mode. Now using this mode, may not be exactly a walk in the park for most inexperienced users out there, so here's a guide on how to easily fix your Grub with the Boot Repair tool.
-
How to Edit Kernel Boot Parameters on Linux
Author: Bill Toulas • Tags: linux • Comments: 2Changing or editing your kernel boot parameters is very important when you want to fix an issue that causes errors during boot, or test a new feature, activate a different driver, or disable a feature on your system. These parameters are stored as text, in the boot loader's configuration file which the kernel parses during the init process.
-
How to Install Apache Kafka on Rocky Linux
Author: Arvid L • Tags: linux, server • Comments: 0Apache Kafka is a distributed data store for processing streaming data in real time. In this tutorial, we will install Apache Kafka on the Rocky Linux server and learn the basic usage of Kafka as a message broker for streaming data via the Kafka plugin.
-
How to Install and Use MS SQL Server on Rocky Linux
Author: Arvid L • Tags: linux, server • Comments: 0MS SQL Server or Microsoft SQL Server is an RDBMS (Relational Database Management System) developed by Microsoft. In this tutorial, I will show you how to install MS SQL Server on a Rocky Linux server, set up SQL Tools for managing SQL Server, and also learn the basic operation of SQL Server for managing databases.