[[研究室内のページ]]

+boot with DVD of Fedora 12 (Fedora-12-i686-Live) (2010.4.23)
+double click `Install to Hard Drive' on Desktop to install Fedora 12(2010.4.26)
+hostname was decided as 'tampopo'
+root password is set
+IP adress is set manually as 192.168.11.50 (right-click on the network setting icon and choose 'edit conections') (2010.4.27)
+reboot
+create non-administrative user('kobayasi') (2010.4.27)
+yum update(2010.4.27)
 % su
 # export proxy="http://proxy.nagaokaut.ac.jp:8080/"
 # yum update
 (the similar line was added to /etc/yum.conf however, it didn't work. maybe after rebooting it would work)
+anti-virus software was installed(2010.4.28)
 # yum install clamav
 # yum install clamav-update
 # vi /etc/freshclam.conf
 (modified as
   #Example
   HTTPProxyServer proxy.nagaokaut.ac.jp
 )
 # freshclam
 # clamscan    (現在のディレクトリを検査)
 # clamscan -r /   (/ディレクトリ内を検査)
+install nfs-utils to mount NFS filesystem
 # yum install nfs-utils
+transfer data from suiba to tampopo(2010.4.30)
 # mount suiba:/home /mnt/home/suiba
 # cd /home
 # cp -a /mnt/home/suiba/ali .
 # cp -a /mnt/home/suiba/nagana .
 etc...
+setup telnet-server
 # yum install telnet-server
 # yum install system-config-services
 # system-config-services
 (telnet was turned to be enabled, xinetd was terned to be enabled and started) 
+setup samba server for windows client
 # yum install samba
 # system-config-services
 (smb was turned to be enable)
 edit /etc/samba/smb.conf as follows:
        workgroup = YOMOGI
        hosts allow = 192.168.11. 127.
        encrypt passwords = yes
        smb passwd file = /etc/samba/smbpasswd
       [public]
        comment = Public Stuff
        path = /home/samba
        public = yes
        writable = yes
        printable = no
        write list = +kobayasi
 # cat /etc/passwd | mksmbpasswd.sh > /etc/samba/smbpasswd
 # smbpasswd -a kobayasi
 # /etc/init.d/smb start
 # /etc/init.d/nmb start
 # yum install samba-swat

SELinux should be turned off in order for allow windows clients to manipulate filesystems of Samba server:
 # vi /etc/selinux/config
 (SELINUX=disabled)
 # setenforce 0

TODO:
-install ssh server for remote login
-setup to arrow root login
-setup rsync 
-connect to UPS
-setup virtual network over subnet (1F room 158, 3F room 374, 5F room 570, and Kobayashi's office) 
-setup nfs server for linux client
-backup HDD data of linux and windows PCs to tampopo
-switch the server from suiba to tampopo
-setup firewall

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS