by Michael Stolzer | Jan 10, 2024 | Linux, Ubuntu 16.04
Regular Ubuntu users require administrative privileges for a bundle of daily tasks. For example, they may have to add or remove any program. There are two options, they either use a root account or sudo command. The same goes for configuration system settings. ...
by Michael Stolzer | Jan 10, 2024 | Linux
Python is a powerful programming language, and it has become a very popular language after its version 2 release. It is frequently used in Data Science, AI, and Machine Learning. Python has a wide range of applications due to the availability of many libraries. In...
by Michael Stolzer | Jan 10, 2024 | Linux, Ubuntu 16.04
Ubuntu does not come with Java pre-installed. However, it is possible to install Java with the help of commands. This short guide explains how you can use commands on linux terminal to install JDK in Ubuntu. Java Programming Language Popular programming language...
by Michael Stolzer | Jan 9, 2024 | Linux
The hostname of any operating system is the readable string. This hostname is set at the time of installation of the Linux operating system, but there are many different methods availables that you can perform to change this hostname after the installation. Before...
by Michael Stolzer | Jan 9, 2024 | Ubuntu 16.04
Git is an open-source and popular version control system, that provides the facility to create, share, and control the repositories remotely. It has a distributed version architecture, which helps to manage small and large projects efficiently. It has the support of...