In this guide, we will be going through local installation of Bitwarden, that means this password manager is within your local network, and not in the cloud. This guide also won’t cover any type of connecting your password manager to the internet – have that in mind.
Read MorePosts from the 'Linux' Category
How to renew certificate on Ubuntu?
Let’s Encrypt is hot stuff – you can use it for free and automagically renewing certs, but, I still buy my own certs. That means that I get to renew my certs, every year. I’m mostly in Microsoft camp, so all of my cert reissuing I also did on Windows Server mostly. But times have changed, I do this also on Linux now (Ubuntu) and in this guide I would like to show you how to do generate csr and reissue a cert on Ubuntu.
Read MoreHow to backup WordPress website on LAMP stack?
You got your WordPress website up and running on Ubuntu, and got some content on your web or blog. Smart thing would be to backup your content and website. In this guide we will go through process of backing up WordPress website based on LAMP stack.
Read MoreInstall LEMP stack on Ubuntu 22.04
I’ve been creating my web services on LAMP stack (Linux,Apache,MySQL(MariaDB), PHP) for a long time. Nginx looks like good alternative in some scenarios (light, fast websites) so I’m more and more interested in using Nginx in some scenarios. So, here we will cover LEMP stack install (Linux, Nginx, MySQL(MariaDB), PHP). Nginx is pronounced sa Engine-X, so that is where E comes from in LEMP.
Read MoreHow to enable (and disable) automatic updates on Ubuntu 22.04
We will do quick tutorial on how to enable automatic security updating on Ubuntu. I like to have control on updates on most important machines, but updating takes a lot of time, and is sometimes time critical. So I like my less important machines to be automatically updated with security updates. Here is how I do it.
Read More