Blog Linux

featured-image

How To Generate SSH Key On Ubuntu Server 24.04?

SSH on Linux distributions is commonly used to connect from other devices remotely to your Linux VPS server. To use the SSH service on your Linux device or your server, you need to create two SSH keys: one public and one private key. First, you need to connect to your Ubuntu Server With SSH Using PuTTY application if you are using Windows. And if you […]

featured-image

What is Linux Permission?

Linux user permissions are a system that controls who can access files and directories and what they can do with them. Every file and directory has a rule that defines which users can read, write, or execute it. Linux user permissions are file-based, so every file created on your system has an owner and a group assigned to it, and users in that group have access to this folder. […]

featured-image

How to Set Permission in Ubuntu Server?

Linux uses a file-based permission system to control access to files and directories. Each file has three types of access levels: owner, group, and others. Setting permissions in Ubuntu Servers you can manage which users can read, modify, or delete specific files. This permission structure helps keep the system organized and secure. When creating user in Ubuntu server, an administrator should assign permissions based on […]

featured-image

How to install XAMPP on Ubuntu Server?

You can install XAMPP web server software package on your local computer or Linux VPS server. It comes with Apache, MySQL/MariaDB, PHP, and Perl already pre-configured, so you can start building and testing websites without manual setup. Installing XAMPP on Ubuntu Desktop and Server is a little bit different visually, but the core process is the same. You can follow this article to install XAMPP […]

featured-image

How to install cPanel/WHM in Linux?

cPanel/WHM (Web Host Manager) is a powerful web-based control panel that simplifies website management tasks for Linux-based hosting environments. It provides a user-friendly interface with a wide range of features, allowing you to effortlessly manage domains, email accounts, databases, security settings, and much more. 0 to 100 Installing cPanel/WHM in Linux Like a Pro Before diving into the installation process, it’s essential to ensure that […]

featured-image

How to Create New User in Ubuntu Server?

User management in Ubuntu server is one of the first basic things you need to do as an administrator to control each user’s access and give them access according to their role and job, because it directly affects security and system organization. Instead of everyone using the root account, you should create a separate account for each user and assign only the permissions they actually […]

featured-image

How to Install Plesk on Ubuntu 24.04

Plesk is a simple control panel that allows you to manage your server files, domain, emails, and run web hosting and many more things to do easily from its dashboard. It gives you a simple and practical UI instead of typing commands for doing every single thing. Methods for install Plesk on Ubuntu Server Installing Plesk has many different ways on Ubuntu; we are covering: […]

featured-image

How to Set Up a Firewall UFW on Ubuntu?

UFW, also known as Uncomplicated Firewall, is a user-friendly front-end for Linux distributions that simplifies the process of setting up firewall rules without dealing with the complexities of IPtables or NFTables. If you’re using Ubuntu Linux and unsure about which tool to use for network security, UFW is a great option. To configure UFW on Ubuntu , start by making sure the UFW package is […]

featured-image

How to Install Gnome on Ubuntu server-VPSMakers

Ubuntu Server is intentionally shipped without a graphical desktop environment to keep the system lean, fast, and resource-efficient. However, there are valid situations where adding a GUI is necessary, and GNOME is the most robust and well-supported desktop environment available for Ubuntu. Because Ubuntu Server is typically run in a headless environment – meaning no physical monitor is attached – installing GNOME alone is not […]

featured-image

How to Install cPanel on Ubuntu Server 24.04

For a long time, it was not officially possible to install cPanel/WHM on Ubuntu, and many of the tutorials available on the Internet were written based on non-standard methods. However, with the release of new versions of cPanel & WHM (v132 onwards), official support for Ubuntu 24.04 LTS has been added, as announced by the official cPanel documentation, and now this popular control panel can […]