Skip to main content

Additional Linux Commands & Guides

Additional troubleshooting commands & help guides for software installed on systems.

Small Commands, Issues And Guides - A Collection

This page is for commands, issues or guides which don't need to be added as a separate page. You ...

Transferring server data between two dedicated systems - Wget & Python3

The easiest way to transfer a tarball or zip file from one dedicated system to another is by usin...

Cannot Access UDP Connected Games Due To OVH Firewall

If you have purchased an OVH system from one of their "GAME" series, such as the GAME-1, GAME-2 o...

Accessing A Website Or Control Panel Shows "Too Many Redirects" Error

If you see this error: Go to CloudFlare and click your domain. On the left hand side, expan...

Error 1014 Tebex - CNAME Cross-User Banned

If you are ever presented with the following below when trying to access your Tebex store using y...

Why Is X Not Installed On The System - How Docker Images Work

When connecting to your systems via SSH, you may notice that certain applications don't exist, ar...

PHP Extensions Locations For .so Files

PHP stores its .so extension files in /usr/lib/php/ then the API version of PHP. For ease of use,...

Installing Modules On cPanel For WHMCS - IonCube, FileInfo & Soap

IonCube Go to /opt/cpanel/ea-php81/root/usr/lib64/php/modules (PHP 8.1) and unzip the tar you ...

LiteSpeed WebServer With Pterodactyl (CyberPanel)

Setup main domain then “panel” as another subdomain. During the subdomain creation, make the loca...

Searching Through Files - Finding A Particular String And Updating It

Main command: grep -rnw "xA" -e "xB" | xargs sed -i 's/xC/xD/' grep – Obvious, search to find ...

Installing SQLite3 To SQL with Python3 Package To Convert SQL-Lite DB to MySQL for import

Start off with pip3 install sqlite3-to-mysql, making sure apt install python3-pip is installed. O...

ItemsAdder With CloudFlare Proxied Domain For IP Protection

Create a proxy pass for the domain and add to CloudFlare. Cert it with LetsEncrypt and give th...

Get the “/dev/disk/by-id” information for FSTab from the udevadm command

To start with, you will need to use the disk name only without the partition name. When you go in...

Resizing single volume group and logical volume after disk expansion

This guide is used after cloning to a increased size disk such as 500GB to 1TB, or by having some...

Resizing a logical group then volume within a parented RAID number

Taken from https://packetpushers.net/blog/ubuntu-extend-your-default-lvm-space/  Run cat /proc/m...

CloudFlare does not minify javascript correctly when working with Grafana

Speed > Optimisation > Content Optimisation. Follow the below if you want to disable JavaScr...

Install Custom Version Of MySQL Server

In this guide, replace .27 with what version you need. At time of writing, Version .37 is now out...

Networking With Hetzner - With and Without additional MAC's configured

IP's have been redacted in this configuration but you can evaluate based on your operations. Wit...

Running Lancache & Another Webserver On Top

If you are running the software Lancache and need to run another webserver on top such as nginx w...