Hi, this is my personal homepage, here you can find all about me and my interests.
If you came here to learn about me and who am I, simply go to the "about me" section, if you want to know something more about my projects and about what I am working on now, go to the "Projects" section.

If you want to upgrade your Slackware without complaining about dependencies go to Slack with deps.

If you have any suggestions you can send me a mail.
My public gpg key is also available (my old gpg key is here).


20100531
Good news for Slackware users: Slack with deps 13.1 is ready!

20100530
Requiredbuilder 0.16.5 released: handle perl dependencies on Slackware64 (thanks to 01 for the patch).

20091005
Requiredbuilder 0.16.4 released: added support for txz packages, thanks to Francesco Allertsen for the patch.
Fixed few dependencies in the "Slack with deps" 13.0 repository, thanks to Akuna and George Vlahavas.

20090904
Repos.slapt 1.5.0 has been released! The new version of the script supports txz, tbz and tlz Slackware packages besides the traditional tgz.
Many thanks to Loris, Emanuele Tomasi and the rest of the Slacky.eu comminity for the patch.

20090903
Slackware 13.0 with dependencies is ready! Check out Slack with deps.

20090902
New pra release: 0.12.0! Added support for txz Slackware packages.

20090901
Update rtorrentqueuemanager.py, check out "RTorrent download manager howto":
now the script is able to handle torrent.gz and torrent.bz2 files and can change the number of maximum simultaneous downloads dynamically.

20081237
Slack with deps for Slackware 12.2 is ready to use!

20080705
Added "Perfect Thunderbird configuration" in manuals: if you are a Thunderbird user, an Open Source developer and you use Google IMAP this is the tutorial for you!

20080629
Finally dependencies for Slackware 12.1 are ready! Sorry for the delay, but I have been really busy. I have to admit that I thought about dropping this project, but many emails from users made me change my mind.

20080615
I have just updated my gpg key. You can still find my old key here. Currently all the packages in my repository are still signed using the old key, but from now on I will be using only the new one.

20080517
Released repos.slapt 1.4.5: Added a missing "" that caused problems with file names containing spaces. Thanks to Loris for the report.

20080202
Released repos.slapt 1.4.4: Fixed -p implementation: repos.slapt is now able to modify correctly PACKAGES.TXT and MANIFEST to add\delete package entries.

20080120
Updated nistnet mac filtering patch to compile on 2.6.22 based kernels.

20080113
Added a new script: srttranslator! srttranslator is a simple python script to automatically translate subtitles in srt format into other languages using BabelFish.

20080101
Released repos.slapt 1.4.3: just a minor change: generating also CHECKSUMS.md5.gz.asc.

20071216
Released repos.slapt 1.4.2: generating also also CHECKSUMS.md5.asc, ChangeLog.txt.gz and CHECKSUMS.md5.gz.

20071204
Added "Criptare partizioni" to labibbia in manuals.

20071130
Released repos.slapt 1.4.1: thanks to Loris and Matteo Nunziati for the help!

20070925
Added "rtorrent download manager howto" to manuals.

20070921
Requiredbuilder 0.16.3 released: using explodepkg and makepkg instead of tar and untar, thanks to arny for the report.

20070902
Requiredbuilder 0.16.2 released: some bugs have been fixed and I also added support for lzma packages (thanks to Zeqadious for the patch).

20070814
Added a new patch for NISTNet under the development section: this patch enables MAC filtering!!! Two new command line options are introduced: -m to add a new MAC-based rule and -c to remove a MAC-based rule. Enjoy ;)

20070810
New release for requiredbuilder: 0.16.1. This is mainly a bugfix release, the changes are: performances improved, better checks against malformed configuration files, better slack-required output formatting when the ADD variable is used.
Added two new chapters to labibbia under manuals: "Vim e spellchecking" and "Sudo e redirezione". Sorry labibbia is still completely in Italian, I am starting to think I'll never find the time to translate it all in English :P

