created 06 April 2009 in links tagged linux, mobile and openmoko.
Bad news for openmoko. Also,
To cut down costs, most of the telephony team was let go, including the FSO team.
http://lists.linuxtogo.org/pipermail/smartphones-userland...
created 07 August 2007 in links tagged appbundles, gnome and linux.
Ok, I’m in favour of application bundles. But this? This is scary
http://blogs.gnome.org/alexl/2007/08/07/experiments-with-...
created 24 July 2007 in links tagged deployment, linux, software and ubuntu.
The ability to build a simple shippable binary is one of the biggest things I love about developing for MacOS. It might just have become possible to actually ship binaries for linux as well.
http://arstechnica.com/news.ars/post/20070724-ars-at-ubun...
created 18 November 2006 in links tagged linux, presentation and python.
oooh, shiny python/linux presentation software for linux. Display only - no authoring, but I can cope.
created 06 September 2006 in links tagged deskbar, linux and rhythmbox.
use deskbar to control and select songs from rhythmbox
http://byte.csc.lsu.edu/~rrouss7/deskbar_plugins/rhythmbo...
created 29 June 2006 in links tagged evolution, gnome, linux and synchronization.
aaah, sync Evolution to a SyncML server. An important thing for me to be able to do.
created 03 June 2006 in links tagged linux, macos and opensource.
one of the things which perennially disappoints me is the number of OS X machines there in the hands of free software hackers
created 22 March 2006 in links tagged dell, linux and x1.
http://folk.ntnu.no/gronslet/blog/linux-on-a-dell-x1-aka-...
created 18 March 2006 in links tagged linux, wine and wow.
http://gentoo-wiki.com/HOWTO_Install_and_update_World_Of_...
created 11 March 2006 in links tagged linux, synaptics and touchpad.
A really good summary. Everyone should do this when they solve their problems…
http://www.linux.ie/lists/pipermail/ilug/2005-November/08...
created 14 September 2005 in links tagged linux, programming, software and x11.
created 23 June 2005 in blog tagged linux, screen, unicode and 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.