Category: Ubuntu

11. April 2022

Creating Ubuntu OS Custom ISO

As part of a customer project I had to do a complete offline installation of an Ubuntu server with various packages: Linux: nano zip unzip tree make java (JRE & JDK) ant openssh net-tools htop Python 3.6.9 (prereqs for Python are gcc openssl-devel bzip2-devel libffi-devel) Python: paramiko pandas ntc-templates After a little research on the internet, I found out that downloading .deb files is not […]

23. September 2021

How to Change Root Password in Ubuntu

The root user (or superuser) is a special user account that is present on all Linux and Unix-like systems. It has full access to every command and any resource on the system without any restrictions. If you are coming to Ubuntu from another Linux distribution, you may wonder what the default root password is or how to change the root password. By default, in Ubuntu, […]