Tuesday, May 29, 2007

Geany - a lightweight GTK IDE

Geany is a lightweight GTK based IDE, that has got the thumbs up from Og Machel and Tago Boldt.

It's features include:

* syntax highlighting
* code folding
* code completion
* auto completion of often used constructs like if, for and while
* auto completion of XML and HTML tags
* call tips
* many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal
* symbol lists

Saturday, April 12, 2003

Installing nano and pico on Mandrake 9.1

NANO and PICO missing from Mandrake 9.1

Here's a way of installing Nano easily once you've installed Mandrake 9.1

Go to http://plf.zarb.org/~nanardon/urpmiweb.php

Select plf, texstar, main, contrib, updates and the mirror servers nearest to you. (I had problems with the UK mirror recently, so dont select that one)

Hit the send button - you'll get a list of urpmi commands.

Open up a Konsole and su as root.

Highlight the commands and cut and paste them into your root Konsole.

The urpmi commands will go off and download RPM package databases to a local urpmi database on your box.


Once this has finished, type into the Konsole

urpmi nano

And you'll get something like this - nano will be then installed:
ftp://ftp.ibiblio.org/pub/Linux/distributions/contrib/texstar/linux/distributions/mandrake/9.1/rpms/i586/./nano-1.2.0-1tex.i586.rpm
installing /var/cache/urpmi/rpms/nano-1.2.0-1tex.i586.rpm

Preparing... ##################################################
1:nano ##################################################


Type 'nano' from the command line - and you'll now have a Pico-like text editor in Mandrake.