informatique:system_admin:install_proxmox_vm_centos-5.5-minimal_5.5_i386
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| informatique:system_admin:install_proxmox_vm_centos-5.5-minimal_5.5_i386 [20/04/2011 17:05] – créée cyrille | informatique:system_admin:install_proxmox_vm_centos-5.5-minimal_5.5_i386 [19/05/2012 00:18] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 2: | Ligne 2: | ||
| Template: centos-5.5-minimal_5.5_i386 (centos-5.5-minimal_5.5_i386.tar.gz) | Template: centos-5.5-minimal_5.5_i386 (centos-5.5-minimal_5.5_i386.tar.gz) | ||
| + | |||
| + | # / | ||
| + | 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 / | ||
| + | openssl req -new -x509 -newkey rsa:2048 -days 360 -nodes -out server.crt -keyout server.key | ||
| + | |||
| + | # / | ||
| + | # | ||
| + | SSLCertificateFile / | ||
| + | # | ||
| + | SSLCertificateKeyFile / | ||
| + | | ||
| + | service httpd restart | ||
| + | |||
| + | # read http:// | ||
| + | wget http:// | ||
| + | rpm --import http:// | ||
| + | yum localinstall rpmforge-release-0.5.2-2.el5.rf.i386.rpm | ||
| + | | ||
| + | # / | ||
| + | ... | ||
| + | [centosplus] | ||
| + | ... | ||
| + | enabled=1 | ||
| + | ... | ||
| + | [contrib] | ||
| + | ... | ||
| + | enabled=1 | ||
| + | | ||
| + | # / | ||
| + | ... | ||
| + | [rpmforge-extras] | ||
| + | ... | ||
| + | enabled=1 | ||
| + | |||
| + | yum update | ||
informatique/system_admin/install_proxmox_vm_centos-5.5-minimal_5.5_i386.1303311903.txt.gz · Dernière modification : (modification externe)
