<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>nixCraft &#187; OpenBSD</title>
	<atom:link href="http://www.cyberciti.biz/tips/category/openbsd/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cyberciti.biz/tips</link>
	<description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description>
	<lastBuildDate>Tue, 16 Mar 2010 07:01:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Download of the day: OpenBSD 4.6 CD ISO Images</title>
		<link>http://www.cyberciti.biz/tips/download-openbsd-4-6-cd-iso-images.html</link>
		<comments>http://www.cyberciti.biz/tips/download-openbsd-4-6-cd-iso-images.html#comments</comments>
		<pubDate>Mon, 19 Oct 2009 06:17:27 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Download of the day]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[cd iso]]></category>
		<category><![CDATA[daemons]]></category>
		<category><![CDATA[download openbsd]]></category>
		<category><![CDATA[download openbsd iso]]></category>
		<category><![CDATA[FTP Server]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[iso images]]></category>
		<category><![CDATA[kde 3]]></category>
		<category><![CDATA[mirror ftp]]></category>
		<category><![CDATA[mirror list]]></category>
		<category><![CDATA[mozilla firefox]]></category>
		<category><![CDATA[new release]]></category>
		<category><![CDATA[open bsd download]]></category>
		<category><![CDATA[open source code]]></category>
		<category><![CDATA[openbsd download]]></category>
		<category><![CDATA[openbsd download iso]]></category>
		<category><![CDATA[openbsd iso]]></category>
		<category><![CDATA[openbsd iso download]]></category>
		<category><![CDATA[package tools]]></category>
		<category><![CDATA[privilege]]></category>
		<category><![CDATA[server usa]]></category>
		<category><![CDATA[software licensing]]></category>
		<category><![CDATA[software raid]]></category>
		<category><![CDATA[tcp stack]]></category>
		<category><![CDATA[thunderbird 2]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=5814</guid>
		<description><![CDATA[<div style="float:right;margin-top:0px;margin-left:5px;"><a title="See all OpenBSD related tips/articles" href="http://www.cyberciti.biz/tips/category/openbsd"><img src="http://c.cyberciti.biz/cbzcache/3rdparty/openbsd_logo_sm.png" border="0" alt="" /></a></div>
OpenBSD 4.6 has been released and available for download from the official website.  OpenBSD is well known for record of more than ten years with only two remote holes in the default install. The OpenBSD is widely known for the quality open source code and documentation, uncompromising position on software licensing, and focus on security and code <a href="http://en.wikipedia.org/wiki/OpenBSD" target="_blank">correctness</a>.]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/download-openbsd-4-6-cd-iso-images.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>BASH Shell: For Loop File Names With Spaces</title>
		<link>http://www.cyberciti.biz/tips/handling-filenames-with-spaces-in-bash.html</link>
		<comments>http://www.cyberciti.biz/tips/handling-filenames-with-spaces-in-bash.html#comments</comments>
		<pubDate>Tue, 09 Dec 2008 19:18:29 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[File system]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Gentoo Linux]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[RedHat/Fedora Linux]]></category>
		<category><![CDATA[Suse Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[fedora linux]]></category>
		<category><![CDATA[$IFS]]></category>
		<category><![CDATA[array element]]></category>
		<category><![CDATA[file names]]></category>
		<category><![CDATA[find command]]></category>
		<category><![CDATA[for loop]]></category>
		<category><![CDATA[linux find command]]></category>
		<category><![CDATA[pipes]]></category>
		<category><![CDATA[read file names into array]]></category>
		<category><![CDATA[separators]]></category>
		<category><![CDATA[space character]]></category>
		<category><![CDATA[while loop]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=3878</guid>
		<description><![CDATA[<div style='float:right;margin-top:0px;margin-left:5px;'><a href='http://www.cyberciti.biz/tips/category/shell-scripting' title='See all Bash/Shell scripting related tips/articles'><img src='http://figs.cyberciti.biz/3rdparty/terminal.png' border='0' /></a></div>
<a href="http://www.cyberciti.biz/faq/bash-for-loop/">BASH for loop</a> works nicely under UNIX / Linux / Windows and OS X while working on set of files. However, if you try to process a for loop on file name with spaces in them you are going to have some problem. for loop uses $IFS variable to determine what the field separators are. By default $IFS is set to the space character. There are multiple solutions to this problem.]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/handling-filenames-with-spaces-in-bash.html/feed</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Linux: Should You Use Twice the Amount of Ram as Swap Space?</title>
		<link>http://www.cyberciti.biz/tips/linux-swap-space.html</link>
		<comments>http://www.cyberciti.biz/tips/linux-swap-space.html#comments</comments>
		<pubDate>Wed, 19 Nov 2008 08:50:49 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[File system]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Gentoo Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux desktop]]></category>
		<category><![CDATA[Linux laptop]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[RedHat/Fedora Linux]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Suse Linux]]></category>
		<category><![CDATA[Tuning]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[data center]]></category>
		<category><![CDATA[fedora linux]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[load balancing]]></category>
		<category><![CDATA[memory manager]]></category>
		<category><![CDATA[memory pages]]></category>
		<category><![CDATA[raid 10]]></category>
		<category><![CDATA[ram size]]></category>
		<category><![CDATA[swap files]]></category>
		<category><![CDATA[swap partition]]></category>
		<category><![CDATA[swap space]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=3586</guid>
		<description><![CDATA[<div style='float:right;margin-top:0px;margin-left:5px;'><a href='http://www.cyberciti.biz/tips/category/file-system' title='See all File system related tips/articles'><img src='http://figs.cyberciti.biz/3rdparty/file-manager.png' border='0' /></a></div>
Linux and other Unix-like operating systems use the term "<a href="http://en.wikipedia.org/wiki/Paging">swap</a>" to describe both the act of moving memory pages between RAM and disk, and the region of a disk the pages are stored on. It is common to use a whole partition of a hard disk for swapping. However, with the 2.6 Linux kernel, swap files are just as fast as swap partitions. Now, many admins (both Windows and Linux/UNIX) follow an old rule of thumb that your swap partition should be twice the size of your main system RAM. Let us say I've 32GB RAM, should I set swap space to 64 GB? Is 64 GB of swap space really required? How big should your Linux / UNIX swap space be? ]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/linux-swap-space.html/feed</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>Top 10 Best Cheat Sheets and Tutorials for Linux / UNIX Commands</title>
		<link>http://www.cyberciti.biz/tips/linux-unix-commands-cheat-sheets.html</link>
		<comments>http://www.cyberciti.biz/tips/linux-unix-commands-cheat-sheets.html#comments</comments>
		<pubDate>Wed, 05 Nov 2008 18:17:26 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[GNU/Open source]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[RedHat/Fedora Linux]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Sys admin]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[alphabetical directory]]></category>
		<category><![CDATA[basic unix commands cheat sheet]]></category>
		<category><![CDATA[beginners guide]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[cheat sheet linux commands]]></category>
		<category><![CDATA[command line reference]]></category>
		<category><![CDATA[commands in linux]]></category>
		<category><![CDATA[concise explanations]]></category>
		<category><![CDATA[cut and paste]]></category>
		<category><![CDATA[desktop themes]]></category>
		<category><![CDATA[learning unix]]></category>
		<category><![CDATA[linux command line]]></category>
		<category><![CDATA[linux commands]]></category>
		<category><![CDATA[linux commands cheat sheet]]></category>
		<category><![CDATA[practical guide]]></category>
		<category><![CDATA[reference material]]></category>
		<category><![CDATA[rosetta stone unix commands]]></category>
		<category><![CDATA[scripting unix]]></category>
		<category><![CDATA[Shell scripting]]></category>
		<category><![CDATA[top linux command]]></category>
		<category><![CDATA[unix command]]></category>
		<category><![CDATA[unix commands cheat sheet]]></category>
		<category><![CDATA[unix guru]]></category>
		<category><![CDATA[unix linux]]></category>
		<category><![CDATA[unix shell]]></category>
		<category><![CDATA[unix tutorial]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=3380</guid>
		<description><![CDATA[<div style='float:right;margin-top:0px;margin-left:5px;'><a href='http://www.cyberciti.biz/tips/category/shell-scripting' title='See all Bash/Shell scripting related tips/articles'><img src='http://figs.cyberciti.biz/3rdparty/terminal.png' border='0' /></a></div>
Cheat sheet act as a reference tool which provides cut and paste kind of commands to complete a specific task. I often recommend following set of best cheat sheets to students and IT professionals. It include Linux / UNIX command and shell scripting.]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/linux-unix-commands-cheat-sheets.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>pssh: Run Command On Multiple SSH Servers</title>
		<link>http://www.cyberciti.biz/tips/parallel-ssh-execution.html</link>
		<comments>http://www.cyberciti.biz/tips/parallel-ssh-execution.html#comments</comments>
		<pubDate>Sat, 01 Nov 2008 19:44:16 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Download of the day]]></category>
		<category><![CDATA[GNU/Open source]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Log Management]]></category>
		<category><![CDATA[Linux Scalability]]></category>
		<category><![CDATA[Linux distribution]]></category>
		<category><![CDATA[Linux login control]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[RedHat/Fedora Linux]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[linux execute remote command]]></category>
		<category><![CDATA[linux run script other server]]></category>
		<category><![CDATA[multixterm]]></category>
		<category><![CDATA[pssh command]]></category>
		<category><![CDATA[remote invoke script on linux]]></category>
		<category><![CDATA[run command own script ssh]]></category>
		<category><![CDATA[run commands multiple ssh]]></category>
		<category><![CDATA[ssh multiple execution]]></category>
		<category><![CDATA[ssh run command on multiple servers]]></category>
		<category><![CDATA[ssh to execute command]]></category>
		<category><![CDATA[tentakel ubuntu]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=3414</guid>
		<description><![CDATA[<div style='float:right;margin-top:0px;margin-left:5px;'><a href='http://www.cyberciti.biz/tips/category/shell-scripting' title='See all Bash/Shell scripting related tips/articles'><img src='http://figs.cyberciti.biz/3rdparty/terminal.png' border='0' /></a></div>
I've already written about <a href="http://www.cyberciti.biz/tips/execute-commands-on-multiple-linux-or-unix-servers-part-ii.html">tentakel tool</a> and <a href="http://www.cyberciti.biz/tips/execute-commands-on-multiple-linux-or-unix-servers.html">shell script hack</a> to run a single command on multiple Linux / UNIX / BSD server.  This is useful to save time and run UNIX commands on multiple machines. Linux.com has published an article <a href="http://www.linux.com/feature/151340">about a new tool called pssh</a>:<br />

<blockquote>If you want to increase your productivity with SSH, you can try a tool that lets you run commands on more than one remote machine at the same time. Parallel ssh, Cluster SSH, and ClusterIt let you specify commands in a single terminal window and send them to a collection of remote machines where they can be executed. </blockquote>]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/parallel-ssh-execution.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Download of the day: OpenBSD 4.4 CD ISO Images</title>
		<link>http://www.cyberciti.biz/tips/download-openbsd-4-cd-iso-images.html</link>
		<comments>http://www.cyberciti.biz/tips/download-openbsd-4-cd-iso-images.html#comments</comments>
		<pubDate>Fri, 31 Oct 2008 19:20:04 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Download of the day]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[cd iso]]></category>
		<category><![CDATA[chroot]]></category>
		<category><![CDATA[download openbsd]]></category>
		<category><![CDATA[download openbsd 4.4]]></category>
		<category><![CDATA[download openbsd 4.4 CD]]></category>
		<category><![CDATA[download openbsd 4.4 iso]]></category>
		<category><![CDATA[openbsd 4.4 download]]></category>
		<category><![CDATA[OpenBSD 4.4 dvd]]></category>
		<category><![CDATA[OpenBSD 4.4 dvd download]]></category>
		<category><![CDATA[OpenBSD 4.4 iso]]></category>
		<category><![CDATA[openbsd iso image]]></category>
		<category><![CDATA[robustness]]></category>
		<category><![CDATA[security tools]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=3353</guid>
		<description><![CDATA[<div style='float:right;margin-top:0px;margin-left:5px;'><a href='http://www.cyberciti.biz/tips/category/openbsd' title='See all OpenBSD related tips/articles'><img src='http://figs.cyberciti.biz/3rdparty/openbsd_logo_sm.png' border='0' /></a></div>
OpenBSD 4.4 has been released and available for download  (jump to <a href="http://www.cyberciti.biz/tips/download-openbsd-4-cd-iso-images.html#dl">download link</a> ) from official project website. OpenBSD is often the first to add new security tools to make it harder to break, developers have also carefully read through the programming code to check for mistakes more than once. ]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/download-openbsd-4-cd-iso-images.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>RAID 5 vs RAID 10: Recommended RAID For Safety and Performance</title>
		<link>http://www.cyberciti.biz/tips/raid5-vs-raid-10-safety-performance.html</link>
		<comments>http://www.cyberciti.biz/tips/raid5-vs-raid-10-safety-performance.html#comments</comments>
		<pubDate>Wed, 22 Oct 2008 12:48:43 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[File system]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[RedHat/Fedora Linux]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Suse Linux]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Windows server]]></category>
		<category><![CDATA[data storage]]></category>
		<category><![CDATA[database servers]]></category>
		<category><![CDATA[disk mirroring]]></category>
		<category><![CDATA[fault tolerance]]></category>
		<category><![CDATA[hardware raid]]></category>
		<category><![CDATA[raid 0]]></category>
		<category><![CDATA[raid 10 explained]]></category>
		<category><![CDATA[raid 10 vs raid 5]]></category>
		<category><![CDATA[raid 5 array]]></category>
		<category><![CDATA[raid 5 vs raid 10]]></category>
		<category><![CDATA[raid arrays]]></category>
		<category><![CDATA[raid controllers]]></category>
		<category><![CDATA[raid level]]></category>
		<category><![CDATA[redundant array]]></category>
		<category><![CDATA[storage schemes]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=3155</guid>
		<description><![CDATA[<div style='float:right;margin-top:0px;margin-left:5px;'><a href='http://www.cyberciti.biz/tips/category/file-system' title='See all File system related tips/articles'><img src='http://figs.cyberciti.biz/3rdparty/file-manager.png' border='0' /></a></div>
<a href="http://www.cyberciti.biz/faq/different-raid-levels/">A Redundant Array of Independent Drives</a> (or Disks), also known as Redundant Array of Inexpensive Drives (or Disks) (RAID) is an term for data storage schemes that divide and/or replicate data among multiple hard drives. RAID can be designed to provide increased data reliability or increased I/O performance, though one goal may compromise the other. There are 10 RAID level. But which one is recommended for data safety and performance considering that hard drives are commodity priced? ]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/raid5-vs-raid-10-safety-performance.html/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>How to Transfer PuTTY Sessions To Another Windows Machine</title>
		<link>http://www.cyberciti.biz/tips/putty-session.html</link>
		<comments>http://www.cyberciti.biz/tips/putty-session.html#comments</comments>
		<pubDate>Tue, 09 Sep 2008 11:11:20 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows server]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[confirmation message]]></category>
		<category><![CDATA[import menu]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[regedit command]]></category>
		<category><![CDATA[registry key]]></category>
		<category><![CDATA[sessions]]></category>
		<category><![CDATA[windows machine]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=2836</guid>
		<description><![CDATA[<div style='float:right;margin-top:0px;margin-left:5px;'><a href='http://www.cyberciti.biz/tips/category/windows' title='See all Micro$oft related tips/articles'><img src='http://figs.cyberciti.biz/3rdparty/wine.png' border='0' /></a></div>
PuTTY is a terminal emulator application which can act as a client for the SSH, Telnet, rlogin, and raw TCP computing protocols. You can use putty for remote login or to control your <a href="http://www.cyberciti.biz/tips/replace-windows-vista-hyperterminal-with-putty.html">router connected via serial</a> devices. <br />

By default PuTTY stores the session information in the registry on Windows machine. If you have several PuTTY sessions stored in one laptop and would like to transfer those sessions to another laptop, you need to transfer HKEY_CURRENT_USER\Software\SimonTatham registry key and value as explained below.]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/putty-session.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Avoid OpenDNS Free DNS Service Like The Plague</title>
		<link>http://www.cyberciti.biz/tips/opendns-sucks.html</link>
		<comments>http://www.cyberciti.biz/tips/opendns-sucks.html#comments</comments>
		<pubDate>Mon, 08 Sep 2008 10:52:38 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux desktop]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[RedHat/Fedora Linux]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[cache server]]></category>
		<category><![CDATA[dns cache]]></category>
		<category><![CDATA[dns lookup]]></category>
		<category><![CDATA[dns protocol]]></category>
		<category><![CDATA[domain server]]></category>
		<category><![CDATA[free dns service]]></category>
		<category><![CDATA[google search]]></category>
		<category><![CDATA[opendns]]></category>
		<category><![CDATA[search queries]]></category>
		<category><![CDATA[sponsored search results]]></category>
		<category><![CDATA[web browser users]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=2828</guid>
		<description><![CDATA[<div style='float:right;margin-top:0px;margin-left:5px;'><a href='http://www.cyberciti.biz/tips/category/networking' title='See all Linux/UNIX networking related tips/articles'><img src='http://figs.cyberciti.biz/3rdparty/networking.png' border='0' /></a></div>
I was a big fan of OpenDNS dns service, but recently I found few bad things about their offerings. I  strongly recommend to stay away from OpenDNS service. ]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/opendns-sucks.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>shoes &#8211; A cross-platform Windowing Applikit</title>
		<link>http://www.cyberciti.biz/tips/shoes-cross-platform-ruby-style-windowing.html</link>
		<comments>http://www.cyberciti.biz/tips/shoes-cross-platform-ruby-style-windowing.html#comments</comments>
		<pubDate>Sat, 16 Aug 2008 00:36:03 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[GNU/Open source]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux desktop]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Open source coding]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[RedHat/Fedora Linux]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[package management]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[apt-get command]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[libjpeg]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[make command]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[toolkit]]></category>
		<category><![CDATA[windowing]]></category>
		<category><![CDATA[yum command]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=2658</guid>
		<description><![CDATA[<div style='float:right;margin-top:0px;margin-left:5px;'><a href='http://www.cyberciti.biz/tips/category/c-programming' title='See all UNIX/Linux Programming/Development related articles'><img src='http://figs.cyberciti.biz/3rdparty/programming-logo.png' border='0' /></a></div>
Shoes is a very informal graphics and windowing toolkit. It's for making regular old apps that run on Windows, Mac OS X and Linux. It's a blend of my favorite things from the Web, some Ruby style, and a sprinkling of cross-platform widgets. Shoes uses Ruby as its interface language.]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/shoes-cross-platform-ruby-style-windowing.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Download Of The Day: OpenSSH 5.1</title>
		<link>http://www.cyberciti.biz/tips/download-openssh-51-server.html</link>
		<comments>http://www.cyberciti.biz/tips/download-openssh-51-server.html#comments</comments>
		<pubDate>Tue, 22 Jul 2008 20:37:11 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Download of the day]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[download openssh]]></category>
		<category><![CDATA[fingerprint]]></category>
		<category><![CDATA[keygen]]></category>
		<category><![CDATA[MaxSessions]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[tcp connection]]></category>
		<category><![CDATA[throughput]]></category>
		<category><![CDATA[visualisation]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=2481</guid>
		<description><![CDATA[OpenSSH server and client version 5.1 has just been released and available for download. ]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/download-openssh-51-server.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Impact of the Debian OpenSSL Vulnerability On other Linux Distribution</title>
		<link>http://www.cyberciti.biz/tips/impact-of-debian-openssl-vulnerability.html</link>
		<comments>http://www.cyberciti.biz/tips/impact-of-debian-openssl-vulnerability.html#comments</comments>
		<pubDate>Mon, 23 Jun 2008 10:04:28 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Linux distribution]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[RedHat/Fedora Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security Alert]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows server]]></category>
		<category><![CDATA[package management]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[cve-2008-0166]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[openssl library]]></category>
		<category><![CDATA[openssl package]]></category>
		<category><![CDATA[random number generator]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=2402</guid>
		<description><![CDATA[Can bug present in the Debian OpenSSL packages affect Red Hat / FreeBSD / CentOS Linux UNIX / Windows workstation / server users?]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/impact-of-debian-openssl-vulnerability.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mega Download Of The Day: FireFox Browser Final 3.0</title>
		<link>http://www.cyberciti.biz/tips/download-firefox-browser-version-3.html</link>
		<comments>http://www.cyberciti.biz/tips/download-firefox-browser-version-3.html#comments</comments>
		<pubDate>Tue, 17 Jun 2008 13:08:43 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Download of the day]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[RedHat/Fedora Linux]]></category>
		<category><![CDATA[Suse Linux]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows server]]></category>
		<category><![CDATA[package management]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[download firebox]]></category>
		<category><![CDATA[download web browser]]></category>
		<category><![CDATA[firefox download]]></category>
		<category><![CDATA[firfox]]></category>
		<category><![CDATA[firfox download]]></category>
		<category><![CDATA[free browser]]></category>
		<category><![CDATA[internet browser]]></category>
		<category><![CDATA[mozila browser]]></category>
		<category><![CDATA[web browse]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=2370</guid>
		<description><![CDATA[Firefox 3.0 has been released and the creators of Firefox 3.0 are aiming to set a world record for the most downloads in 24 hours.]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/download-firefox-browser-version-3.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Download Firefox 3 Release Candidate 1</title>
		<link>http://www.cyberciti.biz/tips/download-install-linux-firefox3-rc1.html</link>
		<comments>http://www.cyberciti.biz/tips/download-install-linux-firefox3-rc1.html#comments</comments>
		<pubDate>Sat, 17 May 2008 13:54:15 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Linux desktop]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[download firefox 3]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[gecko]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[rc1]]></category>
		<category><![CDATA[release candidate 1]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=2303</guid>
		<description><![CDATA[Firefox 3 Release Candidate 1 has been released and download it while it is hot!]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/download-install-linux-firefox3-rc1.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OpenSSH ( SSHD ) Speed Optimization For Long Distance Data Transfer</title>
		<link>http://www.cyberciti.biz/tips/sshd-server-optimization.html</link>
		<comments>http://www.cyberciti.biz/tips/sshd-server-optimization.html#comments</comments>
		<pubDate>Wed, 14 May 2008 19:02:32 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[GNU/Open source]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[High performance computing]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[/etc/sysctl.conf]]></category>
		<category><![CDATA[linux optimization]]></category>
		<category><![CDATA[openssh sshd optimization]]></category>
		<category><![CDATA[sysctl command]]></category>
		<category><![CDATA[sysctl conf file]]></category>
		<category><![CDATA[tcp/ip tunning]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=2295</guid>
		<description><![CDATA[Tweaking OpenSSH for advanced networking and high performance data transfer.
]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/sshd-server-optimization.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emergency Server Management  With Intelligent Platform Management Interface (IPMI)</title>
		<link>http://www.cyberciti.biz/tips/linux-freebsd-ipmi-login-session.html</link>
		<comments>http://www.cyberciti.biz/tips/linux-freebsd-ipmi-login-session.html#comments</comments>
		<pubDate>Wed, 07 May 2008 18:49:24 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[High performance computing]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux login control]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[command line interface]]></category>
		<category><![CDATA[intelligent platform]]></category>
		<category><![CDATA[interface specification]]></category>
		<category><![CDATA[ipmi]]></category>
		<category><![CDATA[ipmicli.x86 command]]></category>
		<category><![CDATA[ipmitool command]]></category>
		<category><![CDATA[kernel device driver]]></category>
		<category><![CDATA[management interface]]></category>
		<category><![CDATA[platform management]]></category>
		<category><![CDATA[server manufacturers]]></category>
		<category><![CDATA[temperature fan]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=2271</guid>
		<description><![CDATA[Explains emergency server management services using ipmi (Intelligent Platform Management Interface) version 2.0 under Linux / FreeBSD.]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/linux-freebsd-ipmi-login-session.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Download of the day: OpenBSD 4.3</title>
		<link>http://www.cyberciti.biz/tips/download-openbsd-43.html</link>
		<comments>http://www.cyberciti.biz/tips/download-openbsd-43.html#comments</comments>
		<pubDate>Thu, 01 May 2008 16:51:22 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Download of the day]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[download openbsd]]></category>
		<category><![CDATA[driver support]]></category>
		<category><![CDATA[openbsd 4.3]]></category>
		<category><![CDATA[platforms]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[previous releases]]></category>
		<category><![CDATA[project web site]]></category>
		<category><![CDATA[significant improvements]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=2250</guid>
		<description><![CDATA[The OpenBSD team is pleased to announce the release of OpenBSD 4.3.]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/download-openbsd-43.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ktrace &#8211; FreeBSD / Mac OS X Process Tracing and Reporting Tool</title>
		<link>http://www.cyberciti.biz/tips/ktrace-freebsd-macosx-tool-howto.html</link>
		<comments>http://www.cyberciti.biz/tips/ktrace-freebsd-macosx-tool-howto.html#comments</comments>
		<pubDate>Wed, 16 Apr 2008 18:31:33 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[Sys admin]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[debug application]]></category>
		<category><![CDATA[freebsd trace  application]]></category>
		<category><![CDATA[ktrace]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[mac os x trace application]]></category>
		<category><![CDATA[signal processing]]></category>
		<category><![CDATA[trace data]]></category>
		<category><![CDATA[trace point]]></category>
		<category><![CDATA[trace records]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=2205</guid>
		<description><![CDATA[
Under Linux you can use strace or valgrind tool for reporting and finding a bug. However, under *BSD / Mac OS X you need to use ktrace as replacement for strace tool. 
kreace runs on the following platforms:
=> FreeBSD
=> OpenBSD
=> Mac OS X
=> NetBSD
The ktrace utility enables kernel trace logging for the specified processes.  [...]]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/ktrace-freebsd-macosx-tool-howto.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Download of the Day: OpenSSH Server 5.0 ( security fix release )</title>
		<link>http://www.cyberciti.biz/tips/openssh-download.html</link>
		<comments>http://www.cyberciti.biz/tips/openssh-download.html#comments</comments>
		<pubDate>Tue, 08 Apr 2008 13:48:08 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Data recovery]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[cygwin openssh]]></category>
		<category><![CDATA[download openssh]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[openssh client]]></category>
		<category><![CDATA[openssh server]]></category>
		<category><![CDATA[ssh client]]></category>
		<category><![CDATA[ssh download]]></category>
		<category><![CDATA[ssh secure shell]]></category>
		<category><![CDATA[ssh tunnel]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=2185</guid>
		<description><![CDATA[
One of the most popular remote server management service has just released security fix version. This version avoid possible hijacking of X11-forwarded connections  by refusing to listen on a port unless all address families bind successfully. You can download OpenSHH Server from official project web site or wait for your distro to release updated [...]]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/openssh-download.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>GCC Compiler  4.3.0 exposes a Linux / BSD kernel bug</title>
		<link>http://www.cyberciti.biz/tips/gcc-linux-bsd-kernel-bug.html</link>
		<comments>http://www.cyberciti.biz/tips/gcc-linux-bsd-kernel-bug.html#comments</comments>
		<pubDate>Wed, 19 Mar 2008 19:13:37 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[GNU/Open source]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[abi]]></category>
		<category><![CDATA[assumptions]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[flags]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[memory corruption]]></category>
		<category><![CDATA[messy situation]]></category>
		<category><![CDATA[security implications]]></category>
		<category><![CDATA[x86]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/gcc-linux-bsd-kernel-bug.html</guid>
		<description><![CDATA[
Since version 4.3, gcc changed its behavior concerning the x86/x86-64  ABI and the direction flag, that is it now assumes that the direction flag is cleared at the entry of a function and it doesn't clear once more if needed. According to LWN article GCC 4.3.0 exposes a kernel bug:
A change to GCC for [...]]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/gcc-linux-bsd-kernel-bug.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.325 seconds -->
