Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:projects:other:linux_server [2014/11/03 16:17] jeffwiki: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://blog.remoteresponder.net/2011/03/23/debian-squeeze-60-installation-over-ssh/|Install over SSH]]
 +    * uncheck gui xwindow
 +    * check ssh
 +  * edit host name
 +    * /etc/hosts
 +    * /etc/hostname
 +    * dhcp broadcast
 +<code>
 +nano /etc/dhcp/dhclient.conf
 +mod line - send host-name = gethostname();
 +</code>
 +  * to get smb to prompt for password:
 +<code>
 +apt-get install cifs-utils
 +</code>
 +  * and mount.sh
 +  * nano /etc/apt/sources.list
 +    * deb http://http.us.debian.org/debian squeeze main contrib non-free
 +    * deb http://security.debian.org squeeze/updates main contrib non-free
 +  * apt-get update
 +  * [[http://wiki.debian.org/SNMP|SNMP install]]
 +  * [[http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-debian-lenny-lamp|Apache install]]
 +  * [[http://wiki.debian.org/NTP|ntp setup/install]]
 +  * [[http://webmin.com|Webmin]]
 +  * [[http://webminstats.sourceforge.net/|Webmin stats]]
 +
 +===== Web Stats =====
 +
 +  * apt-get install sudo
 +  * [[http://ubuntuforums.org/showthread.php?t=1132821|HowTo: Sudoers]]
 +  * [[http://exain.wordpress.com/2007/11/24/execute-system-commands-via-php/|Debian http user: www-data]]
 +  * [[http://stackoverflow.com/questions/113728/php-webpage-doesnt-launch-unix-command-even-after-updated-sudoer|Quick Sudoers]]
 +  * [[http://unix.stackexchange.com/questions/55212/how-can-i-monitor-disk-io|Disk I/O Stats]]
 +
 +===== Upgrade =====
 +  * [[http://www.garron.me/en/linux/upgrade-debian-squeeze-wheezy-6.0-7.0.html|Squeezy to Wheezy]]
 +
 +===== KDE/TightVNC =====
 +
 +  * install vnc4server
 +  * use the tighvnc setup
 +  * install kde: apt-get install kde-full
 +  * [[http://news.metaparadigma.de/linux-setting-up-a-debian-vnc-server-237/|Gnome/TightVNC server install]]
 +  * startkde &
 +  * 
 +===== dvds =====
 +  * [[https://wiki.archlinux.org/index.php/dvdbackup]]
 +
 +===== Supermicro IPMI =====
 +  * apt-get install openipmi
 +  * apt-get install ipmitools
 +  * [[ftp://ftp.supermicro.com/CDR-INTC_1.31_for_Intel_platform/Supero_Doctor_II/Linux/INSTALL.txt]]
 +
 +===== Monitor Temps =====
 +<code>
 +apt install lm-sensors
 +sensors-detect
 +/etc/init.d/kmod start
 +reboot or modprobe nct6775
 +</code>
  
Back to top
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0