ibz / lightning-shell

The shell for your personal server
https://lightningshell.app
MIT License
24 stars 13 forks source link

Lntop #7

Closed Stefan14K closed 2 years ago

Stefan14K commented 2 years ago

Is there a way to run lntop in the backround that i can turn off my pc?

ibz commented 2 years ago

Sure, here are the steps:

  1. run screen
  2. now that you are inside screen, run lntop
  3. detach screen with Ctrl-A D, that is Ctrl-A, followed by D
    • you should see a message that screen is now detached
  4. when you come back to Lightning Shell later, run screen -dr to attach your old session (it may ask you which one you want if you have more than one detached)

PS: you can have more than one "window" inside the same screen! Use Ctrl-A C to create a new window, Ctrl-A W to list windows and Ctrl-A 0 Ctrl-A 1 Ctrl-A 2... to switch to window 0, 1, 2...

Stefan14K commented 2 years ago

Thanks man it works. Where can I send you some sats?

Am 23.01.2022 um 05:59 schrieb Ioan Bizău @.***>:

 Sure, here are the steps:

run screen now that you are inside screen, run lntop detach screen with Ctrl-A D, that is Ctrl-A, followed by D you should see a message that screen is now detached when you come back to Lightning Shell later, run screen -dr to attach your old session (it may ask you which one you want if you have more than one detached) PS: you can have more than one "window" inside the same screen! Use Ctrl-A C to create a new window, Ctrl-A W to list windows and Ctrl-A 0 Ctrl-A 1 Ctrl-A 2... to switch to window 0, 1, 2...

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.

ibz commented 2 years ago

Done. You can type "about" in the version last released and find out. Thanks. :)