Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| computer:debian:kudell_auf_debian [2024/05/21 20:10] – [Signal] spring | computer:debian:kudell_auf_debian [2024/11/14 16:48] (current) – spring | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| nvidia-opencl-icd imagemagick exiftool dcraw sqlitebrowser \ | nvidia-opencl-icd imagemagick exiftool dcraw sqlitebrowser \ | ||
| smartmontools lshw inxi restic abcde lame easytag brasero \ | smartmontools lshw inxi restic abcde lame easytag brasero \ | ||
| - | remmina needrestart scribus net-tools mono-complete mc pv | + | remmina needrestart scribus net-tools mono-complete mc pv \ |
| + | ntpsec ttf-mscorefonts-installer | ||
| + | |||
| + | sudo apt purge fonts-noto-color-emoji | ||
| ==== user-account in sudoers ==== | ==== user-account in sudoers ==== | ||
| Line 36: | Line 39: | ||
| cd / | cd / | ||
| tar cjf / | tar cjf / | ||
| - | tar cjf / | + | tar cjf / |
| tar cjf / | tar cjf / | ||
| Line 48: | Line 51: | ||
| Damit sind die alten ssh-keys wieder intakt. | Damit sind die alten ssh-keys wieder intakt. | ||
| + | |||
| + | ==== Nvidia-Suspend ==== | ||
| + | Ohne diese Maßnahmen funktioniert OpenCL nach Suspend-Resume nicht mehr in darktable. | ||
| + | Von: https:// | ||
| + | |||
| + | <file etc/ | ||
| + | options nvidia NVreg_PreserveVideoMemoryAllocations=1 | ||
| + | options nvidia NVreg_TemporaryFilePath=/ | ||
| + | </ | ||
| + | |||
| + | anlegen und | ||
| + | |||
| + | systemctl enable nvidia-suspend.service | ||
| + | ausführen. | ||
| + | |||
| + | < | ||
| + | root@kudell:/ | ||
| + | ○ nvidia-suspend.service - NVIDIA system suspend actions | ||
| + | | ||
| + | | ||
| + | |||
| + | Mai 29 10:23:59 kudell systemd[1]: Starting nvidia-suspend.service - NVIDIA sys> | ||
| + | Mai 29 10:23:59 kudell suspend[4896]: | ||
| + | Mai 29 10:23:59 kudell logger[4896]: | ||
| + | Mai 29 10:24:00 kudell systemd[1]: nvidia-suspend.service: | ||
| + | Mai 29 10:24:00 kudell systemd[1]: Finished nvidia-suspend.service - NVIDIA sys> | ||
| + | </ | ||
| + | |||
| + | |||
| ==== Wake-on-Lan ==== | ==== Wake-on-Lan ==== | ||
| Line 97: | Line 129: | ||
| ==== Signal ==== | ==== Signal ==== | ||
| Download und installieren entsprechend Anweisungen entsprechend https:// | Download und installieren entsprechend Anweisungen entsprechend https:// | ||
| - | ==== darktable ==== | + | ==== Darktable ==== |
| + | siehe [[computer: | ||
| + | ==== Raw-Previews | ||
| + | siehe [[computer: | ||
| - | Paket von https:// | + | ===== atuin ===== |
| - | + | bash <(curl --proto | |
| - | === Nightly NICHT EMPFOHLEN, kein Lua === | + | Konfiguration für atuin in ''~/.config/atuin/config.toml'', wichtig hier die Zeile |
| - | AppImage von ''https:// | + | |
| - | Starten mit | + | damit der Atuin-Server auf hermes angesprochen wird |
| - | ~/ | + | |
| - | + | ||
| - | === raw-Previews === | + | |
| - | siehe https://ocroquette.wordpress.com/ | + | |
| - | + | ||
| - | <file bash / | + | |
| - | # | + | |
| - | + | ||
| - | # Usage: | + | |
| - | # | + | |
| - | + | ||
| - | # Exit with error on any error | + | |
| - | set -e | + | |
| - | + | ||
| - | size=$1 | + | |
| - | source=`echo " | + | |
| - | destination=$3 | + | |
| - | + | ||
| - | # Conversion table from EXIF orientation code to degrees (Bash 4 and newer) | + | |
| - | declare -A conv=( ["1" | + | |
| - | + | ||
| - | # Read orientation with exiftool | + | |
| - | # Triple -s : output only the value | + | |
| - | # -n : output numerical value, do not convert to human readable form | + | |
| - | rotation_code=`exiftool -Orientation -s -s -s -n " | + | |
| - | rotation_deg=" | + | |
| - | + | ||
| - | # Extract the thumbnail (usually stored as JPEG) with dcraw, resize, rotate | + | |
| - | # The target format will be inferred from the destination file name (usually PNG). | + | |
| - | dcraw -c -e -w " | + | |
| - | </file> | + | |
| - | + | ||
| - | <file bash ~/.local/ | + | |
| - | [Thumbnailer Entry] | + | |
| - | TryExec=/ | + | |
| - | Exec=/ | + | |
| - | MimeType=image/ | + | |
| - | </ | + | |
| ==== Webex ==== | ==== Webex ==== | ||
| Line 177: | Line 174: | ||
| ==== Adobe Reader ==== | ==== Adobe Reader ==== | ||
| - | from: https:// | + | siehe [[computer: |
| - | + | ||
| - | NOTE: The 9.x branch of reader has been EOL'd as of June 26, 2013. If you need native | + | |
| - | + | ||
| - | wget ftp:// | + | |
| - | + | ||
| - | After doing this we should have the file, AdbeRdr9.5.5-1_i386linux_enu.deb. Now we're ready to install it. | + | |
| - | + | ||
| - | The file we just downloaded is the 32-bit version of Adobe Reader. Adobe only provides Reader as a 32-bit binary, there is no 64-bit variant, but this is perfectly fine, we just need to install it a bit differently than most .deb packages. | + | |
| - | + | ||
| - | First we need to add the 32-bit architecture to our system (multiarch), | + | |
| - | + | ||
| - | sudo dpkg --add-architecture i386 | + | |
| - | sudo apt-get update | + | |
| - | + | ||
| - | Now attempt to install Adobe Reader with either dpkg and apt-get OR gdebi. If you pick the first option, it will require you to tell apt-get to fix any broken installed packages. This would seem to be a hack, but it basically gets apt to do the heavy lifting for us and install/fix any missing or broken packages with relatively little fuss. Alternatively, | + | |
| - | + | ||
| - | sudo dpkg -i AdbeRdr9.5.5-1_i386linux_enu.deb | + | |
| - | sudo apt-get install -f | + | |
| - | + | ||
| - | Now, attempting to launch acroread with | + | |
| - | + | ||
| - | acroread | + | |
| - | + | ||
| - | gives | + | |
| - | + | ||
| - | / | + | |
| - | + | ||
| - | Adobe forgot a dependency. We can figure out which package to install using apt-file. | + | |
| - | + | ||
| - | apt-file search libxml2.so.2 | + | |
| - | + | ||
| - | which gives libxml2. So we do | + | |
| - | + | ||
| - | apt-get install libxml2: | + | |
| - | to install the i386 version of libxml2. | + | ==== Restic Backup ==== |
| + | siehe [[computer: | ||
| ===== Einstellungen ===== | ===== Einstellungen ===== | ||
| ==== Alt-Tab Verhalten ändern ==== | ==== Alt-Tab Verhalten ändern ==== | ||
| Line 231: | Line 195: | ||
| Wird nicht vom Standard-Debian unterstützt | Wird nicht vom Standard-Debian unterstützt | ||
| <file bash> | <file bash> | ||
| - | cd projekte | + | cd ~/projekte |
| mkdir kyocera | mkdir kyocera | ||
| cd kyocera | cd kyocera | ||
| git clone https:// | git clone https:// | ||
| cd rastertokpsl-re/ | cd rastertokpsl-re/ | ||
| - | sudo apt install libcupsimage2-dev libcups2-dev | + | sudo apt install libcupsimage2-dev libcups2-dev |
| cmake -B_build -H. | cmake -B_build -H. | ||
| cmake --build _build/ | cmake --build _build/ | ||
| - | ./ | + | sudo ./ |
| </ | </ | ||
| - | Drucker in CUPS einrichten als %%socket:// | + | Drucker in CUPS einrichten als %%socket:// |
| ===== Sound und Subwoofer ===== | ===== Sound und Subwoofer ===== | ||