Encrypt and backup TOTP secrets

Encrypt and backup TOTP secrets

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...

Setup your own cloud storage using Nextcloud

Setup your own cloud storage using Nextcloud

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...

Setting up environment for development

Setting up environment for development

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...