Advanced Search
Search Results
39 total results found
Gabz Coordinates maps
arcade -1648.761 -1084.628 13.156bowling 760.792 -777.724 26.456catcafe -580.862 -1079.083 22.330davispd 383.423 -1590.407 29.276diner 1576.905 6451.104 25.006esbltd -58.676 -1757.732 29.077firedept1 1197.553 -1454.430 34.958firedept2 217.2 -1636.09 30.44harmo...
Hetzner Cloud - IPv6 Setup on Ubuntu 22.04
Hello, I ordered a VPS Cloud from Hetzner, and it's true that once delivered, you need to configure IPv6. For my setup, I'm using a CX22 - Cloud, running Ubuntu 22.04. Start by updating your Cloud server: apt update && apt upgrade -y Next, navigate to the 50-...
Runcloud + Iptable + redirection + proxypass
il faut desactiver firewalld de runcloud pour minimiser les soucis Quand on met ce script #!/bin/bash sleep 2 echo "FIREWALL OK"; #Install iptables if you haven't already #Alternatively use packet manager of your choice #apt-get install iptables ...
JAVA ARGUMENT PTERO
java -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresh...
Commandes utiles
/world setspawn nameworld (worldguard) /pcreate editor
comment créer des alias de commandes temporaires et persistants ?
Lister les alias sous Linux Pour lister les alias actuellement présents sur une machine Linux, ce n'est pas bien compliqué ! À partir du prompt du Terminal, il suffit d'exécuter cette commande : alias Comment créer un alias ? Avant de créer un alias, vous ...
Proxying FiveM Connections using Nginx
As of server version 2377, support was added to FiveM to run a custom streaming proxy similar to cfx.re, but proxying the data connection (UDP) as well. This can be accomplished very easily with nginx acting as a proxy, and you can combine the caching proxy...