20070809
A brand new script added to the scripts section: UDPPing!! UDPPing is a python script that behaves exactly like ping but uses UDP packets instead of ICMP packets. UDPPing supports the same output format that ping supports and also has the same most important options that ping has. UDPPing is a great tool for network testing.

20070801
New requiredbuilder release: 0.16.0!! This time we have some interesting changes and new features:

- requiredbuilder now can be run simultaneously on different packages without interferences;

- you can specify a per package exclude and add package list using the environmental variables ADD and EXCLUDE. For example you can call requiredbuilder like this:
ADD="openssl" EXCLUDE="mysql, openldap" requiredbuilder /tmp/package-postfix
more details on the README;

- a new recursive functionality: with the option -r requiredbuilder prints the whole dependency tree required by the package to run properly. If the requiredbuilder.conf file is configured correctly with an existent and correct PACKAGES.TXT file, then requiredbuilder reads that file to find the dependencies of the dependencies of the current package. On Zenwalk systems netpkg automatically downloads that file from the repository and keeps it updated. On Slackware you have to manually download it from your preferred repository with slapt-get support (for example linuxpackages.net, slacky.eu). If that file is not provided or doesn't exist then requiredbuilder manually calculates the whole dependency tree (it can take a very long time). More details available on the README.

20070716
A brand new project is available under the development section: NISTNet patches!
NISTNet is a fine network emulation package for linux, it is not maintained by NIST since 2005 so it doesn't compile anymore on kernels >= 2.6.12.
Here you'll find patches that let you compile NISTNet on newer kernels and maybe even add some new features!

20070714
Upgraded dovecot package to 1.0.1.

20070713
Completely rebuilt the whole dependency database for Slackware 12.0. Just go to "Slack with deps" and upgrade your Slackware to 12.0 without worries about missing dependencies!

20070708
Upgraded nagios package to 2.9
Upgraded nagios-plugins package to 1.4.9
Upgraded qca-sasl package to 1.0
Upgraded postfix, postfix-mysql, postfix-ldap packages to 2.4.3.
Upgraded dovecot package to 1.0.1.
All these packages are built for Slackware 12.0.

20070707
Relicensed under the GPLv3 all the Open Source scripts and programs I wrote and that are available on this website.
Rebuilt Xmame and Xmess 0.106 on Slackware 10.2. From now on all the packages will be build on Slackware 10.2.
Upgraded snort to 2.6.1.5.
Upgraded sarg to 2.2.3.1.

20070524
Added a new script to scripts: compare.sh.
This script is meant for Slackware and Slackware based systems (Zenwalk in particular).
It compares the installed packages with the packages on a slapt-get compatible repository (a PACKAGES.TXT file) looking for missing dependencies on your system.
For example if you have installed a package and that package is on the PACKAGES.TXT file, this script scans your system to see if also all the dependencies (as listed on the PACKAGES.TXT) are installed. If not it notifies the user.
Useful for system upgrades to understand which packages require new or a different set of libraries.

20070501
New release of requiredbuilder: 0.15.2! If the user is trying to build a python based package without python installed an error message is printed out preventing an infinite loop.

20070426
New minor release of requiredbuilder: 0.15.1. Error messages now are on stderr so that people that redirect requiredbuilder's output shouldn't have any more problems.

20070319
Added "Configurare Mldonkey" to labibbia, in the manuals section.

20070312
Today a brand new release of requiredbuilder is ready for download: 0.15.0! This new version contains three new performance improvements:
1) now by default directories like /usr/doc and /etc are ignored for the dependency scan;
2) a new options (-b) has been added to only scan for binary dependencies (all the scripts are ignored);
3) most important I fixed a bug that made requiredbuilder always build the perl dependency database even if there were no perl scripts in the package.

20070305
New bugfix release of requiredbuilder: 0.14.9 is out! Fixed a small error affecting the package name guessing mechanism. Thanks to Heinrich Wiesinger for the report.

20070303
Fixed a little bug in the Qemu and Kqemu Installer script: a commented line prevented the script from installing the needed packages to build qemu and kqemu.
Upgraded postfix, postfix-ldap and postfix-mysql to 2.3.8; now they correctly support cyrus-sasl again.

20070218
Qemu Ubuntu Installer improved: fixed a bug in setting the permissions for the tun interface; now the script supports multiple ethernet interfaces for the bridged network mode.

20070215
Qemu Ubuntu Installer updated to build Qemu 0.9.0, check it out under the scripts section.
Added a new script called Procguard: a bash script to keep track of CPU and Memory utilization of a single process over time. The collected data should be easy to plot.

20070210
New requiredbuilder release: 0.14.8! Thanks to fahrenheit that reported a wrong behavior of requiredbuilder when a slack-required is already present and the user is trying to print out Zenwalk style dependencies: any dependency already in the slack-required is not printed. Now this bug is fixed.

20070207
Updated the CVS chapter in labibbia.
Added a new script: QEmu Ubuntu Installer. This script downloads the qemu and kqemu sources, builds them, creates deb packages for them, and finally installs them on your system. The qemu and kqemu deb packages created by this script are working and complete so can be copied and installed on other machines.

20070127
Three new howtos added to labibbia: "Ubuntu: avvio in modalita' console", "Vi col comportamento di VIM su Ubuntu" and "Risolvere i problemi di apt-get".

20070113
New requiredbuilder's release: 0.14.7. Fixed a little bug regarding the case in which requiredbuilder can not guess the PACKAGE name and leaves the PACKET variable empty. Fixed another bug affecting the function "realfile" that resolves symbolic links.

20061217
Added alltray to labibbia in manuals.
Added support for merging of multiple galleries at once to digikammerger.py: now you are able to export two new galleries to html and merge the new generated html to the main galleries' html in a single action.

20061216
Added a brand new Slackware package to the repository: nagios-plugins 1.4.5.

20061213
Added a new python script to the scripts section: digikammerger.py. Digikam is a great photo management tool that is also able to generate good looking html galleries very easily. The only problem is that it is not able to do that incrementally: the user is forced to regenerate all the html galleries every time he wants to add a new gallery. So waiting for this feature to be added to digikam you can overcome this problem using digikammerger.py: just export your new gallery to html in a temporary directory, this script will take care of merging the content with your main html gallery.

20061211
Yet another little bugfix requiredbuilder's release: 0.14.6. Optional dependencies removed from Zenwalk style output since netpkg doesn't support them.

20061210
Added "Apache e .htaccess" to labibbia in manuals.

20061206
Another little new feature in requiredbuilder: the argument doesn't have to be an absolute path any more. Check out requiredbuilder 0.14.5 if you are interested.

20061205
Another new requiredbuilder release: 0.14.4. Fixed a bug regarding optional dependencies already present in the slack-required file. Besides a new feature has been added: now requiredbuilder is able to take an already made Slackware tgz as input parameter, compute its dependencies and even add the slack-required to it.

20061204
New requiredbuilder release: 0.14.3! New output formatting option in order to generate Zenwalk depfiles more easily.

20061203
Added contacts to the menu.

20061202
Added "Aggiungere il cestino sul desktop in Kubuntu" and "Salvare pagine html" to labibbia. 20061123
Improved cvs section of labibbia.

20061120
Added synergy to labibbia.

20061118
rebuild xmame and xmess packages: fixed a compilation error related to the CPU architecture choice.

20061112
updated labibbia: added trickle and updated rsync's documentation.

20061031
added a new script: ipchecker.py. This script should be run on a server behind nat and\or configured with dhcp: it notifies you by email if the external or the internal ip address changes. It supports authentication and TLS to connect to the mail server.

20061028
added a new package to the repository: xmess 0.106.

