How to Capture Website’s Screenshot Using Command Line
I know what you’re thinking: why bother with the command line for screenshots when I can just navigate to the website via a browser and take a scree…
I know what you’re thinking: why bother with the command line for screenshots when I can just navigate to the website via a browser and take a scree…
If you’ve ever followed a web design or development tutorial, you might have seen instructions asking you to use commands like npm install or git cl…
FFmpeg is a very powerful and great command line tool used for performing various conversion operations on audio and video files. The good thing about…
Linux distributions support various GUIs (graphical user interfaces) but the old command-line interface (bash) still proves to be easier and quicker i…
Some developers cringe at the mere thought of opening a terminal window. For the uninitiated it can be daunting, stressful, and downright annoying. Bu…
A tool that allows you to automatically record all your terminal sessions and save the videos locally.
Building a website traditionally involves a variety of technologies which may work across all major browsers, some of them partially, or none at all. …
It’s easy enough to read an image and pull the text yourself. But dynamically pulling text from a photo is a bit tougher, and thankfully, imgclip of…
I assume that many people would do the following to install WordPress in local server: Download the Package from WordPress.org, unpack it, put the fil…
A list of useful and simple Windows PowerShell commands to help you achieve tasks like getting help or starting a process.
Web development has changed a lot over the years. Just a decade ago the terminal wasn’t needed to build websites. Nowadays it’s practically a stap…
We’ve discussed the importance of learning the command line and it’s more important now than ever before. But, it’s also a difficult subject to …