Maddox

How to Use tmux on Linux

How to Use tmux on Linux?

To use the Tmux on Linux, use different options with the prefix key that is CTRL+b. All the options can be displayed with the shortcut “Prefix key+?”.

How to see rsync progress

How to See rsync Progress?

To see the rsync command progress, either use the “–progress” option of the rsync command or pipe the rsync command with “pv -lep”.

Bash For Each Line in File

Bash For Each Line in File

To implement the for each line operation on a file, the for loop is used in Bash scripting. This can be used to read each line of a file.

How to Change MTU Size in Linux

How to Change MTU Size in Linux?

To change the MTU size instantly in Linux, the ip, and ifconfig commands and to make them permanently make changes in the network configuration file.

How to Set java_home in Ubuntu

How to Set JAVA_HOME in Ubuntu?

To set the “JAVA_HOME” variable in Ubuntu, assign the path of the “javac” package to the JAVA_HOME variable in the bashrc file.

What Does chmod 777 Mean in Linux

What Does chmod 777 Mean in Linux?

The chmod 777 means that all the file users, including the owner, group members, and the other users, can perform the reading, writing, and execution.

What is libstdc++ so 6 in Linux

What is libstdc++ so 6 in Linux?

The “libstdc++6” is a dependency package of the GCC compiler, and “libstdc++.so.6” is the symbolic link that points to the GCC path.

Difference between zsh and bash

Difference Between zsh and bash

There are differences between bash and the zsh, i.e., plug-ins/customization, dealing variables, environment scripts, history sharing, and much more.

Ubuntu Budgie Review

Ubuntu Budgie Review

Ubuntu Budgie is based on Ubuntu and is equipped with the Budgie Desktop Environment. Read this post for a brief overview of this distribution.

How to Use fg Command in Linux

How to use fg Command in Linux?

To use the fg command in Linux, follow the general syntax “fg [Job]”. You can use different symbols to bring the jobs into the foreground in Linux.

Linux | ping Command

Linux | ping Command

In Linux, the ping command is used to troubleshoot networks, including the local machine network. The ping command comes preinstalled on Linux.

What Exactly Does tar xvf Do?

What Exactly Does tar xvf Do?

The tar command compresses and extracts the files/directories. The tar xvf is used to extract the contents of the archive file with its verbose.

How to Adjust the tmux Pane Size

How to Adjust the tmux Pane Size?

To adjust the tmux pane size, use the mouse keys, the arrow keys with the prefix, or the commands used with the prefix.
Quest Score: 0%

How to Ping a Specific Port?

How to Ping a Specific Port?

To ping a specific port in Linux, we can use the tools of nc, nmap, and telnet. All these tools are useful for managing network interfaces.

How to Use Nmap to Scan All Ports

How to Use Nmap to Scan All Ports?

To use the nmap to scan all the computer ports from 0 to 65535, run the command “sudo nmap -p0-65535 ”. Read this post for more details.

source ~/.bashrc | Explained

source ~/.bashrc | Explained

The “source ~/.bashrc” command in Linux is used to update or refresh the changes made in the bashrc file to be applicable in shells permanently.

How to use mail command in Linux

How to use mail command in Linux?

To use the mail command for sending emails to the recipients, use the syntax “mail [Option] [Address]”. Different examples are used to explain its usage.

How to Record Audio in Ubuntu 22.04

How to Record Audio in Ubuntu 22.04?

Users can use the default recorder package known as gnome-sound-recorder or the audio recorder. The process of their usage/installation is explained.

How to merge pdf files in linux

How to Merge PDF files on Linux?

To merge PDF files on Linux, pdftk, a command-line tool, and pdf arranger, a GUI tool, can be installed. A demonstration of the steps is provided in this post.

cURL Headers Explained

cURL Headers | Explained

The cURL command is used in Linux to transfer data between two servers. The HTTPS Headers are responsible for sharing the additional data.

The xxd Hex Dumper Guide

The xxd Hex Dumper Guide

The xxd command converts the file’s contents into the Hexadecimal format. The xxd command can be used with its different options.

What Does File Permission 755 Mean

What Does File Permission 755 Mean?

The file permissions 755 means that the owner has full access (read, write, and execute permissions), and the remaining users have only read and execute rights.

Fix command not found nvm

[Fixed] command not found: nvm

To fix the “command not found: nvm” make sure the package of the nvm is installed, and the load lines are included in the shell script of Linux.

Fix xterm DISPLAY is not set

Fix: xterm: DISPLAY is not set

To fix the error of the “xterm: DISPLAY is not set”, we have to set the value of the DISPLAY environmental variable in the operating system.

How to Rename Directories in Linux

How to Rename Directories in Linux?

To rename the directories in Linux, use the find command, mv command, or the GUI method. In this blog, all these methods are explained in detail.

How to use Ubuntu online

How to Use Ubuntu online?

To use Ubuntu online, open the web browser and go to onworks.net and follow the instruction of the blog to learn to use Ubuntu online.