<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WebServer DB</title>
	<atom:link href="http://www.webserverdb.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.webserverdb.com</link>
	<description>Web server knowledge DB - Apache, Web hosting, DirectAdmin, SMS</description>
	<lastBuildDate>Sat, 05 Dec 2009 21:10:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dmidecode</title>
		<link>http://www.webserverdb.com/?p=17</link>
		<comments>http://www.webserverdb.com/?p=17#comments</comments>
		<pubDate>Sat, 05 Dec 2009 21:08:09 +0000</pubDate>
		<dc:creator>Maris Udris</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[DDR]]></category>
		<category><![CDATA[Dmidecode]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[SMBIOS]]></category>

		<guid isPermaLink="false">http://www.webserverdb.com/?p=17</guid>
		<description><![CDATA[Dmidecode reports information about your system&#8217;s hardware as described in your system BIOS according to the SMBIOS/DMI standard (see a sample output). This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. [...]]]></description>
			<content:encoded><![CDATA[<p>Dmidecode reports information about your system&#8217;s hardware as described in your system BIOS according to the SMBIOS/DMI standard (see a sample output). This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. This will often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB).</p>
<p>DMI data can be used to enable or disable specific portions of kernel code depending on the specific hardware. Thus, one use of dmidecode is for kernel developers to detect system &#8220;signatures&#8221; and add them to the kernel source code when needed.</p>
<p>Beware that DMI data have proven to be too unreliable to be blindly trusted. Dmidecode does not scan your hardware, it only reports what the BIOS told it to.</p>
<p>Dmidecode was first written by Alan Cox and is now being further developed and maintained by Jean Delvare. It is released under the General Public License (GPL). For more details, you should have a look at the AUTHORS and LICENSE files that come with the source code.</p>
<p>FreeBSD ports: /usr/ports/sysutils/dmidecode</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webserverdb.com/?feed=rss2&amp;p=17</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Storage Engine</title>
		<link>http://www.webserverdb.com/?p=15</link>
		<comments>http://www.webserverdb.com/?p=15#comments</comments>
		<pubDate>Sat, 05 Dec 2009 20:57:18 +0000</pubDate>
		<dc:creator>Maris Udris</dc:creator>
				<category><![CDATA[Kannel]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://www.webserverdb.com/?p=15</guid>
		<description><![CDATA[This patch adds an alternative storage engine that uses mysql as backend, instead of a big file or a spool directory. This makes some interesting setups possible and also allows to ease the disk I/O on the server (by using an external MySQL engine).
To use it, you first need to create a MySQL database, and [...]]]></description>
			<content:encoded><![CDATA[<p>This patch adds an alternative storage engine that uses mysql as backend, instead of a big file or a spool directory. This makes some interesting setups possible and also allows to ease the disk I/O on the server (by using an external MySQL engine).</p>
<p>To use it, you first need to create a MySQL database, and a table to hold the store messages. We’ll use “kannel” as DB Name and “store” as the table name, but you can choose whatever you want and modify the config file to reflect your setup (more on this later).</p>
<p>To create the “store” table, run the following SQL query:<br />
CREATE TABLE store ( uuid VARCHAR(36) NOT NULL PRIMARY KEY, message TEXT );</p>
<p>Again, you can rename the fields and modify the config to reflect your environment.</p>
<p>Then, on kannel.conf, you need to add a store-db group, and a mysql-connection pool:</p>
<p>group = mysql-connection<br />
id = mypool<br />
host = localhost<br />
username = <user><br />
password =
<password>
database = kannel<br />
max-connections = 1</p>
<p>group = store-db<br />
id = mypool<br />
table = store<br />
field-uuid = uuid<br />
field-message = message</p>
<p>Last but not least, set the store-type to use the mysql storage engine on the core group:</p>
<p>store-type = mysql</p>
<p>As you may have noticed, you can modify the fields table, field-uuid and field-message to suit your particular database schema.</p>
<p>Here’s the patch against latest CVS:</p>
<p><a href="http://www.blogalex.com/wp-content/uploads/2008/10/kannel-mysql-storage-engine.patch">kannel-mysql-storage-engine</a></p>
<p>This needs further testing (do not use it for production -yet-), please try it and let me know if you find any problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webserverdb.com/?feed=rss2&amp;p=15</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New SqlBox release: 0.7.2</title>
		<link>http://www.webserverdb.com/?p=13</link>
		<comments>http://www.webserverdb.com/?p=13#comments</comments>
		<pubDate>Sat, 05 Dec 2009 20:53:38 +0000</pubDate>
		<dc:creator>Maris Udris</dc:creator>
				<category><![CDATA[Kannel]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[SMSC]]></category>
		<category><![CDATA[SqlBox]]></category>

		<guid isPermaLink="false">http://www.webserverdb.com/?p=13</guid>
		<description><![CDATA[I’ve just updated SqlBox. Version 0.7.2 adds:
* rpm target (already on the latest snapshot). You can now run ./configure and then make rpm to build an RPM!
* Support for MS-SQL and Sybase over FreeTDS. You need a current Kannel snapshot to support this.
* Some code cleanups.
You can get it from here.
]]></description>
			<content:encoded><![CDATA[<p>I’ve just updated SqlBox. Version 0.7.2 adds:</p>
<p>* rpm target (already on the latest snapshot). You can now run ./configure and then make rpm to build an RPM!<br />
* Support for MS-SQL and Sybase over FreeTDS. You need a current Kannel snapshot to support this.<br />
* Some code cleanups.</p>
<p>You can get it from <a href="http://www.kannel.org/~aguerrieri/SqlBox/Releases/sqlbox-0.7.2.tar.gz">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webserverdb.com/?feed=rss2&amp;p=13</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Sys Admin</title>
		<link>http://www.webserverdb.com/?p=1</link>
		<comments>http://www.webserverdb.com/?p=1#comments</comments>
		<pubDate>Tue, 17 Nov 2009 21:56:17 +0000</pubDate>
		<dc:creator>Maris Udris</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Line]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[WebServer]]></category>

		<guid isPermaLink="false">http://www.webserverdb.com/?p=1</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[ <ul><!--via MagpieRSS with RSSImport--><li><a href="http://www.cyberciti.biz/tips/faq-updates-4sep2010.html" title="FAQ Updates – Sep/4/2010">FAQ Updates – Sep/4/2010</a>1Our FAQ section is updated in last few days with new howtos:

	Linux Open .CBR (Comic Book Archive) File &#8211; just got .cbr file from my friend and I want to open this file under Linux. I’ve downloaded c &#8230; </li><li><a href="http://www.cyberciti.biz/tips/linux-install-rt2870-chipset-based-usb-wireless-adapter.html" title="Ubuntu Linux: Install RT2870 Chipset Based USB Wireless Adapter">Ubuntu Linux: Install RT2870 Chipset Based USB Wireless Adapter</a>1
This blog post listed Linux Compatible USB wireless adapters. It seems that many new Linux users frequently have problems learning how to install RT2870 driver under Linux. I also received email requ &#8230; </li><li><a href="http://www.cyberciti.biz/tips/open-source-photography-software.html" title="Open Source Photography Software">Open Source Photography Software</a>1
I recently brought Canon EOS 500D mid-range DSLR cameras with good promotional discounts. My photography interests date back to my school days but I did not take photography seriously until recently. &#8230; </li><li><a href="http://www.cyberciti.biz/tips/faq-update-10aug2010.html" title="FAQ Update 10/Aug/2010">FAQ Update 10/Aug/2010</a>1Our FAQ section is updated in last few days with new howtos:

</li><li><a href="http://www.cyberciti.biz/tips/server-provisioning-software.html" title="Top 5 Open Source Linux Server Provisioning Software">Top 5 Open Source Linux Server Provisioning Software</a>1
Server provisioning is nothing but load the Linux or UNIX like operating systems automatically with actual operating systems, device drivers, data, and make a server ready for network operation witho &#8230; </li></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.webserverdb.com/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
