Advanced Search
Search Results
152 total results found
Sid Meier's Colonization (1994)
Gründungsväter https://strategywiki.org/wiki/Sid_Meier%27s_Colonization/Founding_Fathers Einheiten https://civilization.fandom.com/wiki/List_of_units_in_Colonization_(1994)
Datenaustausch mit Smartphone
Benötigte Pakete: gvfs:amd64 gvfs-backends gvfs-bin gvfs-common gvfs-daemons gvfs-libs:amd64 libmtp-common libmtp-runtime libmtp9 Danach den Dateimanager einmal beenden und wieder öffnen. D...
Bash
Bash-completion root Umgebung einstellen Quelle: https://askubuntu.com/a/156668 In der /root/.bashrc folgendes ans Ende der Datei eintragen: if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi
Festplattenverwaltung - fdisk,lvm,dd
Partitionstabelle kopieren dd if=/dev/sdc of=/dev/sdd bs=512 count=1 Parameter erklärt: if -> input device of -> output device bs -> blocksize count -> Anzahl der Blöcke, die kopiert werden sollen Festplatte vergrößern .. mit LVM Das Programm "fdisk" ...
E-Mail Server Einstellungen für Plesk,DNS
Plesk Docs: https://docs.plesk.com/de-DE/obsidian/administrator-guide/59433/ Serverweite E-Mail-Einstellungen Weg dahin: Tools & Einstellungen -> Mailserver-Einstellungen Domain bezogene E-Mail-Einstellungen Weg dahin: Websites & Domains ->...
Cryptsetup mit LUKS - Festplattenverschlüsselung
Quelle: https://linuxwiki.de/cryptsetup 1. LUKS-Partition initialisieren cryptsetup luksFormat -c aes-cbc-essiv:sha256 -s 256 /dev/sdc1 Ich habe hier z.b. ein RAID1 Device ausgewählt z.b. /dev/md0. Somit ist das gesamte RAID 1 verschlüsselt. 2. LUKS-...
Logical Volume Manager - LVM
Grundlagen Quelle: https://www.thomas-krenn.com/de/wiki/LVM_Grundlagen Vorgehensweise Quelle: https://www.howtoforge.com/linux_lvm
Software RAID - mdadm
Software RAID erstellen http://www.prontosystems.org/tux/software_raid RAID Device umbenennen Quelle: https://serverfault.com/questions/267480/how-do-i-rename-an-mdadm-raid-array Start with mdadm --detail /dev/md127: Version : 0.90 Creation Time :...
initramfs
Fehlermeldung W: initramfs-tools configuration sets RESUME=UUID=xxxxxx-ssss-eeee-rrrr-ttttttttt W: but no matching swap device is available. I: The initramfs will attempt to resume from /dev/sdc2 I: (UUID=aaaaaaaa-bbbb-ssss-rrrr-ggggggggg) I: Set the RESU...
Beispiel - RAID1 - LUKS encryption - LVM
Quelle: http://hermann-mayer.net/blog/raid1-luks-und-lvm-ersetzen-mein-altes-speichersystem
missing firmware
Jeder kennt es, wenn man sich ein Update zieht und diverse Treiber nicht verfügbar sind. Auf dieser Seite will ich zu meinen Fällen Links und Lösungen zeigen wie ich die Herausforderungen lösen konnte. Mein System Ich benutze nur noch Debian als Linux, da e...
Backports
Backports aktivieren Repo für Backports hinterlegen /etc/apt/sources.list.d/backports.list: # buster backports deb http://http.debian.net/debian buster-backports main Danach die Paketverwaltung neu laden: apt-get update Paket aus den Backports installier...
Kernel updaten
Vorbereitungen Backports aktivieren: https://wiki.freakylabs.de/books/linux/page/backports Nach verfügbaren Kernel Versionen suchen apt-cache search linux-image ----- gekürzte Liste ----- linux-headers-4.19.0-10-amd64 - Header files for Linux 4.19.0-10...
Java - openjdk
Openjdk-8 in Debian Buster installieren Quelle: https://stackoverflow.com/questions/57031649/how-to-install-openjdk-8-jdk-on-debian-10-buster/61902164#61902164 Installation steps: Install software source manager apt-get update apt-get install software-...
Paket selber bauen - dpkg-buildpackage
Beispiel Paket: libssh2-1 Problem: Debian Buster -> Saltstack Master Anbindung per SSH Key an Gitlab Vorgehensweise: deb-src http://deb.debian.org/debian/ bullseye main apt-get update apt-get install devscripts debhelper-compat libgcrypt20-dev zli...
MySQL - MariaDB
Datenbank mysql wiederherstellen Quelle: https://stackoverflow.com/questions/8911115/how-to-recover-recreate-mysqls-default-mysql-database mysql_install_db mysqld --initialize CREATE OR REPLACE USER Quelle: https://mariadb.com/kb/en/create-user/#or-repl...
Paketmanager - apt
Paket Neuinstallation und Neuerstellung von Dateien und Ordnern Quelle: https://askubuntu.com/questions/66533/how-can-i-restore-configuration-files Find out what package installed the config file: $ dpkg -S unity-greeter.conf unity-greeter: /etc/light...
Certbot Benutzung
Befehle Zertifikate anzeigen # certbot certificates Saving debug log to /var/log/letsencrypt/letsencrypt.log - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Found the following certs: Certificate Name: frzn.io S...
Putty Keys
How to convert Linux Openssh key to Putty format? Quelle: https://creodias.eu/-/how-to-convert-linux-openssh-key-to-putty-format- If you want to know how to create a SSH keypair in Linux, see this manual. Install putty-tools: sudo apt-get install put...
Programm zum Startmenue hinzufuegen
http://xubuntugeek.blogspot.com/2011/12/add-items-to-xfce-applications-menu.html To add an application launcher to Xfce Applications Menu is simple; all you have to do is place the *.desktop file that launches the application in the right folder.Create the...