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).

    January 28, 2013 at 9:45:58 AM GMT+1 - permalink - archive.org - http://opensource.osu.edu/node/122
    linux proxy
  • 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
  • TechComparison - Linux Virtualization Wiki
    January 24, 2013 at 4:56:40 PM GMT+1 - permalink - archive.org - http://virt.kernelnewbies.org/TechComparison
    linux virtualisation
  • Screen : Le gestionnaire de fenêtres en ligne de commande - Linux
    January 17, 2013 at 10:26:45 PM GMT+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

    January 17, 2013 at 9:38:51 PM GMT+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
    January 12, 2013 at 11:36:19 AM GMT+1 - permalink - archive.org - http://kernelnewbies.org/What_is_the_Kernel%3F
    kernel linux
  • Using Top More Efficiently Linux article
    January 11, 2013 at 9:29:43 AM GMT+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
    January 11, 2013 at 9:18:42 AM GMT+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

    January 9, 2013 at 2:52:31 PM GMT+1 - permalink - archive.org - http://recordmydesktop.sourceforge.net/about.php
    linux screencast tools video
  • LVM HOWTO
    January 7, 2013 at 9:15:01 AM GMT+1 - permalink - archive.org - http://www.tldp.org/HOWTO/LVM-HOWTO/index.html
    linux lvm
  • [ubuntu] Find out Driver for Network Card - Ubuntu Forums
    December 21, 2012 at 9:17:23 AM GMT+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
    December 19, 2012 at 9:32:32 PM GMT+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
    December 18, 2012 at 10:48:21 AM GMT+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
    December 16, 2012 at 8:58:01 AM GMT+1 - permalink - archive.org - http://elementaryos.org/
    distribution linux
  • SolusOS | Shine ON
    December 15, 2012 at 12:12:29 AM GMT+1 - permalink - archive.org - http://solusos.com/
    distribution linux
  • How To Tar A Directory In Linux With A Shell Command
    December 12, 2012 at 4:16:15 PM GMT+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
    November 30, 2012 at 10:49:50 PM GMT+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
    October 14, 2012 at 12:32:15 PM GMT+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

    October 5, 2012 at 9:21:20 AM GMT+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