debian

Install and Configure Remmina for RDP Access on Linux VPS

Install and Configure Remmina for RDP Access on Linux VPS

This article provides an in-depth guide to install and configure Remmina for RDP access on Linux VPS. Introduction to Remmina and RDP Remmina is a free and open-source remote desktop client written in GTK+, offering users the ability to connect to various remote desktops, including RDP, VNC, SSH, and more. This flexibility makes it an […]

Install and Configure Remmina for RDP Access on Linux VPS Read More »

Solved "error! Flex not found" on ubuntu/debian linux 1Solved "ERROR! flex not found" on Ubuntu/Debian Linux
" title="
Solved "ERROR! flex not found" on Ubuntu/Debian Linux
" decoding="async" srcset="https://www.ubuntu-server.com/wp-content/uploads/2023/09/flex_found.jpg 560w, https://www.ubuntu-server.com/wp-content/uploads/2023/09/flex_found-300x169.jpg 300w" sizes="(max-width: 560px) 100vw, 560px" />

Solved “ERROR! flex not found” on Ubuntu/Debian Linux

In this article, we will see how to solve error flex not found on Ubuntu/Debian Linux system. Recently, I was trying to install an application from source code on my Ubuntu Linux system but as soon as I ran configure script, after a while I noticed it failed with error flex not found. Digging further

Solved “ERROR! flex not found” on Ubuntu/Debian Linux Read More »

How to host your own mastodon server on a vps

How to Host Your Own Mastodon Server on a VPS

Running your own Mastodon server on a VPS is an excellent way to enjoy an efficient and secure Mastodon experience. In this article, we’ll guide you through the installation and configuration of a Mastodon server on Linux VPS. It is essential to select a server that meets your requirements. That means selecting one with an

How to Host Your Own Mastodon Server on a VPS Read More »

Why and how to buy a linux vps with bitcoin?

Why and How to Buy a Linux VPS With Bitcoin?

When you buy a Linux VPS with Bitcoin, you are getting a private virtual server with dedicated resources like CPU, RAM and network bandwidth. By combining the security and performance of VPS with the privacy and convenience of Bitcoin payments, users have more control over their data. Crypto currencies offer numerous advantages when it comes

Why and How to Buy a Linux VPS With Bitcoin? Read More »

How to enable port 465 (smtps) in postfix mailserver

How to enable port 465 (smtps) in postfix mailserver

More and more internet access providers are closing port 25 to reduce spam except for connections to their own mail servers. If you run your own email server and have problems connecting to it on port 25, you can enable port 465 (SMTPS) in postfix as a workaround. Edit the /etc/postfix/master.cf file: nano /etc/postfix/master.cf and

How to enable port 465 (smtps) in postfix mailserver Read More »

Debugging of ispconfig 3 server actions in case of a failure

Debugging of ISPConfig 3 server actions in case of a failure

The following article describes the steps that need to be taken to debug ISPConfig 3 server scripts. This procedure applies to all ISPConfig 3 versions incl. ISPConfig 3.1 and ISPConfig 3.2. Enable the debug Loglevel in ISPConfig Login to the ISPConfig interface and set the log level to Debug under System > System > Server

Debugging of ISPConfig 3 server actions in case of a failure Read More »

Linux basics: how to view log files on the shell

Linux Basics: How to view log files on the shell

Most Linux servers are administered on the command line e.g. through an SSH connection. In the following tutorial, I will explain several shell commands that make it easy to view log files on the Linux command line (shell). These commands will work on all major Linux distributions incl. AlmaLinux, CentOS, Debian, Fedora, RockyLinux, and Ubuntu.

Linux Basics: How to view log files on the shell Read More »

Get the disk health status with smart monitor tools on debian and ubuntu linux

Get the disk health status with SMART monitor tools on Debian and Ubuntu Linux

Every current disk includes a built-in monitoring feature known as SMART that keeps track of faults. On Linux, there is a software package called smartmontools that may be used to query the SMART status of the disk to see if it will fail soon. Installation apt-get install smartmontools Usage First we need to know the

Get the disk health status with SMART monitor tools on Debian and Ubuntu Linux Read More »

How to prevent a linux system user from logging into the system

How to prevent a Linux system user from logging into the system

The shell setting in /etc/passwd determines whether a Linux system user may log in via the shell or over SSH. If you don’t want a certain user to be able to log in, set the shell to /bin/false or /sbin/nologin. For the user “otheruser” on Debian and Ubuntu Linux, here’s an example: usermod -s /bin/false

How to prevent a Linux system user from logging into the system Read More »