|
You are here |
cnr.sh | ||
| | | | |
kevroletin.github.io
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | Install Sublime Text 3 on Fedora or other Linux distros with this shell script: curl -L git.io/sublimetext | sh | ||