Shaare your links...
32711 links
Liens en vrac de sebsauvage Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 4 / 11
Newer►
523 results for tags article x
  • article Windows
    Microsoft's Secret Weapon isn't FUD, it's Inertia
    Encore un utilisateur qui a abandonné l'idée de réparer des machines sous Windows.
    2009-06-19 08:52:48
    http://www.freesoftwaremagazine.com/columns/microsofts_secret_weapon_isnt_fud_its_inertia
  • article Linux système ubuntu
    Complete Dose of Linux Poison: How to disable loading of unnecessary kernel modules
    Est-ce que désactiver les modules du noyau permet de booter plus vite ? ça peut être une piste à explorer.
    2009-06-19 08:46:37
    http://linuxpoison.blogspot.com/2009/06/how-to-disable-loading-of-unnecessary.html
  • article cryptographie sécurité
    Le secret était presque parfait : la cryptographie quantique n’est pas invulnérable | InternetActu.net
    Voilà, c'est fait: la cryptographie quantique n'est pas infaillible.
    2009-06-17 16:35:31
    http://www.internetactu.net/2009/06/17/le-secret-etait-presque-parfait-la-cryptographie-quantique-nest-pas-invulnerable
  • article ssl
    Moserware: The First Few Milliseconds of an HTTPS Connection
    Explications détaillée d'une négociation SSL.
    2009-06-13 15:13:42
    http://www.moserware.com/2009/06/first-few-milliseconds-of-https.html
  • article Linux réseau sécurité ubuntu
    Explain Linux / UNIX TCP Wrappers / Find Out If Program Compiled With TCP Wrappers
    Explication sur les TCPWrappers de Linux.
    2009-06-10 23:58:24
    http://www.cyberciti.biz/faq/tcp-wrappers-hosts-allow-deny-tutorial
  • article programmation python
    Python testing frameworks: Finding modules to test
    Comparaison de 3 frameworks de tests automatisés en Python
    2009-06-06 08:46:52
    http://www.ibm.com/developerworks/aix/library/au-pythontesting2/?ca=dgr-lnxw100twtrPython-Find-Mods&S_TACT=105AGX59&S_CMP=grlnxw100
  • article cryptographie sécurité
    How Rainbow Tables work
    Explication sur le fonctionnement des Rainbow Tables.
    2009-05-30 00:22:11
    http://kestas.kuliukas.com/RainbowTables
  • article Linux sécurité
    Linux Kernel Security (SELinux vs AppArmor vs Grsecurity)
    Introduction rapide et différences entre les systèmes de sécurisation fins sous Linux (SELinux, AppArmor, Grsecurity)
    2009-05-30 00:21:07
    http://www.cyberciti.biz/tips/selinux-vs-apparmor-vs-grsecurity.html
  • article gpg ubuntu
    ®om’s blog » GnuPG : chiffrer et signer sous Ubuntu pour les nuls
    Petit rappel GPG, avec les outils fournis avec Ubuntu 9.04.
    2009-05-25 23:45:23
    http://blog.rom1v.com/2009/05/gnupg-chiffrer-et-signer-sous-ubuntu-pour-les-nuls
  • article ubuntu
    //Cybercarnet du ProfNoel » Archives du Blog » EarCandy: la gestion du son intelligente.
    EarCandy a l'air vraiment pour prioriser l'accès à la carte son des différents logiciels.
    2009-05-25 23:44:05
    http://blog.profnoel.com/index.php/earcandy-la-gestion-du-son-intelligente
  • article ubuntu
    Space Saving Tips for Your GNOME Desktop | Tux Tweaks
    Comment installer des thèmes compactes (Human Ultracompact, Customize, human_ultracompact)
    2009-05-25 23:43:30
    http://tuxtweaks.com/2009/05/space-saving-tips-for-your-gnome-desktop
  • article ubuntu
    9.04 Release Notes | Ubuntu
    Comment empêcher le gestionnaire de mises à jour de s'ouvrir automatiquement à chaque démarrage d'Ubuntu 9.04.
    2009-05-25 23:42:00
    http://www.ubuntu.com/getubuntu/releasenotes/904#Change%20in%20notifications%20of%20available%20updates
  • article LogicielLibre
    Sur 01Net : de l'importance de la transparence - Standblog
    2009-05-25 23:39:01
    http://standblog.org/blog/post/2009/05/18/Sur-01Net-%3A-de-l-importance-de-la-transparence
  • article LogicielLibre
    Slashdot | Court Orders Breathalyzer Code Opened, Reveals Mess
    De l'importance de l'opensource dans les cas légaux.
    2009-05-25 23:37:53
    http://yro.slashdot.org/article.pl?sid=09/05/14/1758234&from=rss
  • article BasesDeDonnées
    Are Commercial Databases Worth It? - Coding the Wheel
    Pourquoi claquer un fric fou dans des serveurs de bases de données monstrueux comme Oracle ou Microsoft SQL Server ?
    2009-05-01 15:25:17
    http://www.codingthewheel.com/archives/are-commercial-databases-worth-it
  • apache article
    Shadows of epiphany » Blog Archive » How to mod_security Ubuntu 9.04
    Guide rapide sur l'installation et la configuration de mod_security dans Apache.
    2009-04-29 21:44:23
    http://blog.bodhizazen.net/linux/how-to-mod_security-ubuntu-904
  • article inkscape
    35 Tutorials to create amazing Vector Graphics using Inkscape : Speckyboy Design Magazine
    Quelques cours sur Inkscape.
    2009-04-29 21:43:33
    http://speckyboy.com/2009/04/28/35-tutorials-to-create-amazing-vector-graphics-using-inkscape
  • article Linux LogicielLibre logiciels ubuntu vm
    VirtualBox en version 2.2.2 et ouverture de son dépôt pour la Ubuntu 9.04 - UbuntuLinux-fr
    Comment installer VirtualBox dans Ubuntu 9.04 avec le support USB.
    2009-04-29 21:43:06
    http://www.ubuntulinux.fr/index.php?post/2009/04/29/VirtualBox-en-version-2.2.2-et-ouverture-de-son-d%C3%A9p%C3%B4t-pour-la-Ubuntu-9.04
  • article fun programmation
    Stupid Coding Tricks: XSLT Mandelbrot - The Daily WTF
    Une mandelbrot en XSLT... bande de tarés !
    2009-04-29 21:41:41
    http://thedailywtf.com/Articles/Stupid-Coding-Tricks-XSLT-Mandelbrot.aspx
  • article programmation python
    PyMOTW: multiprocessing, part 1 - O'Reilly Broadcast
    Un article (bien illustré d'exemple) sur le module multiprocessing de Python qui permet d'exploiter les machines multicœurs. Le module prend même en charge l'échange d'objets entre processes.
    2009-04-20 22:19:18
    http://broadcast.oreilly.com/2009/04/pymotw-multiprocessing-part-1.html
  • article programmation
    hatful of hollow - Visualising Sorting Algorithms
    Algorithmes de tri présentés de manière graphique (c'est en plus un exemple d'utilisation de la librairie Cairo en Python).
    2009-04-15 22:28:30
    http://www.hatfulofhollow.com/posts/code/visualisingsorting/index.html
  • article programmation
    Tales of the Rampant Coyote: The Black Triangle
    Le triangle noir. Ou pourquoi, quand on est développeur,  il n'est pas toujours facile d'expliquer le manque de résultats *visibles*, surtout quand il s'agit de choses comme un changement d'architecture logicielle.
    EDIT: Voir aussi: http://sebsauvage.net/links/?zzEUYg
    2009-04-14 22:10:51
    https://web.archive.org/web/20070703181033/http://www.rampantgames.com:80/blog/2004/10/black-triangle.html
  • article programmation
    Sorting Algorithm Animations
    Différents algorithmes de tri comparés visuellement.
    2009-04-10 15:05:03
    http://www.sorting-algorithms.com/?
  • article astuces html webdesign
    Table Layouts vs. Div Layouts: From Hell to... Hell? | CSS | Smashing Magazine
    Comment fait une mise en page de page web correctement avec des DIV (sans tables).
    2009-04-09 22:29:07
    http://www.smashingmagazine.com/2009/04/08/from-table-hell-to-div-hell
  • YouTube thumbnail
    art article graphismes
    Disney's templates
    Visiblement Disney réutilise ses modèles d'animation.
    2009-04-06 21:57:24
    http://www.youtube.com/watch?v=zL6FYxIuJlA
  • article programmation python
    Multiprocessing with Python
    Comment concevoir des programmes Python pour les multi-coeurs.
    2009-04-02 22:04:09
    http://www.ibm.com/developerworks/aix/library/au-multiprocessing/index.html?ca=dgr-lnxw07Python-Multi&S_TACT=105AGX59&S_CMP=grsitelnxw07
  • article Microsoft
    Foutez-vous de la gueule des internautes - JHLP
    Lamentable, Microsoft. Vraiment lamentable.
    2009-04-01 21:10:02
    http://jehaisleprintemps.net/blog/fr/2008/06/25/foutez-vous-de-la-gueule-des-internautes
  • article Linux matériel server
    LTSP past and future | Stéphane Graber's website
    Les serveurs LTSP (Linux Terminal Server Project) évoluent pour déporter une partie des calculs localement. Pas bête étant donné la puissance de calcul des terminaux (même sous Atom).
    2009-04-01 21:07:32
    http://www.stgraber.org/2009/03/31/ltsp-past-and-future
  • article dns sécurité
    OpenDNS Blog » Worried about Conficker on April 1? Setting up OpenDNS can protect your network.
    OpenDNS bloque les 50000 domaines que le virus Conficker essaie quotidiennement de joindre pour s'activer et se mettre à jour.
    2009-04-01 21:03:12
    http://blog.opendns.com/2009/03/30/worried-about-conficker-on-april-1-setting-up-opendns-can-protect-your-network
  • article Linux sécurité ubuntu
    Steve's Seneca Blog: Sudo: Why Ubuntu does it right
    La façon de gérer la sécurité sous Ubuntu n'est pas une si mauvaise idée que ça.
    2009-03-26 23:09:30
    http://scarter4.blogspot.com/2009/03/sudo-why-ubuntu-does-it-right.html
  • article cryptographie
    Guidelines on unsafe cryptographic algorithms
    Un court PDF avec des recommandations en matière de crypto (algos à éviter, taille des clés, etc.)
    2009-03-19 21:35:24
    http://www.net-security.org/secworld.php?id=7195
  • article programmation python
    How can I avoid running a python script multiple times? Implement file locking. » Linux by Examples
    Simple et pratique pour s'assurer du lancement unique d'un script Python sur un système. Mais sous Windows, ça marche ?
    2009-03-13 22:52:41
    http://linux.byexamples.com/archives/494/how-can-i-avoid-running-a-python-script-multiple-times-implement-file-locking
  • article Linux LogicielLibre
    Learning Vim The Pragmatic Way
    Résumé pratique des commandes vi/vim
    2009-03-13 22:51:57
    http://jrmiii.com/2009/03/06/learning-vim-the-pragmatic-way.html
  • article graphismes video
    Video: World Builder by Bruce Branit - Boing Boing Gadgets
    Une très chouette vidéo sur la construction des mondes virtuels.
    2009-03-13 22:28:35
    http://gadgets.boingboing.net/2009/03/06/video-world-builder.html
  • article BasesDeDonnées
    How FriendFeed uses MySQL to store schema-less data - Bret Taylor's blog
    Comment FriendFeed fait pour gérer leur schéma de données (et ses modifications) avec 250 millions de lignes.
    2009-02-27 23:37:59
    http://bret.appspot.com/entry/how-friendfeed-uses-mysql
  • article Linux ubuntu
    A la conquête du mode spatial de Nautilus - Génération Linux
    Article sur le mode spatial de Nautilus (le navigateur de fichiers de Gnome/Ubuntu).
    2009-02-24 22:52:46
    http://www.generation-linux.fr/index.php?post%2F2009%2F02%2F20%2FA-la-conquete-du-mode-spatial-de-Nautilus
  • article programmation sécurité
    An Analysis of Conficker
    Analyse des variantes du virus Conficker.
    2009-02-23 21:29:47
    http://mtc.sri.com/Conficker
  • article Windows
    « Vous êtes trop cons, je laisse tomber ! » - Framablog
    Bye bye Windows ?  :-D
    2009-02-23 21:29:12
    http://www.framablog.org/index.php/post/2009/02/23/microsoft-windows-ou-la-preuve-de-la-betise-des-gens
  • article html internet Microsoft
    Le jour où le Web refusa le navigateur Internet Explorer 6 - Framablog
    Vers la fin d'IE 6.
    2009-02-23 21:28:30
    http://www.framablog.org/index.php/post/2009/02/20/stop-internet-explorer-6
  • article blogs Microsoft
    Rendez moi mon Microsoft ! - Standblog
    mmm... à voir
    2009-02-23 21:27:58
    http://standblog.org/blog/post/2009/02/19/Rendez-moi-mon-Microsoft-%21
  • article css webdesign
    CSS Standards & Best Practices | Dezinerfolio
    Quelques "best practice" CSS.
    2009-02-23 21:27:45
    http://www.dezinerfolio.com/2009/02/20/css-standards-best-practices
  • article
    Valve Exec Explains How To Compete With Piracy | Techdirt
    Le patron de Valve démontre qu'on peut gagner plus d'argent et faire plus de ventes en baissant le prix des jeux. Ça ne serait pas un mal vu le prix des jeux actuels.
    2009-02-23 21:26:40
    http://techdirt.com/articles/20090219/1124433835.shtml
  • article matériel
    http://www.magnetnerd.com/Neodymium%20Magnets/Dirks%20Accident.htm
    Faites extrêmement attention aux aiments Néodyn: Ils sont très puissants et dangereux (on en trouve également dans les disques durs.)
    2009-02-23 21:25:46
    http://www.magnetnerd.com/Neodymium%20Magnets/Dirks%20Accident.htm
  • article Microsoft
    Microsoft, the Innovator?
    Microsoft innove, vraiment ?
    2009-02-16 23:45:17
    http://www.dwheeler.com/innovation/microsoft.html
  • article graphismes
    DailyGamesNews.com: Video - Half-Life 2 Short Film - Escape From City 17
    Utiliser le moteur 3D de Half-Life 2 pour faire de la post-production. Il fallait oser. Le résultat n'est pas mauvais malgré le scénario inexistant.
    2009-02-16 23:44:58
    http://dailygamesnews.com/2009/02/video-half-life-2-short-film-escape.html
  • article astuces programmation
    How Not To Sort By Average Rating
    Comment trier des éléments notés de la *bonne* manière.
    2009-02-16 23:43:19
    http://www.evanmiller.org/how-not-to-sort-by-average-rating.html
  • article Linux ubuntu
    Towards the freedom of the operating system: the French Gendarmerie goes for Ubuntu — Open Source Observatory
    Etude de cas: La migration de la gendarmerie française à Ubuntu.
    Voir aussi: https://linuxfr.org/news/le-poste-de-travail-du-gendarme-sous-gnulinux-ubuntu
    2009-02-16 23:28:00
    https://joinup.ec.europa.eu/collection/open-source-observatory-osor/document/towards-freedom-os-french-gendarmerie-goes-ubuntu
  • article Linux LogicielLibre ubuntu
    Are you sure you want to use GPL? » Armin Ronacher
    Un développeur est passé de la GPL à la licence BSD et explique pourquoi.
    2009-02-12 23:29:52
    http://lucumr.pocoo.org/2009/2/12/are-you-sure-you-want-to-use-gpl
  • article astuces Linux ubuntu video web
    Moonshine - Miguel de Icaza
    Moonshine + Moonlight = la possibilité de voir les vidéo Silverlight sous Linux.
    2009-02-12 23:18:32
    http://tirania.org/blog/archive/2009/Feb-12.html
  • article Linux système sécurité ubuntu
    How to write a Linux virus in 5 easy steps
    Comment écrire un virus très basic sous Linux... avec la possibilité d'accès root si l'utilisateur accède au compte root.
    2009-02-11 21:43:55
    http://www.geekzone.co.nz/foobar/6229#compact
Links per page: 20 50 100
◄Older
page 4 / 11
Newer►
Shaarli 0.0.41 beta modifiée - 2022-08-11 - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr. I'm on Mastodon.
shelter.moe