20061017
another bounch of packages has been upgraded and rebuild on Slackware 11.0: qca-sasl 1.0, sarg 2.2.2, snort 2.6.0.2 and xmame 0.106.

20061012
Slackware 11.0 with dependencies support now available!!!
Just go to "Slack with deps" and follow the instructions. Please attention that this is only the first version so some errors are expected (usually too many dependencies listed).

20061009
pra 0.11.3 released: small bugs fixed.

20061008
I have started rebuilding all the packages in the repository on Slackware 11, the packages upgraded until now are: postfix, postfix-mysql and postfix-ldap to version 2.3.3, nagios to 2.5, dovecot to version 1.0rc7.
requiredbuilder 0.14.2 is out: cleaned up the output of requiredbuilder -n.
metagen.sh 0.9.1 released: now creates package.txt file if absent.

20060930
repos.slapt 1.4.0 released: exclude option added so that now you can exclude any directory you want from the repository.
A brand new project added to devel: metagen, the official tool used by Zenwalk to manage their slapt-get repository. Brought to you by JP (and me).

20060929
pra 0.11.2 released: fixed test that matches a package dependecy name with the package name. 20060928
"port forwarding in ssh" added to labibbia in manuals. 20060925
pra 0.11.1 released: a bug regarding versions in dependencies fixed.

20060916
requiredbuider 0.14.2 released: corrected its behaviour so that can still be run on a slackware 9.1 without errors.
Kanedaaa added as a requiredbuilder Tester. 20060909
Created a brand new blog using blogger (Google, thank you so much);
labibbia updated in manuals;
packages repository and sources, slack with deps are all back;
requiredbuilder 0.14.1 is out: a new bugfix release.

20060729
JSync added to "study projects" (devel section).
postfix and postfix-mysql packages upgraded to 2.3.0.

20060626
Development section split in "devel" and "old stuffs and study projects".
OpenGL Frameworks added to documents.
DICOM Reader, DEM Reader, Cloth, Terrain Generator, Shadows and Reflections, Particles System added to "study projects" under the development section.

20060527
New repos.slapt release 1.3.1: fixed a bug regarding the log of rebuild packages in the ChangeLog, Thanks to Loris for the report.

20060513
New slackbuilder release: 0.5.2.
Added --no-sources option and some bugs fixed. Thanks very much to Piotr Simon for his help.

20060425
rebuild libnet 1.1.2.1 to include libnet-config, thanks to Kanedaaa for the report.

20060405
tomcat upgraded to 5.5.16.

20060403
nagios upgraded to 2.1.
snort upgraded to 2.4.4.
"Squid, SquidGuard and PAM to authenticate users against OpenLDAP and apply per user filtering policies" added to manuals.
Other manuals updated.

20060402
devbuild 0.0.2 is out: help message corrected.

20060331
A brand new project in development: devbuild!
Devbuild is a little script to generate a list of build-time dependencies (for deb packages) formatted so that you can just copy them and past to the control file.

20060325
repos.slapt 1.3.0 is out: improved changelog generation. Thanks again to Loris of Slacky.it for the bug reports and helping with the tests.

20060312
New requiredbuilder release: 0.14.0: added support for optional dependencies in case of more packages containing a the same required file. New pra release 0.11.0: code merged from requiredbuilder.

20060308
New requiredbuilder release: 0.13.3: printing added dependencies even if requiredbuilder is called with "-y"; added -n to only print to stdout.

20060307
New pra release: 0.10.1.
Some of the new features: Slackware Mirror and dependency versions are now optional; better dependency adder function.

20060302
Added bitbuf to development: LibBitbuf is a simple library written in C to write bit-a-bit or byte-a-byte to files and other streams. First release already available.

20060225
New slackbuilder release: 0.5.1: fixed a bug regarding updating repositories.

20060223
New requiredbuilder release: 0.13.1: excluded *sh dependencies found by strings.

20060220
New requiredbuilder release: 0.13.0: improved dependency checking.

20060218
New slackbuilder release: 0.5.0!
Major improvements.

20060212
upgraded nagios to 2.0.
upgraded postfix to 2.2.8.

20060121
requiredbuilder 0.12.5 released: improved function that resolves symbolic links (this fix the bug with qt dependencies, thanks to Klaus Weidenbach and Kanedaaa for the reports); added Y,Yes and y to the list of positive user responses.

20060115
requiredbuilder 0.12.4 released: some bug fixed.

20060110
repos.slapt 1.2.2 released: added creation of PACKAGES.TXT.gz.
slackbuilder 0.4.2 release: yet other bugs fixed.

20060108
repos.slapt 1.2.1 released: new option --signs to sign each tgz package (generates .asc files).

20060107
slackbuilder 0.4.1 released: many bugs corrected.
repos.slapt 1.2.0 released: code restyling and speed enhancements; new option -d to generate .txt packages description files.

20060106
slackbuilder 0.4.0 released: added support for package versions.

20060105
slackbuilder 0.3.2 released: added support for CHECKSUMS.md5, corrected a bug in install(), and much more!

20060104
slackbuilder 0.3.1 released: this version should be almost stable.
requiredbuilder 0.12.3 is out: speed enhancements and a bug regarding the option -s has been corrected (Thanks again to Loris).

20060103
The first public release of a brand new project is available: check out slackbuilder 0.3.0!!!

30/12/2005
Added buildlib to development.
Upgraded xmame to 0.102.

29/12/2005
I have just read in my guestbook a message from someone that states I'm hacking other web sites or something like that. Besides he makes threats like bombing my mailbox.
Please read carefully what follows.
I'm not hacking websites, and yes, I have better things to do than destroy the work of other people.
But I understand why you wrote that message: the server that hosts my website has been hacked some week ago and used as a gateway for other attacks. Now the server is clean but its IP address could still happear in some attacks.
Don't blame me for that, I have nothing to do with it.

16/12/2005
Upgraded postfix, postfix-ldap and postfix-mysql to 2.2.7.

14/12/2005
New minor requiredbuilder release: added a check for the directory "install", if it doesn't exists requiredbuilder creates it.
Released repos.slapt 1.1.0: added ChangeLog.txt automatic creation.

13/12/2005
Released requiredbuilder 0.12.1: better errors reports.

11/12/2005
Released requiredbuilder 0.12.0 and pra 0.9.0: code restyling and major speed enhancements.

28/11/2005
Corrected a bug in repos.slapt regarding the uncompressed packages size.

22/11/2005
repos.slapt moved from scripts to develoment.

21/11/2005
Corrected a little bug in repos.slapt, thanks to Lorys for the report.

19/11/2005
Upgraded snort to 2.4.3.

08/11/2005
Released requiredbuilder 0.11.1 and pra 0.8.1: corrected a little bug regarding glibc dependencies.
Thanks to Kanedaaa for the report.

03/11/2005
Released pra 0.8: merged code from requiredbuider.
Rebuild qca-sasl and qca-tls: corrected installation bug.

02/11/2005
Requiredbuilder 0.11.0 is out!!!
The new version supports perl dependencies!

31/10/2005
xmame upgraded to 0.101, added webmin 1.240.

23/10/2005
repos.slapt has been updated, check out the new version that generates a PACKAGES.TXT file without comments in packages' descriptions.

21/10/2005
New requiredbuilder 0.10.0 is out:
  completely rewritten as a bash script;
  new interactive mode added;
  added a configuration file to let the user prevent requiredbuilder adding any packages to the slack-required file.
New PRA 0.7 is out: better managing of symbolic links.
Added postfix-ldap and cyrus-sasl-ldap packages to the repository.

15/10/2005
New PRA 0.6 is out: removed glibc dependency's generation.
Upgraded Tomcat to 5.5.12.

29/09/2005
Upgraded xmame to 0.100.
Added new kdeutopia web page.
New PRA release: 0.5: 3 serious bugs fixed.

