[–] 7 points 7 months ago

Now teach the kid about salvaging old hardware, repurposing old laptops as low-power servers. It's a lot easier to justify for a kid than the expense of buying stuff, and greener.

  • source
  • [–] 2 points 8 months ago
    cd `pwd`
    

    for when you want to stay in a dìr that gets deleted and recreated.

    cat /proc/foo/exe > program
    cat /proc/foo/fd/bar > file
    

    to undelete still-running programs and files still opened in running programs

  • source