2,405 reputation
822
bio website
location Bonn, Germany
age 46
visits member for 2 years
seen yesterday
stats profile views 67

Jun
17
answered Setting up port forwarding on my router to Ubuntu machine
Jun
17
revised Where do I place a logout script for Lightdm?
Fix typo
Jun
16
comment apt-get keeps saying to check Internet, while I have a good connection
Thank you for posting the exact error message, but the obvious question now is: did you check your internet connection and what was the result? You could open a browser and see if your internet connection works.
Jun
16
comment How do I swap mouse buttons to be left handed from the terminal?
It should be permanent if you put it in /etc/lightdm/lightdm.conf. If not, you can put it in Startup Applications or create a .desktop file in ~/.config/autostart from the terminal.
Jun
16
comment Ubuntu keyboard shortcuts - two-part question
For problem #1, maybe you want to use indicator-keylock instead.
Jun
16
answered How do I swap mouse buttons to be left handed from the terminal?
Jun
16
revised Is there a way to package man pages with Quickly?
Changed "quickly" to "Quickly" to make it more clear that the question talks about something named "Quickly".
Jun
16
suggested suggested edit on Is there a way to package man pages with Quickly?
Jun
16
comment How to run CLI commands from the launcher?
sh -c "vlc ~/Music/* -Z" should work, but there is a bug, so quoting doesn't work.
Jun
16
comment Cannot install ia32-libs
Can you try to install the 32 bit version of Teamviewer? It worked for me.
Jun
16
comment How do I prevent the Sleep button from locking the screen
I edited the answer. Is that what you were looking for?
Jun
16
revised How do I prevent the Sleep button from locking the screen
Added how to use xev generally and in case the key is already mapped, and added more info about xmodmap.
Jun
16
revised Set which pulseaudio sink is affected by volume control buttons
Typo: "sync" should be "sink" here.
Jun
16
suggested suggested edit on Set which pulseaudio sink is affected by volume control buttons
Jun
16
answered How to run alias in background?
Jun
15
answered How can I get a command to run before login (ie while booting or just after)?
Jun
15
comment How to turn on the Scroll Lock led using the command line? KGMailNotifier
Does xset led or for i in $(seq 1 32) ; do xset led $i ; done work?
Jun
15
accepted How do I prevent the Sleep button from locking the screen
Jun
15
answered How do I prevent the Sleep button from locking the screen
Jun
15
awarded  Popular Question