<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://ziobudda.net" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Linuxlandit</title>
 <link>http://ziobudda.net/tags/linuxlandit</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>it</language>
<item>
 <title>MySQL Operating System Specific Notes:for Linux(All Linux Versions)</title>
 <link>http://ziobudda.net/notizie/mysql-operating-system-specific-notesfor-linuxall-linux-versions</link>
 <description>The notes below regarding glibc apply only to the situation when you build MySQL yourself.
If you are running Linux on an x86 machine, in most cases it is much better for you to just use our binary. We link our binaries against the best patched version of glibc we can come up with and with the best compiler options, in an attempt to make it suitable for a highload server. So if you read the text below, and are in doubt about what you should do, try our binary first to see if it meets your needs, and worry about your own build only after you have discovered that our binary is not good enough. In that case, we would appreciate a note about it, so we can build a better binary next time. For a typical user, even for setups with a lot of concurrent connections and/or tables exceeding 2GB limit, our binary in most cases is the best choice.</description>
 <comments>http://ziobudda.net/notizie/mysql-operating-system-specific-notesfor-linuxall-linux-versions#comments</comments>
 <category domain="http://ziobudda.net/categoria_notizia/bsd">*BSD</category>
 <category domain="http://ziobudda.net/tags/databases">databases</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/linux">linux</category>
 <category domain="http://ziobudda.net/tags/linuxlandit">Linuxlandit</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/mysql">mysql</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/office">office</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/opensource">open source</category>
 <category domain="http://ziobudda.net/tags/conquerorworm">the conqueror worm</category>
 <pubDate>Sun, 28 Sep 2008 09:05:01 +0200</pubDate>
 <dc:creator>linuxlandit</dc:creator>
 <guid isPermaLink="false">101920 at http://ziobudda.net</guid>
</item>
<item>
 <title>Perl Installation Comments</title>
 <link>http://ziobudda.net/notizie/perl-installation-comments</link>
 <description>Installing Perl on Unix Perl support for MySQL is provided by means of the DBI/DBD client interface. . The Perl DBD/DBI client code requires Perl Version 5.004 or later.The interface will not work if you have an older version of Perl.MySQL Perl support also requires that you’ve installed MySQL client programming support. If you installed MySQL from RPM files, client programs are in the client RPM, but client programming support is in the developer RPM. Make sure you’ve installed the latter RPM.</description>
 <comments>http://ziobudda.net/notizie/perl-installation-comments#comments</comments>
 <category domain="http://ziobudda.net/categoria_notizia/bsd">*BSD</category>
 <category domain="http://ziobudda.net/tags/databases">databases</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/linux">linux</category>
 <category domain="http://ziobudda.net/tags/linuxlandit">Linuxlandit</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/mysql">mysql</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/office">office</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/opensource">open source</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/perl">perl</category>
 <category domain="http://ziobudda.net/tags/conquerorworm">the conqueror worm</category>
 <pubDate>Sun, 28 Sep 2008 08:57:59 +0200</pubDate>
 <dc:creator>linuxlandit</dc:creator>
 <guid isPermaLink="false">101913 at http://ziobudda.net</guid>
</item>
<item>
 <title>Introduction to MySQL: A MySQL Tutorial</title>
 <link>http://ziobudda.net/notizie/introduction-mysql-mysql-tutorial</link>
 <description>This chapter provides a tutorial introduction to MySQL by showing how to use the mysql client program to create and use a simple database. mysql (sometimes referred to as the tor”) is an interactive program that allows you to connect to a MySQL server, run queries, and view the results. mysql may also be used in batch mode: you place your queries in a file beforehand, then tell mysql to execute the contents
of the file.</description>
 <comments>http://ziobudda.net/notizie/introduction-mysql-mysql-tutorial#comments</comments>
 <category domain="http://ziobudda.net/categoria_notizia/bsd">*BSD</category>
 <category domain="http://ziobudda.net/tags/databases">databases</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/linux">linux</category>
 <category domain="http://ziobudda.net/tags/linuxlandit">Linuxlandit</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/mysql">mysql</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/office">office</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/opensource">open source</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/perl">perl</category>
 <category domain="http://ziobudda.net/tags/conquerorworm">the conqueror worm</category>
 <pubDate>Sun, 28 Sep 2008 08:55:41 +0200</pubDate>
 <dc:creator>linuxlandit</dc:creator>
 <guid isPermaLink="false">101912 at http://ziobudda.net</guid>
</item>
<item>
 <title>Mysql Command-line Options</title>
 <link>http://ziobudda.net/notizie/mysql-commandline-options</link>
 <description>In most cases you should manage mysqld options through option files.
