Posted inTutorials Ubuntu How to Install Homebrew on Ubuntu 20.04 LTS Posted by Ubuntu Server Admin November 29, 2021Homebrew is a widely used package manager in Mac systems. Additionally, you can install Homebrew…
Posted inTutorials Ubuntu Linux finger command to find user details Posted by Ubuntu Server Admin November 28, 2021The finger command is used in Linux and Unix-like systems to check the information of…
Posted inTutorials Ubuntu Installing VMWare Tools on Linux Posted by Ubuntu Server Admin November 28, 2021This guide will step you through the steps to install the VMWare tools onto a…
Posted inTutorials Ubuntu Setting a static IP address on Ubuntu 18.04 and higher using netplan Posted by Ubuntu Server Admin November 28, 2021During the installation of Ubuntu, it will try and automatically obtain an IP address using…
Posted inTutorials Ubuntu Adding persistent static routes on Ubuntu 18.04 and higher using netplan Posted by Ubuntu Server Admin November 28, 2021When you need to access network devices located on a different network segment than the…
Posted inTutorials Ubuntu Convert PNG Images to JPG on Ubuntu via the Command Line Posted by Ubuntu Server Admin November 28, 2021Converting png images to jpg is extremely simple using linux. The examples below will show…
Posted inTutorials Ubuntu Get The Active DNS Servers On Linux Posted by Ubuntu Server Admin November 28, 2021The Domain Name System (DNS for short) is one of the most important parts of…
Posted inTutorials Ubuntu adding persistent static routes on ubuntu Posted by Ubuntu Server Admin November 28, 2021When you need to access networks located on a different network segment, you need to…
Posted inTutorials Ubuntu PHP FPM Unix Socket Error 13 Permission Denied After Updating Ubuntu Posted by Ubuntu Server Admin November 28, 2021If you have a Ubuntu web server (running Ubuntu 14.04 LTS, 13.10, 12.04 LTS, or…
Posted inTutorials Ubuntu Using sed to replace a string in a file Posted by Ubuntu Server Admin November 28, 2021The ‘sed’ command can be used to easily replace all occurrences of one string in…