Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Commits
efaea351
Verified
Commit
efaea351
authored
2 years ago
by
Jakub Kropáček
Browse files
Options
Downloads
Patches
Plain Diff
fix tmux
parent
047f6334
No related branches found
No related tags found
No related merge requests found
Pipeline
#27052
passed with warnings
2 years ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs.it4i/general/accessing-the-clusters/tmux.md
+0
-7
0 additions, 7 deletions
docs.it4i/general/accessing-the-clusters/tmux.md
with
0 additions
and
7 deletions
docs.it4i/general/accessing-the-clusters/tmux.md
+
0
−
7
View file @
efaea351
...
...
@@ -7,27 +7,20 @@ Tmux is installed on Karolina's login nodes.
Note that
[
GNU Screen
][
2
]
is not supported, but if you prefer it, you can install it in your
`/home`
folder:
```
console
#
!
/bin/bash
#
download
source
code
wget https://ftp.gnu.org/gnu/screen/screen-4.9.0.tar.gz
tar xf screen-4.9.0.tar.gz && rm screen-4.9.0.tar.gz
cd screen-4.9.0
#
install
screen
./autogen.sh
./configure --prefix=$
HOME/.local/screen
make
make install
#
copy over default etc
mkdir $
HOME/.local/screen/etc
cp etc/etcscreenrc $
HOME/.local/screen/etc/screenrc
#
set
up path
echo "export PATH=\$
HOME/.local/screen/bin:
\$
PATH
" >>
$HOME
/.bashrc
#
clean up
cd ../ && rm -rf screen-4.9.0
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment