Linux

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

Search all files containing a specific string

How to search all files containing a specific string on Linux and Windows? On Linux grep -rnw 'directory' -e "pattern"…

9 years ago

Browse the internet via command line

How to browse the internet via command line on Linux and Windows? On Linux lynx http://google.ca If you don't have…

9 years ago

Check how many CPU cores on Windows and on Linux

How to check how many CPU cores I have on Windows & Linux?

9 years ago