<?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>Linux &#8211; systemBash</title>
	<atom:link href="https://systembash.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://systembash.com</link>
	<description>Technology and System Administration</description>
	<lastBuildDate>Fri, 07 Oct 2011 14:45:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3.1</generator>

<image>
	<url>https://systembash.com/wp-content/uploads/2023/08/cropped-icon-dark-bg-32x32.png</url>
	<title>Linux &#8211; systemBash</title>
	<link>https://systembash.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Fixing ip_conntrack Bottlenecks: The Tale Of The DNS Server With Many Tiny Connections</title>
		<link>https://systembash.com/fixing-ip_conntrack-bottlenecks-the-tale-of-the-dns-server-with-many-tiny-connections/</link>
					<comments>https://systembash.com/fixing-ip_conntrack-bottlenecks-the-tale-of-the-dns-server-with-many-tiny-connections/#comments</comments>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Fri, 22 Oct 2010 21:06:23 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[tcp/ip]]></category>
		<guid isPermaLink="false">http://systembash.com/?p=822</guid>

					<description><![CDATA[I manage a server which has a sole purpose: serving DNS requests. We use <a href="http://www.powerdns.com">PowerDNS</a>, which has been great. It is a DNS server whose backend is SQL, making administration of large numbers of records very easy. It is also fast, easy to use, open source and did I mention it is free?

The server has been humming along for years now. The traffic graphs don't show a lot of data moving through it because it only serves DNS requests (plus MySQL replication) in the form of tiny UDP packets. 

Read on to follow my story of how I fixed this tricky problem. No kittens were harmed in the writing of this post. ]]></description>
		
					<wfw:commentRss>https://systembash.com/fixing-ip_conntrack-bottlenecks-the-tale-of-the-dns-server-with-many-tiny-connections/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Linux Command Line, Generating a Random File</title>
		<link>https://systembash.com/linux-command-line-generating-a-random-file/</link>
					<comments>https://systembash.com/linux-command-line-generating-a-random-file/#comments</comments>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Mon, 01 Feb 2010 01:53:41 +0000</pubDate>
				<category><![CDATA[Code Samples]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[tips]]></category>
		<guid isPermaLink="false">http://systembash.com/?p=581</guid>

					<description><![CDATA[It is very easy to create a random file using the linux&#8230;]]></description>
		
					<wfw:commentRss>https://systembash.com/linux-command-line-generating-a-random-file/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Tweaking TCP for Fast (100mbps+) Connections and Transfers on Linux</title>
		<link>https://systembash.com/tweaking-tcp-for-fast-100mbps-connections-and-transfers-on-linux/</link>
					<comments>https://systembash.com/tweaking-tcp-for-fast-100mbps-connections-and-transfers-on-linux/#comments</comments>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Thu, 24 Dec 2009 01:26:24 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[tcp/ip]]></category>
		<guid isPermaLink="false">http://systembash.com/?p=516</guid>

					<description><![CDATA[We recently did some speed testing on a few of the servers on our network, and we were not receiving the speeds expected considering they were sitting on a physical 100mbps ethernet port. The servers were indeed on physical 100mbps connection, however wget (TCP/IP, HTTP Port 80) download tests showed only a max of about 1.5MB/sec (note the 8bit/byte conversion, so this translates to about 12mbits).]]></description>
		
					<wfw:commentRss>https://systembash.com/tweaking-tcp-for-fast-100mbps-connections-and-transfers-on-linux/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>A Poor Man&#8217;s VPN: Proxy Web Connection to Remote Server (via SSH and Tunnel)</title>
		<link>https://systembash.com/a-poor-mans-vpn-proxy-web-connection-to-remote-server-via-ssh-and-tunnel/</link>
					<comments>https://systembash.com/a-poor-mans-vpn-proxy-web-connection-to-remote-server-via-ssh-and-tunnel/#comments</comments>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Fri, 16 Oct 2009 13:12:20 +0000</pubDate>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[VPN]]></category>
		<guid isPermaLink="false">http://systembash.com/content/a-poor-mans-vpn-proxy-web-connection-to-remote-server-via-ssh-and-tunnel/</guid>

					<description><![CDATA[Did you ever have a situation where you needed to access a&#8230;]]></description>
		
					<wfw:commentRss>https://systembash.com/a-poor-mans-vpn-proxy-web-connection-to-remote-server-via-ssh-and-tunnel/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>Command Line Packet Sniff Existing Running Process in Linux</title>
		<link>https://systembash.com/command-line-packet-sniffing-existing-running-process-in-linux/</link>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Tue, 21 Jul 2009 13:57:23 +0000</pubDate>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Code Samples]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[system admin]]></category>
		<category><![CDATA[traffic]]></category>
		<guid isPermaLink="false">http://systembash.com/?p=398</guid>

					<description><![CDATA[Have you ever come across a server that is doing a lot&#8230;]]></description>
		
		
		
			</item>
		<item>
		<title>Error While Mounting an ISO Image in Linux: ioctl: LOOP_SET_FD: Invalid argument</title>
		<link>https://systembash.com/error-while-mounting-an-iso-image-in-linux-ioctl-loop_set_fd-invalid-argument/</link>
					<comments>https://systembash.com/error-while-mounting-an-iso-image-in-linux-ioctl-loop_set_fd-invalid-argument/#comments</comments>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Wed, 17 Jun 2009 01:18:47 +0000</pubDate>
				<category><![CDATA[Shell]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[cdrom]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[loopback]]></category>
		<guid isPermaLink="false">http://systembash.com/?p=383</guid>

					<description><![CDATA[I recently received this error while mounting an iso image in a&#8230;]]></description>
		
					<wfw:commentRss>https://systembash.com/error-while-mounting-an-iso-image-in-linux-ioctl-loop_set_fd-invalid-argument/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Easy Search and Replace in Multiple Files on Linux Command Line</title>
		<link>https://systembash.com/easy-search-and-replace-in-multiple-files-on-linux-command-line/</link>
					<comments>https://systembash.com/easy-search-and-replace-in-multiple-files-on-linux-command-line/#comments</comments>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Thu, 07 May 2009 03:10:57 +0000</pubDate>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Other Code]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tips]]></category>
		<guid isPermaLink="false">http://systembash.com/?p=365</guid>

					<description><![CDATA[I recently came across a typo that existed in a bunch of&#8230;]]></description>
		
					<wfw:commentRss>https://systembash.com/easy-search-and-replace-in-multiple-files-on-linux-command-line/feed/</wfw:commentRss>
			<slash:comments>15</slash:comments>
		
		
			</item>
		<item>
		<title>Using nice to control CPU usage and process priority</title>
		<link>https://systembash.com/using-nice-to-control-cpu-usage-and-process-priority/</link>
					<comments>https://systembash.com/using-nice-to-control-cpu-usage-and-process-priority/#comments</comments>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Thu, 04 Sep 2008 00:01:46 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[nice]]></category>
		<category><![CDATA[priority]]></category>
		<guid isPermaLink="false">http://systembash.com/?p=228</guid>

					<description><![CDATA[If you wish to run a command which typically uses a lot&#8230;]]></description>
		
					<wfw:commentRss>https://systembash.com/using-nice-to-control-cpu-usage-and-process-priority/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Installing LogMeIn Hamachi on the Nokia N800 to join your PVPN</title>
		<link>https://systembash.com/installing-logmein-hamachi-on-the-nokia-n800-to-join-your-pvpn/</link>
					<comments>https://systembash.com/installing-logmein-hamachi-on-the-nokia-n800-to-join-your-pvpn/#comments</comments>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Sun, 16 Mar 2008 00:45:22 +0000</pubDate>
				<category><![CDATA[Configurations]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[N800]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[hamachi]]></category>
		<category><![CDATA[hamachi go-online]]></category>
		<category><![CDATA[internet tablet]]></category>
		<category><![CDATA[little device]]></category>
		<category><![CDATA[openssh server]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[VPN]]></category>
		<guid isPermaLink="false">http://systembash.com/content/installing-logmein-hamachi-on-the-nokia-n800-to-join-your-pvpn/</guid>

					<description><![CDATA[In case you were wondering, I just invented the phrase PVPN &#8211;&#8230;]]></description>
		
					<wfw:commentRss>https://systembash.com/installing-logmein-hamachi-on-the-nokia-n800-to-join-your-pvpn/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Adding memory swap space to the N800</title>
		<link>https://systembash.com/adding-memory-swap-space-to-the-n800/</link>
					<comments>https://systembash.com/adding-memory-swap-space-to-the-n800/#comments</comments>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Sat, 08 Mar 2008 22:31:48 +0000</pubDate>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[N800]]></category>
		<category><![CDATA[mmcblk0p1  /media/mmc1 vfat rw]]></category>
		<category><![CDATA[ram]]></category>
		<guid isPermaLink="false">http://systembash.com/content/adding-memory-swap-space-to-the-n800/</guid>

					<description><![CDATA[Adding swap space is pretty easy. This will add more, but slower&#8230;]]></description>
		
					<wfw:commentRss>https://systembash.com/adding-memory-swap-space-to-the-n800/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
