Cyberithub

13 Useful Examples of touch Command in Linux

In this article, I will take you through the usages of touch command in Linux. touch command allows you to update File timestamps. It is very much helpful in creating scripts and creating empty files. You might have seen some instances where you have been told to change the timestamp of a file due to … Read more

40 Best Examples of Find Command in Linux

In this article, I will take you through 40 best examples of find command in Linux. Find is a powerful tool that allow us to quickly and easily scan through our Filesystems to find files and directories based on certain criteria. We can even perform some action on the results we get back. Sometimes you … Read more

Install Node.js in 6 Easy Steps on Ubuntu 18.04

In this tutorial, I will take you through the steps to Install Node.js on Ubuntu 18.04. Node.js is ideal for building highly scalable, data intensive and real time backend services that power our client applications. Node provides a runtime environment for executing Javascript code which basically means it contains a Javascript engine which can execute … Read more

Top 22 YUM Command Examples in RedHat/CentOS 7

In this tutorial, I will take you through Top 22 YUM Command Examples in RedHat/CentOS 7. YUM command is the most widely used command in RedHat and CentOS environment to download and install packages from Repository. It is also able to detect and install the dependent packages which otherwise will be a very difficult  to … Read more