Create a SSH Tunnel for Firefox to surf securely

March 30th, 2008


View original post


A ssh tunnel for Firefox to a remote computer is good security measure. Especially when connecting via an untrusted network like a wifi hotspot or other public networks. The tunnel encrypts and sends the data to your remote machine then it is sent over the web to your destination. This tutorial assumes you have an account on a remote machine you can ssh into. This is a pretty easy set up.

Now all you need to do is login your remote computer that you have access to with SSH then issue this 1 command

ssh -D 9999 -C me@ipaddress.com

The -D switch - Specifies a local “dynamic” application-level port forwarding. We are also adding the -C switch for compression.

Next we need to put the settings into Firefox.

Firefox> Edit> Preferences> Advanced tab> Network tab> Settings button.

Select Manual proxy configuration

SOCKS Host: localhost Port: 9999

SOCKS v5

No Proxy for: localhost, 127.0.0.1

Note: Sometimes localhost can cause a problem. If your settings are right and it still is not working replace localhost with 127.0.0.1.

View source post

How to get a Canon all-in-one printer working with Ubuntu

March 30th, 2008


View original post


These instructions are for Canon all-in-one printers (printer, scanner, and copier in one unit). These instructions are for the Canon PIXMA MP160, but these instructions can be adapted for other all-in-one printers in the Canon PIXMA series of all-in-one printers. This is done entirely in the terminal. All terminal commands are in boldface.

(…)
Read the rest of How to get a Canon all-in-one printer working with Ubuntu (269 words)


© admin for Ubuntu Geek, 2008. |
Permalink |
2 comments

Add to del.icio.us

Search blogs linking this post with Technorati

Want more on these topics ? Browse the archive of posts filed under General.


Related Articles at Ubuntu Geek:

  • Subscribe
  • How to install ATI Video Card in you linux System
  • How to Install Mozilla Prism in Ubuntu 8.04 (Hardy Heron)
  • Upgrade Ubuntu 7.10 (Gutsy Gibbon) to Ubuntu 8.04 LTS (Hardy Heron) Beta
  • mrename - A tool for easy and automatic renaming of many files
  • alltray - Dock any program into the system tray
  • View source post

    Encrypted swap partition on Debian

    March 30th, 2008


    View original post


    Encrypting a swap partition however is slightly tricky if one wants to also support suspend-to-disk (also called hibernation).

    View source post

    How to fix the Debian Lenny bug in which Epiphany always starts in "working offl

    March 30th, 2008


    View original post


    I’m just a user and wordy blogger, and I find it fascinating to learn how bugs are dealt with in software projects like Debian.

    View source post

    Looking Back on Debian 1.3

    March 30th, 2008


    View original post


    Back at the tender age of 12 I picked up a magazine at the Base Exchange. This magazine contained a CD. This CD contained Debian 1.3.

    View source post

    First Call for votes for the Debian Project Leader Elections 2008

    March 30th, 2008


    View original post


    Now it starts. This is the first call for votes for the Debian Project Leader election 2008.

    View source post

    How To Install The Openbravo ERP On Debian Etch

    March 30th, 2008


    View original post


    How To Install The Openbravo ERP On Debian Etch

    This document describes how to set up Openbravo ERP (enterprise
    management system) on Debian Etch. Taken from the Openbravo page:
    “Openbravo is an open source ERP solution designed specifically for the
    SME (small to midsize firm). Developed in a web based environment, it
    includes many robust functionalities which are considered part of the
    extended ERP: procurement and warehouse management, project and service
    management, production management, and financial management.”

    Read more…

    View source post

    How To Set Up SSH With Public-Key Authentication On Debian Etch

    March 30th, 2008


    View original post


    This mini-howto explains how to set up an SSH server on Debian Etch with public-key authorization (and optionally with disabled password logins).

    View source post

    How To Install ImpressCMS 1.0 Final On Debian Etch

    March 30th, 2008


    View original post


    This document at HowtoForge describes how to set up ImpressCMS 1.0 Final On Debian Etch.

    View source post

    Building IcedTea6 on Debian etch (stable)

    March 30th, 2008


    View original post


    As those who’ve had the unfortunate luck of being in our IRC channel over the past few days will know, I’ve been trying to build IcedTea6 on our Debian etch server again.

    View source post