tampopo
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[研究室内のページ]]
+boot with DVD of Fedora 12 (Fedora-12-i686-Live) (2010.4...
+double click `Install to Hard Drive' on Desktop to insta...
+hostname was decided as 'tampopo'
+root password is set
+IP adress is set manually as 192.168.11.50 (right-click ...
+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...
+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...http://www.yahoo.co.jp/index.html
+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 b...
+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 c...
# vi /etc/selinux/config
(SELINUX=disabled)
# setenforce 0
+ NIS(2010.5.21)
# yum install ypserv
# domainname yomogi
# vi /etc/sysconfig/network
NISDOMAIN=yomogi
# vi /etc/ypserv
# Not everybody should see the shadow passwords, not s...
# under MSDOG everbody is root and can access ports < ...
192.168.11. : * : shadow....
192.168.11. : * : passwd....
+ VPN(2010.5.21) [[see here:http://www.plum-systems.co.jp...
# cd /usr/share/openvpn/easy-rsa/2.0
# vi vars
export KEY_COUNTRY="JP"
etc...
# . ./vars
# ./clean-all
# ./build-ca
# ./build-key-server server
# ./build-key momiji
# ./build-dh
# cd keys/
# cp ca.crt ca.key dh1024.pem server.crt server.key /etc...
# cd /usr/share/doc/openvpn-2.1.1/sample-config-files
# vi server.conf
+ backup HDD data of linux and windows PCs to tampopo
+ connected to UPS (2010.6.18)
+ suiba:/home was merged to tampopo:/home (2010.6.18)
+ switch file server from suiba to tampopo due to crash o...
+ FTP server(vsftbd) was installed(2010.7.8)
+ TeXlive was installed(2011.7.13)
# yum install texlive-east-asian
(1/11): mendexk-2.6e-48.fc12.i686.rpm ...
00:02
(2/11): netpbm-10.47.13-1.fc12.i686.rpm ...
(3/11): netpbm-progs-10.47.13-1.fc12.i686.rpm ...
(4/11): tex-preview-11.86-2.fc12.noarch.rpm ...
(5/11): texlive-east-asian-2007-48.fc12.i686.rpm ...
(6/11): texlive-latex-2007-48.fc12.i686.rpm ...
(7/11): texlive-texmf-east-asian-2007-34.fc12.noarch.rpm...
(8/11): texlive-texmf-errata-east-asian-2007-7.fc12.noar...
(9/11): texlive-texmf-errata-latex-2007-7.fc12.noarch.rp...
(10/11): texlive-texmf-latex-2007-34.fc12.noarch.rpm ...
(11/11): texlive-utils-2007-48.fc12.i686.rpm ...
# yum install emacs-auctex texlive-afm texlive-dvips
(1/5): dvipng-1.13-1.fc12.i686.rpm ...
(2/5): emacs-auctex-11.86-2.fc12.noarch.rpm ...
(3/5): texlive-afm-2007-48.fc12.i686.rpm ...
(4/5): texlive-texmf-afm-2007-34.fc12.noarch.rpm ...
(5/5): texlive-texmf-errata-afm-2007-7.fc12.noarch.rpm ...
# yum install dvipdfmx
(1/2): dvipdfmx-0-0.30.20090708cvs.fc12.i686.rpm ...
(2/2): libpaper-1.1.23-6.fc12.i686.rpm ...
+rpmfusion* are installed to /etc/yum.repos.d/ from other...
+upgrade to Fedora 14
# preupgrade
+enable rpmfusion
# yum localinstall --nogpgcheck http://download1.rpmfusi...
TODO:
- xv
-install ssh server for remote login
-setup to arrow root login
-setup rsync
-setup virtual network over subnet (1F room 158, 3F room ...
-setup nfs server for linux client
-switch the server from suiba to tampopo
Added samba user:
yamamoto-y,higashi,kawasaki,exp
終了行:
[[研究室内のページ]]
+boot with DVD of Fedora 12 (Fedora-12-i686-Live) (2010.4...
+double click `Install to Hard Drive' on Desktop to insta...
+hostname was decided as 'tampopo'
+root password is set
+IP adress is set manually as 192.168.11.50 (right-click ...
+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...
+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...http://www.yahoo.co.jp/index.html
+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 b...
+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 c...
# vi /etc/selinux/config
(SELINUX=disabled)
# setenforce 0
+ NIS(2010.5.21)
# yum install ypserv
# domainname yomogi
# vi /etc/sysconfig/network
NISDOMAIN=yomogi
# vi /etc/ypserv
# Not everybody should see the shadow passwords, not s...
# under MSDOG everbody is root and can access ports < ...
192.168.11. : * : shadow....
192.168.11. : * : passwd....
+ VPN(2010.5.21) [[see here:http://www.plum-systems.co.jp...
# cd /usr/share/openvpn/easy-rsa/2.0
# vi vars
export KEY_COUNTRY="JP"
etc...
# . ./vars
# ./clean-all
# ./build-ca
# ./build-key-server server
# ./build-key momiji
# ./build-dh
# cd keys/
# cp ca.crt ca.key dh1024.pem server.crt server.key /etc...
# cd /usr/share/doc/openvpn-2.1.1/sample-config-files
# vi server.conf
+ backup HDD data of linux and windows PCs to tampopo
+ connected to UPS (2010.6.18)
+ suiba:/home was merged to tampopo:/home (2010.6.18)
+ switch file server from suiba to tampopo due to crash o...
+ FTP server(vsftbd) was installed(2010.7.8)
+ TeXlive was installed(2011.7.13)
# yum install texlive-east-asian
(1/11): mendexk-2.6e-48.fc12.i686.rpm ...
00:02
(2/11): netpbm-10.47.13-1.fc12.i686.rpm ...
(3/11): netpbm-progs-10.47.13-1.fc12.i686.rpm ...
(4/11): tex-preview-11.86-2.fc12.noarch.rpm ...
(5/11): texlive-east-asian-2007-48.fc12.i686.rpm ...
(6/11): texlive-latex-2007-48.fc12.i686.rpm ...
(7/11): texlive-texmf-east-asian-2007-34.fc12.noarch.rpm...
(8/11): texlive-texmf-errata-east-asian-2007-7.fc12.noar...
(9/11): texlive-texmf-errata-latex-2007-7.fc12.noarch.rp...
(10/11): texlive-texmf-latex-2007-34.fc12.noarch.rpm ...
(11/11): texlive-utils-2007-48.fc12.i686.rpm ...
# yum install emacs-auctex texlive-afm texlive-dvips
(1/5): dvipng-1.13-1.fc12.i686.rpm ...
(2/5): emacs-auctex-11.86-2.fc12.noarch.rpm ...
(3/5): texlive-afm-2007-48.fc12.i686.rpm ...
(4/5): texlive-texmf-afm-2007-34.fc12.noarch.rpm ...
(5/5): texlive-texmf-errata-afm-2007-7.fc12.noarch.rpm ...
# yum install dvipdfmx
(1/2): dvipdfmx-0-0.30.20090708cvs.fc12.i686.rpm ...
(2/2): libpaper-1.1.23-6.fc12.i686.rpm ...
+rpmfusion* are installed to /etc/yum.repos.d/ from other...
+upgrade to Fedora 14
# preupgrade
+enable rpmfusion
# yum localinstall --nogpgcheck http://download1.rpmfusi...
TODO:
- xv
-install ssh server for remote login
-setup to arrow root login
-setup rsync
-setup virtual network over subnet (1F room 158, 3F room ...
-setup nfs server for linux client
-switch the server from suiba to tampopo
Added samba user:
yamamoto-y,higashi,kawasaki,exp
ページ名: