- Ubuntu Studio - just about usably slow (the default when I installed it)
- Ubuntu - unusably slow
- Xfce - fastest of the three. Usable.
Anti-nuisance lawsuit warning: The purpose of these notes is to remind me, Zoegond, of stuff or to help me work stuff out. They may contain mistakes.
Quick
- ($a, $b....) = unpack("A2A7...", $packed)
- push( array, list )
Thursday, April 2, 2015
Making Ubuntu usable
Take note that the logon screen offers you a choice of three 'sessions', which you choose between by (before you log on) clicking the unlabelled Ubunto logo button towards the top right corner of the screen.
The choices are:
Wednesday, April 1, 2015
Scite
Scite properties files have significant whitespace:
x=1
sets 'x' to '1' whereas
x = 1
sets 'x ' to ' 1'
I've written a few config file parsers in my time, and I know laziness when I see it.
Subscribe to:
Comments (Atom)