/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

cnr.sh
| | kevroletin.github.io
6.0 parsecs away

Travel
| | Hi there. I am going to post here thing about my work or my technical hobbies. This means c++, java, haskell, python, linux etc.
| | bsid.io
3.6 parsecs away

Travel
| | When an application is launced in linux, it becomes a process. A process is a special instance provided by the operating system that inclused all the resources that are used by the running app. A process in linux has a five digit identifier called process id or PID and it represents process for all it's life cycle. There cannot be two process with same PID but once the process is terminated same PID can be reused for another process if needed.
| | eerielinux.wordpress.com
3.7 parsecs away

Travel
| | Being a sysadmin by profession, I don't code. At least not often enough or with as high quality output that programmers would accept to call coding. I do write and maintain shell scripts. I also write new formulas for configuration management with SaltStack. The latter is Python-based and after hearing mostly good things about that...
| | simonewebdesign.it
33.0 parsecs away

Travel
| Install Sublime Text 3 on Fedora or other Linux distros with this shell script: curl -L git.io/sublimetext | sh