Linux: Unterschied zwischen den Versionen

Aus wiki
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 +
== Security ==
 
Ubuntu Server Hardening
 
Ubuntu Server Hardening
 
  http://www.andrewault.net/2010/05/17/securing-an-ubuntu-server/
 
  http://www.andrewault.net/2010/05/17/securing-an-ubuntu-server/
 
  http://ubuntuforums.org/showthread.php?t=1002167
 
  http://ubuntuforums.org/showthread.php?t=1002167
 +
 +
== System Management ==
 +
Install Kernel Headers
 +
sudo apt-get install linux-headers-$(uname -r)

Version vom 27. Juli 2014, 19:28 Uhr

Security

Ubuntu Server Hardening

http://www.andrewault.net/2010/05/17/securing-an-ubuntu-server/
http://ubuntuforums.org/showthread.php?t=1002167

System Management

Install Kernel Headers

sudo apt-get install linux-headers-$(uname -r)