Install Metabase with Nginx and SSL on Ubuntu 26.04

Install-Metabase-with-Nginx-and-SSL-on-Ubuntu-26.04

Metabase is an open-source business intelligence (BI) platform that lets you create dashboards, charts, and reports through an intuitive web interface. You can even ask questions about the data through a web-based interactive GUI. In this tutorial, I will tell you how you can install Metabase on Ubuntu 26.04 with Nginx and Let’s Encrypt SSL. We will use MySQL as the application database for Metabase…. Read More »

Install Go (Golang) on Ubuntu 26.04 and Debian 13 (2 Methods)

Install-Go-(Golang)-on-Ubuntu-26.04-and-Debian-13-(2-Methods)

You must have heard about Go (also known as Golang). Go is a simple, open-source programming language created by Google. It is widely used for web applications (APIs and microservices), cloud-native applications (Docker and Kubernetes), DevOps and CLI tools and much more. Since it is fast (it compiles quickly), has a simple syntax, and includes a robust standard library, Go is an excellent choice for… Read More »

How to Install Rust on Ubuntu 26.04 or Debian 13

Install-Rust-on-Ubuntu-26.04-or-Debian-13

Since you have landed on the tutorial to install Rust, you might already be aware of what Rust is. If you’re unfamiliar with Rust, here’s a quick overview. Rust is a modern systems programming language used to build high-performance software. Developers who need high performance, low-level hardware control, and reliability choose Rust. Big tech companies such as Microsoft, Google, AWS, Cloudflare, and Meta use Rust… Read More »

Install and Configure VSFTPD FTP Server on Ubuntu 26.04

Install-and-Configure-VSFTPD-FTP-Server-on-Ubuntu-26.04

If you’re managing or configuring a Linux server, setting up an FTP server is one of the essential tasks. FTP (File Transfer Protocol) provides a convenient and reliable way to transfer files between your computer and the server. In this tutorial, I’ll show you how to install and configure the VSFTPD FTP server on Ubuntu 26.04. When setting up a server to host a website… Read More »

Install Drupal with Nginx and PHP 8.5 on Ubuntu 26.04

Install-Drupal-with-Nginx-and-PHP-8.5-on-Ubuntu-26.04

Although Drupal has a much smaller market share than WordPress, it is still the preferred CMS for many enterprises and government organisations. Drupal is known for its flexibility, extensibility, developer focus architecture and granular control. Organisations such as Tesla, Pfizer, and numerous government agencies use Drupal for large-scale websites. With Drupal, you can customise almost every aspect of your website to suit your requirements. We… Read More »

How to Install PHP 8.5 on Ubuntu 24.04

How-to-Install-PHP-8.5-on-Ubuntu-24.04

PHP 8.5 has been released and upgrading the server is very important because every time PHP updates, it brings better software compatibility, security and performance. If you are still using the older versions of PHP, i would suggest you to update the PHP version to 8.5. In this tutorial i will guide you how to install PHP 8.5 on Ubuntu 24.04. You can also try… Read More »