4591 links
39 private links
  • Strak.ch | Actu et liens en vrac
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 161 / 228
Newer►
  • Le Raspberry Pi 2 photosensible -> reboot intempestif !

    Quel fail. Mon "vieux" Pi n'a pas ce souci, lui ! :P

    February 9, 2015 at 7:14:16 PM GMT+1 * - permalink -
    QRCode
    - http://korben.info/le-raspberry-pi-2-photosensible.html
    RaspberryPi Fail
  • Comment les éditeurs d'antivirus traquent les malwares au quotidien

    Intéressant.

    February 8, 2015 at 3:55:06 PM GMT+1 - permalink -
    QRCode
    - http://www.01net.com/editorial/644530/comment-les-editeurs-dantivirus-traquent-les-malwares-au-quotidien/
    Virus Antivirus Malware Sécurité
  • Jaasta propose un clavier aux touches à encre numérique

    Ça l'air prometteur! :)

    February 7, 2015 at 11:06:28 AM GMT+1 - permalink -
    QRCode
    - http://www.minimachines.net/actu/jaasta-propose-un-clavier-aux-touches-encre-numerique-26231
    Clavier EncreNumérique Innovation
  • Déployer Windows avec WDS et MDT 2013

    Coudé.

    February 7, 2015 at 10:59:37 AM GMT+1 * - permalink -
    QRCode
    - http://www.tech2tech.fr/deployer-windows-avec-wds-et-mdt-2013/
    WindowsServer Déploiement
  • TUTO : Cloner le système Windows d'un HDD vers un SSD

    Ce soft qui ne paie pas de mine m'a permis de migrer d'un SSD à un autre sans encombre alors que deux autres softs se sont chiés.
    Il fait un peu cheap et il est payant après 30 jours (sauf erreur) mais il m'a bien servi pour le coup.

    February 6, 2015 at 4:28:01 PM GMT+1 - permalink -
    QRCode
    - http://www.reneelab.fr/system-windows-hdd-vers-ssd.html
    SSD Migration Outils Windows
  • Faire semblant d’être un hacker, GeekTyper

    Marrant.

    February 5, 2015 at 11:02:38 PM GMT+1 - permalink -
    QRCode
    - http://geektyper.com/
    Hacker Simulation
  • Intrusion dans un réseau WiFi grâce au WPS

    Le WPS, c'est très moisi point de vue sécurité. Pensez à le désactiver!

    February 3, 2015 at 7:03:48 PM GMT+1 * - permalink -
    QRCode
    - http://korben.info/intrusion-dans-un-reseau-wifi-grace-au-wps.html
    WPS Vulnérabilité Hack
  • Installeurs Flash hors-ligne.

    Coudé.

    February 3, 2015 at 6:52:18 PM GMT+1 - permalink -
    QRCode
    - http://sebsauvage.net/links/?rqfDCw
    Flash Standalone
  • thumbnail
    A tutorial on how to get into an admin account on ANY computer. - Imgur

    Un classique toujours aussi affolant! ^^

    February 3, 2015 at 6:48:06 PM GMT+1 * - permalink -
    QRCode
    - https://imgur.com/gallery/H8obU
    Windows Vulnérabilité
  • Google, Amazon et Microsoft se paient un accès en whitelist sur AdBlock

    Allez, on va le répéter tous ensmble encore une fois "Je n'installerai pas AdBlock mais plutôt AdBlock Edge, qui n'est pas à la solde des plus grands pollueurs du web." À force, ça devrait rentrer.

    Rappel: http://strak.ch/quand-une-entreprise-vend-son-ame-ca-donne-le-cas-adblock-plus/

    February 3, 2015 at 6:35:27 PM GMT+1 * - permalink -
    QRCode
    - http://www.comptoir-hardware.com/actus/software-pilotes/27682-google-amazon-et-microsoft-se-paient-un-acces-en-whitelist-sur-adblock.html
    Adblockers WTF
  • Les 24 Heures de la BD – La Geneviade

    Excellent.

    February 3, 2015 at 6:22:35 PM GMT+1 - permalink -
    QRCode
    - http://www.bouletcorp.com/2015/02/02/les-24-heures-de-la-bd-la-geneviade/
    BD Fun
  • The Pirate Bay is back

    Bravo les gars! \o/

    February 1, 2015 at 4:30:12 PM GMT+1 - permalink -
    QRCode
    - https://thepiratebay.se/
    ThePirateBay Download Torrent
  • Windows Server ne sortira pas en même temps que Windows 10

    Plus de tuiles, svp.

    February 1, 2015 at 4:22:29 PM GMT+1 - permalink -
    QRCode
    - http://www.comptoir-hardware.com/actus/software-pilotes/27668-windows-server-ne-sortira-pas-en-meme-temps-que-windows-10.html
    Windows
  • Quand Marc Dorcel vous propose de sacrifier vos mains pour regarder gratuitement du porn en illimité | Le Journal du Buzz

    Allez, comme je suis bon prince, je vous fournis ce script Autoit originellement destiné à cliquer en masse que je gardais au chaud.
    Je l'ai modifié en conséquence pour appuyer sur les fameuses touches ASPL demandées... Enjoy Free Porn! ;)

    #include
    #include
    ; http://www.autoitscript.com/forum/topic/122227-auto-click

    HotKeySet("{ESC}" , "close")
    HotKeySet("{SPACE}" , "startpause")

    Dim $click = False
    $dll = DllOpen("user32.dll")

    MsgBox(64, "Auto Click" , "Press ""ESC"" to close the program and ""SPACEBAR"" to pause and start it.")

    Func close()
    $m = MsgBox(64 , "Auto Click" , "Auto Click will shutdown.")
    Exit
    EndFunc

    Func startpause()
    If $click = False Then
    $click = True
    TrayTip("Auto Click" , "Script is Running." ,0)
    Else
    $click = False
    TrayTip("Auto Click" , "Script is Paused." ,0)
    EndIf
    EndFunc

    While 1
    If _IsPressed ( "02" ) = 1 Then
    ConsoleWrite ( "Sleep ( 2000 )" & @Crlf )
    Sleep ( 2000 )
    $click = True
    EndIf

    If $click = True Then
    Send("{a down}") ;
    Send("{s down}") ;
    Send("{p down}") ;
    Send("{l down}") ;
    EndIf
    sleep(20)
    WEnd

    January 31, 2015 at 1:48:15 PM GMT+1 - permalink -
    QRCode
    - http://www.jdubuzz.com/2015/01/29/quand-marc-dorcel-vous-propose-de-sacrifier-vos-mains-pour-regarder-gratuitement-du-porn-en-illimite/?utm_campaign=twitter&utm_medium=twitter
    Porn Script
  • thumbnail
    Cyprien - Technophobe

    Ça change des vidéos habituelles!

    January 31, 2015 at 1:14:34 PM GMT+1 - permalink -
    QRCode
    - https://www.youtube.com/watch?v=wNRUzu4fTgw
    Technologie Vidéo
  • Je n'ai rien à cacher.

    À diffuser.

    January 31, 2015 at 1:04:21 PM GMT+1 - permalink -
    QRCode
    - http://jenairienacacher.fr/
    ViePrivée Confidentialité BigBrother Rien_à_cacher
  • thumbnail
    LaViolenceSymbolique sur Twitter : "http://t.co/YLjv9F5ezc"

    Discours principal diffusé: "Les jeux c'est mal, la TV bien mieux! Mais pas trop quand même, hein." ><

    January 31, 2015 at 12:41:18 PM GMT+1 * - permalink -
    QRCode
    - https://twitter.com/LVSymbolique/status/560548011533926401
    TV Gaming Propagande
  • Retrouvez votre bon vieux Windows Update sous Windows 10

    Aie aie aie... il n'est pas encore oficiellement sorti que dàjà les tutos "comment revenir au bon vieux Windows" fleurissent... pas bon signe à mon avis quant à la maturité de cette version.

    January 30, 2015 at 9:23:39 PM GMT+1 - permalink -
    QRCode
    - http://www.comptoir-hardware.com/actus/software-pilotes/27643-retrouvez-votre-bon-vieux-windows-update-sous-windows-10.html
    Windows Update
  • Faille Linux GHOST (CVE-2015-0235) - /Yome/links

    Comme le monde est petit, j'ai lu le même mail aujourd'hui... :P

    January 28, 2015 at 10:56:36 PM GMT+1 - permalink -
    QRCode
    - http://links.yome.ch/?5ZYFCw
  • Audit client : Les outils

    TL;DR. Plusieurs outils pratiques à tester.

    January 28, 2015 at 10:39:44 PM GMT+1 - permalink -
    QRCode
    - http://www.tech2tech.fr/audit-client-les-outils/
    Outils Audit
Links per page: 20 50 100
◄Older
page 161 / 228
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation