Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

152 total results found

Sid Meier's Colonization (1994)

Wiki Spiele

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

Linux

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

Linux

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

Linux Festplattenverwaltung

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

IT und Technik Strato

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 -&gt...

Cryptsetup mit LUKS - Festplattenverschlüsselung

Linux Festplattenverwaltung

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

Linux Festplattenverwaltung

Grundlagen Quelle: https://www.thomas-krenn.com/de/wiki/LVM_Grundlagen Vorgehensweise Quelle: https://www.howtoforge.com/linux_lvm  

Software RAID - mdadm

Linux Festplattenverwaltung

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

Linux

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

Linux Festplattenverwaltung

Quelle: http://hermann-mayer.net/blog/raid1-luks-und-lvm-ersetzen-mein-altes-speichersystem  

missing firmware

Linux Debian

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

Linux Debian

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

Linux Debian

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

Linux

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

Linux Debian

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

Linux Debian

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

Linux Debian

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

Linux Let's encrypt

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

Linux SSH

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

Linux XFCE

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...