Mettre à jour son portable Dell depuis ubuntu

Les commandes que j’ai passé : sudo bash apt-get install aptitude sudo wget -q -O – http://linux.dell.com/repo/firmware/bootstrap.cgi | bash aptitude install firmware-addon-dell aptitude install $(bootstrap_firmware -a) update_firmware –yes Set Up To set up your system to pull from the firmware repository, run the following command as root: wget -q -O Lire la suite…

Par Tpeltier, il y a

Déploiement via SCCM

Le serveur SCCM actuel est abymes.fr.peltier-net.network System Center Configuration Manager (SCCM) 2007 est une solution de gestion du changement et des configurations. SCCM 2007 simplifie le déploiement du système d’exploitation, des applications, l’automatisation des tâches, l’inventaire matériel et logiciel, la gestion de la conformité, et l’administration des politiques de sécurité Lire la suite…

Par Tpeltier, il y a

Install via Kickstart

Préparer un fichier de config Modif a faire en début de fichier : network –device eth0 –bootproto static –ip 172.16.65.78 –netmask 255.255.0.0 –gateway 172.16.1.254 –nameserver 172.16.17.13,172.16.16.100 –hostname alncentos5x64.fr.peltier-net.network Pour un disque de 20G avec une seule partition : clearpart –all –drives=sda part / –fstype ext3 –size=19456 –ondisk sda –asprimary part Lire la suite…

Par Tpeltier, il y a

Vmware tools sous Debian 6

The first thing you need to do is add the ‘contrib’ archive to your apt sources config: nano /etc/apt/sources.list Add the ‘contrib’ to the end of these source lines. I use the debian.uchicago.edu repository, so mine look like this on a new install: deb http://debian.uchicago.edu/debian/ squeeze main contrib deb-src http://debian.uchicago.edu/debian/ Lire la suite…

Par Tpeltier, il y a