è uscito il numero di dicembre di Crypto-Gram, la celebre eZine che parla di sicurezza, hacking e crittografia.
ciuaz
è uscito il numero di dicembre di Crypto-Gram, la celebre eZine che parla di sicurezza, hacking e crittografia.
ciuaz
Jon Johansen, l’inventore del famoso deCSS, ha vinto la causa contro i big dell’industria di hOLLYWOOD, in questo articolo è spiegato più o meno tutta la vicenda dagli inizia ad oggi.
E’ stata approvata il decreto che impone usabilità e accessibilità nelle applicazioni software (e siti) di pubblico accesso.
ciuaz
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
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
qualche utile informazione per installare gnome 2.5 in Fedora.
ciauz
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.14I 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.22xx3. Modify /etc/fstab
add line:
none /sys sysfs defaults 0 0and 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.html7. 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
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
è stata rilasciata la Milestone 6 di Eclipse, l’IDE opensource sviluppato in collaborazione con IBM. Insieme a questa release è stato reso disponibile anche il nuovo plug-in per il supporto di php, lo xored web studio 1.0.
ciuaz