nemozone

✉️ a zone for no one and everyone :) 🔞

If you ever have a problem with a GUI application, start the app via terminal, you may get an error message that you can use. To troubleshoot your issue:

To find out the app name, you can use this: Just enter it in the terminal

xprop | grep WM_CLASS\(STRING\) 

xprop | grep WM_NAME\(STRING\) 

xprop | grep WM_WINDOW_ROLE\(STRING\) 

Attention does not work under Wayland and with Java apps

Source: https://stackpointer.io/unix/linux-get-wm-class-window/628/

Devilspie (Hilfe bei GUI Problemen) German Version

Falls Ihr mal ein Problem mit einer GUI-Anwendung habt, startet die App mal übers terminal, evtl. erhaltet Ihr dann eine Fehlermeldung, mit der man was anfangen kann.

Um den App-Namen herauszufinden, könnt Ihr das hier nutzen: Einfach im Terminal eingeben:

xprop | grep WM_CLASS\(STRING\) 

xprop | grep WM_NAME\(STRING\) 

xprop | grep WM_WINDOW_ROLE\(STRING\) 

Achtung funzt nicht unter Wayland und bei Java-Apps

Quelle: https://wiki.ubuntuusers.de/Devilspie/

The problem:

Information overload

Making the right choice when faced with an ever-growing number of options is a genuine challenge of our times. Gathering relevant and accurate data is no easy task: our brains are constantly overloaded with information, offers and possibilities. With new products and features to keep up with each day, making the choice that best suits one's needs demands a lot of time – and with possible bias from manufacturers and retailers, there is no guaranteed accuracy in what you'll find in your research

Source: https://versus.com/about-us

An example:

https://versus.com/en/amd-ryzen-5-4600h-vs-amd-ryzen-7-4800h

Problem

Dateisysteme können durch Ereignisse wie unerwarteten Stromausfall oder unsicheres Entfernen von Laufwerken beschädigt werden. In diesem Fall würden Sie ein Dateisystem-Reparaturprogramm(z. B. Laufwerke engl. Disks) auf Ihrem System ausführen. Es gibt mehrere Möglichkeiten, dies zu tun, und wir werden sie unten auflisten:

Lösung

Wenn Sie aufgrund dieses Problems nicht in das installierte Betriebssystem booten können, können wir miz einem Live-System (live USB-Stick), das Laufwerk mounten und dann in das installierte Betriebssystem chrooten. Weitere Details hier Nach dem Chroot-Vorgang führen Sie die folgenden.

Schritte aus:

GUI (Grafische Benutzeroberfläche)

Sobald das Laufwerk (auf der linken Seite) ausgewählt ist, können wir die Anwendung Laufwerke (engl. disks oder gnome-disks)verwenden. Von dort aus klicken Sie auf die Partiton (Ubuntu, Linux Mint, verwenden Ext4 für die Root-Partition) und dann klicken Sie auf das Zahnrad-Symbol für das Menü im unteren Screenshot:

Screenshot

CLI (Kommandozeile)

Wir können stattdessen die Terminal-Anwendung verwenden, um das gleiche Verhalten mit diesen Befehlen abhängig von Ihrem Laufwerk auszuführen:

SATA(HDD/SSD)

sudo fsck -Cy /dev/sda

NVMe

sudo fsck -Cy /dev nvme0n1

Wenn die Befehle ohne Fehler oder mit korrigierten Fehlern abgeschlossen werden, starten Sie das installierte Betriebssystem neu. Wenn Fehler gemeldet und nicht korrigiert werden, kann es sein, dass Ihr Laufwerk ein Hardwareproblem aufweist. Sie sollten Ihr Live-System (Live USB-Stick) verwenden, um Ihre Dateien auf einem anderen Laufwerk zu sichern!

You have network issues and think that your provider is the reason, verify it…

Quote:“… We detect when technology fails

We help you understand what’s going on with your outage by providing real-time insights into problems.”

Source: https://downdetector.com/about-us/

Alle Störungen

Falls Ihr Störungen habt die von eurem Provider(Telekom etc. p.p.) kommt, könnt Ihr dies mit dieser Webseite prüfen.

Quelle: https://allestörungen.de/

Undervolting in Linux

For Linux there is no official program for undervolting, so enthusiasts using reverse engineering methods have found ways to change the voltage on Intel CPUs and have created their own utilities.

Source: https://miloserdov.org/?p=1932&PageSpeed=noscript

flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images on mainboards, network/graphics/storage controller cards, and various other programmer devices…

https://flashrom.org/Flashrom

Laptops

Why laptops are difficult

Laptops, notebooks and netbooks are difficult to support and we recommend to use the vendor flashing utility. The embedded controller (EC) in these machines often interacts badly with flashing, either by blocking all read/write access to the flash chip or by crashing (it may power off the machine or mess with the battery or cause system instability).

We have the goal of supporting every machine out there with flashrom, but ECs are particularly difficult besides blocking access and crashing:

Almost all ECs do not have public datasheets with programming information. Even if the programming information for an EC is public, the errata (often needed to use the EC for flashing) are not. Even if you have the datasheets with programming information (under NDA or by convincing the EC vendor to release them), the following problems…

https://flashrom.org/Laptops

https://stackoverflow.com/questions/2068344/how-do-i-get-a-youtube-video-thumbnail-from-the-youtube-api

My use case

Example:

[![](https://img.youtube.com/vi/9KJ7B-mYKYA/hqdefault.jpg)](https://www.youtube.com/watch?v=9KJ7B-mYKYA)


[![](http://img.youtube.com/vi/GEWnXmDfVZg/0.jpg)](http://www.youtube.com/watch?v=GEWnXmDfVZg "Unsocial media")

Further reading

https://stackoverflow.com/questions/14192709/is-it-possible-to-embed-youtube-vimeo-videos-in-markdown-using-a-c-sharp-markdow

Or via this much easier

http://www.get-youtube-thumbnail.com/

Log in as root

apt-get update && apt-get upgrade
apt-get install install git

git clone https://github.com/tuxedocomputers/tuxedo-keyboard.git

cd tuxedo-keyboard

git checkout release

Build the keyboard module as a kernel module:

make clean

sudo make dkmsinstall

Load the Module with modprobe:

sudo modprobe tuxedo_keyboard

Source: https://wiki.debian.org/InstallingDebianOn/TUXEDO/NOTEBOOKS/InfinityBookS14v5

The instructions given on the link above where for Debian 10 stable, but they also work on Debian 11 Bullseye