Posted in22.04 Security Shell How to Set Up SSH Keys on Ubuntu 22.04 Posted by Ubuntu Server Admin May 30, 2022Secure Shell Technology or SSH is a network communication protocol that permits two systems to…
Posted inBasics debian Distributions How to prevent a Linux system user from logging into the system Posted by Ubuntu Server Admin July 28, 2021The shell setting in /etc/passwd determines whether a Linux system user may log in via…
Posted inbash Basics centos Get the name of the newest file in a directory on the linux shell Posted by Ubuntu Server Admin June 22, 2021If you have a directory with many files (a few thousand in my case) and…
Posted inbash Basics centos How to clear Bash history on Linux Posted by Ubuntu Server Admin May 7, 2021The bash history is a log file that contains all commands that the user executed on…
Posted inBasics debian Linux & Unix How to convert filenames or text to lowercase on the Linux command line Posted by Ubuntu Server Admin May 7, 2021There is no simple 'tolower' command on the bash, but you can convert uppercase characters…