User Tools

Site Tools


ubuntu_server_setup

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
ubuntu_server_setup [2020/02/24 09:41]
mstraub
ubuntu_server_setup [2020/07/23 11:35]
mstraub [Ubuntu <= 14.04]
Line 19: Line 19:
 And some more useful tools: And some more useful tools:
 <code bash> <code bash>
-sudo apt install htop ncdu vimranger ​tldr tree+sudo apt install htop ncdu ranger ​tldr tree vim
 </​code>​ </​code>​
  
-===== Oracle ​Java =====+===== Java ===== 
 + 
 +If you are fine with the OpenJDK version that comes with your Ubuntu:
  
-If you need Oracle Java install it from this 3rd party repo (which is updated regularly): 
 <code bash> <code bash>
-sudo add-apt-repository ppa:​webupd8team/​java +sudo apt install openjdk-11-jdk-headless
-sudo apt-get update +
-sudo apt-get install oracle-java8-installer+
 </​code>​ </​code>​
  
-[[http://www.webupd8.org/​2012/​09/​install-oracle-java-8-in-ubuntu-via-ppa.html|original source]], [[https://​wiki.ubuntuusers.de/​Java/​Installation/​Oracle_Java/​Java_8|more info @ ubuntuusers.de]] +A good alternative if you want other versions is https://adoptopenjdk.net they provide ppas for free.
- +
 ===== Lighttpd ===== ===== Lighttpd =====
  
Line 81: Line 78:
   * [[https://​help.ubuntu.com/​community/​AutomaticSecurityUpdates]]\\   * [[https://​help.ubuntu.com/​community/​AutomaticSecurityUpdates]]\\
   * [[https://​help.ubuntu.com/​16.04/​serverguide/​automatic-updates.html]]   * [[https://​help.ubuntu.com/​16.04/​serverguide/​automatic-updates.html]]
- 
-==== Ubuntu <= 14.04 ==== 
-Unattended-Upgrade::​Remove-Unused-Dependencies seems to be broken in Ubuntu 14.04. This entry in ''/​etc/​crontab''​ should do the trick by daily executing autoremove: 
- 
-<​code>​ 
-0  0    * * *   ​root ​   apt-get autoremove -y >> /​var/​log/​autoremovecronjob.log 2>&1 
-</​code>​ 
- 
  
  
ubuntu_server_setup.txt · Last modified: 2021/10/18 16:19 by mstraub