A pokemon in Linux
Yes, it’s true. There is a pokemon inside linux.
How can you find this pokemon:
- Download woodo from https://sourceforge.net/projects/sudowoodo/ (for example, run wget http://downloads.sourceforge.net/project/sudowoodo/Sudo%20Woodo/Sudo%20Woodo%20v0.1.1/sudowoodov0.1.1.tar.gz?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fsudowoodo%2F&ts=1471782203&use_mirror=master in a terminal)
- Unpack the file (for example mkdir sudowoodo && tar xzvf download -C sudowoodo)
- Make sure that the program gcc is installed (sudo apt-get install gcc)
- Run the following command inside a terminal: cd sudowoodo && sudo gcc sudowoodo.c -o sudowoodo && sudo cp ./sudowoodo /usr/bin/woodo
- Run now the command sudo woodo inside a terminal
- The pokemon will appear …..