Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wget -O /etc/skel/.tmux.conf https://raw.githubusercontent.com/gpakosz/.tmux/master/.tmux.conf
- wget -O /etc/skel/.tmux.conf.local https://raw.githubusercontent.com/gpakosz/.tmux/master/.tmux.conf.local
- echo '[ "$TMUX" ] || tmux attach || tmux' >> /etc/skel/.profile
- PASS=xxxxxxxxxxxxxxxxx
- for i in {1..30}
- do
- sudo useradd -m desk$i
- sudo usermod -aG docker desk$i
- # sudo usermod -aG sudo desk$i
- sudo chsh -s /usr/bin/bash desk$i
- yes $PASS | sudo passwd desk$i
- done
- # set window-size smallest
Advertisement
Add Comment
Please, Sign In to add comment