Categories
tecnologia

javascript

Ho deciso di rimodernare un po’ il blog, e siccome mi sembra troppo sensato iniziare con la template ho iniziato ad aggiungere le minchiatine che rendono felice l’utente medio… per questo come prima cosa ho aggiunto il javascript nicetitle che permette di creare dei pop-up dinamici a tutti i link che presentano l’attributo “title“.

ho anche aggiunto searchhi che permette di mettere in evidenza le parole cercate tramite il motore di ricerca interno del blog.

ciuaz

Categories
tecnologia

dot HTAccess

Dot Htaccesser simplifies the process of creating Apache .htaccess files. Users fill in the HTML form for the configuration desired, and it generates the .htaccess file syntax. It handles options (execCGI, includes, MultiView, etc.), authentication files, IP address blocking, and custom MIME types

Generating .htaccess files for Apache server can be a bit confusing. There are alot of options, and who can remember the syntax ? htaccesser can !!!

HTAccesser is a PHP script for generating the syntax of the apache .htaccess files. You click some boxes, fill in some info, and away you go. Quick, easy, painless.

ciauz

Categories
tecnologia

movabletype

la notizia è passata un po’ in sordina, anzi onestamente non ne ha parlato nessuno, ma è stata rilasciata la nuova minor release di Movable Type e per la precisione la 2.65:

A security issue has been found in Movable Type’s XML-RPC server. We suggest that all users of Movable Type upgrade their installations to fix this issue.

We have released a new version of Movable Type, version 2.65, to fix this problem. Version 2.65 also includes the mt-send-entry.cgi fix released about 1 month ago.

In addition, version 2.65 includes an Atom syndication template in the default templates, along with an auto-discovery tag in the main index template. It also includes a couple of new tags used for the Atom feeds

Inoltre è stata rilasciata un’anticipazione su come sarà Movable Type 3.0.

ciuaz

Categories
tecnologia

Crypto-Gram di dicembre

è uscito il numero di dicembre di Crypto-Gram, la celebre eZine che parla di sicurezza, hacking e crittografia.

ciuaz

Categories
tecnologia

php::Links(‘ PclZip ‘ );

PclZip library offers compression and extraction functions for Zip formatted archives (WinZip, PKZIP).

PclZip gives you the ability to manipulate zip formatted arhives. You can create an archive, list the content and extract all its content in the file system.

PclZip defines an object class which represent a Zip Archive. This class manages the archive properties and offers access method and actions on the archive.

ciuaz

Categories
tecnologia

php::Links(‘ dbx ‘ );

oggi ho scoperto che da php 4.3.0 è stata incluso un db abstraction layer direttamente all’interno delle estensioni precaricabili. Il nome di questa estensione è dbx e supporta molti db commerciali e non. Che sia il tempo di salutare ADODb, PEAR::DB e Metabase?

ciuaz

Categories
tecnologia

gnome 2.5

qualche utile informazione per installare gnome 2.5 in Fedora.

ciauz

Categories
tecnologia

php::Links(‘ pear FAQ ‘ );

phpKitchen ha pubblicato un elenco con tutte le faq per i packages pear.

ciuaz

Categories
tecnologia

fedora core 2 – kernel 2.6

I downloaded Dave’s Kernel, and interestingly enough I was able to get everything up and running after some tweaking. I am running a Dell Inspiron laptop with a USB mouse.

I had to do some digging and reading on the kernel documents to find out some of this stuff, nothing too hard, but just time consuming, so I decided to share it with the Fedora community.

1. Download it at:
people.redhat.com/davej/FedoraCore2/2.6.0-0.1.14

I only needed the kernel- , kernel-source and kernel-doc RPMs.

2. Install it:

Use “rpm -ihv” instead of “rpm -Uhv” taht way you should still be able
to boot into the official kernel 2.4.22xx

3. Modify /etc/fstab

add line:
none /sys sysfs defaults 0 0

and create directory

/sys

4. If you have a CD-write, kernel 2.6 does not need ide-scsi… so get rid of you hdxx=ide-scsi from /etc/grub.conf

5. Still using OSS for sound, and USB mouse, add the following to /etc/rc.local

/sbin/modprobe uhci_hcd
/sbin/modprobe i810_audio
/sbin/modprobe ac97

* You can always create the right entries to your /etc/modules.conf

6. To get VMWARE running use the following info:
thomer.com/linux/migrate-to-2.6.html

7. I also was able to get cisco vpnclient 4.0.3(b) compiled using kernel 2.6

8. If you are using cpu-freq (i.e. for a P4 chip), add to /etc/rc.local

/sbin/modprobe p4-clockmod

* You don’t nee dot echo the commands to /proc/cpufreq anymore… the info now is store at: /sys/devices/system/cpu/cpu0/cpufreq/

Quick Fedora Kernel 2.6.0-1.104 Tips

Everything else still works… CD-RW, DVD Player, PCMCIA, USB Memory Stick, ACPI…

Hope this helps some people.

via koolinus

[UPDATE 26-12-2003]
ho trovato anche un wiki che parla di come installare al meglio il kernel 2.6 su fedora
ciuaz

Categories
php

php::Links( ‘ PHP 5.0 beta3 ‘);

PHP 5.0 Beta 3 has been released. The third beta of PHP is also scheduled to be the last one (barring unexpected surprises). This beta incorporates dozens of bug fixes since Beta 2, better XML support and many other improvements, some of which are documented in the NEWS file.

Some of the key features of PHP 5 include:

  • PHP 5 features the Zend Engine 2.
  • XML support has been completely redone in PHP 5, all extensions are now focused around the excellent libxml2 library (http://www.xmlsoft.org/).
  • SQLite has been bundled with PHP. For more information on SQLite, please visit their website.
  • A new SimpleXML extension for easily accessing and manipulating XML as PHP objects. It can also interface with the DOM extension and vice-versa.
  • Streams have been greatly improved, including the ability to access low-level socket operations on streams.

ciuaz