User Tools

Site Tools


geek:linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
geek:linux [2019/09/27 15:10]
neil created
geek:linux [2021/08/12 12: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>​
geek/linux.1569593433.txt.gz · Last modified: 2019/09/27 15:10 by neil