Presentation is loading. Please wait.

Presentation is loading. Please wait.

Tero Koskinen & Juuso Rintala.  First we decided which OS we´re operating with › CentOS was the most familiar to us  Then which services we´d like to.

Similar presentations


Presentation on theme: "Tero Koskinen & Juuso Rintala.  First we decided which OS we´re operating with › CentOS was the most familiar to us  Then which services we´d like to."— Presentation transcript:

1 Tero Koskinen & Juuso Rintala

2  First we decided which OS we´re operating with › CentOS was the most familiar to us  Then which services we´d like to have › Apache, SSL for protected page, PHP counter, Samba for sharing files with Windows and Shoutcast for streaming mp3s Each of them was placed on one of the four virtual servers VNC client for accessing server remotely One virtual server is redirected to hamstero.dc.turkuamk.fi

3  SMB ( S erver M essage B lock, "Samba") is a suite of programs supplied with all Linux distributions that enables UNIX systems to both access shared resources on Windows, and act as servers for it  Install and Configure 1.yum install samba -y 2.chkconfig --level 123 smb on 3.cd /etc/samba 4.mv smb.conf smb.conf.backup 5.vi smb.conf 6.gedit /etc/samba/smb.conf

4 [global] workgroup = Wrkgrp netbios name = smbserver security = SHARE path = /home encrypt passwords = yes [share] path = /home/share force user = root valid users = JuTe public = yes available = yes

5  Configure Users 1.add JuTe smbusers 2. passwd JuTe 3. smbpasswd -a JuTe  Restart Samba 1./etc/init.d/smb restart

6

7


Download ppt "Tero Koskinen & Juuso Rintala.  First we decided which OS we´re operating with › CentOS was the most familiar to us  Then which services we´d like to."

Similar presentations


Ads by Google