Categories
linux tecnologia

sed

100 e passa comodi modi di usare sed.

caiuz

Categories
tecnologia

mappe

map24.it offre una belllissima applet java che permette di visualizzare mappe dinamiche, creare e stampare percorsi.

ciuaz

Categories
tecnologia

mozilla rapid application development

Wily Yuen writes: “Nigel McFarlane’s Rapid Application Development with Mozilla is now available as a PDF download from Bruce Perens’ Open Source series at InformIT. Please support the author and buy the book if you find it to be useful.”

Displaying a keen sense of irony, InformIT have ensured that their download page does not work in Mozilla. The book is available as a zip file containing a collection of PDFs or as a zip file containing a collection of RTF documents.

da http://mozillazine.org/

ciuaz

Categories
php tecnologia

php::Links(‘ phpMyEdit ‘);

nuova versione per phpMyEdit:

phpMyEdit generates PHP code for displaying/editing MySQL tables in HTML. All you need to do is to write a simple calling program (a utility to do this is included). It includes a huge set of table manipulation functions (record adition, change, view, copy, and remove), table sorting, filtering, table lookups, and more.

ciauz

Categories
php tecnologia

php::Links(’ php 4.3.6RC3 ‘);

In the spirit of release early, release often here is the third and hopefully the final release candidate of PHP 4.3.6. This release addresses 2 major bugs introduced in the 4.3.5 release. One of these bugs caused problems when loading dynamic extensions on Windows and thread-safe (ZTS) builds and the other involves incorrect handling of daylight savings time. A few other minor bugs were fixed as well.

ciauz

Categories
linux tecnologia

revelation

revelation è un password manager per gnome 2.x, ha un’interfaccia semplice e pulita ed inoltre può esportare i database delle password in diversi formati.

ciuaz

Categories
linux pensieri

linucs…

la mia linux box!
ho finalmente configurato a dovere la mia linux box, inizio ad andarne abbastanza orgoglione… ho abbandonato l’insano uso dell’utente root, ho installato un fracco di minchiate (che pero’ fanno molto geek) sul desktop, sincronizzo tutto con qualsiasi altra cosa. adesso devo solo riuscire ad importare decentemente le mail da eudora, e trovare un modo per far andare warcraft 3! ;)

ah, ovviamente uso fedora core 2 development, mica posso andare su qualcosa di stabile!

ciauz

Categories
linux tecnologia

gDesklet

se vi piacciono i programmi inutili, mangia risorse e graficamente appaganti (ed ovviamente usate Gnome) scaricatevi qualche gDesklet! ce nè per tutti i gusti! :D

ciuaz

Categories
linux

fedora news in italiano

Paolo Zaccaria ha aperto la sezione italiana di Fedora News, qui troverete gli stessi articoli e commenti del sito originale tradotti in italiano.

ciuaz

Categories
linux tecnologia

fedora yum upgrade problem

copio/incollo dal forum di LinuxQuestions.org:

I’m running a recent install of Fedore Core 2 Test 1 (Would have done Core 1, but doesn’t support all my hardware). Whenever I try to use up2date, many programs get the following error at the “Testing package set / Solving RPM inter-dependencies” screen:
{
There was a package dependency problem. The message was:

Unresolvable chain of dependencies:
XFree86-4.3.0-45.0.1 requires XFree86-libs = 4.3.0-45.0.1
XFree86-twm-4.3.0-45.0.1 requires XFree86-libs = 4.3.0-45.0.1
XFree86-xfs-4.3.0-45.0.1 requires XFree86-libs = 4.3.0-45.0.1

Please modify your package selections and try again.
}

You have slightly misunderstood what is happening. The header.info that is being downloaded is specifying that the xorg-x11 packages should be installed since then obselete XFree86 packages. The new packages are not created incorrectly, it is actually the old ones (which you have installed already) that caused these issues by having improper dependencies.

To correct this you need to upgrade to the xorg-x11 packages. This can be done with some clever manipulations of yum –exclude=package options, or you can download all the xorg-x11 packages from the mirror and install them. This has been discussed at length on the test mailing lists, so if you need further info (or I make no sense at all) search them here:
http://www.redhat.com/mailman/listinfo/fedora-test-list

Mike Harris is the maintainer for X at Red Hat, so his posts are of course the ‘authoritative’ source.

The update method I required when doing this was:
# first to update everything that did not require xorg changes…
yum –exclude=chkfontpath –exclude=anaconda –exclude=gdm \
–exclude=kdebase –exclude=xorg* update

# then update xorg which removes and replaces all of XFree86
yum install xorg*

If you have individual package problems with any of these commands you can add them to –exclude= options, or remove the package from your system temporarily.

ciuaz