FlipsideReality Once upon a time, in a land far far away…

20Jan/100

Stupid gedit won’t save to cifs share (ubuntu 9.10 karmic)

So stupid gedit (which is fantastic on all other ways) won't save to a cifs mounted share properly because of an unsupported copy option. Robbie Basak has provided a patched version that overcomes this issue. To install this in karmic, do the following:
AMD64:

cd /tmp
wget https://launchpad.net/~racb/+archive/fixes/+files/gedit_2.28.0-0ubuntu2~basak1_amd64.deb
sudo dpkg -i gedit_2.28.0-0ubuntu2~basak1_amd64.deb

i386:

cd /tmp
wget https://launchpad.net/~racb/+archive/fixes/+files/gedit_2.28.0-0ubuntu2~basak1_i386.deb
sudo dpkg -i gedit_2.28.0-0ubuntu2~basak1_i386.deb

I believe that redhat has updated the version in their repos, perhaps Shuttleworth et al should do the same...

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)
9Dec/090

LAMP on debian (ubuntu mint etc) One line install


Installing a LAMP stack on deb has never been easier!

sudo tasksel install lamp-server
Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)
16Oct/090

Nice Gnome themes

unixmen has a nice collection of gnome themes. Anything is better than the ubuntu human theme :-)

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)
1Apr/080

Ubuntu Perl cpan problem

While trying to install various Perl modules I was getting errors like:

 "/usr/lib/perl/5.8/CORE/perl.h:420:24: error: sys/types.h: No such file or direct"

and a load more complaints of missing ".h" files

This is because Ubuntu isn't shipped as Linux for "Developers" but more for end users and so it isn't preinstalled with all sorts of development header files needed for compiling your own or others programs.

So, as root, I ran:

 apt-get install libexpat1-dev

And that solved the problems.

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)
Tagged as: , , No Comments