Screens

31 August 2008 in photos
in set Rome 2008 tagged with [gnome] [italy] [rome] [screen]
and is [geotagged]

My ‘nerd’ moment. I wandered past this, and my immediate thought was ‘they’re still using Gnome 1.2?’. Sigh.

http://flickr.com/photos/jerakeen/2838769327

 

Screens

oooooh dear

13 August 2008 in photos
tagged with [apple] [hardware] [macbookpro] [screen]
and is [geotagged]

I make that about 6 days out of warranty before it broke, then.

http://flickr.com/photos/jerakeen/2758986249

 

oooooh dear

New Powerbook G4 17” DDR2

24 October 2005 in links
tagged with [apple] [dpi] [powerbook] [screen]

new powerbook screen comparison

http://media.99mac.se/powerbook_hd/

disqus comments  

New Powerbook G4 17" DDR2

using utf-8 in irssi under screen

23 June 2005 in blog
tagged with [linux] [screen] [unicode] [utf8]

Firstly, tell your local terminal application that you want a utf-8 window. This is left to you, but under macos (which I use), right click the window, select ‘Window settings’, pick the ‘Display’ option from the drop-down, and pick utf-8 under ‘Character set encoding’.

Next, when you start the screen session, pass the ‘-U’ flag. This has to be passed to a new screen session - you can’t connect to an existing one this way.

screen -U

Alternatively, you can turn on the utf-8 flag for a single existing screen window by typing your hotkey (ctrl-a by default), then ‘:utf8 on’. This is good if you don’t want all of your windows to be utf now.

On the remote machine, make sure that the ‘LANG‘ environment variable is set to something UTF-8 like, for instance, I use

export LANG=en_GB.UTF-8

in my .bashrc.

Finally, you need to tell irssi to use UTF-8. Start it up in your new utf-8 window, and type

/set term_type utf-8

Hopefully everything should work now.

disqus comments