Cyberithub

20 Useful APT GET Examples on Ubuntu 18.04

In this article, I will take you through 20 Useful APT GET Examples on Ubuntu 18.04. APT utilities download packages and call dpkg utilities to manipulate the packages once they are on the local system. The primary APT command is apt-get, its arguments determine what the command does. To know more about APT CACHE, you ... Read more

C# Data Types with Best Examples(.NET v4.7)

In this tutorial, I will take you through the understanding of different C# Data Types. As C# is an object-oriented language, and at the basic level it contains building blocks known as classes. The classes interact with one another, and as a result, provide functionality at runtime. A class consists of two components: Data attributes: ... Read more

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

40 Best Examples of Find Command in Linux 10

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