Install Redis normally Add the user to the Redis group usermod -a -G redis YourUserHere Open up the CageFS mount points file nano /etc/cagefs/cagefs.mp Add the Redis folder to the mount points. /var/run/redis Enable the socket in the Redis config file nano /etc/redis.conf Add the following: unixsocket /var/run/redis/redis.sock unixsocketperm 770 Every time you restart Redis… Continue reading Redis sockets in cPanel and CloudLinux CageFS
Author: Admin
Can a Raspberry Pi run a TeamSpeak server? How about any ARM CPU?
TL;DR, Yes! Today’s ingredients: A Raspberry Pi 4, the older 3B+ should also support 64 bit, this process would work equally well on any ARM64 device that can run a Debian based OS however. Raspberry Pi OS (64-bit), this will not work directly on the 32 Bit OS, but you can try using box86 as… Continue reading Can a Raspberry Pi run a TeamSpeak server? How about any ARM CPU?
Enabling the iGPU on an OVH Server running Ubuntu
At least on Ubuntu 22.04 OVH install images you’ll find that the integrated GPU on your CPU is either not detected or your application will report you don’t have the hardware enabled even when you have a CPU with an integrated GPU such as the E-2288G, and it’s enabled in the BIOS. I have personally… Continue reading Enabling the iGPU on an OVH Server running Ubuntu
OVH Dedicated server fails to upgrade to VMWare ESXi 7.0
Many people choose OVH for their low prices and relatively good network DDoS protection, and a lot of people probably choose to use ESXi when they got their server, however it seems that OVH added their own customisation when they made the ESXi image, when attempting to upgrade to 7.0 on a RISE NVMe server… Continue reading OVH Dedicated server fails to upgrade to VMWare ESXi 7.0
How to get TeamSpeak 3 Dark Mode
Prerequisites An installed TeamSpeak client, if you don’t have TeamSpeak download it from https://teamspeak.com/en/downloads/ While TeamSpeak 5 does indeed have a dark theme built in by default, those of us still using TeamSpeak 3 do not have that luxury. There are actually two different ways to install TeamSpeak themes (which are really just plugins, they… Continue reading How to get TeamSpeak 3 Dark Mode
Basic cPanel Settings You Should Change
The cPanel Control Panel is a graphical interface used to manage your website’s hosting account. It provides all the tools you need to create and manage your website, including a file manager, password manager, and domain manager. The cPanel Control Panel is easy to use and provides all the features you need to manage your… Continue reading Basic cPanel Settings You Should Change
Simple steps you can take to help secure your Linux server
There’s a lot of blog posts around the internet with a lot of steps you can take to “hack proof” your server, while these tips are not going to make your server “hack proof” they will enhance your security profile, especially against automated scanners and exploiters, which rely on some of these simple things to… Continue reading Simple steps you can take to help secure your Linux server
Raising limits for the xt_recent iptables module
If you’re a fan of trying to limit the effects of a DDoS on your services you’ve probably tried to limit the amount of connections that can be made to a port, possibly by using the xt_recent iptables module, by default the limits imposed on the module are rather low, which made this module of… Continue reading Raising limits for the xt_recent iptables module
Mullvad Split VPN with SOCKS Proxy
This process should be similar for any other VPN providers that have OpenVPN servers, Private Internet Access and NordVPN are known to have this feature. Edit your OpenVPN config from Mullvad and add the following line at the end pull-filter ignore redirect-gateway Your VPN config will look similar to client dev tun resolv-retry infinite nobind… Continue reading Mullvad Split VPN with SOCKS Proxy
Ubuntu 18.04 OVH VPS IPv6 Setup
With IPv4 addresses nearly exhausted everywhere the world could really use some more IPv6 adoption so here’s a handy guide for getting IPv6 to work on your OVH Ubuntu VPS’s, although this guide should work equally well on any VPS/Dedicated server host. At the time of writing this there seems to be a bug in… Continue reading Ubuntu 18.04 OVH VPS IPv6 Setup