2023


How to SSH Connect to Remote Ubuntu from a Windows VScode Host

Connecting to a remote Ubuntu server from a Windows host is a common task for many developers and system administrators. In this guide, ...

Chand Mama 13 Sep, 2023

Remote Desktop from Anywhere & Change Secure RDP Port Access (TPlink Router)

Remote desktop access is a feature that allows you to control another computer from a different location. This can be useful for various pur...

Chand Mama 7 Aug, 2023

How to work with Python Virtual Environment

1. Install virtualenv: Open Git Bash and run the following command: pip install virtualenv 2. Create a virtual environment: Go to your ...

Chand Mama 11 Jul, 2023

Essential PYTHONPATH and Workspace Settings for Python Projects in VS Code

In this blog post, we will explore the importance of following a standardized set of steps when working on Python projects in Vi...

Chand Mama 9 Jul, 2023

Maximizing Productivity: A Comprehensive Guide to Tmux - Boost Your Terminal Efficiency

Tmux Cheat Sheet: Essential Commands and Keyboard Shortcuts Tmux is a powerful terminal multiplexer that allows you to manage multiple term...

Chand Mama 24 May, 2023

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