mercredi 30 septembre 2015
Cobra space adventure - Soundtrack
Par david techer, mercredi 30 septembre 2015 à 13:26 :: Musique

Aller au contenu | Aller au menu | Aller à la recherche
mercredi 30 septembre 2015
Par david techer, mercredi 30 septembre 2015 à 13:26 :: Musique
mardi 29 septembre 2015
Par david techer, mardi 29 septembre 2015 à 19:30 :: Multiméda sous GNU/Linux
export PATH=/opt/nodejs/0.12.7/bin/:$PATH export LD_LIBRARY_PATH=/opt/nodejs/0.12.7/lib/:/usr/local/lib/:/lib/:/usr/lib
git clone https://github.com/etianen/html5media.git cd html5media/
gulp
and a couple of dependencies
npm install gulp gulp-uglify gulp-rename gulp-concat gulp-clean gulp-minify-css gulp-shell gulp-jshint gulp-less gulp-recess gulp-replace
gulp build
build
folderdimanche 27 septembre 2015
Par david techer, dimanche 27 septembre 2015 à 12:48 :: Mon petit réseau à  la maison
The '-st'
and '-sf'
command line options are used to inform previously running
processes that a configuration is being reloaded. They will receive the SIGTTOU
signal to ask them to temporarily stop listening to the ports so that the new
process can grab them. If anything wrong happens, the new process will send
them a SIGTTIN to tell them to re-listen to the ports and continue their normal
work.
Otherwise, it will either ask them
-sf
) their work then softly exit, -st
), breaking existing sessions.A typical use of this allows a configuration reload without service interruption
haproxy -p /var/run/haproxy.pid -sf $(cat /var/run/haproxy.pid)
samedi 19 septembre 2015
Par david techer, samedi 19 septembre 2015 à 21:32 :: Linux
Here are my commands (*) to install Acrobat Reader on Linux
winetricks
winetricks -q atmlib riched20 wsh57 mspatchaTo perform a silent installation just run
wine AdbeRdr11008_en_US.exe /sAll /sPB /rsTo launch the reader, just run
WINEPREFIX="/some/path" /path/to/bin/wine C:\\Program\ Files\\Adobe\\Reader\ 11.0\\Reader\\AcroRd32.exeIMPORTANT NOTICE: First time you launch the reader just choose option shown below. You should do this only once
(*) Those commands are based on commands provided in section comments at https://appdb.winehq.org/objectManager.php?sClass=version&iId=27093