4359 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 138 / 218
Newer►
  • thumbnail
    "Cerberus 0.9.0 - Nouvelle generation d'outil de test" http://feedly.com/k/GW5rKQ

    surcouche a sélénium, à voir

    October 21, 2013 at 9:23:31 AM GMT+2 - permalink - archive.org - http://"Cerberus 0.9.0 - Nouvelle generation d'outil de test" http://feedly.com/k/GW5rKQ
    test qa
  • thumbnail
    List of Bash online-tutorials [Bash Hackers Wiki]
    October 20, 2013 at 10:48:36 PM GMT+2 - permalink - archive.org - http://wiki.bash-hackers.org/scripting/tutoriallist
    bash cours tutorial
  • thumbnail
    Learning the shell - Lesson 6: I/O Redirection
    October 20, 2013 at 10:08:04 PM GMT+2 - permalink - archive.org - http://linuxcommand.org/lts0060.php
    redirection bash shell il stdin stdout
  • thumbnail
    How can I use an at command in a shell script? - Stack Overflow

    at now +10 minutes <<< "rm -rf /tmp/tobedeleted"

    at now +1 minutes <<< "init 6"

    /etc/init.d/networking stop && /etc/init.d/networking start

    atq

    atrm 2

    For multiline, consider a "HERE-doc"

    at now +10 minutes <<ENDMARKER
    rm -rf /tmp/tobedeleted
    echo all done | mail -s 'completion notification' sysadmin@example.com
    ENDMARKER

    October 20, 2013 at 9:46:44 PM GMT+2 - permalink - archive.org - http://stackoverflow.com/questions/15454199/how-can-i-use-an-at-command-in-a-shell-script
    at bash
  • thumbnail
    How to tunnel everything through SSH - fooninja.net

    In Firefox, the solution is easy. Simply type about:config in the address bar and set network.proxy.socks_remote_dns to true. This will have the remote end (i.e., the machine you are SSH’ing to) handle the DNS lookups.

    October 20, 2013 at 8:16:44 PM GMT+2 - permalink - archive.org - http://fooninja.net/2010/09/06/how-to-tunnel-everything-through-ssh/
    tunnel ssh dns lookup
  • https://www7.pearsonvue.com/Dispatcher?application=Login&action=actStartApp&v=W2L&clientCode=CISCOTESTING

    Inscription pour passer CCNA

    October 18, 2013 at 1:33:06 PM GMT+2 - permalink - archive.org - https://www7.pearsonvue.com/Dispatcher?application=Login&action=actStartApp&v=W2L&clientCode=CISCOTESTING
    ccna cisco
  • thumbnail
    Héberger son courriel - LinuxFr.org
    October 18, 2013 at 12:30:26 PM GMT+2 - permalink - archive.org - https://linuxfr.org/news/heberger-son-courriel
    mail auto
  • caractère caché

    Parfois il arrive qu'un fichier de conf soit corrompu a cause dun caractère invisible a la con qui peut venir dun copier coller ou autre.. Pour vérifier ça, on peut dumper le fichier en affichant ces caractères : car -e fichier

    October 17, 2013 at 9:32:13 AM GMT+2 * - permalink - archive.org - https://links.infomee.fr/shaare/s1J7bQ
    linux shell hash cat
  • thumbnail
    "10 excellents films peu connus" http://feedly.com/k/16NfDzB

    Quelques films ont lair bien; a DL et a matter

    October 17, 2013 at 9:25:09 AM GMT+2 - permalink - archive.org - http://"10 excellents films peu connus" http://feedly.com/k/16NfDzB
  • thumbnail
    Solutions de collecte d’appareils ménagers – Eco-organisme pour le recyclage d’appareils électriques – Traitement des Déchets d’Equipements Electriques et Electroniques (DEEE) – Eco-systèmes
    October 16, 2013 at 8:38:02 PM GMT+2 - permalink - archive.org - http://www.eco-systemes.fr/?gclid=CKjqhPv_m7oCFRMdtAodVDAAEQ
    recyclage don
  • Netcat : une commande bien utile

    Encore du netcat
    Faut que je m'y remette et que je me fasse des mémo pour netcat et hping

    October 15, 2013 at 2:40:02 PM GMT+2 - permalink - archive.org - http://www.picolozine.com/informatique/585-tutoriel-netcat.html
    netcat nc
  • thumbnail
    Port knocking sur Debian - System-Linux

    Port knocking avec packet dans distrib debian

    October 15, 2013 at 10:59:00 AM GMT+2 - permalink - archive.org - http://www.system-linux.eu/index.php?post/2010/10/11/Port-knocking-sur-Debian
    port knoking portknocking security
  • thumbnail
    Portknocking in bash

    Un serveur, mais surtout un client pour faire du port knocking

    October 15, 2013 at 10:32:22 AM GMT+2 - permalink - archive.org - http://www.prometheus-group.com/labs/unbounded/46-web-security/135-bash-pk.html
    portknocking port knocking ssh serveur bash
  • Screen for remote session management :D

    screen -S machineA (ensuite on se co en ssh à machineA, puis CTRL A D pour detach)
    screen -S machineB (ensuite on se co en ssh à machineB, puis CTRL A D pour detach)
    etc
    At the end of the day :
    screen -ls affiche tous les screens (avec chacun une connexion vers le serv en ssh)
    screen -r machineA pour aller sur le A
    screen -r machineB pour aller sur le B

    alias utiles :
    alias sls='screen -ls' #Pour lister les screen
    alias sr='screen -r' #Pour recover un screen
    alias sn='screen -S' #Pour créer un nouveau screen

    October 14, 2013 at 5:21:25 PM GMT+2 * - permalink - archive.org - https://links.infomee.fr/shaare/VQzf3w
    bash screen
  • Nagios Checker :: Add-ons for Firefox

    add on pour avoir le status de nagios dans ff

    October 14, 2013 at 10:08:21 AM GMT+2 - permalink - archive.org - https://addons.mozilla.org/en-US/firefox/addon/nagios-checker/?src=search
    addon nagios firefox
  • thumbnail
    Présentation des nouveautés de Glances 1.7 | Le blog de NicoLargo

    a tester pour voir

    October 13, 2013 at 9:07:34 AM GMT+2 - permalink - archive.org - http://blog.nicolargo.com/2013/08/presentation-des-nouveautes-de-glances-1-7.html
    supervision monitoring glances
  • thumbnail
    MactelSupportTeam/AppleIntelInstallation - Community Ubuntu Documentation

    tuto utilisé au final avec ubuntu gnome remix

    October 11, 2013 at 4:31:35 PM GMT+2 - permalink - archive.org - https://help.ubuntu.com/community/MactelSupportTeam/AppleIntelInstallation
    mac ubuntu
  • thumbnail
    More tips on running Fedora 19 on Macs | …
    October 11, 2013 at 12:01:34 PM GMT+2 - permalink - archive.org - http://anderson.the-silvas.com/2013/08/03/more-tips-on-running-fedora-19-on-macs/
    mac fedora
  • thumbnail
    bash - How do you find the age of a long-running Linux process and then kill it? - Stack Overflow
    October 10, 2013 at 1:19:54 PM GMT+2 - permalink - archive.org - http://stackoverflow.com/questions/6134/how-do-you-find-the-age-of-a-long-running-linux-process-and-then-kill-it
    bash process time etime
  • thumbnail
    UbuntuGNOME/GetUbuntuGNOME - Ubuntu Wiki

    ubuntu gnome remix

    October 10, 2013 at 12:06:35 PM GMT+2 - permalink - archive.org - https://wiki.ubuntu.com/UbuntuGNOME/GetUbuntuGNOME
    ubuntu mac
Links per page: 20 50 100
◄Older
page 138 / 218
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation