Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:projects:other:linux_server [2015/01/13 14:20] – jeff | wiki:projects:other:linux_server [2020/11/19 14:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Linux Server ====== | ||
+ | |||
+ | |||
+ | Configuring a new linux server: | ||
+ | |||
+ | * Debian | ||
+ | * [[http:// | ||
+ | * uncheck gui xwindow | ||
+ | * check ssh | ||
+ | * edit host name | ||
+ | * /etc/hosts | ||
+ | * / | ||
+ | * dhcp broadcast | ||
+ | < | ||
+ | nano / | ||
+ | mod line - send host-name = gethostname(); | ||
+ | </ | ||
+ | * to get smb to prompt for password: | ||
+ | < | ||
+ | apt-get install cifs-utils | ||
+ | </ | ||
+ | * and mount.sh | ||
+ | * nano / | ||
+ | * deb http:// | ||
+ | * deb http:// | ||
+ | * apt-get update | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | |||
+ | ===== Web Stats ===== | ||
+ | |||
+ | * apt-get install sudo | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | |||
+ | ===== Upgrade ===== | ||
+ | * [[http:// | ||
+ | |||
+ | ===== KDE/ | ||
+ | |||
+ | * install vnc4server | ||
+ | * use the tighvnc setup | ||
+ | * install kde: apt-get install kde-full | ||
+ | * [[http:// | ||
+ | * startkde & | ||
+ | * | ||
+ | ===== dvds ===== | ||
+ | * [[https:// | ||
+ | |||
+ | ===== Supermicro IPMI ===== | ||
+ | * apt-get install openipmi | ||
+ | * apt-get install ipmitools | ||
+ | * [[ftp:// | ||
+ | |||
+ | ===== Monitor Temps ===== | ||
+ | < | ||
+ | apt install lm-sensors | ||
+ | sensors-detect | ||
+ | / | ||
+ | reboot or modprobe nct6775 | ||
+ | </ | ||