Difference between revisions of "Howto Ubuntu"

From DiLab
Jump to: navigation, search
(Notes about installing and setup of various apps and features in Ubuntu)
(Notes about installing and setup of various apps and features in Ubuntu)
Line 12: Line 12:
* [[SciTe notes]] - the lightweight programmers editor
* [[SciTe notes]] - the lightweight programmers editor
* [[simpleproxy]] - Simple TCP proxy for linux
* [[simpleproxy]] - Simple TCP proxy for linux


* [[grep notes]] - grep and egrep usage tips





Revision as of 14:38, 13 May 2009

Notes about installing and setup of various apps and features in Ubuntu




Misc tasks

Other nice external links and howto-s

Tunneling to socks proxy

ssh-tunnel-socks-proxy

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