Explore >> Select a destination


You are here

blog.nelhage.com
| | www.theunixschool.com
13.2 parsecs away

Travel
| | A process is a program in execution in memory or in other words, an instance of a program in memory. Any program executed creates a proce...
| | cnr.sh
17.7 parsecs away

Travel
| | Lately, I've been working with YARN at LinkedIn. This framework allows you to execute Bash scripts on one or more machines. It's used primarily for Hadoop. When using YARN, you often end up with neste
| | 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.tumfatig.net
71.9 parsecs away

Travel
| The OpenBSD virtual machine daemon works pretty well with Linux VMs nowadays. This was time for me to see if I could replace the Synology Docker service with some Docker host provided by vmd(8).