Outils pour utilisateurs

Outils du site


informatique:system_admin:install_proxmox_vm_centos-5.5-minimal_5.5_i386

Install Proxmox VM centos-5.5-minimal_5.5_i386

Template: centos-5.5-minimal_5.5_i386 (centos-5.5-minimal_5.5_i386.tar.gz)

# /etc/ssh/sshd_config
Port 30001

service sshd restart
yum remove jwhois lm_sensors samba samba-common winbind dhclient dmidecode libsmbclient libusb talk talk-server tcp_wrappers-devel
chkconfig gpm off
chkconfig netfs off
chkconfig portmap off
yum install mod_ssl
cd /etc/pki/tls
openssl req -new -x509 -newkey rsa:2048 -days 360 -nodes -out server.crt -keyout server.key
# /etc/httpd/conf.d/ssl.conf
#SSLCertificateFile /etc/pki/tls/certs/localhost.crt
SSLCertificateFile /etc/pki/tls/server.crt
#SSLCertificateKeyFile /etc/pki/tls/private/localhost.key
SSLCertificateKeyFile /etc/pki/tls/server.key

service httpd restart
# read http://rpmrepo.org/RPMforge/Using, http://wiki.centos.org/AdditionalResources/Repositories/RPMForge
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.i386.rpm
rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt
yum localinstall rpmforge-release-0.5.2-2.el5.rf.i386.rpm

# /etc/yum.repos.d/CentOS-Base.repo
...
[centosplus]
...
enabled=1
 ...
[contrib]
...
enabled=1

# /etc/yum.repos.d/rpmforge.repo
...
[rpmforge-extras]
...
enabled=1
yum update
informatique/system_admin/install_proxmox_vm_centos-5.5-minimal_5.5_i386.txt · Dernière modification : 19/05/2012 00:18 de 127.0.0.1

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki