4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 157 / 217
Newer►
  • hint.css - A tooltip library in CSS
    February 4, 2013 at 11:01:48 PM GMT+1 - permalink - archive.org - http://kushagragour.in/lab/hint/
    css
  • Teamwork Gantt
    February 4, 2013 at 10:59:08 PM GMT+1 - permalink - archive.org - http://gantt.twproject.com/
    gant gantt pert
  • - CloudAge - Home base for IT Professionals migrating to the cloud
    February 4, 2013 at 10:55:17 PM GMT+1 - permalink - archive.org - http://www.admin-magazine.com/CloudAge/Articles/Virtual-switching-with-Open-vSwitch
    sdn tech
  • Open vSwitch: un switch logiciel pour des réseaux virtuels | Covoiturage.fr tech blog
    February 4, 2013 at 10:55:09 PM GMT+1 - permalink - archive.org - http://tech.covoiturage.fr/2012/08/22/open-vswitch-un-switch-logiciel-pour-des-reseaux-virtuels/
    linux openvswitch ovs
  • Extract most know archives with one command | alias.sh
    February 4, 2013 at 10:43:30 PM GMT+1 - permalink - archive.org - http://alias.sh/extract-most-know-archives-one-command
    alias bash bashrc linux
  • Mesurer l'humidité dans votre maison | SCHL
    February 4, 2013 at 9:53:14 PM GMT+1 - permalink - archive.org - http://www.cmhc-schl.gc.ca/fr/co/enlo/vosavoma/humo/humo_002.cfm
    humidite maison
  • Status - COIN Web_IRC_arnaudb.net
    February 2, 2013 at 4:19:22 PM GMT+1 - permalink - archive.org - https://arnaudb.net:8080/?channels=RIE06
    irc master rie
  • Packaging software with RPM, Part 2: Upgrading and uninstalling software
    February 1, 2013 at 11:58:35 AM GMT+1 - permalink - archive.org - http://www.ibm.com/developerworks/library/l-rpm2/
    rpm spec
  • thumbnail
    Understanding the GRUB boot loader and Customize the themes | Ramki Java Blog
    January 30, 2013 at 11:48:55 PM GMT+1 - permalink - archive.org - http://www.ramkitech.com/2012/01/grub2-and-themes-customization.html
    grub linux
  • VLANs | Open vSwitch
    January 30, 2013 at 9:49:23 PM GMT+1 - permalink - archive.org - http://openvswitch.org/support/config-cookbooks/vlan-configuration-cookbook/
    openvswitch ovs
  • http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=WHY-OVS;hb=HEAD
    January 30, 2013 at 9:49:17 PM GMT+1 - permalink - archive.org - http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=WHY-OVS;hb=HEAD
    openvswtich ovs
  • http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=FAQ;hb=HEAD
    January 30, 2013 at 9:49:11 PM GMT+1 - permalink - archive.org - http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=FAQ;hb=HEAD
    openvswitch ovs
  • [Question] How To Disable Network Manager in Ubuntu 12.10 (Quantal Quetzal) | Liberian Geek

    network manager

    January 30, 2013 at 1:20:59 PM GMT+1 - permalink - archive.org - http://www.liberiangeek.net/2012/12/question-how-to-disable-network-manager-in-ubuntu-12-10-quantal-quetzal/
    linux manager network
  • Fedora 17 Boot Optimization (from 15 to 2.5 seconds) — Harald Hoyer
    January 29, 2013 at 12:56:42 PM GMT+1 - permalink - archive.org - http://www.harald-hoyer.de/personal/blog/fedora-17-boot-optimization-from-15-to-3-seconds
    fedora linux
  • Tutoriels/Mettre LWJGL à jour - Minecraft Wiki
    January 28, 2013 at 9:55:27 AM GMT+1 - permalink - archive.org - http://fr.minecraftwiki.net/wiki/Tutoriels/Mettre_LWJGL_%C3%A0_jour
    lib minecraft
  • [LINUX] Using Any Program over SSH proxy | Open Source Club at Ohio State University

    Ok the title may need some work but I am really excited that I found a way to make virtually any application to run over a SSH proxy without having to directly have support for the SOCKS protocol.

    The first thing you need to do is go to SourceForge and download an application call proxychains. If you are using a debian based distribution, particularly Ubuntu you can simple use
    sudo apt-get install proxychains

    Once you have installed proxychains you need to connect via SSH to your SSH serve. You can use something like this:
    ssh -fqND 5555 yanovich@10.28.183.40

    This creates a connection to your ssh server and lets it run in the background. The 5555 is the port number it will run on the local level (the computer you can running proxychains from).

    Next you need to edit /etc/proxychainds.conf (you'll need sudo permission to do this).

    Uncomment "dynamic_chain" (by removing the # at the beginning of the line)
    comment out "strict_chain" by adding a # to the beginning of the line.
    Uncomment "quiet_mode" (This is not recommended the first time you do this. I would recommend doing this the second through once you are familiar with this and can see it is working).
    Add "socks5 127.0.0.1 5555" on a new line at the bottom of the file.
    Save

    Now run the program you want to have applied this settings towards. For my situation I wanted to be able to use Opera Web Browser over SSH proxy but Opera doesn't have built-in SOCKS support.
    $ proxychains opera

    That line of code in the terminal will launch the Opera Browser and direct all traffic through the SSH proxy.

    The above is recommended to be used for applications that do not natively support SOCKS. I would recommend doing the above in addition to apply a system wide setting (for Ubuntu you can do this through System > Preference > Network Proxy).

    January 28, 2013 at 9:45:58 AM GMT+1 - permalink - archive.org - http://opensource.osu.edu/node/122
    linux proxy
  • Linux: HowTo Encrypt And Decrypt Files With A Password

    chiffrer un fichier avec gpg

    January 28, 2013 at 7:14:40 AM GMT+1 - permalink - archive.org - http://www.cyberciti.biz/tips/linux-how-to-encrypt-and-decrypt-files-with-a-password.html
    chiffrer encrypt security
  • Xiki

    next generation shell

    January 26, 2013 at 12:00:35 PM GMT+1 - permalink - archive.org - http://xiki.org/
    linux shell
  • On TermKit — Acko.net

    next generation linux shell

    January 26, 2013 at 11:59:50 AM GMT+1 - permalink - archive.org - http://acko.net/blog/on-termkit/
    linux shell
  • Bienvenue à CAcert.org
    January 24, 2013 at 9:58:47 PM GMT+1 - permalink - archive.org - https://www.cacert.org/index.php?id=1
    certificat ssl
Links per page: 20 50 100
◄Older
page 157 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation