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.
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.
To download the Debian CD/DVD images via HTTP/FTP, open the “Download” section of the official Debian website, and then download the CD or DVD iso file.
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.
To install Roblox on Debian 12, first install the “WineHQ”. Then, download the installer of Roblox and install it with the Wine command.
To install the ZFS on Debian 12, open the terminal and run the command “sudo apt install zfsutils-linux -y”. To set up, follow the explained steps in this post.
In Debian, the “debian_frontend” is set to noninteractive mode. This mode allows the Debian users to manage the packages without interaction.
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.
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.
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.
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.
To add a Debian repository, either edit the sources.list file or use the GUI method by accessing the “Software & Updates”.
To use the apt-get command for managing the packages, follow its general syntax “sudo apt-get [options] [command] [package name]” on Debian 12.
To fix the ifconfig command not found in Debian, make sure the updated package of the net-tools has been installed on the computer.
To shift from Debian Stable to Debian Testing, open the sources.list file and replace the “bookworm” with “testing”, then upgrade the packages
To set up the static IP address on Debian 12, one can use the “Network Manager” or edit the “/etc/network/interfaces” file.
To enable the non-free packages on Debian 12, open the sources.list file. Then add the “non-free” at the end of every line which begins with “deb”.
To configure the sources.list on Debian 12 for ensuring the latest updates of security and softwares, open the sources.list file located at /etc/apt directory.
To add the users in the sudoers file, by replacing the username, run “sudo usermod -aG sudo [username]” the command in the terminal.
To install the KDE Plasma Desktop on Debian 12, either run the command “sudo apt install kde-plasma-desktop -y” or run the tasksel command utility.
To install the XFCE desktop environment on Debian 12, use the default repository package with “sudo apt install task-xfce-desktop -y”.
To install Golang on Debian 12, the easiest method is to use the default repository package with the “sudo apt install golang -y”.
To add the user to the group, run the command “sudo usermod -a -G [Group Name] [User]” in Debian 12. It can be deleted from the group using the deluser command.
When Debian is installed on the computer, a password is required to set it up either during installation or on the first login.
To set up the FTP server with the VSFTPD, install it with “sudo apt install vsftpd -y” and then add the “FTP user” to the FTP user list.
To install the Visual Studio Code on Debian, download its Debian package from the link and install it with the command ”sudo apt install ./file_name”.
To install the Minecraft server on Debian 12, first, install the JDK package and then download the Java script for the Minecraft installer.
Update packages of Debian 12 with “sudo apt update” and then execute the command, “sudo apt install gnome/stable -y”, to install the GNOME desktop environment.
To install Docker on Debian 12, run the command “sudo apt install docker.io -y” after updating Debian’s packages. This post explains its installation in detail.
To install the VMware Workstation Pro 17 on Debian 12, download the “installer bundle” from its official website. Run the installer after making it executable.
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.
To install the git on Debian 12, update the packages using the “sudo apt update” and then install with “sudo apt install git -y”.
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”.
Download the PHP script of the PHP-Composer installer and run the installation command explained in this blog for installing PHP Composer on Debian 12.
To install the package Brave Browser, download its repository or the Debian package, also, snapcraft and flathub can also be used to install it.
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.
To set up the Firewall with the UFW on Debian 2, install it with “sudo apt install ufw -y”. Then allow and deny the network traffic to specific ports by defining rules.
The hostname can be changed on Debian 12, by executing different commands, editing the hostname file, or from the “Settings”.
To install the xrdp server (remote desktop) on Debian 12, install the package from the default repository by running the command “sudo apt install xrdp -y”.
To install PostgreSQL on Debian 12, run the command “sudo apt install postgresql postgresql-contrib -y” using its default repository.
To install the Node.js and NPM on Debian 12, run the “sudo apt install nodejs npm -y” command in the terminal from the default repository.
To install the Apache web server on Debian 12, run the command “sudo apt install apache2 -y” in the terminal. Apache helps to host the websites.
To install Google Chrome on Debian 12, three different methods can be used. By adding the Google Chrome repository, it’s deb or flathub package.
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.
The VirtualBox Guest Additions can be installed on Debian 12 by inserting the CD image of Guest Additions, mounting it, and running the “VBoxLinuxAdditions.run”
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”
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.
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.
To add and remove the users on Debian 12, either use the terminal or the GUI method. In the terminal use the “adduser” and “deluser” to add the users.
To upgrade from Debian 11 to Debian 12 Bookworm, update all the packages. Replace “bullseye” with “bookworm” in “Sources” file. Then full-upgrade the software.
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.
To install the GNOME Desktop environment on Debian 11, use the command “sudo apt install gnome/stable” or “sudo tasksel install desktop gnome–desktop”.
Debian is faster, user-customized, more stable, and preferred by experienced users, while Ubuntu is more user-friendly, with updated software easy for beginners.
MongoDB is a widely used NoSQL category thus a non-relational type of database. MongoDB does not follow the SQL mechanism to store and retrieve data. MongoDB is a free and open-source database management system. Thus, it is suitable for Linux-based operating systems. MongoDB deals with unstructured data and provides a well-structured mechanism for manipulating the data. In this article, we explain the process how to install mongoDB on debian 11.
Debian is an open-source and lightweight operating system that is used by the community of software developers. Debian is the popular and one of the most used distributions of Linux that contains a lot of packages in its apt package manager. In this article, we discussed 10 cool debian tips that help the Debian users to work on it efficiently and reliably and tricks.
Debian is one of the most popular used distributions of Linux in the world. Debian can be used in the virtual machine. A virtual machine is a machine in which at the same time multiple operating systems can be run. In this article, we discussed the installation of the Debian Bullseye on Virtual box using its ISO which is very easy and convenient method.
Java is one of the most widely used applications, which is also compatible with all the available platforms that can either be a computer, mobile phone, console, or server. It works flawlessly on any OS, making it an ideal choice for Debian users.
Yarn (an acronym of Yet Another Resource Negotiator) is package manager initially introduced by Facebook, to overcome the deficiencies of a well-known package manager npm. This detailed post guides to install yarn on Debian 11 system.
Debian is the popular distribution of Linux. Debian 11 supports a good range of hardware architectures, exFAT, and many updated packages in its repository. The Debian buster users facing some security issues like Buster supports the SHA-512 but does not provide the support for the yes crypt, Bullseye does so. In this article, we discussed the new features which are introduced in Debian 11 or Debian Bullseye.
FFmpeg is one of the most popular and used command-line tools which is used for multi-purposes for video and audio files like for converting and compressing. In this write-up, we have discussed the installation procedure of the FFmpeg on Debian 11
Apache webserver supports the feature of the virtual host by hosting different websites from the same machine. In this writeup, we will learn how to install and set up the virtual host using the Apache web server in Debian 11.
NGINX is a well-known web server with open-source access and is used by top rated companies because of its extensive support for HTTP cache, reverse proxying, load balancer etc., We have provided a guide that contains two methods to install NGINX on Debian 11
NodeJS is often mistaken as a framework of JavaScript, but in reality, it is not … Read More
Gradle is the tool used to build the applications, it was launched in 2007 and is faster, powerful, and customizable than Ant, and Maven. Gradle is a much-improved tool than the previous tools used for build purposes like Apache Ant, Apache Maven, Grunt, and Gulp
Elasticsearch is a JSON document-based search engine that uses the Lucene library to search and fetch data. It can be installed in almost every distribution of Linux
Docker is a virtual container that is used to combine the applications with their dependencies to run on any operating system. Docker supports a tool which is known as Docker-compose
TensorFlow is a widely used framework to assist machine learning programs in an effective manner. For instance, the library of TensorFlow is used by developers to build models and they can also create multi-layer neural networks.
TeamViewer is a powerful tool for providing and receiving remote, easy, quick, and secure support. It is funded by Microsoft and offers a wide range of solutions. Installing TeamViewer on Debian 11 is quite handy since you can conduct support and control tasks using a remote Linux desktop.
Vagrant is an open-source tool to manage and configure virtual machine environments. With the help of vagrant, you can automate the process of installing an operating system on virtual machines
Jenkins is a server that has a lot of plugins and extensions which can provide ease in the life of developers in developing applications and software for different purposes. This article has explained the installation procedure of Jenkins in Debian 11 in detail.
OpenCV is an open-source library that contains around 2500 optimization algorithms to assist in accomplishing several computer vision and machine learning tasks.