Die Suche ergab 151 Treffer
- vor 1 Jahr
- Forum: Zentrales Servermanagement
- Thema: Check_MK (OMD) auf Raspberry Pi 4/3/2 mit externer USB 3.0 SSD unter Debian 10 (Buster)
- Antworten: 0
- Zugriffe: 10697
Check_MK (OMD) auf Raspberry Pi 4/3/2 mit externer USB 3.0 SSD unter Debian 10 (Buster)
aktualisierte Fassung vom 25.08.2019 Anleitung für Debian (Raspbian) Buster Image Download des Debian (Raspbian) Buster Images für Raspberry Pi 2/3/4 https://downloads.raspberrypi.org/raspbian_lite_latest Installation per Bash Script Download des Bash Installation Skripts cd~; wget https://4noobs.d...
- vor 1 Jahr
- Forum: Zentrales Servermanagement
- Thema: ELK Stack auf Debian installieren
- Antworten: 0
- Zugriffe: 2356
ELK Stack auf Debian installieren
aktualisierte Fassung vom 30.09.2020 Installation für Debian 10 Buster ELK Stack Server sudo apt-get install apt-transport-https gnupg2; wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - Hinweis: wenn der Download fehlschlägt, dann liegt das daran, das die IPv6 Addr...
- vor 1 Jahr
- Forum: Webserver(dienste)
- Thema: Groupware Server mit Debian Buster Unterbau (CalDAV, CardDAV, WebDAV, IMAPS, SMTPS)
- Antworten: 0
- Zugriffe: 3368
Groupware Server mit Debian Buster Unterbau (CalDAV, CardDAV, WebDAV, IMAPS, SMTPS)
aktualisierte Fassung vom 21.01.2021 Das Hostsystem Debian Debian 10.7 Buster amd64 Repo von Debian Buster deb http://deb.debian.org/debian buster main contrib non-free deb-src http://deb.debian.org/debian buster main contrib non-free deb http://deb.debian.org/debian-security/ buster/updates main c...
- vor 1 Jahr
- Forum: Betriebssysteme
- Thema: apt gpg error > NO_PUBKEY
- Antworten: 0
- Zugriffe: 3953
apt gpg error > NO_PUBKEY
Fassung vom 05.11.2020 apt install gpg dirmngr Keyserver von Ubuntu sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys <PUBKEY> oder alternativ, wenn der Keyserver von Ubuntu in einen timeout rennt sudo apt-key adv --keyserver hkp://keys.gnupg.net:80 --recv-keys <PUBKEY> apt update
Geany
Fassung vom 05.04.2019 Voraussetzung sudo apt install intltool make git Quelle: https://github.com/geany/ Plugins installieren git clone https://github.com/geany/geany-plugins.git cd geany-plugins ./autogen.sh ./configure make sudo make install Themes installieren git clone https://github.com/geany...
- vor 2 Jahre
- Forum: vServer
- Thema: Proxmox CLI
- Antworten: 0
- Zugriffe: 2925
Proxmox CLI
Fassung vom 28.01.2019 Quelle: https://www.thomas-krenn.com/de/wiki/Perl_warning_Setting_locale_failed_unter_Debian Hinweis: Wer nur die Community Version, nicht aber die Enterprise Version von Proxmox nutzt, sollte die pve-enterprise.list löschen. rm /etc/apt/sources.list.d/pve-enterprise.list apt...
- vor 2 Jahre
- Forum: Zentrales Servermanagement
- Thema: Docker Grundinstallation Debian/Ubuntu
- Antworten: 0
- Zugriffe: 2890
Docker Grundinstallation Debian/Ubuntu
aktualisierte Fassung vom 21.12.2018 Quelle: https://docs.docker.com/install/linux/docker-ce/debian/#set-up-the-repository Für Debian: apt install apt-transport-https ca-certificates curl gnupg2 software-properties-common curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add - ...
- vor 2 Jahre
- Forum: Zentrales Servermanagement
- Thema: Salt-Stack Grundeinrichtung unter Debian/Ubuntu Linux
- Antworten: 0
- Zugriffe: 3294
Salt-Stack Grundeinrichtung unter Debian/Ubuntu Linux
Fassung vom 20.12.2018 Abschnitt: Installation Quelle: https://repo.saltstack.com/#debian Ausführen als Superuser (root) echo 'deb http://repo.saltstack.com/apt/debian/9/amd64/latest stretch main' >> /etc/apt/sources.list.d/saltstack.list wget -O - https://repo.saltstack.com/apt/debian/9/amd64/late...
- vor 2 Jahre
- Forum: OpenVPN
- Thema: OpenVPN .ovpn File in Network Manger importieren
- Antworten: 0
- Zugriffe: 3726
OpenVPN .ovpn File in Network Manger importieren
Fassung vom 17.12.2018
Quelle: https://www.cyberciti.biz/faq/linux-imp ... mmandline/
Pfad zu deiner *.ovpn Datei ändern!
Quelle: https://www.cyberciti.biz/faq/linux-imp ... mmandline/
Code: Alles auswählen
sudo apt install network-manager-*
Code: Alles auswählen
sudo nmcli connection import type openvpn file ~/deinOrdner/deineDatei.ovpn
- vor 2 Jahre
- Forum: Betriebssysteme
- Thema: ZSH, die bessere Shell mit Konfiguration
- Antworten: 0
- Zugriffe: 3153
ZSH, die bessere Shell mit Konfiguration
Fassung vom 14.12.2018 Original Installationsanleitung und Download Quelle: https://github.com/robbyrussell/oh-my-zsh Meine Abstrahierte Version der Installation und konfiguration sudo apt install git zsh* git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh vim ~/.zshrc Code einfüg...