# BeginnersBox > How to Guides, Tutorials and Much More ## Main Pages - [Home](https://beginnersbox.com/) - [Contact Us](https://beginnersbox.com/contact-us/) - [Disclaimer](https://beginnersbox.com/disclaimer/) - [Privacy Policy](https://beginnersbox.com/privacy-policy/) ## Posts - [How to Search File in Linux without Exact Name](https://beginnersbox.com/how-to-search-file-in-linux-without-exact-name/): Linux provides powerful commands such as find and locate for searching files. However, using these commands effectively often requires knowing the right search pattern or command options. If you on... - [How to Install Docker on Ubuntu 26.04 (2 Methods)](https://beginnersbox.com/how-to-install-docker-on-ubuntu-26-04-2-methods/): Docker is a containerization platform that makes it easier to build, deploy, and run applications in a consistent environment. It packages an application together with the libraries, dependencies, ... - [How to Install Glances on Ubuntu 26.04 and Debian 13 Trixie](https://beginnersbox.com/how-to-install-glances-on-ubuntu-26-04-and-debian-13-trixie/): Server administrators need enterprise level monitoring tools to monitor various things on a server. Zabbix is one such monitoring solution, and a complete tutorial to install and configure Zabbix o... - [Install WordPress with Nginx on Debian 13 with SSL](https://beginnersbox.com/install-wordpress-with-nginx-on-debian-13-with-ssl/): Debian is known for its stability and lightweight setup. This is the reason why many people prefer using it on their servers. In this tutorial, I will guide you through installing WordPress with Ng... - [Install Zabbix 8 with Nginx on Ubuntu 26.04 with SSL](https://beginnersbox.com/install-zabbix-8-with-nginx-on-ubuntu-26-04-with-ssl/): If you are into server administration, you definitely need a good monitoring tool to monitor various things running on a server. I would suggest using Zabbix for this. I personally use it and, fran... - [Install Metabase with Nginx and SSL on Ubuntu 26.04](https://beginnersbox.com/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 thr... - [Install Go (Golang) on Ubuntu 26.04 and Debian 13 (2 Methods)](https://beginnersbox.com/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-nativ... - [How to Install Rust on Ubuntu 26.04 or Debian 13](https://beginnersbox.com/how-to-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 prog... - [Install and Configure VSFTPD FTP Server on Ubuntu 26.04](https://beginnersbox.com/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... - [Install Drupal with Nginx and PHP 8.5 on Ubuntu 26.04](https://beginnersbox.com/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, ... - [How to Install PHP 8.5 on Ubuntu 24.04](https://beginnersbox.com/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 ol... - [How to Install PHP 8.5 on Debian 13 Trixie](https://beginnersbox.com/how-to-install-php-8-5-on-debian-13-trixie/): Recently, while setting up a new LEMP server for WordPress, I needed PHP 8.5. Since Debian 13 doesn’t include PHP 8.5 by default, I used Sury’s trusted repository. In this tutorial I... - [New and Right Way to Change SSH port in Ubuntu 24.04](https://beginnersbox.com/new-and-right-way-to-change-ssh-port-in-ubuntu-24-04/): If your server is open on the internet, you must have noticed a lot of failed SSH login attempts. If not then you can check that by using “sudo journalctl -u ssh.service | grep “Failed ... - [How to Configure Valkey for WordPress in Rocky Linux 10](https://beginnersbox.com/how-to-configure-valkey-for-wordpress-in-rocky-linux-10/): Recently, I have got a new client who wanted to migrate his existing WordPress eCommerce website to new Linux server with latest PHP. He had a specific requirement that he want Rocky Linux 10 only.... - [How to Configure Fail2ban in Ubuntu 24.04](https://beginnersbox.com/how-to-configure-fail2ban-in-ubuntu-24-04/): A couple of days ago, i was just lying on the couch scrolling reels and suddenly i got a mail from my hosting provider stating that they has noticed a lot of unsuccessful SSH login attempts to my s... - [How to Configure Redis for WordPress on Ubuntu 24.04](https://beginnersbox.com/how-to-configure-redis-for-wordpress-on-ubuntu-24-04/): Recently, i was working on improving my WordPress website’s performance and i found many blogs recommending to install various kinds of plugins. Yes, caching is very important and everyone mu... - [How to Install WordPress with Nginx on Rocky Linux 10 with SSL](https://beginnersbox.com/how-to-install-wordpress-with-nginx-on-rocky-linux-10-with-ssl/): Last week I was browsing the internet for the best WordPress setup and came across three kinds of setup LAMP (Linux, Apache, MySql and Php), LEMP (Linux, Nginx, MySql and Php) and WordPress with Op...