28/09/2005
Added installation instructions for kde, udev and hal, you can find them on the packages page.

27/09/2005
Added kde and utopia Slackware 10.2 packages:
dbus 0.23.3, libcap 1.10, hal 0.4.8, kdebase 3.4.2;
enjoy automatic peripherals discovery!

25/09/2005
Requiredbuilder 0.9.2 is out:
added support for package names with 3 "-"
fixed bug reading the ldd output

23/09/2005
PRA Package Required Adder 0.3 is out: corrected generation of aaa_elflibs dependency (thanks to Jason Woodward).

21/09/2005
All the packages in the repository have been rebuild for Slackware 10.2.

20/09/2005
I have started rebuilding all the packages in the repository on Slackware 10.2. The repository is not for Slackware 10.1 any more!

19/09/2005
PRA Package Required Adder 0.3 is out: new name generation system, first stable release.
A BRAND NEW PROJECT AVAILABLE: SLACKWARE WITH DEPENDENCY SUPPORT!!

17/09/2005
PRA Package Required Adder 0.2 is out:
some problems with soft links has been fixed and many security checks added.

16/09/2005
Added pra to development: pra stands for Package Required Adder. Pra is a little tool that takes the PACKAGES.TXT file that comes with the official Slackware distribution and adds dependencies to it so that you can use the new PACKAGES.TXT file to upgrade your Slackware with slapt-get obtaining dependency support even with official packages!

14/09/2005
Added qca-tls and qca-sasl to repository.
Upgraded xmame to 0.99.

12/09/2005
Added "Spegnere la Slackware" to manuals.

11/09/2005
Upgraded pptp to 1.7.0;
upgraded sarg to 2.0.9;
upgraded snort to 2.4.0;
added lzma 0.04.
Check the repository !

08/09/2005
I'm back!
Added lzma-compression in scripts.
Added "ssh senza password" in manuals.

09/08/2005
I'll be at L.A. on Holyday until September. All projects temporary suspended :)

05/08/2005
JBoss 4.0.2 Slackware tgz added to the repository.

04/08/2005
Xml-Security 1.2.1 Slackware tgz added to the repository.

03/08/2005
Another two new Slackware packages added: Apache Axis and Velocity.

29/07/2005
Two new Slackware packages added: brand new Tomcat and Ant! Download them from the repository.

27/07/2005
Rebuild postfix and cyrus-sasl, now there are 4 packages:
postfix-mysql and cyrus-sasl-mysql that are built with MySQL support;
postfix and cyrus-sasl that are built without MySQL support.
New requiredbuilder release: 0.9.1.

24/07/2005
Added initrd to manuals.
Added "importare il kernel della Knoppix su Slackware" to manuals.

21/07/2005
Fixed a little error regarding setting the mouse wheel working under Slackware in manuals.

20/07/2005
Upgraded postfix to 2.2.5.

17/07/2005
Expanded Qemu section in manuals.

15/07/2005
Added a new Slackware package to the repository: dovecot 0.99.14.

14/07/2005
Upgraded postfix to 2.2.4.
New RequiredBuilder release: 0.9! The first (almost) stable release.

08/07/2005
Added "split" in manuals.

07/07/2005
New jpackage2tgz release: 0.3. Added SysV init scripts to BSD Style conversion and rpm --scripts support.

06/07/2005
New jpackage2tgz release: 0.2. Lots of bugs fixed.

05/07/2005
Added another brand new project in development: jpackage2tgz!
jpackage2tgz is a little tool to help Slackware packages developers porting JPackage rpms to Slackware tgz.

03/07/2005
Added RequiredBuilder-0.1 Slackware 10.1 package.

22/06/2005
Added a brand new project in development: RequiredBuilder!
It's a tool to help Slackware packages developers writing the slack-required file for the slapt-get's dependecy checking.

17/06/2005
Readded Cyrus-SASL package due to an error in the previous upload. Upgraded xmame to 0.97.

