How to use SSH to copy remote files from a server to your local machine.
This simple one-liner will copy all files into a tarball, send the compressed files over a secure SSH connection and then uncom…
This simple one-liner will copy all files into a tarball, send the compressed files over a secure SSH connection and then uncom…
GIMP is an image editing software, an alternative for Adobe Photoshop. You can install it on Operating System like GNU/Linux, O…
Bashtop is a TUI Linux resource monitor written in... Bash. It shows the usage / stats for the CPU (including temperature), m…
Docker image download ubuntu 18.04 & 16.04 OS sudo docker pull ubuntu:16.04 or, sudo docker pull ubuntu:18.04 Run d…
Check which PHP version is by default enabled php -i | grep -i '^php' Check on server webbrowser , create php info…
How to use PWGEN on Linux -- A command line random password generator This article will provide you with some hints on how t…
How to Change or Set System Locales in Linux A locale is a set of environmental variables that defines the language, country, and…
How to find coded character set for a locale in a Linux session 1. From the Linux command prompt, type the locale command: locale…
Configuring an NFS server and NFS client in CentOS / RHEL 7 NFS allows a linux server to share directories with other UNIX client…
Try Any Linux Distros Without Downloading Them... I know normally people just download the linux and than they try it on Virtual …
Freeipa installation gives following error while Installing. Error: [root@freeipa /]# ipa-server-install ipapython.admintool: ER…
How To Enable and Install EPEL Repo on CentOS 8 The Process is fairly simple. So not wasting anymore time intro let's go to t…