Shahid

Shahid

Founder of Codeforgeek. Technologist. Published Author. Engineer. Content Creator. Teaching Everything I learn!

System process monitoring with Htop

This article deals with system process and resource allocation monitoring. Htop is external tools available for various Linux packages. For demonstration i am using Ubuntu 14.10 as Linux distribution. Introduction. Htop is process monitoring tool and alternative for “Top” command…

How to Take Screenshot on Mac

How to take screenshot on your mac

The easiest and efficient way to take Screenshot on your Mac is: Press Command + Shift + 4 Press Space and the mouse pointer will change to the camera icon Click on the screen to take the screenshot, find it…

Scraping the Web With Node.js

Scraping the web is a quite old technique to generate data for search engines, data science, surveillance etc. In this article, we are going to learn how to perform web scraping using Node js and a tool called proxycrawl. What…