The easy workaround is to disable it completely, with mapping it to a nonexistent button with xmodmap. xmodmap -e “pointer = 1 25 3 4 5 6 7 8 9 10” this maps the middle button to button 25 (you can give any number instead of 25 as long as it’s higher than the allocated…
Category: How To’s
Manjaro Macbook brightness hotkey
I solved it by using the Arch wiki and creating this file: sudo nano /etc/X11/xorg.conf.d/20-intel.conf Then place contents below: Save, log out and log back in.
Linux Log2Ram
Treba povecati log size # Size for the ram folder, it defines the size the log folder will reserve into the RAM. # If it’s not enough, log2ram will not be able to use ram. Check you /var/log size folder. # The default is 40M and is basically enough for a lot of applications. #…
Install Emby for Kodi
What is Emby for Kodi? A whole new way to manage and view your media library. The Emby for Kodi add-on combines the best of Kodi – ultra smooth navigation, beautiful UIs and playback of any file under the sun, and Emby – the most powerful open source multi-client media metadata indexer and server. You…
Segate SSD – Warum erhalte ich auf meinem Computer mit BarraCuda SSD beim Startvorgang manchmal die Meldung „Kein bootfähiges Gerät erkannt“?
Die BarraCuda SSD ist mit den SATA 3.2-Spezifikationen kompatibel. Wenn Ihr Computer nur die Spezifikationen von SATA 3.1 unterstützt, kann es vorkommen, dass die BarraCuda SSD während des Startvorgangs Ihres Computers nicht erkannt wird. Hierbei handelt es sich um ein vorübergehendes Problem und Ihr Computer sollte nach einigen Versuchen dennoch starten. Wenn Sie von diesem…
FritzBox auf Werkseinstellungen zurücksetzen
Heben Sie nun den Hörer des Telefons ab und geben Sie die folgende Tastenfolge ein: #991*15901590*. Nach dem letzten Sternchen ertönt ein Signal. Sie können den Hörer jetzt wieder auflegen. Die FritzBox ist auf Werkseinstellungen zurückgesetzt und Sie können sie neu einrichten. Nach dem Reset gelten die Zugangsdaten, die unten auf der FritzBox aufgedruckt sind.
How to Restore iPod Classic Without Windows
I could not find this information and saw some people in the forums asking, but the answer was always to find a Windows or Mac machine to do the restore. This is actually not necessary and it ended up being a really simple process to restore my iPod with only Ubuntu. Warning: This will erase…
FritzOS 7 VPN
Im zeitlichen Zusammenhang mit dem Erscheinen der ersten 7.xxer FritzOS-Versionen hatte ich bei mir folgendes Problem, bei dem ich erstmal ziemlich im Nebel stand: Ich habe eine ganze Anzahl Kunden, Freunde und Familienangehörige, bei denen ich Fernwartung über das VPN der Fritz!Box mache und als Client den ShrewSoft VPN Manager Version 2.2.2 nehme. Eingerichtet wurden…
Raspberry Pi 4 Bootloader Firmware Updating / Recovery Guide
All of the previous generations of Raspberry Pi contained all of their firmware on the SD card. Starting with the Raspberry Pi 4 the device actually has onboard upgradable firmware stored on an EEPROM chip separate from your storage. Updating this firmware is very important as one of the first released updates reduces power usage…
Finger Scanner Validity VFS495 (138a:003f) – Ubuntu 18.04/18.10
Manual setup Install dependencies with sudo apt install libssl1.0.0 libusb-dev libssl-dev libglib2.0-dev libmagickcore-dev libgtk2.0-dev libpam-dev Download and install this package Run these commands IN THIS ORDER wget https://github.com/PetreBoboc/vfs495_ubuntu/raw/master/Packages/1704/libMagickCore-6.Q16.so.2.0.0 sudo mv libMagickCore-6.Q16.so.2.0.0 /usr/lib/ sudo ln /usr/lib/libMagickCore-6.Q16.so.2.0.0 /usr/lib/libMagickCore-6.Q16.so.2 Download and install the following packages IN THIS ORDER validity-sensor-setup_4.5-119_amd64.deb libfprint_0.0.6-1_amd64.deb fprint-demo_0.4-1_amd64.deb pam-fprint_0.2-1_amd64.deb Prevent fprint_demo from updating usign sudo…