Pterodactyl File Manager increase 250 file limit
Pterodactyl is an open-source game control panel. When you view game server files, the file manager only lists 250 files
AtoM PDF thumbnail not working
After migrating AtoM to a new server, PDF thumbnails stopped generating when uploading PDF files. You can regenerate thumbnail for
How to reset CyberPanel admin password
If you have lost the admin password for your CyberPanel, you can reset the password using SSH. Login to the
How to install yt-dlp
yt-dlp is a fork of youtube-dl, it can be used to download videos from youtube and many other similar websites.
DirectAdmin
DirectAdmin is a powerful and user-friendly control panel that allows you to manage your web hosting environment easily. Whether you
How to add secondary IP address using nmcli
On an AlmaLinux 9 server, I wanted to add secondary IPs to a server. First, I checked the network interface
Mount NFS Drive
NFS (Network File System) is a protocol that allows a computer to access files over a network as if they
SELinux allow non default SSH port
By default, SELinux only allows running SSH service on default port 22. For security, it is better to change the
How to configure IPv6 on OVH AlmaLinux 8 server
First, find the network interface used by the server with ip a command. [root@15-204-47-122 ~]# ip a 1: lo: mtu
OVH CentOS 7 server grub rescue prompt
On an OVH Cpanel server running CentOS 7, the server won’t boot. When accessing the server console using IPMI, I
How to install docker on AlmaLinux 8
To install docker on AlmaLinux, run the following commands Install yum-utils Add docker repository Install Docker CE with Enable docker
How to Install ffmpeg static build
FFmpeg binary static build available for download from https://johnvansickle.com/ffmpeg/ To install ffmpeg static build, run cd /usr/local/src wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz tar