Home » Linux / Unix

Best Linux Tutorials

Find the best Unix and Linux Tutorials for both newbies and advanced users. All our Linux tutorials are based on the most stable Linux OS we use: CentOS and RHEL operating systems.

But on some guides, we will also write and post solutions for Ubuntu and Debian systems, that are very well known inside the Linux community.

docker command not found

Linux / Unix Tips and Tricks

Docker is one of the most used virtualization technologies nowadays. Have you ever heard someone talking about it? It could happen at a conference, in a work meeting, if you know someone in the IT sector, etc. Docker is used by a lot of people in a lot of different projects, and if you don’t know it yet…

Read More »

FTP command not found

Linux / Unix Tips and Tricks

FTP CFTHave you ever heard about FTP? It is a very popular protocol used to transfer files between servers or between a user’s computer and a server. While some people consider it to be insecure and instead prefer other options like SFTP, it is nonetheless used by thousands of users around the world, and today we are going…

Read More »

AWS S3 cp command explained

AWS Tutorials

Amazon Web Services, or AWS, is a widely known collection of cloud services created by Amazon. It is a big suite of cloud services that can be used to accomplish a lot of different tasks, all of them based on the cloud, of course, so you can access these services from any location at any time you want….

Read More »

psql command not found

Linux / Unix Tips and Tricks

PostgreSQL is a very popular database engine used by a lot of websites, is one of the most used relational database management system available, and after installing it we can use some tools that it includes. One of these tools is a command-line tool called psql, and today we are going to learn a lot about it, and…

Read More »

Source command not found

Linux / Unix Tips and Tricks

Many times when we are working on Linux we have come across a pretty common error regarding source. This error is source: command not found, and today we are going to explain to you everything that you need to know about it. In this article, you will learn what is source, why this error happens and of course,…

Read More »

ifconfig command

Linux / Unix Tips and Tricks

The ifconfig command is a very popular tool available on most Linux distros. The name “ifconfig” comes from “Interface Configuration”, it is used to check our system’s network interface and we can also use it to change some of the network interface settings. By using ifconfig we can quickly take a look at the different settings of our…

Read More »

ifconfig: command not found

centos tips and tricks

Today I was setting up a new cloud server and needed to use the classic ifconfig command. I wasn’t able to do it because of this error: ifconfig: command not found It seems CentOS 7.x doesn’t come up with ifconfig installed by default on the minimal ISO image I used. ifconfig command is no longer installed by default…

Read More »