Short IT recipes

i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...

Tuesday, December 27, 2016

Git: apply pull request as patch

›
curl -L https://github.com/monero-project/monero/pull/1507.patch | git apply -v -
Saturday, December 10, 2016

VirtualBox – Cannot Register the Hard Drive Because a Hard Drive with UUID Already Exists

›
After moving virtualbox folder to new location, cant boot any vm. To fix this, one can use this for example vboxmanage internalcommands seth...
Wednesday, December 07, 2016

Copy and paste adds adds 0~ and 1~

›
From here: http://unix.stackexchange.com/questions/196098/copy-paste-in-xfce4-terminal-adds-0-and-1 Add this to .bashrc: printf "\e[?...
Friday, November 18, 2016

ssh: copy your id_rsa.pub to remote host for no password

›
Execute on your localhost: ssh-copy-id -i ~/.ssh/id_rsa.pub username@remote-host

Ubuntu 16:10: No D-BUS daemon running for vnc session

›
Open xterm in the vnc, and execute the following: sudo dbus-launch --sh-syntax
Friday, November 04, 2016

Compile ImageMagick 7 on Ubuntu 16.04

›
Thursday, October 06, 2016

Ubuntu 16.04: openvpn dns leak

›
Direct copy from here: https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1211110/comments/58 I had the problem with Ubuntu 16.04 out...
Sunday, August 07, 2016

Tmux: mouse scroll

›
Add this to ~/.tmux.conf set -g mouse on
Tuesday, May 31, 2016

Linux: start terminator with specific layout

›
terminator --layout=new_layout
Monday, May 09, 2016

Tmux: Mouse scroll

›
~/.tmux.conf set -g mouse on
‹
›
Home
View web version
Powered by Blogger.