Advanced Search
Search Results
5 total results found
Install Docker on Ubuntu 22.04
This guide provides step-by-step instructions for installing Docker Community Edition (CE) on Ubuntu. Docker is a powerful tool for containerization, allowing you to separate different services into individual containers and offering better resource efficiency...
Expanding a LVM on Ubuntu 22.04
Get Started Begin by opening a terminal and running the following command: lvdisplay This command will display the volume groups. You should see something like this: --- Logical volume --- LV Path /dev/ubuntu-vg/ubuntu-lv LV Name ...
Generate a Cloudflare LetsEncrypt Certificate
Download acme and install acme curl https://get.acme.sh | sh -s email=liam@fascinated.cc Set the default cert provider to letsencrypt acme.sh --set-default-ca --server letsencrypt Setup env vars for your cloudflare account export CF_Token="" export CF_Accou...
Install MongoDB on Ubuntu 22.04
This guide provides step-by-step instructions for installing MongoDB on Ubuntu. MongoDB is a NoSQL database that offers high performance, high availability, and easy scalability. Prerequisites A system running Ubuntu 22.04 A user account with sudo privileges ...
Create Users in MongoDB on Ubuntu 22.04
Prerequisites MongoDB installed on your system MongoDB service running Access to the MongoDB shell (mongosh or mongo) Step 1: Connect to the MongoDB Shell First, connect to your MongoDB shell by running: mongosh Or, if using the older shell version: mongo ...