Live data from Hacker News

Viewing profile — _iyrr

_iyrr

HN member
Joined
Mon, Nov 21, 2022, 8:31 AM UTC
HN karma
1
Public activity
2 items

About _iyrr

No profile information was provided.

Recent public activity

  1. comment
    Comment #12186935

    Many ways to accomplish the same thing in Linux, starting with a popen() call. ;) so thanks for pointing out tmux. Since I use screen fairly often, it had never occurred to me (unt…

  2. comment
    Comment #12186784

    Using screen in daemon mode. screen -dmS myservice /blah/start.sh Fit that line somewhere in a properly constructed init.d file and you're good to go. And if you need to execute a …