Wednesday, March 31, 2010

Show MySQL who is boss

Regaining control of a MySQL installation is not all that difficult. Trouble is, there are a lot of tutorials out there showing intermediate users how to reset their mysql root password. For total noobs like me,  it's not that we can't remember our password, it's just that mysql has a habit of getting installed with password=NO. In other words no password, therefore no root access.

Gaining access can quickly turn into a wild goose chase as you hunt down processes while risking your installation. If time is a factor, it can be days before you figure out the problem.  No fear, after battling with a variety of incomplete and badly written "guides", strange advice and the cult of msql administration.  I found a guide that works with my current mysql setup on Ubuntu Karmic. Thanks to the accurate and faithful nixCraft for being there for us.

I am reproducing the information below (which is under old school copyright) because without it I would be like stuffed. Hope nobody minds. It is common knowledge according to MySQL but laid out in a much clearer fashion. So if you reading this, take the time to check out nixCraft. Its a wonderful site.

Here are the steps you need to take. In all likelihood you need to run them as root. Do we need to tell you that? Not really, you knew that already didn't you?

Step # 1: Stop the MySQL server process.

Step # 2: Start the MySQL (mysqld) server/daemon process with the --skip-grant-tables option so that it will not prompt for password.

Step # 3: Connect to mysql server as the root user.

Step # 4: Setup new mysql root account password.

Step # 5: Exit and restart the MySQL server.

Here are commands you need to type for each step (login as the root user):

Step # 1 : Stop mysql service


# /etc/init.d/mysql stop
Output:
Stopping MySQL database server: mysqld.

Step # 2: Start to MySQL server w/o password:


# mysqld_safe --skip-grant-tables &
Output:
[1] 5988
Starting mysqld daemon with databases from /var/lib/mysql
mysqld_safe[6025]: started

Step # 3: Connect to mysql server using mysql client:


# mysql -u root
Output:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 4.1.15-Debian_1-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>

Step # 4: Setup new MySQL root user password


mysql> use mysql;
mysql> update user set password=PASSWORD("NEW-ROOT-PASSWORD") where User='root';
mysql> flush privileges;
mysql> quit

Step # 5: Stop MySQL Server:


# /etc/init.d/mysql stop
Output:
Stopping MySQL database server: mysqld
STOPPING server from pid file /var/run/mysqld/mysqld.pid
mysqld_safe[6186]: ended

[1]+ Done mysqld_safe --skip-grant-tables

Step # 6: Start MySQL server and test it


# /etc/init.d/mysql start
# mysql -u root -p

Monday, March 29, 2010

Ubuntu Global Jam report-back

Well Ubuntu Global Jam 2010 came and went. Since we took the bug out of Global Bug Jam, there now seems to be a move towards Free Culture jamming. Yes I am rather proud to have gotten the words "Free Culture" on the Ubuntu-Za LoCo poster.

With all the talk about the new music store it seems we also need to start including musicians and artists in the local mix. (Put the Love back into Ubuntu Global Love Jam!) Since my coding skills are rather rudimentary, I can only cheer people on in the pursuit of an ever more refined desktop experience.

After a rather downbeat start to the event on Friday, Saturdy and Sunday, Okay, I did have video issues with the Jono Bacon linkup during the week on ustream, and IRC trouble with bugs in Empathy, Telepathy and Pidgin, I headed up to the Shuttleworth Lab at UCT.

About 15 jammers were there and there was some kind of an informal programme/presentation. Guess I should have taken a bite of the opportunity to introduce the Ubuwiki and ZA-Free,  but this is all year round stuff so no worries.

But good news is ZA-FREE now has its own IRC channel on Freenode #za-free (we are not trying to get people to use linux, we are trying to get people to use freedom) and Ubuwiki, after a rather long hiatus, is going to losen up and follow soon.

Michael Graaf and I are conspiring to produce some subversive flash-stick material. It was interesting just logging in with one of the terminals and realising my mail in Seattle was sitting on a server that could run the bots we need to keep our channels open.

Good to meet up with Marcog in the real world, who helped me get out of the tricky ops situation on IRC friday night (with no xop, locked in a room, he came to my my rescue with the mode command).

Pizzas and Caramel Bears were flying all round turning the event into a CLUG + LoCo Double Thick Melted Sundae

A big shout out to Stefano as usual, and Adrian for entertaining me with the great OGG vs FLAC debate. Not sure if we need a bake off, but its coming, and also to the Jammer who gave me the Dollar to verify my shell account on the Super Dimension Fortress before it gets erased -- that was so intense dude. It was real.

Enter the discussion on bots and building the next big thang - a personal robot avatar who can go to Global Jams for you. Video Face 2 Face and play the part of the fellow who discovers the bug while saving an airline ticket (along with the planet). This idea is a hot one. It is only a matter of time before we all start hiring out personal robots as extensions of our life on IRC datalinks and so on.

