FFmpeg Audio Extraction

The FFmpeg is a cross-platform media file conversion tool. FFmpeg can be used for the audio extraction from video files. In this tutorial, we will discuss different ways to extract audio from video files using FFmpeg. FFmpeg audio extraction using command line For this, we need to install FFmpeg as the command line. Windows users … Read more

Update Software in Ubuntu

Sometimes we may need to update already installed specific software packages (Firefox, Nginx, etc) in Ubuntu. In this article, we will discuss a way to update a software package using the terminal. If we run sudo apt upgrade command it will update all the packages. We can update a specific software package by following the … Read more

Internet Speed Test From Terminal

Sometimes we need to test internet speed and we shall use websites like speedtest.net,fast.com etc but in this article, we will discuss a way to check internet speed from the terminal. We can use speedtest.net CLI(Command-line interface) tool to check the internet speed. Install speedtest CLI on Ubuntu/Debian Firstly, install curl using the below command. … Read more

How to install Redis on WSL

In this article, we will discuss how to install redis on WSL. Redis is an in-memory key-value data structure store, used as a memory key-value database, cache, and message broker. Officially, the redis is not supported on Windows. However, we can run it on WSL (Windows Subsystem for Linux). We will be using Windows 10 … Read more

Ubuntu Task Manager

Ubuntu task manager feature image

Task manager is an essential utility of an operating system. Windows has an inbuilt task manager to monitor processes and system resources. Windows users normally use the Alt+Ctrl+Delete key to open task manager. In this article, we will discuss the Ubuntu task manager and how we can access it. Ubuntu has an in-built utility called … Read more

Stackoverflow from Terminal

Feature image

Stackoverflow is a very useful website for programmers and software professionals. It basically a question-answer website where we can ask questions about programming and share answers. In this article, we will discuss two methods to access StackOverflow from the terminal. How2 tool We can use how2 tool to access StackOverflow from the terminal. It supports … Read more

How to Check Weather Forecast in Terminal

Feature image

In this article, we will discuss a simple method to check weather forecasts in Windows and Linux terminals. We will use wttr.in web service to get the weather forecast. The wttr.in feature includes 3 days weather forecast from the current day Weather information for specific location, area code Automatic location detection based on your IP … Read more

How to Delete a Repository in Github?

Feature image

Managing GitHub repositories is important. As a part of cleaning the old/unused repositories in the GitHub account, we might want to delete a repository in Github. In this article, we will discuss step by step guide to delete a repository in Github. Follow the steps to delete a repository in GitHub. Sign in to your … Read more

HEIC vs JPEG: What’s the difference and which is better?

heic vs jpeg comparison feature image

HEIF and JPEG are two types of digital image file formats, HEIC is the file extension of HEIF(High Efficiency Image File Format) file format. In this article, we will do HEIC vs JPEG comparison. We will consider the following factors for HEIC vs JPEG comparison. Year of Invention File extension Image Quality Compression technology Animation … Read more