Tutorials on Linux, Programming & Technology

How to unban an IP in fail2ban

How to unban an IP in fail2ban?

To unban an IP in fail2ban, the “fail2ban-client” utility is used by specifying the banned IP Address in IP List. This utility prevents unauthorized activity.

How to Show MOTD in Linux

How to Show MOTD in Linux?

Linux offers the “cat” command to display the “MOTD” in the terminal. Also, users can display the custom MOTD after accessing the /etc/motd file.

How to List Open Ports in Firewalld

How to List Open Ports in Firewalld?

To list the open ports in firewalld, the “firewall-cmd” command works with the “–list-ports” option. Before it, users ensure the active services of Firewalld.

How to Mount USB Drive on Linux

How to Mount USB Drive on Linux?

In Linux, there are two methods to mount the USB drive. Use the terminal and run the mount command or manually mount the USB using disks.

How to generate PGP keys with GPG

How to Generate PGP keys with GPG?

To generate the PGP keys with the GPG command in Linux, there are 3 ways. Use “–gen-key”, “–full–generate-key” or “–quick-gen-key” with the “gpg” utility.

How to Find Mtime in Linux

How to Find mtime in Linux?

The “stat”, “ls” and “find” commands are used to find the mtime of files in Linux. They display the modification time when the file’s content is modified.

How to Edit Hosts File on Linux

How to Edit Hosts File on Linux?

Linux provides the “nano” and “vim” text editors to edit or modify the host or any other file using the “sudo” privilege. It is easy to access and use.

Import Docx to Google Docs

Import Docx to Google Docs

To import a Docx to Google Docs, upload the file in “Google Drive”. After that, save the docs file by pressing the “Save as Google Docs” option.

How to do a Block Qoute in Googe Docs

How to do a Block Quote in Google Docs?

To do a block quote in Google Docs, the “ruler” and “Indent” icons are used. Additionally, the “Tab” key can also be utilized to perform this task.

How to Insert a Calender in Google Docs

How to Insert a Calendar in Google Docs?

The “Table” option from the “Insert” tab can be utilized to insert a calendar in Google docs. The mobile app also has a “Table” option for this purpose.

Type With Your Voice in Google DOcs

Google Docs | Type With Your Voice

Google Docs provides an amazing feature, “Voice Typing”, and a shortcut key, “Ctrl+Shift+S”, to type with your voice into the document.

How to Make Fractions in Google Docs

How to Make Fractions in Google Docs?

In Google Docs, the “Special characters” and “Equation” options are used to make fractions. These options come from the “Insert” tab of the menu bar.

How to Write a Letter in Google Docs

How to Write a Letter in Google Docs?

In Google Docs, users can write a letter by typing and formatting the text and built-in templates. These templates come from the “From template gallery” option.

How To Collaborate in Google Docs

How to Collaborate in Google Docs?

To collaborate with single or multiple users, Google Docs offers the “Share” button by adding people by specifying roles as “Viewer”, Editor, and “Commenter”.

How to Check CPU Utilization in Linux

How to Check CPU Utilization in Linux?

Learn how to check CPU utilization in Linux using built-in tools like top, htop, and vmstat. Keep your system running smoothly with these easy-to-use commands.

How to Write to File in Bash

How to Write to File in Bash?

Several methods are discussed to write to a file in bash, which helps to write single or multiple lines and the same content to multiple files simultaneously.

Command Line Arguments in Linux

Command Line Arguments in Linux

Command-line arguments are parameters passed to a script while executing them in the bash shell, and their uses are discussed in detail throughout this article.

Bash Heredoc Explained

Bash Heredoc | Explained

We can use the Bash heredoc method in Linux to execute multiple lines of commands and data simultaneously, which is explained in this guide with examples.

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.

top Command in Linux Explained

top Command in Linux | Explained

The top is the built-in utility of the Linux operating system for displaying the processes of the processor activities and the Kernel tasks.

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.

How to Use Linux Telnet Command

How to Use Linux Telnet Command?

Linux and most of its distributions offer the “telnet” command that connects the machines remotely. However, it is the old Linux command line utility.

How to Mount ISO File on Linux

How to Mount ISO File on Linux?

Learn how to mount an ISO file on your Linux system easily. Follow our detailed guide for quick and easy access to the data contained within your ISO files.

Bash until Loop Explained

Bash until Loop | Explained

In Bash, the until loop iterates the code until the specified condition is met. Using the until loop, users can modify conditions according to requirements.

What is a Tar File

What is Tar File?

The “tar” file combines multiple files/directories and metadata in Linux. It is created using the “tar” command line tool.

How to Open a bz2 File

How to Open a bz2 File?

Linux offers the “bzip2” command to open the “bz2” compressed file. This task can also be performed using the “tar” command line utility.

Troubleshooting crontab not running

Troubleshooting: crontab not running

The most feasible solution to the error “crontab” is not running is to activate/enable the “crontab” service. For more possible solutions, read this post.

Fix brew Command Not Found

Fix: brew Command Not Found

The reason for the error “brew command not found” error is that the “brew” Command is not Installed” and its “Incorrect Path”.

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 Use the OpenSSL S_Client

How to Use the OpenSSL S_Client?

The OpenSSL S_Client command can be used to test, debug, disable the client-side connection and print, check, verify, and specify cipher for SSL certificates.

How to Clear Command History in Linux

How to Clear Command History in Linux?

Linux offers the “history” utility with the “-c” option and “-w” option to clear the current session’s command history and all previous session history.

How to Create a Ramdisk in Linux

How to Create a Ramdisk in Linux?

Linux offers the “tmpfs” and “/etc/fstab” files to create a ramdisk in the operating system. It is useful for storing and accessing data.

How to Edit Crontab with Nano

How to Edit Crontab with Nano?

The “crontab -e” command helps the user to edit a crontab file into the “nano” text editor. The user can also use another editor instead of “nano” i.e “vi”.

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%