Is this anything like the kind of artificial intelligence they promised us we would see in the 21st Century? Hell no, its your own intelligence amplified like  i android will be by machines, modulated, and mediated through minds via computer information technology.

Robot or Cyberborg still need to fight for their rights at Ubuntu Global Jam.

Part human and part machine, the combination always freaks people out.

Nothing new on that front, but just nice to see the essence being implemented in a computer lab.

What else to report, I saw some very  interesting consoles, and a few rocking user scripts, also some competition with Google Code Jammers.

I can claim victory for getting one Human Bug to accept his bug status, and another kid updated on Dell Wing Tux which is a lot better than any old school Tux.

Also before I forget - another two or three obsevations:

Total Absence of OpenSim at the Global Jam (Whatsup folks, no Virtual Reality in Ubuntu?)

Also where are the videolinks and people throwing Skypes?

Not enough bandwidth is no excuse for building something that will work with no bandwidth.

Finally, I  would have thought a couple of CCMixter DJ jams would have been in order but we still a long way from breaking through the ivy walled garden of the Shuttleworth Lab.

Keep those legal torrents flowing.

Up and running with Googletalk and Pidgin

I can't verify that this will work anywere else in the world. It works for me with Pidgin 2.6.6, with a machine sitting in Cape Town, South Africa connected via MWEB.

  1. Download & Install the latest version of Pidgin.

  2. Open Pidgin and go to Add / Edit Account window of Pidgin.

  3. From the drop-down box choose XMPP as the Protocol.

  4. For the Screen name enter your Google Id (Gmail Id). eg. ubuntupunk (without any @ symbol or domain).

  5. Server will automatically populate with gmail.

  6. Leave password blank and save password unchecked

  7. Under Advanced: Force old (port 5223) SSL: Checked

  8. Allow plaintext auth over unencrypted streams: Un-Checked

  9. Connect Port: 443

  10. Connect Server: talk.google.com

  11. Proxy type: Use Gnome Proxy Settings

  12. Start Pidgin. It should ask for password, enter and check save password


Troubleshooting

1. Under accounts. Scroll down to your account. Check to see if actions are available. If they are not then there is something wrong.

2. Go to this site

3. Invite yourself to Gtalk to VOIP.

4. Log into you Gmail Account.

5. Check to see if the invite has arrived.

6. Accept the invitation

Other guides

http://www.manast.com/2007/05/11/how-to-configure-pidgin-to-work-with-google-talk/

http://ubuntuforums.org/showthread.php?t=1386792

http://sriramblox.blogspot.com/2008/08/making-voice-call-to-google-contact.html

Friday, March 26, 2010

Time for a Software Sources makeover?

[caption id="attachment_1450" align="alignleft" width="224" caption="Z right in the middle"][/caption]

The reason why the list in Software Sources is only half-ordered is because my  sources.list is alphabetized, while the ad-apted ppas are not. A simple request surely -- Software Sources with a bit of the old ABC?

Also, why do we have to manually #comment ppa sources? The basic information headings about a ppa  should be automatically included whenever we add-apt.

This might seem trivial, but when all this information gets into Software Sources, it can mean the difference between having an intelligent system and a dumb terminal. It should be relatively easy to see exactly where each package originates and who is maintaining what.

Default filters do not supply the kind of information one needs on a growing system/ecosystem.  A simple plugin to change the views in Software Sources would be an advance. In fact anthing which increased the functionality from a user perspective would be welcome.

UPDATE: my bugs filed on this issue

software-properties-gtk lacks version number


software-properties-gtk fails to list ppas in alphabetical order




software-properties-gtk lacks search box

Ubuntu One and FEBE

Well here is an interesting question. If FEBE the "Firefox Environment Backup Extension" can support Box.Net, then why not Ubuntu One? For that matter, why is there no Ubuntu One or DropBox extension for Firefox? Maybe there already is, I'll do a little more research and see what pops up. In the meantime, you can install FEBE

UPDATE: I just received news that as of today, 4-04-2010, Ubuntu One will have a Firebox Bookmarks synch facility. A step in the right direction.

Open Sop P2P video links in Firefox

The following is from the Sopcast installation page on Google Code

When you make sure that Sopcast is functional, close it. Here's what I did to open sop:// protocol links automatically in Firefox:

1. In Firefox, in the Location bar, type about:config and press Enter.

2. Right-click anywhere in the grid, choose New, then String.

3. In the Enter the preference name prompt, type in network.protocol-handler.app.sop and press OK.

4. In the Enter string value prompt, type sopcast-player and press OK.

5. Try to open sop:// link on your favorite website and you will be presented with dialog box where you can search location of sopcast player. Navigate to ~/usr/bin and point to sopcast-player and click OK.

