# $Id: memo,v 1.4 2006/10/31 02:11:30 gilles Exp gilles $ # $LLog$ DIR_CONF=/home/gilles/public_html/entrepreneur-howto/02_conferences/ # Rechercher sur # http://news.netcraft.com/archives/web_server_survey.html # l'image overallc.gif cd yearmonth=`date '+%Y-%m'` echo $yearmonth overallc_gif=overallc-${yearmonth}.gif overallc_png=overallc-${yearmonth}.png overallc_ps=overallc-${yearmonth}.ps echo $overallc_gif $overallc_png cp overallc.gif $overallc_gif cp $overallc_gif $DIR_CONF/images cd $DIR_CONF/images ### gif2png $overallc_gif ln -sf $overallc_png overallc.png # utilisé "en direct" gimp $overallc_png Image->mode->RGB Image->color->Auto->Equalize File->save_as postscript # Sans redimension ls $overallc_ps && ln -sf $overallc_ps overallc.ps # # maj du contenu # cd $DIR_CONF/gulliver xemacs lgclibre.tex & make ps gv lgclibre.ps & http://freshmeat.net/stats/ # Projects http://stommel.tamu.edu/~baum/linuxlist/linuxlist/linuxlist.html ftp://lsm.execpc.com/pub/lsm/ http://www.linuxapps.com/ # search vide wget -N ftp://lsm.execpc.com/pub/lsm/LSM.current.gz lsm=`readlink LSM.current.gz` echo $lsm wget -N ftp://lsm.execpc.com/pub/lsm/$lsm zcat LSM3.1999-12-30.gz|egrep '^Begin3'|wc -l zcat LSM.current.gz|egrep '^Begin4'|wc -l kernel24=/usr/src/kernel-source-2.4.18 find $kernel24 -name '*.[chS]' |xargs wc -l |egrep 'total$' \ | awk '{total += $1}; END {print "total is", total}' cat $kernel24/CREDITS |egrep '^N:' |sort |wc -l http://kernel.org/ ---------- postscript ---------- make ps make ps2 make ps4 ---- HTML ---- latex2html -no_subdir -split 0 -html_version 3.2 \ -no_navigation -no_auto_link lgclibre.tex