Are your Vim / Vi arrow keys making A,C, B etc characters instead of moving around in insert (’i') mode ?
Try typing this … it fixes it for me:
:set nocompatible
Or, add the line:
set nocompatible
to your ~/.vimrc file.
Here’s a tip for using Miro (formerly Democracy Player), the kick-ass TV-on-your-computer video playing software.
If you want to subscribe to the videos of a particular user on YouTube, you can get an RSS feed of those videos by adding a channel like this to Miro:
http://www.youtube.com/rss/user/[insert username here]/videos.rss
You can also get RSS feeds for all videos with a particular tag, like:
http://www.youtube.com/rss/tag/linux.rss
Where in this case, the tag you are interested in is ‘linux’.
I discovered this when trying to figure out to subscribe to somecallmejim’s “Edit” video editing tips videos. He’s been offline for a few months now … hope his problems pass over and he comes back.
I recently upgraded from Ubuntu Feisty 7.04 to Gutsy 7.10.
The upgrade went reasonably well with no serious breakage worth mentioning … except my FAT formatted USB key would no longer mount. It kept giving an error about not liking the mount option usefree.
Here is the fix, from the Ubuntu forums:
Go into gconf-editor and navigate to /system/storage/default_options/vfat/mount_options
Remove the “usefree” option from the list.
Exit gconf-editor, and try hotplugging your drive again.
Your USB key should mount as expected now.
Cheers to Dan Lenski and Dow Franklin Dudley for providing this fix !
There is a nice little rant on OSWeekly by Matt Hartley about Ubuntu’s rabid rapid growth and how he thinks the balance has swayed toward too many half-finished and poorly tested new features and not enough polish.
Yes, we all know that with a community produced distro it is OUR job, the role of the USERS, to help test and polish .. yadda yadda … and I’m not denying that … the lack of polish in Feisty is as much MY fault for not helping test and filing bug reports as anyone elses … but the fact remains that there are lots of new features appears before the rough edges in old ones are smoothed over.
As a long-time user of Linux distros, and more recently Ubuntu, I really agree with many of Matt’s points. In most cases, Ubuntu works
great, but there is a real need to fix some of the flaky
utilities that can be real showstoppers for some users (both
experienced and newbies). My personal gripe, to add to the issues with
the Network Manager the author complains about, is that hibernation on
my laptop used to work in Dapper and stopped working for Feisty (searching the Interweb I can see I’m not the only one).
Upgrading shouldn’t *loose* you features or hardware support. Hopefully
there will be a real focus in the next Long Term Support (LTS) release
(Ubuntu 8.04) to not add any flashy new features but just fix and
polish the perfectly usable and snappy OS that we already have. I don’t care if it gets delayed to become Ubuntu 8.10 to do it … just give it polish !!
Wine-doors is a package managment tool for installing Windows apps under Linux, using Wine. I haven’t had a chance to check it out yet, but I really should … it looks like it might do similar things to the excellent CrossOver Office Professional, which is probably bad for CodeWeavers as it’s encroaching on their turf … but good for the rest of us who need to run the occasionally ‘legacy’ Win32 application under Linux.
Just a quick note to highlight sk1, which on the surface looks like yet another vector graphics program for Linux, in the vein of Inkscape, skencil and a loosely like Scribus, but on closer inspection contains one very important feature the others have never done well: CorelDRAW format parsing and import (supporting CorelDRAW version 5 to version 13, according to the sk1 news page).
The same group of coders have also released UniConverter, a commandline vector graphics converter which has import filters for CDR, CMX, AI, CGM, WMF, XFIG, SVG, SK, SK1, AFF formats and export filters for AI, SVG, SK, SK1, CGM, WMF formats.
They haven’t released packages for major distros yet, but I had no trouble compiling UniConverter from source (was flawless on Ubuntu 7.04 Fiesty Fawn). This is going to really useful for me, since many of my collegues still use CorelDRAW, and it is about the only file format left that I haven’t been able to view or edit properly on Linux.
Yippee ! Three cheers for the sk1 team !
I just followed some tips to make OpenOffice run faster on my slightly underpowered laptop. These tweaks generally amount to increasing the size of memory caches, reducing the number of undo levels and turning off Java. I really can’t tell if it has helped or not, but I don’t use OpenOffice with graphics in documents very often. One of the suggestions was to enable the OpenOffice quickstarter, but I didn’t do this since while it definitely increases the speed at which OpenOffice pops up, it also slows down logins, which I don’t like. I’m happy to wait for OpenOffice to load on the occasions that I use it, but I really don’t want my logins to take any longer than they have to.