6. OK out of dialog box and now all sop:// links should open sopcast player automatically.

Please note that parts 5 and 6 were written from memory so some of the wording might be incorrect but it should be pretty intuitive.

Hope this helps, Iakov.

Thursday, March 25, 2010

Gourmet Recipe Manager

[caption id="attachment_1437" align="alignleft" width="270" caption="Cooking with Ubuntu"][/caption]

Following on our popular Ubuntu Aubergine Recipe for this week's coming Ubuntu Global Jam, we have installed the Gourmet Recipe Manager. Gourmet has a simple yet effective interface (it could also do with a recipe ppa section to stream recipes from your favourite chefs.)  However, it can import web pages, just not automatically, and it is only a matter of time after installation until your database is populated with delictable recipes whose URLs are entered by hand. Yes, its time to share your secret recipes for slow food while creating foodbanks to feed the world!
sudo apt-get install gourmet

Tuesday, March 23, 2010

So much nicer with ionice

Use ionice to give different processes more priority on reading and writing to your file system. A good example is the Transmission torrent client, which I prefer to run in the background most of the time. You have to get the Process ID (PID) by using the System Monitor, which can be ran from the Administration menu or by pressing ALT+F2 gnome-system-monitor. Go to the process list and find the name of the program (transmission in this example), copy the PID, and then press ALT+F2 gksudo ionice -c 3 -p 1234 where 1234 is instead the PID. I used 3 here to make it use Idle scheduling, but you can use 1, 2, and 3 for varying degrees. See man ionice for how that works in detail.

from: http://santiance.com/tag/ubuntu/

Sunday, March 21, 2010

q4wine please

q4wine is a nice frontend for WINE written in qt which allows you to manage more than one WINE installation, manage processes, setup fake drives, manage prefixes and a whole lot more. Support for winetricks is also in the pipeline. Good to see some free development around the open source "windows application layer".  Given enough encouragement, there is no reason why we shouldn't see more development occuring as the open-source community prays for better Linux and Windows integration.

Ubuntu drifting away from open source?

First there was news that Yahoo would be the default search engine in Ubuntu, then we heard about the move to a closed source Single Sign on Service built on OpenID, now we find out that the Ubuntu Music Store will be sacrificing the open-source ogg-theora format for proprietary MP3. Is Ubuntu drifting away from the Open-Source movement?

The trend would appear to be a dangerous flirtation with closed-source and proprietary systems as minuscule changes in the way the Ubuntu community functions begins to add up to a huge shift away from Open-Source movement which created Ubuntu in the first place..

Let's take a look at what each of the above trends represents:

Yahoo = $$$$ = Microsoft-friendly strategic move.

Closed ID = an Easy Betrayal (+1 for the securocrats)

MP3 = $$$$ (plus DRM always an option)

Should we be worried? Well yes and no. The Yahoo search engine can be easily changed for another, less Microsoft-based search; MP3s bought via the Music Store can be converted to Ogg (the decoder is now in the official repository), but there is going to be no alternative to using ClosedID. Slowly but surely we are moving towards a closed source universe like Windows. Why should Ubuntu users have to change the default on Freedom? The default for software-freedom is free. This is what we all want, and therefore I encourage readers to kick up a fuss about the lack of support for Ogg Theora in the Music Store and the new ClosedID system.

Friday, March 19, 2010

A Wikipedia query in your terminal

Open ~/.bashrc with your favourite editor.
gedit ~/.bashrc

Place the following to the end:
#wikipedia
function wiki () {

COLUMNS=`tput cols`

dig +short txt "`echo $@`".wp.dg.cx | sed -e 's/" "//g' -e 's/^"//g' -e 's/"$//g' -e 's/ http:/\n\nhttp:/' | fmt -w $COLUMNS

}

Reset your bash terminal: $bash

To invoke type wiki <subject-of-your-query>. It will return some interesting and useful information.

Wednesday, March 17, 2010

The real brains behind Ubuntu

[caption id="attachment_1373" align="alignleft" width="179" caption="Barney - the real force behind Ubuntu's new design change."][/caption]

Tuesday, March 16, 2010

Unleash the audio power of Nautilus

It's taken me a while to access the full power of Nautilus. Yes, I've always known about the convenient "open in terminal" which appears if you install Nautilus Actions, and  adding scripts to Nautilus has always been a cinch (just drop them in the  ~/.gnome/nautilus-scripts, and chmod +x ) but have you tried some of the cooler music addons?

Get Nautilus to Play Banshee

Enqueue files in Rythmbox

Enqueue files with VLC

Enqueue in Audacious or add a similar nautilus action

Download Cover Art with Nautilus

Check out g-scripts

Monday, March 15, 2010

P2P video streaming with Ubuntu

