Advanced Search
Search Results
30 total results found
EuroTruck Simulator 2
Games
ProMods
Volgorde mods
Van: https://www.promods.net/viewtopic.php?f=42&t=29618 Recommended load order in the mod manager:Top of mod manager ProMods Background Map - Use one of these two: ProMods High Quality Background Map 1.9 ProMods High Quality Afroeurasia Background Map ...
Infra (docker, k8s, helm etc..)
Koken
Linux (incl wsl2)
Gegevens mod
Python
Handleidingen
k8s
Oh My ZSH
Install ZSH sudo apt get install zsh -y Install oh my zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" Install powerlevel10k Manual font installation Download these four ttf files: MesloLGS NF Regul...
Development Links
Development
Docker
k3s
Install Script K3s provides an installation script that is a convenient way to install it as a service on systemd or openrc based systems. This script is available at https://get.k3s.io. To install K3s using this method, just run: curl -sfL https://get.k3s....
Drupal & CiviCRM
wsl2 setup
/etc/wsl.conf [boot]systemd=true sudoers: # Allow members of group sudo to execute any command#%sudo ALL=(ALL:ALL) ALL%sudo ALL=(ALL) NOPASSWD: ALL
Helm
$ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 $ chmod 700 get_helm.sh $ ./get_helm.sh