bitwarden_rs is an unofficial project of bitwarden which is self hosted, ram efficient password management solution
Category: Server
In this tutorial we will see how to configure auto git pull in the development and production server so that, whenever you push commit to the specific branch, the latest commit will be automatically pull to the corresponding server based on the specific branch.
Say, if you push the commit to the ‘dev’ branch, the commit will be pulled in development server. Similarly, if you push to the master branch, production server will get the latest commit. You get the idea.
Alpine is probably one of the lightweight Linux distribution out there. It’s a very small, simple and security oriented. It doesn’t shipped with hundreds of bloatware which you probably don’t use in your lifetime. It just have the minimal packages installed which gets you up and running. You always have the option to install your …
Attaching reserved IP to Oracle VM instance is a daunting task. Let’s see how we can attach reserved IP to the instance easily.
In this guide we will see how to create, destroy & add floating IP with DigitalOcean API.