You are here |
blog.nelhage.com | ||
| | | |
www.theunixschool.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | `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
|
|
| | 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). |