Linux

How to call a shell script from python code?

How to call a shell script from python code? To call a shell script from Python code, you can use…

5 years ago

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

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

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

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

List all processes holding a specific port

How to list all processes holding a specific port on Linux and windows via command line Let's find all processes…

9 years ago