Bash

Basic Gotcha Linux Questions for IT DevOps and SysAdmin Interviews

Some IT DevOps, SysAdmin, Developer positions require the knowledge of basic linux Operating System. Most of the time, we know…

7 years ago

Git Cheat Sheet

Git Cheat Sheet git init - Initialize a new git repository git clone [repository] - Clone an existing repository git…

7 years ago

Install and run your first noSQL MongoDB on Mac OSX

Install and run your first noSQL MongoDB on Mac OSX Classified as a NoSQL database, MongoDB is an open source,…

8 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

reverse a string on Linux and Windows

How to reverse a string on Linux and Windows On Linux: Using the rev command: The rev command is a…

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

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

prompt and read input variables from keyboard

Let's find how to prompt and read input variables from keyboard while executing a script using shell, perl, python, batch…

9 years ago

Replace all instances of a string in a file

Replace all instances of a string in a file Open the file in read mode using the open() function. Read…

9 years ago