Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Monday, 8 December 2008

Japanese and Korean fonts in Ubuntu

Gnome terminal is known for being a resource hog. When it reached 130 megabytes for a recently-opened terminal I looked into it.

Thanks to Gnome Live memory reduction this was fairly easy.

Using cat /proc/nnn/smaps I could see Korean and Japanese fonts using lots of memory. I don't usually need these...

Try searching for "batang", "kochi" and "uming"- I've removed these from my Ubuntu.

Tuesday, 23 October 2007

SSH web proxy through a firewall

del.icio.us Tags: , , , ,

Rather a buzz-word heavy title, but if you need to sort out decent web access from behind a firewall/proxy, use:

ssh -ND 9999 user@server.net

The web browser should then be configured to use the proxy "localhost:9999".

Tuesday, 9 October 2007

X processes remote and local

Like this person
del.icio.us Tags: , ,
, I'm also finding running firefox on a remote box just opens a window on the local box... Hmm...