I have a file. I have another file on a different path on a different branch with mostly the same content. I have changes in my first file. I want to move these changes to my second file. The files have the same name, only the path differs. (I also need to ignore changes in Continue Reading
Removing annoying Cisco Jabber thingy
Cisco Jabber 11.7 on Windows 10. It has a small, somewhat hidden grey bar at the top of my screen, that shows some buttons and a search field if I put the mouse over it. I didn’t know the name of it, and it’s a bit hard to find a solution for removing it without Continue Reading
Atom dependencies on openSUSE
An RPM package is provided for download on the Atom website, however, installing it on openSUSE Tumbleweed won’t install all of its dependencies. Running it from the console will give: /usr/share/atom/atom: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory According to the error message installing gconf2 will Continue Reading
H.264 on openSUSE (round 2)
My previous post about this may be useful, but this one also works with gstreamer. First from the official wiki for giving Firefox H.264 capabilities: sudo zypper addrepo -f -n packman http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/ packman adding the packman repositories sudo zypper install libavcodec56 libavcodec57 libavformat56 libavformat57 libavdevice56 libavdevice57 installing the codecs. Now this only makes it available Continue Reading
SSH connection problem
bmiklos@workstation:~> ssh my.server.com channel 0: open failed: connect failed: Connection timed out ssh_exchange_identification: Connection closed by remote host In cases like the one above this page gives good hints for solving the problem. They’re missing my case though: The ~/.ssh/config file can contain host rules which accidentally apply to the host. E.g.: in my case. Make sure Continue Reading