How to Change the Hostname on Debian Linux

Change Debian Hostname

The computer name or the hostname of a system is used to identify your computer or server on a network. This can be a local network (LAN) or the internet. You are asked to set a computer name or hostname when you install your OS and it must be unique to avoid conflicts. Later when … Read more

How to setup the JAVA_HOME path in Debian 11

Java is a very popular programming language that is used in desktop software development, mobile applications, business applications, and so on. It requires the installation of the Java Runtime Environment (JRE) and Java Development Kit (JDK) in order to develop and run Java applications. After installation of JRE and JDK, you also need to set … Read more

How to reboot Debian using the command line

Reboot Debian 10

The Linux operating system can run without rebooting not only for weeks but for years. But sometimes, there is a good reason to reboot your Linux system after a week or two, depending on the situation. Most of the time, there are two main reasons for the reboot. First, the reboot becomes necessary when you … Read more

How to execute .bin and .run files in Debian

Make downloaded files executable on Debian

Before explaining how to execute .bin and .run files on your Debian, let us first define what exactly these file extensions are: Bin File: A Binary or BIN file in Debian refers to installation packages, mostly self-extracting executables for installing software on your system. Although most software can be installed through the Debian Software Manager, … Read more

Control Screen Brightness from Ubuntu Terminal

Ubuntu Shell Screen Brightness

If you use your Ubuntu system at different times of the day, you may also need to change the brightness of your screen over and over again to make it easier on your eyes. Although there are ways to do this through the user interface, I mainly work at the command line and looked for … Read more

Install Nextcloud on Debian 9

This tutorial will guide you on how to install and configure Nextcloud file sharing web service from sources in Debian 9, codename Stretch. Nextcloud, a fork of Owncloud, is an Open Source client-server application used for file sharing. Similar to other cloud services, such as Gdrive, Nextcloud functionality can be extended easily through a suite … Read more