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 10:43] – [Einschub: Verbindung zu hermes und den backups herstellen] 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 | + | remmina needrestart scribus net-tools mono-complete mc pv \ |
| - | + | | |
| - | ==== Backports-Kernel ==== | + | |
| - | Der bookworm-Kernel macht Probleme beim Resume. | + | |
| - | Abhilfe: bookworm-backports-Kernel 6.4 installieren. | + | |
| - | apt install -t bookworm-backports linux-image-amd64 | + | |
| + | ==== user-account in sudoers ==== | ||
| + | Hinzufügen des Benutzernamens in die Zeile '' | ||
| ==== Swappiness senken ==== | ==== Swappiness senken ==== | ||
| Line 39: | Line 39: | ||
| cd / | cd / | ||
| tar cjf / | tar cjf / | ||
| - | tar cjf / | + | tar cjf / |
| tar cjf / | tar cjf / | ||
| Line 49: | Line 49: | ||
| mv /root /root.old | mv /root /root.old | ||
| mv root / | mv root / | ||
| - | | ||
| - | ==== Signal ==== | ||
| - | Download und installieren entsprechend Anweisungen entsprechend https:// | ||
| - | ==== darktable ==== | ||
| - | |||
| - | Paket von https:// | ||
| - | === Nightly NICHT EMPFOHLEN, kein Lua === | + | Damit sind die alten ssh-keys wieder intakt. |
| - | AppImage von '' | + | |
| - | Starten mit | + | |
| - | ~/ | + | |
| - | === raw-Previews | + | ==== Nvidia-Suspend ==== |
| - | siehe https://ocroquette.wordpress.com/2021/03/30/ | + | Ohne diese Maßnahmen funktioniert OpenCL nach Suspend-Resume nicht mehr in darktable. |
| + | Von: https://askubuntu.com/questions/1228423/how-do-i-fix-cuda-breaking-after-suspend | ||
| - | < | + | < |
| - | # | + | options nvidia NVreg_PreserveVideoMemoryAllocations=1 |
| - | + | options nvidia NVreg_TemporaryFilePath=/tmp | |
| - | # 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=( [" | + | |
| - | + | ||
| - | # 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 bash ~/.local/ | + | anlegen und |
| - | [Thumbnailer Entry] | + | |
| - | TryExec=/ | + | systemctl enable nvidia-suspend.service |
| - | Exec=/usr/bin/dcraw-thumbnailer %s %i %o | + | ausführen. |
| - | MimeType=image/ | + | |
| + | < | ||
| + | root@kudell: | ||
| + | ○ nvidia-suspend.service | ||
| + | | ||
| + | | ||
| + | |||
| + | Mai 29 10:23:59 kudell systemd[1]: Starting nvidia-suspend.service | ||
| + | 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 | ||
| </ | </ | ||
| + | |||
| + | |||
| + | |||
| + | ==== Wake-on-Lan ==== | ||
| + | 1.Install ethtool : | ||
| + | |||
| + | sudo apt install ethtool | ||
| + | |||
| + | 2.Checking the Interface : | ||
| + | |||
| + | ip a | ||
| + | 3.Select the interface you want to use. For Example : '' | ||
| + | |||
| + | 4.Turn wake on lan On Temporarily : | ||
| + | |||
| + | sudo ethtool --change enp4s0 wol g | ||
| + | |||
| + | 5.Check the WOL status of the interface with the following command : | ||
| + | |||
| + | sudo ethtool enp4s0 | ||
| + | |||
| + | 6.find the bellow section : | ||
| + | |||
| + | Wake-on: g | ||
| + | |||
| + | Making wake on lan Permanent | ||
| + | |||
| + | 7.find ethtool directory : | ||
| + | |||
| + | which ethtool | ||
| + | |||
| + | in my os : / | ||
| + | |||
| + | 8.Create wol.service in / | ||
| + | |||
| + | [Unit] | ||
| + | Description=Enable Wake On Lan | ||
| + | | ||
| + | [Service] | ||
| + | Type=oneshot | ||
| + | ExecStart = / | ||
| + | | ||
| + | [Install] | ||
| + | WantedBy=basic.target | ||
| + | |||
| + | 9.Enable The Service : | ||
| + | sudo systemctl daemon-reload | ||
| + | sudo systemctl enable wol.service | ||
| + | |||
| + | ==== Signal ==== | ||
| + | Download und installieren entsprechend Anweisungen entsprechend https:// | ||
| + | ==== Darktable ==== | ||
| + | siehe [[computer: | ||
| + | ==== Raw-Previews ==== | ||
| + | siehe [[computer: | ||
| + | |||
| + | ===== atuin ===== | ||
| + | bash <(curl --proto ' | ||
| + | Konfiguration für atuin in '' | ||
| + | sync_address = " | ||
| + | damit der Atuin-Server auf hermes angesprochen wird | ||
| ==== Webex ==== | ==== Webex ==== | ||
| Line 132: | 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 186: | 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 ===== | ||