Love some of the technology coming out of the East. The SopCast player is revolutionising streaming video on low-bandwidth.There is both a CLI version and a GUI front-end which will hopefully spur developers to produce regional variations. P2P has the potential to liberate us all from the shackles of national broadcasters and greedy pay-channels, especially in poorer developing countries. P2P also represents an ingenious way around state censorship and propoganda machines. Viva Linux Freedom.

First install the Sopcast Ubuntu PPA which will manage the installation of SopCast Player

echo "deb http://ppa.launchpad.net/jason-scheunemann/ppa/ubuntu `lsb_release -cs` main" | sudo tee -a /etc/apt/sources.list && sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CD30EE56

Now that the repositories are installed issue the following commands to install sopcast-player:

sudo apt-get update && sudo apt-get install sopcast-player

In certain countries you may need to install the Medibuntu repositories to satisfy the VLC dependency requirement.

Use the following command to install the version of Medibuntu relevant to your Ubuntu release:

sudo wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list --output-document=/etc/apt/sources.list.d/medibuntu.list && sudo apt-get -q update && sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring && sudo apt-get -q update

Additional installation instructions can be found at https://help.ubuntu.com/community/Medibuntu.

http://www.sopcast.com/

Install the deb via apticon

If you're running Karmic you will probably have to install libstdc++5. Here is how.

Some P2P Channels available on the Web

Link to Ubuntu Forums Sopcast thread

Thursday, March 11, 2010

Stats

[caption id="attachment_1341" align="alignleft" width="300" caption="450+ spike due to new design ethos"][/caption]

Monday, March 8, 2010

Sushi Huh provides alternative "offline" installation

[caption id="attachment_1324" align="alignleft" width="300" caption="Freedom with Ubuntu on the menu"][/caption]

Like Keryx the geeky but groundbreaking offline installer we reported about earlier, this new method assumes you have some internet access, in all likelihood, at an iCafe. Unlike Keryx it has a web-interface and a cool name but downloading is limited to the official repos.

Surely an opportunity for Ubuntu  to get it's own Sushi Huh interface together ?

The system caters to other Linux distros like OpenSuse and there is no reason why Ubuntu shouldn't take the initiative and fly the new colours?

If  only there was a way to make the web a lot more ubiquitous in places where there are no phone lines and/or electricity. Better yet, try to imagine keeping a star-traveler  with an intermittent and often disrupted connection updated. A system in which the ppa network could be the Achilles heel affecting the functionality of a computer with Moon-only bandwidth.

http://www.webupd8.org/2009/12/sushi-huh-easily-download-packages-for.html

Photo Film Strip

The lack of an iMovie application in Ubuntu is one of the serious problems with the distribution. It makes us look like amateurs which is why news that PiTivi is going to be included by default is good news, at least in terms of driving development around video editors.

Here is a nice edition to any video applet collection. Photofilmstrip turns collections of images into movies. Doesn't appear to be any way of adding a soundtrack, but that is easily accomplished by importing into PiTivi, Kdenlive or Lives.

http://www.photofilmstrip.org/download.html

Unofficial Ubuntu Store

[caption id="attachment_1307" align="alignleft" width="300" caption="World first: An unofficial Ubuntu Store in Chile"][/caption]

Skype plugin for Pidgin

Get your Skype contacts in Pidgin

http://eion.robbmob.com/skype4pidgin.deb

Sunday, March 7, 2010

Three essential gnome-panel applets.

I'm always on the look-out for great gnome-panel applets, so much so that my top gnome-panel is getting a bit crowded. I could do with a drop down  panel that provides what is essentially a toolbox of live applets. But since this isn't available, I am reporting on three essential applets which have taken residence and to which I have given the last remainng real estate. So it really is time for a better solution to the entire top gnome-panel story.

Time Tracker from Project Hamster is an activity tracker which allows you to create activities which are then tracked. The tracker then creates  an Overview and Statistics which may assist you in monitoring which activities are taking up your time. It's a nice compliment to Gnome Activity Journal.

Disk Mounter 2.28.0 is the essential applet for unmounting your flash drives safely. It also keeps tabs on other media which may be plugged in like a second hard-drive.

[caption id="" align="alignnone" width="365" caption="Music Applet provides functionality"][/caption]

Music Applet, is an applet for Gnome panel that allows you to  control some audio players such as: amarok, banshee, vlc, XMMS2, Rhythmbox, Exaile and others.

$ sudo aptitude install music-applet

Or download it as. Deb package from GetDeb.

Once installed it from add to panel (right click empty area of the panel)> Add to Panel ...> Music Widget

It  Appears in the control panel and clicking on the right, and choosing the option "Add" and you can select the preferred player you want  to control.

Open-Officer thumbnailer

