Slopjong
A geek discovering the World, Tech & Science
Latest Posts
Programming
Mac
Linux
WordPress
Hardware
Howtos
Nerd Trash
shell Archive
6
Bash: Iterate over array elements
Posted on July 11, 2012
Human beings always try to keep things ordered and group objects in a box, in a bag but also in folders on a computer system. In programming languages such a [...]
Continue Reading
3
Compatibility between Zsh and Bash
Posted on July 2, 2012
Zsh is mostly compatible with Bash. Mostly. Loop If it comes to arrays and the for loop the following script works perfectly in Bash but not in Zsh. words=("first" "second" "third") for((i=0; i [...]
Continue Reading
2
Star wars
Posted on March 11, 2012
If you think you have seen all the Star Wars Episodes then you’re wrong. Sten – a Dutch engineer – has made a telnet Episode.
Continue Reading
6
Arch Linux: failed to load module `zsh/computil’
Posted on February 21, 2012
If you’ve recently updated zsh and used tab auto-complete you’re getting the following error message. ➜ zsh cd _tags:36: failed to load module `zsh/computil': /usr/lib/zsh/4.3.15/zsh/computil.so: cannot open shared [...]
Continue Reading
0
Installing python modules in your home
Posted on July 13, 2011
If you are working on a computer where you need python modules that are not installed and you haven’t enough privileges you can install them in your home folder following [...]
Continue Reading
Next Page »