Skip to content

Commit

Permalink
Move away screen stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Jan 4, 2024
1 parent 1886fc6 commit 5301280
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions cheat-sheet/DevOps Linux/Linux-Sysadmin.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,27 +153,6 @@ Machine readable: you need to use sadf
iconv -c -t ASCII input.txt
iconv -c -t latin1 input.txt

- screen - Detect other users sessions

screen -ls <user name>/

- screen - Allow othe users in our screen

Ctrl-A :multiuser on
Ctrl-A :acladd <user to grant access>

- screen - Attach to other users screen session

screen -x <user name>/<session name>
screen -x <user name>/<pid>.<ptty>.<host>

- screen - [Solve "Cannot open your terminal
'/dev/pts/0'"](http://makandracards.com/makandra/2533-solve-screen-error-cannot-open-your-terminal-dev-pts-0-please-check):

# Sign in as user who opened the screen
script /dev/null
screen -x

- rsyslog - Modify rate imux limiting

$SystemLogRateLimitInterval 2
Expand Down

0 comments on commit 5301280

Please sign in to comment.