1 / 17

Workshop Debian

Workshop Debian. ISO. /export/ isw / debian. Wat gaan we installeren. SSH statisch ip SCREEN irssi APACHE2 FTP  SAMBA DLNA ( MediaTomb  ). De installatie. SSH. sudo apt -get update sudo apt -get install openssh -server nano / etc / ssh / sshd_config

dalila
Télécharger la présentation

Workshop Debian

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Workshop Debian

  2. ISO • /export/isw/debian

  3. Wat gaan we installeren • SSH • statisch ip • SCREEN • irssi • APACHE2 • FTP  • SAMBA • DLNA (MediaTomb )

  4. De installatie

  5. SSH • sudoapt-get update • sudoapt-get installopenssh-server • nano/etc/ssh/sshd_config • # Whatports, IPsandprotocols we listen for
 Port 22 Port 2222 • sudo /etc/init.d/sshrestart

  6. Statisch ip • sudoifconfig • nano /etc/network/interfaces auto eth0 iface eth0 inetstatic address 192.168.1.1 netmask 255.255.255.0 gateway 192.168.1.254 • /etc/init.d/networkingrestart

  7. Screen & irssi • Sudoapt-get installirssi screen • Screen –s irssi • Irrsi • /connectirc.khleuven.be • /join#bebian • /nic naam • Ctrl + A • Crtl + D

  8. Apache2 webserver • Sudoapt-get install apache2 • Cd /var/www/ • Nano index.html

  9. FTP

  10. Samba • Mkdir /samba • Sudoapt-get samba • Useradd samba • smbpasswd–a samba • Nano /etc/samba/smb.conf

  11. [global] workgroup = debian netbios name = debianserver server string = %h server (Samba %v) log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 [SAMBA] path=/samba browseable=yes writeable=yes valid users = samba admin users = debain

  12. Samba • /etc/init.d/samba restart

  13. MediaTomb • Sudoapt-get installmediatomb • nano/etc/mediatomb/config.xml

  14. <name>debian_nas</name> <ui enabled="yes" show-tooltips="yes"> <accounts enabled="yes" session-timeout="30"> <account user=”root" password="t"/> </accounts> </ui>

  15. MediaTomb • sudo service mediatombrestart • http://nas_ip:49152

  16. Vraagen ?

More Related