Supercharge Your Terminal: Using zsh with Oh My Zsh and Fancy Plugins

If you’re looking to enhance your terminal experience, switching to Zsh and utilizing Oh My Zsh with some fancy plugins is a great way to start. This guide will walk you through the steps to install Zsh, Oh My Zsh, and some powerful plugins to make your terminal more efficient and visually appealing. Install zsh First, ensure you have everything installed by running: sudo apt update -y sudo apt install -y curl git zsh Install Oh My Zsh Oh My Zsh is a framework for managing your Zsh configuration....

May 26, 2024

How to Install Terraria Server on Ubuntu

Excited to forge your own realm in the world of Terraria? This guide will lead you through the steps of setting up your dedicated server on Ubuntu. By the end, you’ll have your very own Terraria server, ready to host adventures with friends in your own gaming sanctuary. Update Repository and Install Dependencies Before we delve into the installation process, it’s essential to ensure our system is up to speed and equipped with all the necessary libraries....

April 25, 2024

Linux Performance: A Guide to Benchmarking Tools

Linux, renowned for its flexibility, security, and performance, is a popular operating system choice for a wide range of applications, from personal computers to servers. One aspect that continually draws attention is its performance capabilities. Benchmarking tools play a crucial role in assessing the performance of Linux systems, aiding users and administrators in optimizing their setups for maximum efficiency. YABS (Yet Another Bench Script) YABS, as the name suggests, is a comprehensive benchmarking script designed to provide detailed insights into system performance....

April 16, 2024

How to Install Hypersomnia Server on Ubuntu

Are you eager to set up your own dedicated server for Hypersomnia? In this step-by-step guide, I’ll walk you through the process of installing and configuring Hypersomnia Server on Ubuntu, ensuring you have everything you need to create your own gaming haven. Update Repository and Install Dependencies Before diving into the installation process, let’s make sure our system is up to date and equipped with the necessary libraries. Execute the following commands in your terminal:...

April 5, 2024

How to Install CS2D Server on Ubuntu

Setting up a CS2D (formerly known as Counter-Strike 2D) server on Ubuntu can be a straightforward process when you have the right instructions. In this guide, we’ll walk you through each step, from adding necessary architecture and packages to configuring the service to start on boot. Add i386 Architecture and Install Dependencies First, ensure your system is equipped with the necessary architecture and packages by executing the following commands: sudo dpkg --add-architecture i386 sudo apt update -y sudo apt install -y curl nano unzip libc6:i386 Add a New Linux User Create a dedicated user for running the CS2D server with the following command:...

April 4, 2024