This tutorial will show you how to install the SSHFS client on Linux and how to mount a remote file systems over SSH.
Category: 02. Dedicated servers
What is a dedicated server, its advantages. Yjw to install OS on server and do server diagnostics.
How to disable SELinux on CentOS / RHEL / Fedora
SELinux (Security-Enhanced Linux) is a security layer on RHEL-family systems that enforces strict rules about what each process can access. It’s valuable, but it sometimes blocks legitimate software and causes “permission denied” errors that aren’t obvious. This guide shows how to check SELinux status and disable it – temporarily or permanently – on CentOS, RHEL, […]
How to use Screen application in Linux
Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells.
Best Free Web Hosting Control Panels to Manage Servers
In this article, I will show the best free web hosting control panels to manage dedicated server and VPS.
How to Install Microsoft CBL-Mariner Linux
In this guide, I will show how to build your own Microsoft CBL-Mariner Linux ISO image.
How to set up FTP Server on Windows Server 2019
In this guide, I will show you how to set up FTP Server on your Windows Server 2019.
How to use Rsync to sync local and remote files and directories
Rsync is open-source software that can be used to sync files and folders from a local computer to a remote one and vice versa.
ISPmanager 5 alternatives: FASTPANEL®
As we already wrote, ISPmanager 5 panel will reach end-of-life soon. The situation impacts many of our clients because we have provided a free license of ISPmanager 5 Lite as a gift for a dedicated server order earlier. The new version has a slightly different pricing model, so clients who have many sites should pay […]
End of support for ISPmanager 5
ISPsystem announced the end of support for ISPmanager 5 control panels.
How to change crontab editor
When you run crontab -e for the first time, Linux often opens the cron file in vi (or vim), which can be confusing if you don’t know it. The editor crontab uses is controlled by the EDITOR and VISUAL environment variables, so switching it to nano — or any editor you prefer — takes one […]