Advanced Search
Search Results
10 total results found
Linux Docs
Documentation and Guides related to Linux will be posted here
Docker
A quick-start guide to Docker, covering installation, container management, and essential commands to streamline your development and deployment workflows.
Ubuntu
A step-by-step guide to installing, configuring, and managing Ubuntu, covering system setup, user management, and basic administrative tasks.
Cloudflare
Learn how to configure and manage Cloudflare for improved website security, performance, and DNS management with this simple, easy-to-follow guide.
MongoDB
A concise guide to installing, configuring, and managing MongoDB on Ubuntu. Learn key commands, user management, and security best practices for efficient MongoDB deployment.
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 ...