In this tutorial we will setup k3s on oracle cloud ARM machine with MetalLB and nginx ingress controller
Category: Server
OpenMPTCProuter is an open source project which aimed to aggregate multiple internet connections into a single one which results higher bandwidth, failover, security and latency optimization.
If you have OpenVPN server with multiple clients, you might need to monitor the clients location, bandwidth usage or other informations.
There are many OpenVPN monitoring tools out there but today I will show you my favorite one, furlongm/openvpn-monitor; which is easy to configure, open source web based monitoring tool.
bitwarden_rs is an unofficial project of bitwarden which is self hosted, ram efficient password management solution
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 …