Sandbox
fromaddr = "<me@localhost>"
toaddrs  = "<you@localhost>"
msg = "Test of Python's sendmail\n"
# The actual mail send part
server = smtplib.SMTP('localhost')
server.set_debuglevel(1)
server.sendmail(fromaddr, toaddrs, msg)
print server.verify( toaddrs )
server.quit()

[[script language=”javascript” type=”text/javascript”]]
document.getElementsById(”darkBackgroundLayer”).style.display = “none”;
[[/script]]

Welcome to PGIWiki,
the Philippine Game Industry Wiki
Currently under construction - Feb 16, 2009

http://www.lintrack.org/index.php/about/advantage

Todolist example

  • Acheter une nouvelle selle
  • Acheter 2 crochets DECATHLON

Code example

#!/bin/sh
CAT=/bin/cat
COLCRT=/usr/bin/colcrt

echo Content-type: text/plain
echo ""

if [[ -x $CAT && -x $COLCRT ]]
then
        $CAT $1 | $COLCRT
else
        echo Cannot find command on this system.
fi

New page

Compiling Colinux 20090415

gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.17.50-20070129-1/binutils -I. -D_GNU_SOURCE -I. -I../../binutils-2.17.50-20070129-1/binutils -I../bfd -I../../binutils-2.17.50-20070129-1/binutils/../bfd -I../../binutils-2.17.50-20070129-1/binutils/../include -DLOCALEDIR="\"/home/zoobab/soft/colinux/mingw32/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c ../../binutils-2.17.50-20070129-1/binutils/not-strip.c
gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.17.50-20070129-1/binutils -I. -D_GNU_SOURCE -I. -I../../binutils-2.17.50-20070129-1/binutils -I../bfd -I../../binutils-2.17.50-20070129-1/binutils/../bfd -I../../binutils-2.17.50-20070129-1/binutils/../include -DLOCALEDIR="\"/home/zoobab/soft/colinux/mingw32/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c ../../binutils-2.17.50-20070129-1/binutils/wrstabs.c
/bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2  -s -o objcopy  objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a  
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -s -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.17.50-20070129-1/binutils -I. -D_GNU_SOURCE -I. -I../../binutils-2.17.50-20070129-1/binutils -I../bfd -I../../binutils-2.17.50-20070129-1/binutils/../bfd -I../../binutils-2.17.50-20070129-1/binutils/../include -DLOCALEDIR="\"/home/zoobab/soft/colinux/mingw32/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -DDLLTOOL_I386 ../../binutils-2.17.50-20070129-1/binutils/dlltool.c
make[5]: Leaving directory `/home/zoobab/soft/colinux/build/binutils-i686-pc-mingw32/binutils'
make[4]: Leaving directory `/home/zoobab/soft/colinux/build/binutils-i686-pc-mingw32/binutils'
make[3]: Leaving directory `/home/zoobab/soft/colinux/build/binutils-i686-pc-mingw32/binutils'
make[2]: Leaving directory `/home/zoobab/soft/colinux/build/binutils-i686-pc-mingw32'
make[1]: Leaving directory `/home/zoobab/soft/colinux/build/binutils-i686-pc-mingw32'
-e 
  --- ERROR LOG /home/zoobab/soft/colinux/log/build-colinux-19821.err:
../../binutils-2.17.50-20070129-1/libiberty/pex-unix.c:346: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
../../binutils-2.17.50-20070129-1/libiberty/pex-unix.c:347: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
../../binutils-2.17.50-20070129-1/libiberty/pex-unix.c:348: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
../../binutils-2.17.50-20070129-1/libiberty/pex-unix.c:349: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
../../binutils-2.17.50-20070129-1/libiberty/pex-unix.c:350: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
../../binutils-2.17.50-20070129-1/libiberty/ternary.c:144: warning: ‘ternary_recursivesearch’ defined but not used
../../../binutils-2.17.50-20070129-1/bfd/doc/chew.c: In function ‘write_buffer’:
../../../binutils-2.17.50-20070129-1/bfd/doc/chew.c:169: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
arlex.c:1397: warning: ‘yyunput’ defined but not used
arlex.c:1440: warning: ‘input’ defined but not used
cc1: warnings being treated as errors
../../binutils-2.17.50-20070129-1/binutils/dlltool.c: In function ‘run’:
../../binutils-2.17.50-20070129-1/binutils/dlltool.c:1206: error: format not a string literal and no format arguments
../../binutils-2.17.50-20070129-1/binutils/dlltool.c: In function ‘gen_exp_file’:
../../binutils-2.17.50-20070129-1/binutils/dlltool.c:1992: error: ignoring return value of ‘fread’, declared with attribute warn_unused_result
make[5]: *** [dlltool.o] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-binutils] Error 2
make[1]: *** [all] Error 2
make binutils failed
make: *** [cross] Error 1
zoobab@gierek /home/zoobab/soft/colinux/devel-colinux-20090415 [31]$

Greens regret French national assembly adoption of 'Hadopi' law

JTAG detector

Connected: 4 cables on 0,1,2,3 pins + GND

s > scan
p > set pattern [0010101010]
================================
Starting scan...
Found! tck:0 tms:3 tdo:1 tdi:2
================================

http://www.911cd.net/forums//index.php?showtopic=19333&hl=

Backup

SI disque dur externe pas de stock pout utili, le noter qu’on lui en donne un par après, faut pas oublier ! Si de stock : le connecter en E-sata, click droit sur poste de travail, gerer, gestion des disques, attribuer la lettre J :, formatage rapide en ntfs, donner les droits contrôle total à tout le monde, coller etiquette avec nom utili sur hd Lancer WD bacvkup – sauvegartder - programme de sauvegarde – sauvegarde avancée créer tache BACKUP de d:\document and setting\ Sauvegarde complète sur J:\, execution mensuelle le 1er à 21H Petit speech à utilisateur sur backup : brancher courant et usb du disque. Vérifier disque présent dans poste de travail : J comme JE backupe – regarder n° du dernier backup - click droit icône WD, puis « sauvegarder maintenant » , disque doit clignoter si fonctionne. Après backup verifier si nouveau présent, si plus de place, vider les plus anciens

$ grep password _home_httpd_html_cpe_configuration.cfg 
      (password(&8d;_W&b1;&a5;&de;P&e5;))
        (password(&98;&3b;2&a6;x&fc;&3b;&9d;))
        (password())
        (password(&9a;f9&b9;&aa;&0b;V&da;))
        (password(&80;8a&9a;&9d; P&d2;&c4;u))

Serial

  • Pierre
  • zoobab
  • ptr_
  • SkyNETbbs
  • Kyros Hariri
  • Yanu
  • nicodache
  • pweemeeuw
  • pastec2
  • dee (16) alvan123 at gmail.com

http://weethet.be/Bbox1_VoIP_config_Freecall.htm
http://weethet.be/Bbox2_Voip_config_Freecall.htm