Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving Screen section #19

Open
paulstey opened this issue Apr 9, 2020 · 5 comments
Open

Moving Screen section #19

paulstey opened this issue Apr 9, 2020 · 5 comments
Assignees

Comments

@paulstey
Copy link
Member

paulstey commented Apr 9, 2020

What do folks think about folding the Screen section in to the Interactive Jobs section? I might be wrong, but isn't the interactive job user the one that wants to know about screen? In my opinion, it feels a little odd to me that we have screen in the software section; it's certainly software, but it feels a bit more like a utility than, for example, Python or R.

Also, I think we want to think about the fast-growing size of our table of contents; I think we can get ourselves some back some real estate by combining sections.

What do others think?

@mirestrepo
Copy link
Member

I agree that may be a better section. There could also be a "Tips" section

@mirestrepo
Copy link
Member

Also add tmux

@singhsaluja singhsaluja self-assigned this Aug 1, 2022
@mirestrepo
Copy link
Member

This will move to the "common linux commands" section, which @prasadbandarkar is finishing up

@singhsaluja
Copy link
Contributor

Content to be added, once page outline has been finalized:

  1. Start a new session:
    tmux
  2. Start a new named session:
    tmux new -s name
  3. List existing sessions:
    tmux ls
  4. Attach to the most recently used session:
    tmux attach
  5. Detach from the current session (inside a tmux session):
    Ctrl-B d
  6. Create a new window (inside a tmux session):
    Ctrl-B c
  7. Switch between sessions and windows (inside a tmux session):
    Ctrl-B w
  8. Kill a session by name:
    tmux kill-session -t name

@eldu
Copy link

eldu commented Feb 16, 2023

This is dependent on the linux cheat sheet issue #32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants