Difference between revisions of "Howto Ubuntu"
|  (→Other nice external links and howto-s) |  (→Other nice external links and howto-s) | ||
| Line 22: | Line 22: | ||
| ==== Tunneling ==== | |||
| [http://ubuntu.wordpress.com/2006/12/08/ssh-tunnel-socks-proxy-forwarding-secure-browsing/ ssh-tunnel-socks-proxy] | |||
|  In short: |  In short: | ||
|  $ssh -D 9999 username@ip-address-of-ssh-server |  $ssh -D 9999 username@ip-address-of-ssh-server | ||
|  Then set in Firefox to use a SOCKS proxy: “localhost", port 9999 |  Then set in Firefox to use a SOCKS proxy: “localhost", port 9999 | ||
| ==== Acroread on Ubuntu ==== | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
|  netstat -lnptu |  netstat -lnptu | ||
| ==== Listing members of a group ==== | |||
| I.e., the opposite to the command 'groups myuser' | |||
|  sudo apt-get install members     [if needed] | |||
|  members groupname | |||
Revision as of 14:02, 11 March 2009
Notes about installing and setup of various apps and features in Ubuntu.
- ssh with a private-public key
- svn notes - Subversion
- SciTe notes - the lightweight programmers editor
- simpleproxy - Simple TCP proxy for linux
- XMMS setup for Ubuntu 8.04 and up - from source
- XMMS setup for Ubuntu Hardy - from deb.
Contents
Other nice external links and howto-s
Tunneling
In short: $ssh -D 9999 username@ip-address-of-ssh-server Then set in Firefox to use a SOCKS proxy: “localhost", port 9999
Acroread on Ubuntu
The link: [1]
Check the ports and apps listening on them
netstat -lnptu
Listing members of a group
I.e., the opposite to the command 'groups myuser'
sudo apt-get install members [if needed] members groupname
