introduction to jobs on POSIX systems such as linux
cancelling a job
stopping a job
`fg` and `bg`
starting a command in the background with &
logs and `watch tail`
`jobs`
killing a job (and `kill -9`)
`pgrep` and `pkill`
`ps aux | grep $USER`
a reminder about what CPU cores are; CPUs vs cores
finding information about your system using `cat /proc/cpuinfo`
keeping tabs on your processes using `top` and `htop -u $USER`
multi-threaded programs vs multiple instances of the same program
Note: I cut out for a little bit during broadcast-- sorry! I return after a delay of 30 seconds or so.