4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 5 / 9
Newer►
178 results tagged linux x
  • [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).

    28 janvier 2013 à 09:45:58 UTC+1 - permalink - archive.org - http://opensource.osu.edu/node/122
    linux proxy
  • Xiki

    next generation shell

    26 janvier 2013 à 12:00:35 UTC+1 - permalink - archive.org - http://xiki.org/
    linux shell
  • On TermKit — Acko.net

    next generation linux shell

    26 janvier 2013 à 11:59:50 UTC+1 - permalink - archive.org - http://acko.net/blog/on-termkit/
    linux shell
  • TechComparison - Linux Virtualization Wiki
    24 janvier 2013 à 16:56:40 UTC+1 - permalink - archive.org - http://virt.kernelnewbies.org/TechComparison
    linux virtualisation
  • Screen : Le gestionnaire de fenêtres en ligne de commande - Linux
    17 janvier 2013 à 22:26:45 UTC+1 - permalink - archive.org - http://dev.petitchevalroux.net/linux/screen-gestionnaire-fenetres-ligne-commande-linux.190.html
    linux screen
  • wget et protection htaccess - LinuxFr.org

    pour récup une ressource protégée par un wget, utiliser ces deux parametres dans la commande wget : --http-user=user --http-password=password

    17 janvier 2013 à 21:38:51 UTC+1 - permalink - archive.org - http://linuxfr.org/forums/g%C3%A9n%C3%A9ralg%C3%A9n%C3%A9ral/posts/wget-et-protection-htaccess
    linux wget
  • What is the Kernel? - Linux Kernel Newbies
    12 janvier 2013 à 11:36:19 UTC+1 - permalink - archive.org - http://kernelnewbies.org/What_is_the_Kernel%3F
    kernel linux
  • Using Top More Efficiently Linux article
    11 janvier 2013 à 09:29:43 UTC+1 - permalink - archive.org - http://www.linuxforums.org/articles/using-top-more-efficiently_89.html
    linux top
  • thumbnail
    Linux Toolkits: Understanding memory usage from top and htop
    11 janvier 2013 à 09:18:42 UTC+1 - permalink - archive.org - http://linuxtoolkit.blogspot.fr/2010/02/understanding-memory-usage-from-top-and.html
    linux top
  • gtk-recordmydesktop

    Un outils sous linux pour faire des screecast
    Format de sortie en ogv

    gtk-recordmydesktop

    9 janvier 2013 à 14:52:31 UTC+1 - permalink - archive.org - http://recordmydesktop.sourceforge.net/about.php
    linux screencast tools video
  • LVM HOWTO
    7 janvier 2013 à 09:15:01 UTC+1 - permalink - archive.org - http://www.tldp.org/HOWTO/LVM-HOWTO/index.html
    linux lvm
  • [ubuntu] Find out Driver for Network Card - Ubuntu Forums
    21 décembre 2012 à 09:17:23 UTC+1 - permalink - archive.org - http://ubuntuforums.org/showthread.php?t=1895156
    driver linux network
  • Ubuntu/Debian: Partager un dossier entre utilisateurs avec les ACL - sorrodje.alter-it.org
    19 décembre 2012 à 21:32:32 UTC+1 - permalink - archive.org - http://sorrodje.alter-it.org/index.php?article39/partage-de-dossiers-avec-les-acl
    acl linux
  • Configuration d'exim4 avec Gmail - Linux - debian
    18 décembre 2012 à 10:48:21 UTC+1 - permalink - archive.org - http://dev.petitchevalroux.net/linux/configuration-exim4-avec-gmail-linux.19.html
    debian exim linux mail
  • Here we go, Luna Beta 1! | elementary
    16 décembre 2012 à 08:58:01 UTC+1 - permalink - archive.org - http://elementaryos.org/
    distribution linux
  • SolusOS | Shine ON
    15 décembre 2012 à 00:12:29 UTC+1 - permalink - archive.org - http://solusos.com/
    distribution linux
  • How To Tar A Directory In Linux With A Shell Command
    12 décembre 2012 à 16:16:15 UTC+1 - permalink - archive.org - http://www.wallpaperama.com/forums/how-to-tar-a-directory-in-linux-with-a-shell-command-t6920.html
    linux tar
  • 6 bonnes raisons d'installer Xubuntu ou Lubuntu sur son ordinateur quand on est Linuxien - Cyrille BORNE et Associés
    30 novembre 2012 à 22:49:50 UTC+1 - permalink - archive.org - http://www.cyrille-borne.com/index.php?post/2012/06/28/6-bonnes-raisons-d-installer-Xubuntu-ou-Lubuntu-sur-son-ordinateur
    distribution linux
  • Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Debian Squeeze
    14 octobre 2012 à 12:32:15 UTC+2 - permalink - archive.org - http://www.howtoforge.com/virtual-hosting-with-pureftpd-and-mysql-incl-quota-and-bandwidth-management-on-debian-squeeze
    debian ftp linux server
  • Créer un raccourcis gnome shell

    [09:18:59] amm@lynch:/usr/share/applications$ cat eclipse.desktop

    [Desktop Entry]
    Encoding=UTF-8
    Name=Eclipsee
    GenericName=Eclipsee
    Exec=/home/amm/bin/ecl_launch.sh
    Icon=/home/amm/bin/eclipse/icon.xpm
    Terminal=false
    Type=Application
    Categories=Application;Development;

    une fois qu'on a fait ça, l'application est accessible dans les menus et aussi accessible pour créer un launcher

    5 octobre 2012 à 09:21:20 UTC+2 - permalink - archive.org - https://links.infomee.fr/?c7Rijg
    eclipse gnome launcher linux
Links per page: 20 50 100
◄Older
page 5 / 9
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation