The purpose is to combine multiple Git repositories into one without losing the history information. From here(MiniQuark’s answer).
combine multiple git repositories into one
Ubuntu PPAs By WebUpd8
Fix the Octopress "invalid ELF header in ffi" error
The error happened on Ubuntu Xenial with Octopress. The fix is to copy the needed “libpython2.7.so.1.0” to override the existing “libpython2.7.so.a” file.
kiwix zim & zimply
Kiwix is an offline solution that allows you to access educational content like Wikipedia, the Wiktionary, TED talks and many others on any computer or mobile device. Kiwix provides the offline archives in zim format on its website. In your Kiwix client you can download the archived files to read.
You can also open a zim format file and get the content with a program. For an example, use zimply:
Neal Ford On Programming Languages and Platforms
Interview with Neal Ford by Sadek Drobi on Aug 24, 2008. From here.
Fix clj-ssh 'UnknownHostKey' issue
The current theme of 'oh-my-zsh'
In “on-my-zsh”, you can set “ZSH_THEME=”random”” in the “.zshrc” file. By doing so, the theme of the terminal will be changed each time when you open a terminal window.
One question is that, how to know what the current theme is? The answer is from here.