Maddox

How to Install Java on Debian 12 Linux

How to Install Java on Debian 12 Linux

In this post, both methods of installing the JAVA, using the default repository and Debian package, on Debian 12 have been explained with a step-by-step guide.

How to Install Pip on Debian 12

How to Install Pip on Debian 12

To install the Pip package on Debian 12 use the default repository of Debian 12 by executing the command “sudo apt install python-pip -y”

How to install python on Debian 12

How to Install Python on Debian 12

To install Python on Debian 12, either use the package available in the default repository of Debian or build the source code for installing Python.

How to install openjdk-8 on Debian 12

How to Install OpenJDK-8 on Debian 12?

To install the OpenJDK-8 on Debian 12, download the tar package from the official website of Oracle because it is not available in the Debian 12 repository.

Debian 12 Bookworm Review

Debian 12 Bookworm Review

The latest release of Debian known as Debian 12 or Debian Bookworm has come with new features and improvements to enhance the performance and user experience.

How to Mute Discord With a Button

How to Mute Discord With a Button

To mute Discord with a button, access the “Keybinds” in the “Settings” of Discord. Then, assign your favorite key to mute Discord.

How to Change Discord Background

How to Change Discord Background

To change the background of the Discord application, either use the default themes from the settings or use a third-party application like BetterDiscord.

Events Discord Bot

Event Discord Bot

Event Discord Bot helps Discord users to manage upcoming events on the Discord server. Reminder bot, Birthday bot, and Chronicle Bot are popular Discord Bots.

Emoji Discord Bots

Emoji Discord Bots

The Discord server offers different emoji bots including “Mr. Emoji”, “Emoji Generator”, and “Text to Emoji” bots. These bots are used to manage the emojis.

Step-by-Step Guide How to Add RoVer Bot to Discord

How to Add RoVer Bot to Discord

To add the RoVer Bot in Discord, visit its official website and add the bot to your Discord server. Then, configure the RoVer bot by binding the roles.

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”.

SCP Remote to Local

SCP Remote to Local

To copy the files from the remote to the local machine using the SCP, run the command “scp [user@SRC_HOST:]file1 hostmachine_loation”.

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.

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.