In a similar vein, the ability to preview OpenOffice documents in Nautilus is news to me, but at least five months have passed in the Spanish speaking world in which Ubuntu Life blogged about it.

By  default Ubuntu does not carry Thumbnail support for OpenOffice documents.  Install OOO-thumbnail to preview the document from Nautilus in Gnome. If you use KDE then install KDE OpenOffice Thumbnail Plugin to preview OpenOffice documents from Konqueror and Dolphin.

Nautilus OpenOffice Thumbnail Plugin

$ sudo aptitude install ooo-thumbnailer

After completion, restart nautilus with:

$ sudo killall nautilus

Coverthumbnailer - thumbnails for your music folder and more

[caption id="attachment_1287" align="alignleft" width="300" caption="Add thumbnails of your album covers to your music folder"][/caption]

I am extremely excited about this addition to Nautilus. Fixes one of my favourite Windows 7 vs Ubuntu gripes (see previous post),  as far as my music folder is concerned.


Cover Thumbnailer is a well-packaged  python script which handles preview thumbnails (thumbnails) of  folders when you browse your folders with Nautilus file manager.

Download the deb file.   Install and once installed restart Nautilus with the command "killall nautilus && nautilus"  or just  logout and log back in.

I vote this amazing script be included in Lucid!!!

If you want to hack a bit, you can place an image called "Folder.jpg" or "folder.png in the folder you want to customise.  Nautilus, automatically creates a thumbnail for that folder with the selected image.  Using images of 100 × 100 pixels is recommended.  You may need to clear the thumbnail cache to regenerate them, but I had no problem. Yes, a script to batch process  images, convert them to 100 × 100 pixels, while saving them as  Folder.jpg or folder.png and put them in the correct directories in you Pictures folder would be nice.

This Nautilus Action from GrumZ.Net definitely fits the bill: Rename to folder.jpg

Nautilus Actions must first be installed via Synaptic. To configure, import the schema using the nautilus-actions-config import wizard. System > Preferences > Nautilus Actions Configuration

Thank you to the wonderful http://ubuntulife.wordpress.com for introducing me to Coverthumbnailer.

BashStyle-NG 7.9 - Colors in terminal

BashStyle-NG is a graphical tool that allows us to easily change the behavior and appearance of the terminal. It comes with 15 pre-defined styles that you can change as well as create your own. You can define up to 7 Alias, control the type and amount of orders to recall in history, put a message of welcome, change the startup path and lots of other options.

http://www.nanolx.org/apt/pool/main/b/bashstyle-ng/bashstyle-ng_7.10-1nano_all.deb

Ubuntu Tai Chi Positions Chart

[caption id="attachment_1281" align="alignleft" width="300" caption="Lucid Lynx making a break with tradition"][/caption]

Friday, March 5, 2010

Ubuntu Aubergine Dip



Celebrate Ubuntu Global Jam with an Ubuntu Aubergine Dip!


ingredients


2 1/4 lb (1 kg) aubergines
1 medium-sized onion
2 small green peppers
1 green chilli pepper (optional)
1 lemon
1/2 clove garlic
5 tbsp Greek yoghurt
pinch caster sugar
4 tbsp extra-virgin olive oil
salt and pepper

garnish with:


Kalamata olives

serve with:


pitta bread




method


1. Preheat the oven to 400°F (200°C) mark 6.2. Slice off the ends of the aubergines, peel them and cut lengthwise in half. Cover a baking sheet with foil and place the aubergines on it, cut sides uppermost. Bake in the middle of the oven for 30 minutes or until tender.

3. Meanwhile, peel and chop the onion very finely. Remove the stalk, seeds and inner membrane of the green peppers and the chilli pepper if used. Chop these very finely also.

4. Fry the onion and peppers very slowly in 2 tbsp of the oil for about 10 minutes, stirring frequently, until soft but not at all browned.

5. Take the aubergines out of the oven when they are done and allow to cool for a few minutes before scooping out and discarding any seed-bearing sections with a spoon.

6. Cut the aubergines into small pieces, place in the food processor with the lemon juice, the remaining oil, the peeled garlic clove, yoghurt, 1/2 tsp salt and a pinch of sugar; process until very smooth.

7. Transfer this thick puree into a serving bowl, stir in the onion and pepper mixture and add a little more salt and freshly ground pepper. Chill for 30 minutes.

8. Garnish with black olives. Serve with pitta bread.



Another way of looking at Ubuntu's new design ethos

[caption id="attachment_1248" align="alignleft" width="300" caption="Naartjie + Aubergine = New Design"][/caption]

[caption id="attachment_1253" align="alignleft" width="300" caption="Added some stock eyes and a mouth"][/caption]

What is a Naartjie?

Another way of looking at Ubuntu's new design ethos

