Tutorials on Linux, Programming & Technology

webmin debian 12

How to Install Webmin on Debian 12

To install the Webmin on Debian 12, download the repository with its GPG key or download its Debian package. Once done, run the “apt install webmin -y” command

How to List  Groups on Debian 12

To list the groups on Debian 12, different command line utilities can be used. These include the getent, groups, libuser-lid,and id commands.

splitt command

split Command in Linux | Explained

The split is a Linux command line utility of Linux considered for breaking down large files into multiple small-size files. See the guide for more explanation.

ss command

ss Command in Linux | Explained

The ss (Sockets Statistics) is the replacement of the netstat command, helpful for troubleshooting or resolving network-related issues.

How to List the Disks on Debian 12

How to List the Disks on Debian 12

To list the disks on Debian 12, ten different methods can be used including the fdisk, cfdisk, sfdisk, lsblk, hwinfo, and lshw commands in the terminal.

How to Use Who Command in Linux

who Command in Linux | Explained

In Linux, the “who” is the pre-installed command line utility that provides currently logged-in users along with their additional login information.

make Command in Linux

make Command in Linux | Explained

The make command allows the users to compile project source files. For compiling the source code, the set of instructions is defined in the “makefile” file.

dig Command in Linux Explained

dig Command in Linux | Explained

The dig command is the popular command-line utility for networking administrators to obtain DNS-related information for domain names.

How to Install netstat on Debian 12

How to Install netstat on Debian 12

To install the netsat command on Debian 12, open the terminal and run the command “sudo apt install net-tools -y”. It is used to display network’s information.

How to Use ChatGPT in Linux Terminal

How to Use ChatGPT in Linux Terminal

To use the ChatGPT on the Linux terminal, install the “terminalgpt” using the Pip Python package manager. Then login to it with the generated ChatGPT API secret key.

How to Change Discord Email

How to Change Discord Email

To change Discord email address, go to Discord account settings then My Account, and click on the Edit button placed next to Email. Follow on-screen instructions

How to Scroll in Ubuntu Terminal

How to Scroll in Ubuntu Terminal?

The keyboard shortcut key combinations like “Ctrl+Shift+Up”, “Ctrl+Shift+down”, “Shift+pgup”, “Shift+pgdn”, and “Ctrl+end” are used to scroll in Linux Terminal.

How do I terminate a script - python

How do I Terminate a Script in Python?

To terminate a script in Python, raise KeyboardInterruption manually by hitting “CTRL+C”, or by raising “KeyboardInterruption”, or using “sys” and “os” modules.

How to Set Up Soundpad on Discord

How to Set Up Soundpad on Discord

To set up a soundpad on Discord, install the soundpad on your PC, and customize its voice settings. Open the Discord side by side to use the soundpad with it.

How to Add and Use Sofi Discord Bot

How to Add and Use Sofi Discord Bot

To add SOFI Discord bot, utilize “Discord app directory”, “SOFI bot official platform” or “Third-party sites”. Mobile devices can also be used to add SOFi bot.

How to Use Multiple Discord Accounts

How to Use Multiple Discord Accounts

To use multiple Discord accounts, click on the avatar of your profile, choose switch accounts, then manage accounts, and add another account to switch.

How to Install Flax on Linux

How to Install FLAX on Linux

To install the FLAX on Linux, install the pip package in the Linux distribution. Then use the pip command and run “pip install flax”.

How to Grant Permissions on Discord

How to Grant Permissions on Discord

Discord Permissions can be granted by opening a certain server, opening the Server settings, clicking on Roles, creating a new role, and assigning to members.

How to Resize a Partition in Debian 12

How to Resize a Partition in Debian 12

To resize a partition on Debian 12, either use the “fdisk” command utility or install the “GParted” application from Debian’s default repository.

How to Install Zoom on Debian 12

How to Install Zoom on Debian 12

To install Zoom on Debian 12, download its debian package with the “wget https://zoom.us/client/5.16.2.8828/zoom_amd64.deb” command and install it.

How to Format Superscript in Discord

How to Format Superscript in Discord

To format superscript in Discord, either use the “Text.re” bot or an “online font generator” tool. Both ways are efficient and easy to superscript in Discord.

How to Transpose Pandas DataFrame

How to Transpose Pandas DataFrame

A DataFrame can be transposed with the T attribute or the transpose function. To transpose it without an index, pass “copy=false” to the transpose function.