Explore >> Select a destination


You are here

blog.nelhage.com
| | bsid.io
13.9 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.
| | jameshfisher.com
16.8 parsecs away

Travel
| | `fork` duplicates the current process. It returns `0` in the child process. In the parent process, it returns the child's new process id.
| | www.michaelcrump.net
18.2 parsecs away

Travel
| | Learn about some of the software found inside a Azure Cloud Shell instance
| | gist.github.com
32.9 parsecs away

Travel
| Rename Roam daily files to Obsidian daily files. GitHub Gist: instantly share code, notes, and snippets.