4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 137 / 217
Newer►
  • 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
    bash il redirection shell stdin stdout
  • 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
  • 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/
    dns lookup ssh tunnel
  • 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
  • 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
    auto mail
  • 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/?s1J7bQ
    cat hash linux shell
  • "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
  • 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
    don recyclage
  • 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
    nc netcat
  • 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
    knoking port portknocking security
  • 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
    bash knocking port portknocking serveur ssh
  • 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/?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 firefox nagios
  • 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
    glances monitoring supervision
  • 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
  • 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/
    fedora mac
  • 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 etime process time
  • 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
    mac ubuntu
  • ssh config file : proxy

    Pour utiliser machinerebond pour accéder aux *.vm automatiquement :

    $ cat .ssh/config
    Host=machinerebond
    Hostname=machinerebond.fqdn.com
    User=root

    Host=*.distant
    User=root
    ProxyCommand=ssh -W %h:22 machinerebond

    Alternative :
    D'abord se co sur la machine rebond avec un -A pour ramener sa key dans l'agent distant
    Ensuite on peut se co sur les autres machines, mais plus long.

    Autres directives possibles :
    ServerAliveInterval 30
    ServerAliveCountMax 120

    Port 22000
    User fooey
    IdentityFile ~/.ssh/github.key
    LocalForward 9906 127.0.0.1:3306
    more : http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html

    October 10, 2013 at 11:36:42 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?0hyAJQ
    config memo proxy ssh
  • Terminaison SSL : stunnel, nginx & stud, second round | Vincent Bernat
    October 10, 2013 at 10:00:40 AM GMT+2 - permalink - archive.org - http://vincent.bernat.im/fr/blog/2011-ssl-benchmark-round2.html
    niginx ssl terminaison
Links per page: 20 50 100
◄Older
page 137 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation