| by Arround The Web

The Advanced Guide to Using nslookup in Linux

Here, we show you how to use nslookup in Linux to troubleshoot Domain Name System (DNS) issues. We also discuss some of the more advanced features of this tool.
The post The Advanced Guide to Using nslookup in Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

9to5Linux Weekly Roundup: Nov. 6, 2022

This week was all about software and distro releases and maintenance updates. You can enjoy these and much more in 9to5Linux’s Linux weekly roundup for Nov. 6, 2022.
The post 9to5Linux Weekly Roundup: Nov. 6, 2022 appeared first on Linux Today.

Share Button
Read More
| by Scott Kilroy

How to Install GlassFish Java Application Server on Rocky Linux

GlassFish is a free and open-source implementation of the Java EE Platform developed by Eclipse. In this tutorial, we will install the GlassFish Java Application Server with Nginx reverse proxy on Rocky Linux.

Share Button
Read More
| by Arround The Web

How to Use the dir Command in Linux

The dir command is not commonly used in Linux, but it works less like the preferred ls command. This article offers some examples of how to use the dir command to list the contents of a directory.
The post How to Use the dir Command in Linux appeared f…

Share Button
Read More
| by Scott Kilroy

How to Install MinIO Storage on Rocky Linux

MinIO is a free and open-source object storage server written in Go. It’s compatible with Amazone S3 object storage and is one of the best and most free solutions for object storage.

Share Button
Read More
| by Arround The Web

How To Monitor File Changes Using fswatch in Linux

Learn about fswatch, how to install it, and how to use it to monitor file changes in Linux and Unix-like operating systems.
The post How To Monitor File Changes Using fswatch in Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Xfce 4.18: Top New Features and Release Guide

Check out this comprehensive Xfce 4.18 feature guide with details across window manager, components, file manager, and more.
The post Xfce 4.18: Top New Features and Release Guide appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

LibreOffice 7.3 Gets Last Maintenance Update, Users Urged to Upgrade

LibreOffice 7.3.7 includes 28 bug fixes that address last remaining issues reported by users or discovered by the LibreOffice developers. Learn more here.
The post LibreOffice 7.3 Gets Last Maintenance Update, Users Urged to Upgrade appeared first on L…

Share Button
Read More
| by Scott Kilroy

Linux cd Command Tutorial for Beginners (8 Examples)

The cd command is one of the most frequently used commands in Linux, as it’s used to change directories (one of the most basic command line operations). While most users restrict themselves to the basic usage of cd, there are many other features the to…

Share Button
Read More
| by Scott Kilroy

How to Compare and Merge Text Files on Linux

Comparing text files requires time, effort, a large monitor and a good amount of patience, or simply just the right tools to do it without any of the aforementioned. If you are an editor that has to deal with multiple versions of a text file, or a deve…

Share Button
Read More
| by Scott Kilroy

How to Compare and Merge Text Files on Linux using Desktop Tools (part 2)

This post is a response to the overwhelming comments about Meld (and other tools) on my previous article on text files comparison and merging tools. While my intention wasn’t to focus on code text only but to also present something useful to word edito…

Share Button
Read More
| by Scott Kilroy

Linux sdiff Command Tutorial for Beginners (6 Examples)

Here at HowtoForge, we have already discussed multiple command line utilities that are focused on finding file differences. But there are several more such tools, and in this tutorial, we will discuss on such command dubbed sdiff using some easy to und…

Share Button
Read More
| by Scott Kilroy

How to do line-by-line comparison of files in Linux using diff command

In Linux, the diff command can be used to compare two files, but the thing is that there’s a slight learning curve involved with this utility. If you don’t know how diff works, and are looking for quick tutorial to get started, look no further, as in t…

Share Button
Read More
| by Scott Kilroy

Linux Command Line Navigation Tips: The Basics of pushd and popd Command

In this article, we will be discussing how you can have a faster navigation experience on the Linux command line using the pushd and popd commands.

Share Button
Read More
| by Scott Kilroy

Linux dirname command explained for beginners (4 examples)

Are you a new Linux user? Does your work involve shell scripting? If your answer to both these questions is yes, the tool we’ll be discussing here will likely interest you. The name of the tool is dirname, and it’s mostly used in situations where-in yo…

Share Button
Read More
| by Scott Kilroy

Linux pwd Command Tutorial for Beginners (with Examples)

The pwd command, like ls and cd, is one of most frequently used Linux utilities. Regardless of the kind of user you are (newbie or pro), you’ll find yourself using this command line tool a lot. So in this tutorial, we will quickly discuss the basics of…

Share Button
Read More
| by Scott Kilroy

Linux command line navigation tips and tricks – part 1

If you’ve just started using the command line in Linux, then it’s worth knowing that it is one of the most powerful and useful features of the OS. The learning curve may or may not be steep depending on how deep you want to dive into the topic. However…

Share Button
Read More
| by Arround The Web

12 Useful sed Commands in Linux

The sed command is a powerful tool in Unix and Linux used for editing files line by line, including inserts, appends, changes, and deletes. In this article, we will learn how to use the sed command in Linux with 12 practical examples.
The post 12 Usefu…

Share Button
Read More
| by Scott Kilroy

How to Install Wiki.js on Rocky Linux 9

Wiki.js is an open-source, lightweight wiki software. It is built on the Node.js JavaScript framework. In this tutorial, you will learn to install Wiki.js on a Rocky Linux 9 server using the PostgreSQL database and Nginx server for proxying.

Share Button
Read More
| by Arround The Web

How to Install GPU-Viewer on Linux Mint 21

The GPU-Viewer is a free, open-source project to create an easy-to-use interface for glxinfo, vulkaninfo, and clinfo. The following tutorial will show you how to install the package on your Linux Mint desktop.
The post How to Install GPU-Viewer on Linu…

Share Button
Read More