This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
geek:linux [2019/09/27 14:10] neil created |
geek:linux [2021/08/12 11:58] (current) neil |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Linux Tweaks ====== | ====== Linux Tweaks ====== | ||
| + | ===== Timezone ===== | ||
| + | <code bash> | ||
| + | sudo timedatectl set-timezone Europe/London | ||
| + | </code> | ||
| ===== Revert window decorations ===== | ===== Revert window decorations ===== | ||
| Reverting window decorations in Ubuntu Lucid (moving the window buttons from the unintuitive left side, back to the right, restoring the context menu and reverting the order): | Reverting window decorations in Ubuntu Lucid (moving the window buttons from the unintuitive left side, back to the right, restoring the context menu and reverting the order): | ||
| Line 31: | 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> | ||
| + | |||
| + | Set the timezone | ||
| + | <code bash> | ||
| + | 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> | ||