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
Last revision Both sides next revision
ubuntu_server_setup [2021/08/26 16:25]
mstraub [More Resources]
ubuntu_server_setup [2021/08/26 16:32]
mstraub [Java]
Line 1: Line 1:
 ====== Ubuntu Server Setup ====== ====== Ubuntu Server Setup ======
  
-This document should outline a few steps that are useful after a fresh install of an Ubuntu Server.+This document should outline a few steps that are useful after a fresh install of an Ubuntu Server ​- last updated for 20.04.
  
 ===== Install Useful Tools ===== ===== Install Useful Tools =====
  
 <code bash> <code bash>
-sudo apt install htop ncdu ranger tldr tree vim+sudo apt install ​mlocate ​htop ncdu ranger tldr tree vim
 </​code>​ </​code>​
  
-===== Java =====+===== More Software ​===== 
 + 
 +==== Samba / CIFS ==== 
 + 
 +If you need to mount Windows network drives: 
 + 
 +<code bash> 
 +sudo apt install cifs-utils 
 +</​code>​ 
 + 
 +==== Java ====
  
 If you are fine with the OpenJDK version that comes with your Ubuntu: If you are fine with the OpenJDK version that comes with your Ubuntu:
ubuntu_server_setup.txt · Last modified: 2021/10/18 16:19 by mstraub