this post was submitted on 12 May 2026
140 points (85.0% liked)

Technology

84569 readers
3846 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Can't you just disable sleep on close? Fuckin noobs

Updated with correct link

you are viewing a single comment's thread
view the rest of the comments
[–] ag10n@lemmy.world 12 points 12 hours ago (1 children)

Tmux/screen foreign concepts

[–] panda_abyss@lemmy.ca 6 points 11 hours ago (1 children)

I remember being a young intern and a senior dev taught me about screen. It was cool and I immediately forgot how to use it.

[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 3 points 11 hours ago (1 children)

Every time I use screen I forget how it works. Doesn't matter if it was an hour ago I forgot either how to detach, or how to reattach.

[–] frongt@lemmy.zip 1 points 5 hours ago

I've been using byobu, which is a wrapper. No idea how actual screen or tmux work, but in byobu it's just F2 for a new screen, F3 for previous, F4 for next, ^A, D to disconnect. And ^A, & to kill a screen. Those are the only commands I've ever needed.

I should probably learn how to actually split a terminal, but I've never been in a situation that I couldn't just move the terminal emulator window.