Tag linux

Rebuild-OS-image-on-NVME-drive-on-Orange-Pi-3B

Rebuild OS image on NVME drive on Orange Pi 3B

If you have used cloud providers, you may know that they provide an option to rebuild the server OS if you have messed up things or are just testing things. This capability can also be applied to your local setup. In the previous article, I wrote about how to boot from NVME on Orange Pi 3B. Here, I am going to show you how to rebuild the OS image on the NVME drive on your Orange Pi 3B and start fresh.
How-to-Set-Up-DokuWiki-on-Ubuntu-22.04-Server

How to Set Up DokuWiki on Ubuntu 22.04 Server

If you like to document your documents using Markdown-like format, you should try out DokuWiki. DokuWiki syntax is similar to Markdown. It has plugins to extend it and requires no database. Let's jump in and explore how you can set up DokuWiki on an Ubuntu 22.04 LTS server.
How-to-boot-from-an-NVME-drive-on-Orange-Pi-3B

How to boot from an NVME drive on Orange Pi 3B

I bought an Orange Pi 3B on AliExpress and, at the same time, purchased an NVME drive (HAUDISK 256GB PCIe drive). Because an SD card is not something I would like to use for the long run, I am considering this board as a home web server for my pet projects. So let's jump in to show you how to boot from an NVME drive on your Orange Pi 3B.
Setup-Nextcloud-Talk-Recording-Backend-on-Ubuntu

Setup Nextcloud Talk Recording Backend on Ubuntu

With the last few releases, Nextcloud has introduced the ability to record your calls made through Talk. If you have heard of or set up Nextcloud AIO, it is now a part of it. Are you in the same boat, wanting to record your calls on Nextcloud Talk? If so, read on to learn how to setup Nextcloud Talk Recording Backend on Ubuntu.
Signaling-server (High-performance backend)-for-Nextcloud-Talk

Setup Signaling server (High-performance backend) for Nextcloud Talk

For a small setup, you can simply use a TURN server to make calls, and it will suffice. However, for large installations with many users, it is recommended to set up a separate Signaling server to reduce the load on participants joining the call. In this guide, I will walk you through the complete setup process of installing a Signaling server (High-performance backend) for your Nextcloud Talk.
go language

How to Install the Latest Go Language on Ubuntu

Ready to dive into the world of Go programming on your Ubuntu system? Go, also called Golang, is loved for its simplicity and efficiency. In this guide, I'll show you how to install the latest version of Go language on your Ubuntu, so you can have a smooth and updated setup for your coding adventures.