<?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>Riccardo Riva &#187; Debian</title>
	<atom:link href="http://www.riccardoriva.com/archives/category/information-technology/linux/debian/feed" rel="self" type="application/rss+xml" />
	<link>http://www.riccardoriva.com</link>
	<description>Virtualization, Linux, Networking, Windows and IT in general</description>
	<lastBuildDate>Mon, 30 Aug 2010 14:21:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL Commands</title>
		<link>http://www.riccardoriva.com/archives/1010</link>
		<comments>http://www.riccardoriva.com/archives/1010#comments</comments>
		<pubDate>Wed, 21 Jul 2010 08:08:25 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[SLES]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[commans]]></category>

		<guid isPermaLink="false">http://www.riccardoriva.com/?p=1010</guid>
		<description><![CDATA[This is a list of handy MySQL commands that I use frequently. 
Below when you see # it means from the unix shell. When you see mysql> it means from a MySQL prompt after logging into MySQL.
To login (from unix shell) use -h only if needed.
# [mysql dir]/bin/mysql -h hostname -u root -p
Create a database [...]]]></description>
		<wfw:commentRss>http://www.riccardoriva.com/archives/1010/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How-To disable IPv6 on Debian and Ubuntu</title>
		<link>http://www.riccardoriva.com/archives/678</link>
		<comments>http://www.riccardoriva.com/archives/678#comments</comments>
		<pubDate>Wed, 15 Jul 2009 22:03:48 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[IPv6]]></category>

		<guid isPermaLink="false">http://www.riccardoriva.com/?p=678</guid>
		<description><![CDATA[This post will explain how to disable IPv6 in a system running Debian GNU/Linux or Ubuntu Linux.
You should want to disable IPv6 for compatibility reason or if you not plan to use it for speed up your system and/or to avoid loading of unuseful modules on system start up.
For disable the protocol you have to [...]]]></description>
		<wfw:commentRss>http://www.riccardoriva.com/archives/678/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Share Linux bash sessions</title>
		<link>http://www.riccardoriva.com/archives/780</link>
		<comments>http://www.riccardoriva.com/archives/780#comments</comments>
		<pubDate>Wed, 08 Jul 2009 22:03:32 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[SLES]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[share session]]></category>

		<guid isPermaLink="false">http://www.riccardoriva.com/?p=780</guid>
		<description><![CDATA[Very often it happens that I must give support to a colleague or a customer on a Linux machine.
It&#8217;s very difficult to spell all bash command I will use to check which could be the problem, especially by phone.
When I discover &#8220;screen&#8221; it was a revelation.
With screen http://www.gnu.org/software/screen/screen.html you should share a linux session with [...]]]></description>
		<wfw:commentRss>http://www.riccardoriva.com/archives/780/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To prevent a Linux kernel module from load at startup</title>
		<link>http://www.riccardoriva.com/archives/361</link>
		<comments>http://www.riccardoriva.com/archives/361#comments</comments>
		<pubDate>Tue, 02 Jun 2009 22:01:16 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[How-To]]></category>

		<guid isPermaLink="false">http://www.riccardoriva.com/?p=361</guid>
		<description><![CDATA[In some situation you may want to avoid loading a Linux driver module automatically . For example:
- In some cases buggy driver causes kernel BUG or system fault on load so you just want to avoid the problem.
- If your system connected without a diskette / floppy drive; kernel will try to load floppy driver [...]]]></description>
		<wfw:commentRss>http://www.riccardoriva.com/archives/361/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How-To configure a DHCP Server running on multiple network interfaces</title>
		<link>http://www.riccardoriva.com/archives/693</link>
		<comments>http://www.riccardoriva.com/archives/693#comments</comments>
		<pubDate>Sun, 03 May 2009 22:01:25 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[dhcp]]></category>

		<guid isPermaLink="false">http://www.riccardoriva.com/?p=693</guid>
		<description><![CDATA[This post will explain how to configure a DHCP Server running on Ubuntu Server 9.04 (Jaunty Jackalope) for more than one interfaces and more than one network.
This post assume you have :
- A private network with 192.168.123.0/24
Three network on which you have to assign dinamic IP Addresses, for example a LAB network, an SUP Network [...]]]></description>
		<wfw:commentRss>http://www.riccardoriva.com/archives/693/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How-To use NIC Bonding on Debian</title>
		<link>http://www.riccardoriva.com/archives/350</link>
		<comments>http://www.riccardoriva.com/archives/350#comments</comments>
		<pubDate>Fri, 03 Apr 2009 09:31:00 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[nic bonding]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[tcp/ip]]></category>
		<category><![CDATA[teaming]]></category>

		<guid isPermaLink="false">http://www.riccardoriva.com/?p=350</guid>
		<description><![CDATA[This post will explain hot-to configure a unique IP Address on multiple NICs (Phisical or Virtual) on Debian GNU/Linux (with a 2.6 kernel).
This post assume you have a 192.168.0.0/24 network and that you want to assign 192.168.0.10/24 to your system.

To use Bonding Ethernet for High-Availability (fail-over) on Debian Lenny you need to:
Install package ifenslave-2.6 using [...]]]></description>
		<wfw:commentRss>http://www.riccardoriva.com/archives/350/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ethernet-Bonding How-To</title>
		<link>http://www.riccardoriva.com/archives/353</link>
		<comments>http://www.riccardoriva.com/archives/353#comments</comments>
		<pubDate>Fri, 03 Apr 2009 09:20:24 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[nic bonding]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[tcp/ip]]></category>
		<category><![CDATA[teaming]]></category>

		<guid isPermaLink="false">http://www.riccardoriva.com/?p=353</guid>
		<description><![CDATA[Ethernet bonding refers to aggregate multiple ethernet channels together to form a single channel. This is primarily used for redundancy in ethernet paths or for load balancing. This page refers to ifenslave mode in particular to configure ethernet bonding on Linux systems, and so doesn&#8217;t limit itself to discussion of 802.3ad Trunk Aggregation.
I&#8217;ve used the [...]]]></description>
		<wfw:commentRss>http://www.riccardoriva.com/archives/353/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To configure a proxy server for bash and apt use</title>
		<link>http://www.riccardoriva.com/archives/160</link>
		<comments>http://www.riccardoriva.com/archives/160#comments</comments>
		<pubDate>Fri, 05 Dec 2008 22:01:47 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.riccardoriva.com/?p=160</guid>
		<description><![CDATA[With the following command you could configure a proxy server (http and/or ftp) and use it for your current bash session or for apt.
This configuration will be lost when you close your shell.
export http_proxy=&#8217;http://user:password@proxy-server:port&#8217;
export ftp_proxy=&#8217;http://user:password@proxy-server:port&#8217;
Hope this help
Bye
Riccardo


Bookmark It














]]></description>
		<wfw:commentRss>http://www.riccardoriva.com/archives/160/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
