Skip to content
Follow
📚

Tutorials

Every guide we’ve published, newest first. Filter by topic, or use search if you already know what broke.

3,194 tutorials · page 267 of 267

Ubuntu Linux 3 min read
How to Mount NFS Shares on Windows 11

This post outlines the process of creating and mounting NFS shares in Ubuntu Linux for Windows access. NFS facilitates secure file sharing across different operating systems, with user management for permissions. It involves enabling NFS services in Windows, using the command prompt, and accessing shares via Windows File Explorer for seamless integration.

Updated Sep 2026 Read more →
Ubuntu Linux 2 min read
How to Install RabbitMQ on Ubuntu Linux

RabbitMQ, a lightweight open-source message broker, can be installed on Ubuntu 16.04, 17.10, and 18.04 by first installing Erlang/OTP, as RabbitMQ requires this to run. Once both are installed, user can enable RabbitMQ to start upon server boot up and activate RabbitMQ Web Console for easier management. Note that for Ubuntu 18.04, users have to manually install Erlang/OTP and RabbitMQ at the time of writing.

Updated Sep 2026 Read more →