mysqld and mysqld.server reads options from the mysqld and server groups. mysqld_ safe read options from the mysqld, server, mysqld_safe and safe_mysqld groups.
An embedded MySQL server usually reads options from the server, embedded and xxxxx_ SERVER, where xxxxx is the name of the application.
mysqld accepts the following command-line options:
--ansi Use ANSI SQL syntax instead of MySQL syntax.
-b, --basedir=path
Path to installation directory. All paths are usually resolved relative to this.
--big-tables
Allow big result sets by saving all temporary sets on file. It solves most ’table full’ errors, but also slows down the queries where in-memory tables would su ce. MySQL is able to solve it automatically by using memory for small temporary tables and switching to disk tables where necessary.</description>
 <comments>http://ziobudda.net/notizie/mysql-commandline-options#comments</comments>
 <category domain="http://ziobudda.net/categoria_notizia/bsd">*BSD</category>
 <category domain="http://ziobudda.net/tags/databases">databases</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/linux">linux</category>
 <category domain="http://ziobudda.net/tags/linuxlandit">Linuxlandit</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/mysql">mysql</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/office">office</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/opensource">open source</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/perl">perl</category>
 <category domain="http://ziobudda.net/tags/conquerorworm">the conqueror worm</category>
 <pubDate>Sun, 28 Sep 2008 08:53:49 +0200</pubDate>
 <dc:creator>linuxlandit</dc:creator>
 <guid isPermaLink="false">101911 at http://ziobudda.net</guid>
</item>
<item>
 <title>Running Multiple MySQL Servers on the Same Machine</title>
 <link>http://ziobudda.net/notizie/running-multiple-mysql-servers-same-machine</link>
 <description>There are circumstances when you might want to run multiple servers on the same machine.
For example, you might want to test a new MySQL release while leaving your existing
production setup undisturbed. Or you might be an Internet service provider that wants to
provide independent MySQL installations for di erent customers.</description>
 <comments>http://ziobudda.net/notizie/running-multiple-mysql-servers-same-machine#comments</comments>
 <category domain="http://ziobudda.net/categoria_notizia/bsd">*BSD</category>
 <category domain="http://ziobudda.net/tags/databases">databases</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/linux">linux</category>
 <category domain="http://ziobudda.net/tags/linuxlandit">Linuxlandit</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/mysql">mysql</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/office">office</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/opensource">open source</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/perl">perl</category>
 <category domain="http://ziobudda.net/tags/conquerorworm">the conqueror worm</category>
 <pubDate>Sun, 28 Sep 2008 08:48:29 +0200</pubDate>
 <dc:creator>linuxlandit</dc:creator>
 <guid isPermaLink="false">101910 at http://ziobudda.net</guid>
</item>
<item>
 <title>Upgrading/Downgrading MySQL</title>
 <link>http://ziobudda.net/notizie/upgradingdowngrading-mysql</link>
 <description>You can always move the MySQL form and data files between di erent versions on the same architecture as long as you have the same base version of MySQL. The current base version is 3. If you change the character set when running MySQL (which may also change the sort order), you must run myisamchk -r -q on all tables. Otherwise your indexes may not be ordered correctly.</description>
 <comments>http://ziobudda.net/notizie/upgradingdowngrading-mysql#comments</comments>
 <category domain="http://ziobudda.net/categoria_notizia/bsd">*BSD</category>
 <category domain="http://ziobudda.net/tags/databases">databases</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/linux">linux</category>
 <category domain="http://ziobudda.net/tags/linuxlandit">Linuxlandit</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/mysql">mysql</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/opensource">open source</category>
 <pubDate>Wed, 20 Aug 2008 17:39:30 +0200</pubDate>
 <dc:creator>linuxlandit</dc:creator>
 <guid isPermaLink="false">92384 at http://ziobudda.net</guid>
</item>
<item>
 <title>b2evolution is a powerful blog tool you can install on your own website</title>
 <link>http://ziobudda.net/notizie/b2evolution-powerful-blog-tool-you-can-install-your-own-website</link>
 <description>b2evolution is a powerful blog tool you can install on your own website. It includes all the features of traditional blog tools, and extends them with evolved features such as file and photo management, advanced skinning, multiple blogs support as well as detailed user permissions.Not to mention third party plug-ins! Plus, it&#039;s free, open-source (GPL), it runs on virtually any webserver featuring PHP+MySQL and it&#039;s available in many languages</description>
 <comments>http://ziobudda.net/notizie/b2evolution-powerful-blog-tool-you-can-install-your-own-website#comments</comments>
 <category domain="http://ziobudda.net/categoria_notizia/bsd">*BSD</category>
 <category domain="http://ziobudda.net/tags/b2evolution">b2 evolution</category>
 <category domain="http://ziobudda.net/tags/gpl">gpl</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/linux">linux</category>
 <category domain="http://ziobudda.net/tags/linuxlandit">Linuxlandit</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/mysql">mysql</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/opensource">open source</category>
 <category domain="http://ziobudda.net/tags/php">php</category>
 <category domain="http://ziobudda.net/tags/weblogapplications">weblog applications</category>
 <category domain="http://ziobudda.net/tags/website">website</category>
 <pubDate>Tue, 08 Jul 2008 12:04:18 +0200</pubDate>
 <dc:creator>linuxlandit</dc:creator>
 <guid isPermaLink="false">81266 at http://ziobudda.net</guid>