[caption id="attachment_1248" align="alignleft" width="300" caption="Naartjie + Aubergine = New Design"][/caption]

[caption id="attachment_1253" align="alignleft" width="300" caption="Added some stock eyes and a mouth"][/caption]

What is a Naartjie?

Turning Gimp into Photoshop

This is an extremely useful tutorial from Wizard 101 central.

Ubuntu Cheat Cube



Great to see the cube concept is being used. Ubuntu needs a lot more spheres in the battle against the straights.

Download

Customise your Metacity Homosapien Theme

With all the noise about the new Lucid Light concept, I think it is best to just stand up for the Metacity Homosapien which still rocks my world in Karmic. For those who want to stick with brown but want something a bit more customised, here is a Metacity Homosapien Customizer.

Hover Nautilus mockup

[caption id="attachment_1234" align="alignleft" width="300" caption="Finally choices in Nautilus as development takes off"][/caption]

Here is the link to test Hover Nautilus

Thursday, March 4, 2010

Ubuntu latest design ethos

[caption id="attachment_1227" align="alignleft" width="300" caption="Ubuntu design equation"][/caption]

You are Ubuntu!

http://www.youtube.com/watch?v=teUFBU2l-xM&feature=player_embedded

Ubuntu Linux and Ubuntu Cola, a connection?

Is there a connection between Ubuntu Linux and fair trade Ubuntu Cola? Judging by the new logo change, Ubuntu could well be on the path to world domination.

So Drink Ubuntu!!!
http://www.youtube.com/watch?v=oumVumoEgCo&feature=player_embedded

Andy Cato is one half of Electronic Dance movement Groove Armada and he is a big fan of Ubuntu, at least the Cola version.

Ubuntu's Maroon picking up Red and Brown

[caption id="" align="alignnone" width="630" caption="Maroon text and wallpaper complements evil Orang Tang"][/caption]

You can see the maroon cool coming out in the text and wallpaper. Yes Maroon has a strange history and is known as a weird colour. Thankfully it brings out Ubuntu eccentricity and playfulness. Maroon works well with Orange, but both colours on their own FAIL miserably. Nobody wants to be known as the Maroon company or the Orange company, but Orange + Maroon, we can live with.

The danger however, is that we could all suddenly go Pink or Purple overnight i.e. Mauve, forgetting that it is the blacks, reds and browns which link Ubuntu to Africa. Old Mauve and Maroon have a lot in common, the former is usually associated with household decor, while the latter is a corporate standard..

Maroon will save us

Turns out Popeye is the guy from the Ubuntu UK Linux Podcast and not somebody at Canonical. Sorry Popeye, had you confused with a Shuttleworth minion for a brief while. Waking up to the new reality -- Ubuntu has a new crappy logo or the old one got bent out of shape after a tussle between Richard Stallman and Linus Torvalds  isn't as bad as it seems. The reason is the leap of faith necessary to become the world's first Maroon distribution!

There I was thinking black was out and Ubuntu was not only on weightwatchers but into Fanta Orange and Orange Tang in a big way, when along comes Fanta Grape, no kidding. Designer Chris Jones has a bubbly method in his soda madness.

[caption id="" align="alignleft" width="473" caption="A Maroon-ish boot screen with the logo bolded."][/caption]

Chris, I  love the  new Maroon aka Aubergine CD cover, wallpapers and boot screen, but can't say I'm mad about the emerging Lucid Gold and Charcoal themes in combination but don't quote me, I could be wrong, more detail and the new Murrine engine could make a huge difference if we get the shading right. Word of advice - stay away from Gold, Greysville is a lot better than Yellow. In other words, lets have a Snow Leopard Lynx option even if it kills us.

[caption id="" align="alignleft" width="606" caption="CD Concept - The Orange Tang is almost palatable next to a Maroon cover"][/caption]

Wednesday, March 3, 2010

Lucid = Light = Less Relevent?

[caption id="attachment_1230" align="alignleft" width="300" caption="Controversial choice for new logo"][/caption]

While some people might associate Lucid with Clarity or Lucid as in Lucid Dreams, the folks at Canonical, Ubuntu's sponsor, seem to be going a little overboard on the lightness metaphor.

Is Canonical creating a new generic "corporate identity" for Ubuntu inspired by light, as in Coke lite?

It had to happen I guess, what with the recent Canonical shake-up. IMHO the new thinner Ubuntu logo looks a lot like cheap corporate stationary and less like the fatter and blacker Linux distribution we all love.

Has Ubuntu as in " Linux for Human Beings" been put on a diet  by designer Chris Jones  Are we about to see NoFuntu Fanta -- Linux for Carbonated Soda Drinks? If  Ubuntu is a soft-drink it really deserves more CO2 bubbles.

