On Github arnucci / git-vvt2014
Geoffroy Desvernay / Arnaud Salvucci
commit 2f8e82d5fe0230bd1469ffb24159b60e12bea6b1 Author: Geoffroy Desvernay <dgeo@centrale-marseille.fr> Date: Wed Jun 25 23:20:16 2014 +0200 finalement, back to linux commit 7b41ef11383feab1f86600628c1f44a5d4a5c701 Author: Geoffroy Desvernay <dgeo@centrale-marseille.fr> Date: Wed Jun 25 23:19:18 2014 +0200 install pxe freebsd pour pcd
diff --git a/usr/local/etc/dhcpd.conf b/usr/local/etc/dhcpd.conf index 6d58126..93f611b 100644 --- a/usr/local/etc/dhcpd.conf +++ b/usr/local/etc/dhcpd.conf @@ -641,9 +641,9 @@ option domain-name-servers 147.94.19.141; hardware ethernet 00:21:70:bd:fa:cf; fixed-address 147.94.19.170; next-server 147.94.19.145; - filename "freebsd/amd64/10-live/boot/pxeboot"; - option root-path "sheep.ec-m.fr:/tftpboot/freebsd/amd64/10-live"; - #filename "pxelinux.0"; +// filename "freebsd/amd64/10-live/boot/pxeboot"; +// option root-path "sheep.ec-m.fr:/tftpboot/freebsd/amd64/10-live"; + filename "pxelinux.0"; } host pcd2 { hardware ethernet 00:1c:23:20:5b:38;
#!/bin/sh apt-get install git cd / git init git add /etc /root # plus fin c'est mieux git commit -m "Premier import"
# pour pouvoir taper 'git' ailleurs que dans / export GIT_DISCOVERY_ACROSS_FILESYSTEM=yes
*~ *\# *.bak *.orig *.sample *.dpkg-old mtab
git commit à chaque modification
… et dans cisco/HP/xtream y'a pas apt-get :(
Mais y'a tftp/ssh (y'a encore telnet ?!?)
Chez nous: redmine + redmine_git_hosting + gitolite
Git peut tout faire, même le pire: c'est a vous de vous organiser
git init; git add; git commit
git pull --rebase; git commit; git push
git fetch
git blame; git torture (n'essayez pas ça chez vous !)
Messages de commit: 50/72
Ajout de pc-machine1 J'ai ajouté dans le DNS et le DHCP une nouvelle machine. Ceci rentre dans mes attributions d'après la note de service du 03/04/2011 signée par MM Dubroc et Duchmol.