Git: diff, stash and apply
Use case - You have some changes, and you do not want to commit to upstream/origin, but you want to share the changes to your friend/colleague, so that they can work on top of your changes, then you can follow...
Use case - You have some changes, and you do not want to commit to upstream/origin, but you want to share the changes to your friend/colleague, so that they can work on top of your changes, then you can follow...
In this post, I will go through how to setup OpenSSH, secure your keys, set up SSH Tunnel, socks proxy, use jump hosts and batch mode is ssh.
To manage TOTP, most people might be using Google Authenticator. The issue with Google Authenticator is that if the phone is broken or lost, all your OTP’s are lost. There are centralized solutions like Authy where your TOTP secrets are...
In this post, I will go through installing Nextcloud (self-hosting cloud storage) using VPS (Virtual private server). You can also use your home server. Nextcloud can be installed using LAMP (Linux Apache Mysql PHP) stack or LEMP (Linux Ngnix Mysql...
rclone is a fantastic software that lets you manage your data in the cloud. Currently, it supports a wide range of clouds.
In this post, I will go through steps to set up a primary environment for development. When choosing a tool for development, make sure that it is available across multiple platforms (macOS, Windows, Linux). And also, make sure the tool...
Below are steps to configure Termux in android. Download Termux from F-Droid as Google App Store version is outdated due to reasons mentioned here After installation, make sure every package is up to date. pkg update and pkg upgrade
Using the same password for online accounts is a bad idea if you are doing this please stop it and try to use a password manager, even if you are using a long password, because if one site got compromised...
In this post, I will be going through cryptography basic concepts, how to setup gpg, and how to convert keys between different formats.
Below are a few ways to customize Visual Studio Code. In order to get settings.json do cmd + shift + p and search for settings and select Preferences: open settings (JSON).