I don't get  the reasoning by Jones for not being uniquely relevant anymore: "Ubuntu is six, we have to stop playing with our crayons and grow up" is a piece of schtick if ever I saw one. "Playing with Ubuntu" is precisely why people turn to Ubuntu as an alternative OS. Goodness, do we all now have to fit everything into an Oracle Office vision of the world, in which nothing but productive clones exist, without any life purpose except to go to work?

Whatever happened to being human? Or being African and wholesome? Both black and brown are being  jettisoned, as we speak, in favour of outrageously unfashionable White and Orange.

Really now, the 1970s Orange Tang is so overdone as a design statement over the past decade, one might as well conceive of an OS from the Orange Free State or the former Transvaal. Think Cheesy as in sleazy. What next, fur on the desktop? Pimping Ubuntu is pretty sick, I guess.  I really hope the folks at Canonical wake up before they forget: Ubuntu will always be  a Community distribution based on Freedom, the four freedoms to be exact. Also Nelson Mandela's Principle Number 1. Which is why Orange is the one crayon you have to be careful with. Black, Grey, Red, anything but the Big O on its own. As for the typface, you heard write, it's a disaster from a monitor screen point of view, which is why I predict, those funky new letters will fatten up as practical issues such as visibility come into play.

Colours come and go, the typeface which made Ubuntu totally unique is an example of the playfulness in which the original design team appropriated pop-art with a style that will outlive today's horrible thinness. In six-months nobody will remember the exact point size of the redesign. They will remember only that it was thin as opposed to fat and that fat always comes back, no matter what diet you on.

[caption id="" align="alignleft" width="300" caption="Alternative thin but still black choice"][/caption]

Install Microsoft theme packs in Ubuntu

If you pining away for those gob-smacking Windows 7 theme wallpapers, here is how to install them in Ubuntu


1. Download any one of the theme packs from Microsoft

2.Install p7zip-full via Synaptic

3. Change the .theme extension to .7z and open with archive manager by right-clicking on the file

4. Extract the wallpapers and install via Appearance Preferences

If you really need to get the wallpaper to change automatically every so often, be a devil and install Wallpaper Tray.

While you at it, you may as well change the Xsplash background picture.

Here’s how:

Installing  Xsplash-Background-Settings will allow you to choose one of your new wallpapers as the background. No more gloomy Ubuntu.

Add Xsplash-Background-Settings ppa
deb http://ppa.launchpad.net/meerkat/stable/ubuntu karmic main

apt-get update

apt-get install xsplash-background-settings

The programe will ask you to paste a piece of code in a terminal to change the permissions on the xsplash folder. Do it.

Windows 7 conversion to Ubuntu

I'm busy writing this as the Ubuntu installer is doing what it was designed to do,  deleting an installation of Windows 7 on a newish Samsung laptop. A close friend of mine is all fired up about Ubuntu and I guess there are going to be some comparisons to be made, after persuading him that having one installation ( as opposed to duel-booting) is the only sane way to go (No sense in having Windows AND Ubuntu problems, and if you have problems, let them be Ubuntu ones!). How does Ubuntu rate in terms of presentation?

Yes Windows 7 aside from the commercial excess and Microsoft cant, is a feisty thang indeed, a buxom blonde  whose features  stay with you for about a week or two, pity about the avaricious personality.

Yes, t'is not just the eye-candy, the OS is a beauty in the user interface department with some fine touches, like file previews in the taskbar, tool bars in the file manager, animations and system-wide sounds, which really all put KDE to shame.

There is no point in comparing Windows 7 to Gnome, so I won't even try. But the encounter with the dark side got me thinking:

We've really become too reliant on Compiz to save us at the end of the day. Enabling the default settings in Ubuntu just doesn't do it for the new user. One is expected to modify the system with Compiz-Config like every other LXER and isn't this the problem with taking the easy way out? More work for us?

There appears to be  no major design innovation occurring in the subtle world of Ubuntu graphics (aside from shifting things around and around). Also, absolutely nobody in the community is offering up overall system schemes to turn us all more productive creatures. (I know I sound like I'm about to sell my soul to a large corporation,. but stick with me)

I''ve harped on about this a few times in various forums:  The desktop computer is expected to function on so many levels. Daytime its an Office. Afterhours, its an Enterternment and Multimedia Hub. On Weekends it can go from Programming Interface to Gaming Centre in 0-5 seconds and nobody but nobody is offering us the kind of overall design solutions to make each of these unique activities stay in their rightful place. Perhaps Gnome-Shell will finally liberate us, but until then, we have a terrible mashup of all of the above. A desktop that is crippled by the demands of each sector of the community, as Ubuntu becomes the workhorse you toss around with no means of simply turning on the candy.

Ontop of this, the problem of too many candy options and not enough over-riding design statement. For example, have you tried flicking a switch and having Appearance Preferences, Compiz-Settings and System Sounds change to suit your mood? I know I can do it manually, but has anyone tried automating this and presenting us with the evidence of design statement that doesn't fall apart the next day when you have to pack everything away and go to work, WITH THE SAME BLOODY LAPTOP OR DESKTOP COMPUTER!!!!

Then again there are areas where we don't seem to have much of an option at present and maybe that is a good thing.

"What, you mean there are no sound themes to choose from and no wallpaper sets?" I can just imagine the sweat breaking out as my associate realises he will have to spend the rest of the week in an environment that:

A) Has no sound effects urging him to open and close nautilus windows