</item>
<item>
 <title>Bastrama is a command-line tool to manage backup files</title>
 <link>http://ziobudda.net/notizie/bastrama-commandline-tool-manage-backup-files</link>
 <description>Bastrama is a command-line tool to manage backup files that are stored on random access memory (e.g. hard drives).It implements an infinite grandfather-father-son strategy by deleting a defined subset of the backup files, therefore saving storage space while still keeping some of the older backups in case something went wrong (and needs to be restored from) a long time ago.</description>
 <comments>http://ziobudda.net/notizie/bastrama-commandline-tool-manage-backup-files#comments</comments>
 <category domain="http://ziobudda.net/categoria_notizia/bsd">*BSD</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/backup">backup</category>
 <category domain="http://ziobudda.net/tags/bastramaopensource">bastrama. open source</category>
 <category domain="http://ziobudda.net/tags/dibs">DIBS</category>
 <category domain="http://ziobudda.net/tags/gnutella">gnutella</category>
 <category domain="http://ziobudda.net/tags/kazaa">kazaa</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/linux">linux</category>
 <category domain="http://ziobudda.net/tags/linuxlandit">Linuxlandit</category>
 <category domain="http://ziobudda.net/tags/maintenance">maintenance</category>
 <category domain="http://ziobudda.net/tags/napster">napster</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/ubuntu">ubuntu</category>
 <pubDate>Sat, 10 May 2008 18:35:43 +0200</pubDate>
 <dc:creator>linuxlandit</dc:creator>
 <guid isPermaLink="false">67038 at http://ziobudda.net</guid>
</item>
<item>
 <title>DIBS is a backup system that protects your data by giving your files to peers</title>
 <link>http://ziobudda.net/notizie/dibs-backup-system-protects-your-data-giving-your-files-peers</link>
 <description>DIBS is a backup system that protects your data by giving your files to peers (and in return, you store their files) so that if a catastrophe strikes your area, you can recover data from surviving peers.This solves the problem of mirroring your data by adding more disks to your own computer only ot have a fire, flood, power surge, etc. wiping out your local data center.Note that DIBS is a backup system, *not* a file sharing system like Napster, Gnutella, Kazaa, etc. In fact, DIBS encrypts all data transmissions so that the peers you trade files with can not access your data.</description>
 <comments>http://ziobudda.net/notizie/dibs-backup-system-protects-your-data-giving-your-files-peers#comments</comments>
 <category domain="http://ziobudda.net/categoria_notizia/bsd">*BSD</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/backup">backup</category>
 <category domain="http://ziobudda.net/tags/dibs">DIBS</category>
 <category domain="http://ziobudda.net/tags/gnutella">gnutella</category>
 <category domain="http://ziobudda.net/tags/kazaa">kazaa</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/linux">linux</category>
 <category domain="http://ziobudda.net/tags/linuxlandit">Linuxlandit</category>
 <category domain="http://ziobudda.net/tags/maintenance">maintenance</category>
 <category domain="http://ziobudda.net/tags/napster">napster</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/ubuntu">ubuntu</category>
 <pubDate>Sat, 03 May 2008 11:43:35 +0200</pubDate>
 <dc:creator>linuxlandit</dc:creator>
 <guid isPermaLink="false">65250 at http://ziobudda.net</guid>
</item>
<item>
 <title>Condividere un masterizzatore sulla lan con un browser</title>
 <link>http://ziobudda.net/notizie/condividere-un-masterizzatore-sulla-lan-con-un-browser</link>
 <description>webCDwriter può essere usato per rendere disponibile agli utenti di una rete locale un masterizzatore CD/DVD (montato su una linux box).L&#039;applicativo consta di due parti, il server CDWserver ed i client webCDcreator e rcdrecord: il primo si occupa di memorizzare i file trasmessi dai client e di masterizzarli; webCDcreator è una Java applet che gira sul browser, permette di assemblare i file da masterizzare in forma grafica, al contrario di rcdrecord che funziona da command line.</description>
 <comments>http://ziobudda.net/notizie/condividere-un-masterizzatore-sulla-lan-con-un-browser#comments</comments>
 <category domain="http://ziobudda.net/categoria_notizia/bsd">*BSD</category>
 <category domain="http://ziobudda.net/tags/applet">applet</category>
 <category domain="http://ziobudda.net/tags/cdwebbrowser">cdwebbrowser</category>
 <category domain="http://ziobudda.net/tags/cdwserver">CDWserver</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/java">java</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/linux">linux</category>
 <category domain="http://ziobudda.net/tags/linuxlandit">Linuxlandit</category>
 <category domain="http://ziobudda.net/tag_aggiuntivi/opensource">open source</category>
 <category domain="http://ziobudda.net/tags/rcdrecord">rcdrecord</category>
 <pubDate>Sat, 19 Apr 2008 17:25:36 +0200</pubDate>
 <dc:creator>linuxlandit</dc:creator>
 <guid isPermaLink="false">61719 at http://ziobudda.net</guid>
</item>
</channel>
</rss>
