Qutebrowser userscript for TT-RSS

After the recent mishap of Firefox I switched to qutebrowser on Linux and Windows. As an i3wm user, I feel right at home - but I do miss the synchronisation between machines and my mobile. But I guess I have to live with that inconvenience for the moment. One thing I can not live without is a quick bookmark to share articles via my ttrss installation. If you are interested, you can find my shared articles as a RSS feed here....

20. Dezember 2017 Â· Carsten

Flashplugin fĂŒr Opera unter Arch Linux

Auf meinem Desktop lĂ€uft seit einigen Monaten Arch Linux und seit kurzem als Standardbrowser Opera. Leider muss ich mich seitdem auch wieder mit dem unsĂ€glichen Flash Plugin herumschlagen - in Chrome kommt das ja automatisch mit und wird mit Chrome aktualisiert. FĂŒr Opera muss ich noch zwei Pakete nachinstallieren: pacaur -S freshplayerplugin-git chromium-pepper-flash Pacaur ist ein Hilfprogramm, mit dem sich direkt Pakete aus dem Arch User Repository herunterladen und installieren lassen....

14. Oktober 2016 Â· Carsten

Dockerfile to build qdirstat

Today I wanted to check how much diskspace I wasted in my home directory. On windows I’d use WinDirStat and on linux there is the alternative qdirstat. Unfortunately there is no pre-build binary for my distribution, so I decided to build from source. But I don’t want litter my system with Qt dependencies, so I decided to build it in a docker container. Here’s my Dockerfile: FROM ubuntu:14.04 RUN apt-get update -y && apt-get install -y build-essential qtbase5-dev zlib1g-dev qttools5-dev-tools qt5-default gdb git VOLUME ["/usr/target/"] RUN cd /usr/src && git clone https://github....

28. Juli 2016 Â· Carsten

Minimal Docker image for DokuWiki

Yesterday I upgraded my Docker setup from v1.5 to v.10. I had to do a full apt-get dist-upgrade as well to bring my system up to Debian Jessie. On the way I discovered that my backup script wasn’t backing up anything from my personal wiki running with DokuWiki. Another case of Schroedingers Backup: The backup is only there, if it can be successfully restored. â˜č Anyway, I had only a few snippets from my daily development work and some links to software I tend to use on the wiki, so not that much of a loss....

07. Februar 2016 Â· Carsten

Changing volume for the current audio device using pactl

I’m still in the process of setting i3wm up for use on my desktop and laptop computers. Today I noticed that my configuration still used a hardcoded value when changing the volume for my audio device. But I’m using a Xonar soundcard on my desktop, a logitech headset for my gaming needs and regular speakers on both the desktop and the laptop. I had to figure out how to get the current audio device and change the volume for that, instead of “just the first” audio device....

21. Juli 2015 Â· Carsten

Installing Steam 32bit under ArchLinux 64bit

Yesterday I tried to install Steam on my ArchLinux 64bit installation. I failed without knowing exactly why. I followed the wiki docs closely, but I couldn’t manage to start Steam. It just wouldn’t show the main window. I removed all installed 32bit libraries with this little command: pacman -R $(paclist multilib | cut -f1 -d' ') I had to run it several time and ended up removing most of the libraries manually, because of dependency cycles
 I also removed the multilib repository from my configuration....

13. Juli 2015 Â· Carsten

Wechsel zu ArchLinux

Was macht man, wenn man Urlaub und viel freie Zeit hat? Genau, man wechselt auf dem Dell XPS 15 Laptop von Ubuntu zu ArchLinux. 🙂 Eigentlich war ich zufrieden mit Ubutu, aber der Geek in mir wollte schon immer ein etwas nerdiges Linux ausprobieren. Ausserdem passt mein aktueller Window Manager i3wm nicht so ganz zu Ubuntu und mit einiger Gnome-Software war ich auch unzufrieden. Ich hatte kurz mit dem Gedanken gespielt, zu Gentoo zu wechseln, aber ganz so viel Frickelei wollte ich mir nicht antun....

11. Juli 2015 Â· Carsten

Firefox unter Linux mit HiDPI Display nutzen

Wenn ihr euch auch ĂŒber die kaputte UI von Firefox unter Linux bei der Nutzung eines Display mit hohen DPI-Werten Ă€rgert, hilft euch evtl. die folgenden Einstellung. Carsten (@carsten_r) 9. Januar 2015 Gebt in der Adressezeile des Firefox about:config ein. Sucht nach layout.css.devPixelsPerPx. Setzt den Wert auf mind. 1.5. Anschliessend werden auch die Tabs und die MenĂŒs anstĂ€ndig dargestellt. 😀

08. Januar 2015 Â· Carsten

Minecraft Audiodevice unter Ubuntu Àndern

Ich benutze ein Logitech G430 USB Headset und wenn ich unter Linux das GerĂ€te einstecke, kann ich bis vor kurzem das Audiodevice fĂŒr Minecraft nicht mehr Ă€ndern. Das ist sehr nervig und muss nicht sein. Wenn ihr die Datei ~/.alsoftrc mit folgendem Inhalt anlegt, könnt ihr auch bei Minecraft das Audiodevice nach dem Start noch Ă€ndern: drivers=pulse [pulse] allow-moves=true Wenn ihr jetzt pavucontrol aufruft, könnt ihr Minecraft auf das neue Audiodevice verschieben....

04. Oktober 2014 Â· Carsten

Ade, Windows.

Ich verabschiede mich endgĂŒltig von Windows. Nachdem meine Installation von Windows 7 Home Premium auf der zweiten SSD in meinem Rechner schon seit Wochen meckerte, dass eine Installation des Service Pack 1 nicht möglich sei (echt jetzt, man kann kein SP installieren, wenn Windows nicht auf der 1. Platte/1. Partition/wasweißich installiert ist?), habe ich gestern eine Neu-Installation gestartet. Die Installation brach sowohl von meinem Original-Installationsmedium als auch von einem frisch runtergeladenen ISO-Image mit dem Fehler 0x80070017 ab....

26. Mai 2014 Â· Carsten