You can however download system sound themes which have this feature. Install as per instructions. To activate System > Preferences > Sound . Click on "enable window and button sounds"


B) No animations to waste time looking at while the nautilus file manager does its thing

C) No folder previews so that we can peak into media folders without having to open them.

[UPDATE:I guess this is a subset of the above issue, but the fix works nicely }



D) A Gnome menu that is decidedly outdated and difficult to edit.

E) Small scruffy icons which are hardly 3-dimensional and the complete opposite of the trend towards fat, or  icon is everything, started by Apple Iphone and now taken up to some degree by Windows 7.

F) No wallpaper sets (as opposed to single wallpapers) which are automatically cycled on login.

G) An upbeat login that matches the upbeat wallpaper.

If you feeling like a Grumpy Gnome, there is a quick method to rectify some of the Windows 7 design damage, well at least the last two points.

If you pining away for those gob-smacking Windows 7 theme wallpapers, here is how to install them in Ubuntu



[caption id="attachment_1155" align="alignleft" width="300" caption="Hack Microsoft Theme Packs"][/caption]

1. Download any one of the theme packs from Microsoft

2.Install p7zip-full via Synaptic

3. Change the .theme extension to .7z and open with archive manager by right-clicking on the file

4. Extract the wallpapers and install via Appearance Preferences

If you really need to get the wallpaper to change automatically every so often, be a devil and install Wallpaper Tray.

And the coup 'd gras, change the bloody GDM background you doofus. Here's how:

Installing  Xsplash-Background-Settings will allow you to choose one of your new wallpapers as the background. No more gloomy Ubuntu.

Add Xsplash-Background-Settings ppa
deb http://ppa.launchpad.net/meerkat/stable/ubuntu karmic main

apt-get update

apt-get install xsplash-background-settings

The programe will ask you to paste a piece of code in a terminal to change the permissions on the xsplash folder. Do it.

Tuesday, March 2, 2010

Flashcam with Adobe Flash support

If you want to get your webcam working with Adobe Flash, the Flashcam Project provides flash support for your hardware.

http://www.swift-tools.net/Flashcam/

Monday, March 1, 2010

Disabling Xv in video players

If you're like me and have an old laptop with an ancient video card you may find Movie Player quitting even with a new installation of Karmic.

All you need to do is disable Xv in your video players and use X11 instead. Its a bug in older GPU drivers causing this.

To do this for each of the main media players:

(helpful howto taken from here(clicky) (http://ubuntuforums.org/archive/index.php/t-513822.html))
GSTREAMER:
For Totem with the gstreamer backend (totem-gstreamer) open a terminal and type gstreamer-properties
Then click the Video tab and under Default Output select X Window System (No Xv) for the plugin. Then restart Totem. This will work for any video application that uses gstreamer as it's video backend.

MPLAYER:
If you use MPlayer (GMplayer) right-click on the screen and select Preferences then select the Video tab and under Available Drivers select X11 (XImage/Shm)
then restart MPlayer. The issue here is that it won't go fullscreen with the video. I suggest using VLC or totem-gstreamer.

XINE:
If you use Xine then go to File -> Configure -> Preferences.
(make sure under experience_level you select Master Of The Known Universe)
You will get a tab at the top for Video. Under driver select xshm. Then restart Xine. This also works if you are using the totem-xine backend. Just run gxine at the terminal and follow the steps.

VLC:
For VLC select Settings -> Preferences then in the bottom-right of the window check the Advanced Options box. Then expand the Video item on the left and select Output modules. Then in the list on the right for Video output module change it to X11 video output. Then restart VLC

Big Brover to the rescue

Definitely my favourite site of the week. Big Brover solved one of the nagging problems I experience  in Karmic - How to remove ppas that are installed via the new quicker method. That's right, they don't end up in ye olde sources.list and need special attention at the command line. Big Brover explains how to install ppa-purge, a utility which will regain control over your system.

http://bigbrovar.aoizora.org/index.php/2010/01/10/how-to-safely-remove-ppa-repository-from-ubuntu

Another post which caught my attention was A for Artha, the awesome offline dictionary for linux which is a great aid for Ubuntu users on low-bandwidth.