Skip to content

Instantly share code, notes, and snippets.

View dRumata's full-sized avatar
✈️
I may be slow to respond.

Paul Voitelev dRumata

✈️
I may be slow to respond.
View GitHub Profile
@dRumata
dRumata / tmux-cheatsheet.markdown
Created September 26, 2023 15:49 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@dRumata
dRumata / RH342.md
Created October 10, 2022 12:29 — forked from luckylittle/RH342.md
Red Hat RH342 Notes

Red Hat Enterprise Linux Diagnostics & Troubleshooting (RH342)

Last update: Fri Jul 26 08:23:20 UTC 2019 by @luckylittle


1. Troubleshooting principles

2. Generic issues

Screen Quick Reference

Basic

Description Command
Start a new session with session name screen -S <session_name>
List running sessions / screens screen -ls
Attach to a running session screen -x
Attach to a running session with name screen -r