Latest Posts


Latest Posts

How to Backup Windows Image to a USB Drive: Resolving 'The Drive Is Not a Valid Backup Location' Error

Introduction: Backing up your Windows image is crucial for protecting your system and data in case of unexpected events. Creating a system i...

Chand Mama 21 May, 2023

Basic commands of Bash Terminal

List files and directories: ls : List files and directories. ls -a : List files and directories, including hidden ones. List files and d...

Chand Mama 31 Mar, 2023

How to access SSH keys for a Google Cloud Platform Compute Engine VM instance?

Easiest way for creating and using one pair of ssh keys for multiple instances: Step 1:  Install putty and puttyGen from  https://putty.or...

Chand Mama 14 Mar, 2023

CLI-based Linux Task Managers for CPU and GPU monitoring: A Brief Overview

If you are a Linux user, you may be familiar with the concept of task managers. These are tools that allow you to monitor and manage the pro...

Chand Mama 12 Mar, 2023

How to Restore the Old Context Menu on Windows 11 Like Windows 10: A Step-by-Step Guide

The newest operating system from Microsoft, Windows 11, has a ton of brand-new features and improvements. The context menu has had a revamp ...

Chand Mama 4 Mar, 2023

How to install LaTeX in VSCode (Windows)

To install LaTeX on Visual Studio Code (VSCode) on a Windows machine, you can follow these steps: Install a LaTeX distribution: You will ne...

Chand Mama 11 Feb, 2023

Setting Up Python Data Science Environment

1. First install miniconda: Run this command:  wget https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-Linux-x86_64.sh then, ls to s...

Chand Mama 9 Dec, 2022