Command Line

Latest DevOps and SysAdmin Feed

Latest DevOps and SysAdmin Feed DevOps is a set of practices and tools that organizations use to accelerate software development…

7 years ago

Budget to start a web app built on the MEAN stack

I want to start a web app built on the MEAN stack (mongoDB, express.js, angular, and node.js). How much would…

7 years ago

Script with hash tables on windows and Linux

Script with hash tables on windows and Linux A hash table, also known as a hash map, is a data…

8 years ago

How to pipe grep on command line on windows and Linux

How to pipe grep on command line on windows and Linux On both Windows and Linux, you can use the…

8 years ago

JSON : JavaScript Object Notation

What is JSON : JavaScript Object Notation? JSON is a lightweight text-based open standard designed for human-readable data. It is…

9 years ago

Remove all empty lines in a file

How to Remove all empty lines in a file on Linux and Windows? Remove empty lines from file.txt via Linux…

9 years ago

Linux Boot process

The Linux boot process involves several stages, in which the operating system performs various tasks to prepare the system for…

9 years ago

Monitor Macbook

How to Monitor Macbook with one single command? You can use the top command to monitor the resources of your…

9 years ago

List only regular file names in a directory

How to List only regular file names in a directory on Linux and Windows Listing regular files in a directory…

9 years ago

Set Date and time via command line

Let's find out how to set Date and time via command line on linux and windows: On Linux via terminal…

9 years ago