This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
geek:linux [2020/09/03 20:32] neil |
geek:linux [2021/08/12 11:58] (current) neil |
||
|---|---|---|---|
| Line 35: | Line 35: | ||
| I seem to setup a new system for somebody every month or so and keep forgetting what I'll later rely on. I'll try to add to this list as I discover/remember. | I seem to setup a new system for somebody every month or so and keep forgetting what I'll later rely on. I'll try to add to this list as I discover/remember. | ||
| <code bash> | <code bash> | ||
| - | apt-get install vim build-essential p7zip vim | + | apt-get install vim build-essential p7zip screen |
| </code> | </code> | ||
| Line 41: | Line 41: | ||
| <code bash> | <code bash> | ||
| timedatectl set-timezone Europe/London | timedatectl set-timezone Europe/London | ||
| + | </code> | ||
| + | |||
| + | ===== Debian first setup ===== | ||
| + | <code bash> | ||
| + | usermod -aG sudo seven | ||
| + | apt-get install vim build-essential p7zip screen | ||
| </code> | </code> | ||