cheat sheets.

$ cheat linux
Check the dependecy of a binary file:
  objdump -p a.exe | grep 'DLL Name'
  
To run a process in the background, regardless of whether the terminal window is
closed:
  nohup <some command> &
  
  eg. nohup ruby /u/app/qbglc/current/script/runner -e development 'load
  "/u/app/qbglc/current/script/app/some_script.rb"' &
Version 4, updated 78 days ago.
. o 0 ( | previous | history | revert to | current | diff )
( add new | see all )