Kürzlich aktualisierte Seiten
Bloatware loswerden
# Liste der App-Pakete, die deinstalliert werden sollen $appsToRemove = @( "Microsoft.GetHe...
Computerservice Dengler || Fernwartung / Remotehilfe
Benutzer Information RustDesk ist eine Open Source Software und ist eine kostenlose Alternativ...
Absender vom Spamschutz ausschließen
Damit E-Mails von bestimmten Absendern nicht mehr als Spam markiert werden können Adressen/Domain...
Twitch Info Panel
Um die Daten zum Einfügen zu kopieren Das eingekreiste einmal anklicken dann ist alles zum E...
Angepasste Rustdesk Version
Seit kurzen können wir einen voreingestelten Rustdesk-Clienten anbieten. Verwendung Bitte die...
Windows 11 Erinnerung deaktivieren
Hiermit deaktiviert man den nervigen Hinweis doch bitte auf Windows 11 zu wechseln. Was ist ge...
Fernwartung / Remotehilfe
Benutzer Information RustDesk ist eine Open Source Software und ist eine kostenlose Alternative ...
Netzwerktyp ändern
Um den Netzwerktyp (Öffentlich/Privat) von einer Netzwerkverbindung unter Windows zu ändern reich...
Install WireGuard
WireGuard #!/bin/bash # Update and Upgrade apt update && apt upgrade -y && apt full-upgrade -y...
Prometheus Exporter
Grundinstallation für Monitoring mit Prometheus und Grafana. Base Exporter: #!/bin/bash apt-ge...
SSH-Key erstellen und einrichten
Teil 1 und Teil 2 müssen vorher gemacht werden! 1. Vorbereitung 1. Geh in deinen Benutzer Ordne...
Putty Setup
1. Putty Download Klicke Links auf die Angehängte Datei und lade diese runter. 2. Installatio...
OpenSSH-Agent Setup
Alle Befehle auf dieser Seite sind in einer Administrator Powershell auszuführen. 1. Setup SSH-A...
Install Redis
#!/bin/bash # Update and Upgrade apt update && apt upgrade -y && apt full-upgrade -y #Redis In...
Install DotNet 6
#!/bin/bash # Get key/dpkg wget https://packages.microsoft.com/config/debian/10/packages-micr...
Install NodeJS
NodeJS Install Script #!/bin/bash # add key and update apt list curl -fsSL https://deb.nodesou...
Install Webmin
Webmin #!/bin/bash apt-get update && apt-get upgrade -y curl -o setup-repos.sh https://raw.git...
Install PHP
PHP Packete #!/bin/bash # add key and update apt list echo "deb https://packages.sury.org/php/...
Install Base Software
Base Software #!/bin/bash # Update and Upgrade apt update && apt upgrade -y && apt full-upgrad...
Install Docker
Docker Install Commands #!/bin/bash # add key and update apt list mkdir -p /etc/apt/keyrings ...