16/06/2005
Rebuilt Postfix and Cyrus-SASL packages with MySQL support.
Added "Postfix + Cyrus-Sasl come server di posta su Slackware con autenticazione" to manuals.

14/06/2005
Added "Virtualizzazione ed Emulazione" in manuals.
Now thanks to pdftohtml there is also an html version of labibbia.pdf; the quality isn't optimal, but it's readable.

13/06/2005
Little page restyling.

09/06/2005
Added aalib 1.2 to the repository.

04/06/2005
Upgraded sarg to 2.0.8.

30/05/2005
Updated "Gestione di una Slackware" in manuals.

20/05/2005
Upgraded cyrus-sasl to 2.1.21 and sarg to 2.0.7; added xmame 0.96.

15/05/2005
Added "Backup di Sistema" to manual.

30/04/2005
Upgraded postfix to 2.2.3.

29/04/2005
Upgraded snort to 2.3.3 and sarg to 2.0.6.
Updated "Video editing" in manuals.

22/04/2005
Added snort 2.3.1 to the repository.
Updated "desktopizzare slackware".

17/04/2005
Modified "Postfix come server di posta con autenticazione TLS+SASL" in manuals.

16/04/2005
Added "Postfix come server di posta con autenticazione SASL" in manuals.
Added "Prim's Algorithm" in documents.

09/04/2005
Upgraded postfix to 2.2.2.
Added "il suono sotto linux" e "gestione dei device rimovibili" in manuals.

30/03/2005
Rebuilt postfix 2.2.1 with TLS support, rebuilt cyrus-sasl with berkeley db support, added libnet, nast and nbtscan.

22/03/2005
Upgraded sarg.

19/03/2005
Added "Realizzazione di un filtro antispam" in documents.

16/03/2005
Upgraded libdnet, postfix, pptp, sarg.

11/03/2005
Updated "Desktopizzare Slackware" in manuals.

09/03/2005
Added postfix 2.1.5 to the repository, fixed some SlackBuilds in sources.
Added a new script: repos.slapt. It's a modified version of the repos script from swaret, usefull to create the PACKAGES.TXT file in the repository. This version creates also slapt-get extensions to support slapt-get's dependency checking.

18/02/2005
Added nagios and yp-tools packages to the repository.

17/02/2005
Added a new document: Myrinet vs. Quadrics.

15/02/2005
Added libdnet-1.9 package.

11/02/2005
Rebuilt all the packages for Slackware 10.1.

10/02/2005
Other two brand new packages with theirs SlackBuilds: libdnet and synscan.

07/02/2005
The repository has been rebuild with only new and better quality packets.
New pptp and sarg packets added, with slackbuilds!

05/02/2005
New httpd packet now with his slackbuild!

03/02/2005
Two new packets added to the repository: postfix 2.1.3 with SASL and TLS support, and Cyrus-SASL 2.1.20
Updated the gpg section in manuals.

31/01/2005
My blog and the repository back online!
Added "Postfix con relayhost e autenticazione TLS +SASL" in manuals.

29/01/2005
Added gnupg e postfix to manuals.

29/01/2005
I want to apologize for the two broken link on the page but I am having some troubles with my hosting company.
My blog will be back as soon as possible.

28/01/2005
New domain for this site!!

23/01/2005
Few sheepmail bugs corrected. Still to early to make the first official realease.
You can download a nasty build on development or watch sheepmail in action clicking on the link on the websites' page.

22/01/2005
New release of JEraser!!

21/01/2005
Two new section added: my personal weblog and a guestbook.

Older



Valid HTML 4.01 Transitional Valid CSS!

Slackware is a registered trademark of Slackware Linux, Inc. This project is not "Slackware Linux", nor is it affiliated with or endorsed by Slackware Inc. in any way.
Copyright 2006 - Stefano Stabellini, All Rights Reserved
 
 

 

STEFANO STABELLINI