Maddox

How to use Debian 12 live USB

How to Use Debian 12 Live USB

To use the Debian 12 Live USB, download the “Debian 12 Live ISO” from its official website. Make the USB bootable with the downloaded ISO file.

How to Ping Google from Windows or Linux

How to Ping Google from Windows or Linux

To ping Google from Windows and Linux, open the Command Prompt or terminal respectively. Run the command “ping Google.com” and the information will be displayed

How to Install lxml on Ubuntu

How to Install lxml on Ubuntu

The lxml can be installed on Ubuntu by running the command “sudo apt install lxml” in its terminal. Another way is to use the Pip Python package manager.

How to Install OpenSSL on Debian 12

How to Install OpenSSL on Debian 12

To install OpenSSL on Debian 12, either run the “sudo apt install openssl” in the terminal or download the source package from its official website.

How to Install Streamlit on Linux

How to Install Streamlit on Linux

o install the Streamlit on Linux, 3 different methods can be used. First is by using the pip, second is with the conda, and the last is by using the source.

How to Install Bower on Ubuntu

How to Install Bower on Ubuntu

To install the Bower on Ubuntu, ensure the NPM package has been installed. Then use the npm as “npm install -g bower” for installing Bower on Ubuntu.

How to Use Debian Backports

How to Use Debian Backports

To use the Debian Backport, add the Debian Backports repository. This is added to use the software packages from the testing release.

How to Install Roblox on Debian 12

How to Install Roblox on Debian 12

To install Roblox on Debian 12, first install the “WineHQ”. Then, download the installer of Roblox and install it with the Wine command.

Install pytorch in linux

How to Install PyTorch on Linux

To install PyTorch on Linux, two different methods including anaconda, and the pip packages are used and these methods are explained in this blog.

How to Install Steam on Debian 12

How to Install Steam on Debian 12

To install Steam on Debian 12, open the terminal and run the command “sudo apt install steam -y”. The installation has been explained in this blog.

How To Disable IPv6 on Debian 12

How to Disable IPv6 on Debian 12

To disable the IPv6 on Debian 12, either open the sysctl configuration file or blacklist the IPv6 kernel module. Both methods are explained in this blog.

How to install Discord on Debian 12

How to Install Discord on Debian 12

To install Discord on Debian 12, use the Debian and tar package by downloading it from its official website. Also, use the Snapcraft or flatpak packages.

How to install Samba on Debian 12

How to Install Samba on Debian 12

To install the Samba on Debian, open the terminal, run the command “sudo apt install samba -y”. Make the changes in the configuration file and restart Samba.

How to Add a Debian Repository

How to Add a Debian Repository

To add a Debian repository, either edit the sources.list file or use the GUI method by accessing the “Software & Updates”.

Ubuntu 23.04 (Lunar Lobster) Review

Ubuntu 23.04 (Lunar Lobster) Review

Ubuntu released “Ubuntu 23.04” with the codename “Lunar Lobster” in the month of April 2023. This release comes with new security updates and features.

How to Install Nginx on Debian 12 Linux

How to Install Nginx on Debian 12 Linux

To install Nginx on Debian 12, open the terminal and run the command “sudo apt install nginx -y”. The installation of the Nginx has been explained in this post.

How to Install Git on Debian 12 Linux

How to Install Git on Debian 12

To install the git on Debian 12, update the packages using the “sudo apt update” and then install with “sudo apt install git -y”.

How to Install Webmin on Debian 12

How to Install Webmin on Debian 12

For installing Webmin on Debian 12, download its repository from the official website of “Webmin” and then run the command “sudo apt install webmin -y”.

How to Install and Use Curl on Debian 12

How to Install and Use Curl on Debian 12

To install the curl command utility on Debian 12, run the command “sudo apt install curl -y”. It can be used by following the “curl [options] [url]” syntax.

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 Easily Make Google Sheets Button

How to Easily Make Google Sheets Button

To make a button in Google Sheets, click on “Insert”, then choose “Drawing” to make the button shape and make a script in “Apps Script” to assign the button.