<?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>Analysis and Review &#187; Unix</title>
	<atom:link href="http://analysisandreview.com/category/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://analysisandreview.com</link>
	<description>Unbiased research, analysis and review...</description>
	<lastBuildDate>Fri, 13 Aug 2010 13:29:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Mass Insert Data into a mySQL Table</title>
		<link>http://analysisandreview.com/unix/mass-insert-data-into-a-mysql-table/</link>
		<comments>http://analysisandreview.com/unix/mass-insert-data-into-a-mysql-table/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 13:29:42 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=783</guid>
		<description><![CDATA[How to mass insert data into a table via mySQL. INSERT INTO table_name_goes_here( group_id, parent_id, type, name) VALUES( '1', '2', 'option', 'Aaron Rodgers' ), ( '1', '2', 'option', ']]></description>
		<wfw:commentRss>http://analysisandreview.com/unix/mass-insert-data-into-a-mysql-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to capture packets with tcpdump and output to pcap for wireshark</title>
		<link>http://analysisandreview.com/unix/how-to-capture-packets-with-tcpdump-and-output-to-pcap-for-wireshark/</link>
		<comments>http://analysisandreview.com/unix/how-to-capture-packets-with-tcpdump-and-output-to-pcap-for-wireshark/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 21:25:48 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[tcpdump]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=754</guid>
		<description><![CDATA[how to capture packets with tcpdump and output to pcap for wireshark -s 0 tell tcpdump to get the entire packet -w filename.pcap is going to be your output file name not port 1024 tells tcpdummp to ignore port 1024 you can also say port 1024 to capture packets on that port with tcpdump tcpdump ]]></description>
		<wfw:commentRss>http://analysisandreview.com/unix/how-to-capture-packets-with-tcpdump-and-output-to-pcap-for-wireshark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Sendmail with FreeBSD</title>
		<link>http://analysisandreview.com/unix/how-to-use-sendmail-with-freebsd/</link>
		<comments>http://analysisandreview.com/unix/how-to-use-sendmail-with-freebsd/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 17:07:36 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[send mail]]></category>
		<category><![CDATA[Sendmail]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=750</guid>
		<description><![CDATA[Using sendmail with freebsd is easy. Here we will cover how to start and stop sendmail how to send mail with sendmail how to send mail from the terminal, cli, command prompt how to make sendmail start at boot time How to start and stop send mail: /etc/rc.d/sendmail stop&#60;/li&#62; &#60;li&#62;/etc/rc.d/sendmail start&#60;/li&#62; &#60;li&#62;/etc/rc.d/sendmail restart How to ]]></description>
		<wfw:commentRss>http://analysisandreview.com/unix/how-to-use-sendmail-with-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to delete all but one file in linux directory</title>
		<link>http://analysisandreview.com/unix/how-to-delete-all-but-one-file-in-linux-directory/</link>
		<comments>http://analysisandreview.com/unix/how-to-delete-all-but-one-file-in-linux-directory/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 21:23:06 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=738</guid>
		<description><![CDATA[ls *&#124; grep -v FileName &#124; xargs rm -rf Using this command you can delete all files except the one listed]]></description>
		<wfw:commentRss>http://analysisandreview.com/unix/how-to-delete-all-but-one-file-in-linux-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send RSS to Twitter via Twitter API</title>
		<link>http://analysisandreview.com/unix/send-rss-to-twitter-via-twitter-api/</link>
		<comments>http://analysisandreview.com/unix/send-rss-to-twitter-via-twitter-api/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 16:55:50 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php script]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[rss to twitter]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=715</guid>
		<description><![CDATA[Question: How to send RSS feeds to Twitter API with PHP Script and then run the php script via cron every 15 minutes. I found the scripts here (lastrss info here)but the tutorial was not for newbies and was also for running the script via web browser. This tutorial give you all the information you ]]></description>
		<wfw:commentRss>http://analysisandreview.com/unix/send-rss-to-twitter-via-twitter-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable FTP FreeBSD and Allow Only Localhost</title>
		<link>http://analysisandreview.com/unix/enable-ftp-freebsd-and-allow-only-localhost/</link>
		<comments>http://analysisandreview.com/unix/enable-ftp-freebsd-and-allow-only-localhost/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 03:35:43 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[FTPD]]></category>
		<category><![CDATA[Localhost]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=693</guid>
		<description><![CDATA[Enable FTP on your FreeBSD server and allow only your localhost (local machine) access to the ftpd server. The inetd server should be run at boot time by /etc/rc. It then listens for connections on certain internet sockets. When a connection is found on one of its sockets, it decides what service the socket corresponds ]]></description>
		<wfw:commentRss>http://analysisandreview.com/unix/enable-ftp-freebsd-and-allow-only-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best freeBSD Firewall for a Web Server, PF Configuration and Testing</title>
		<link>http://analysisandreview.com/unix/best-freebsd-firewall-for-a-web-server-pf-configuration-and-testing/</link>
		<comments>http://analysisandreview.com/unix/best-freebsd-firewall-for-a-web-server-pf-configuration-and-testing/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 04:03:01 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[best freebsd firewall]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[pf]]></category>
		<category><![CDATA[pf configuration]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=687</guid>
		<description><![CDATA[You&#8217;ll see many articles discussing various firewalls for BSD. freeBSD comes with three firewalls but I&#8217;ll lay out what I believe is the best freebsd firewall for a web server, pf. I need firewall that will help negate DDoS attacks, spoofing and fingerprinting. Allows port 80 and 443 as well as ssh and is simple ]]></description>
		<wfw:commentRss>http://analysisandreview.com/unix/best-freebsd-firewall-for-a-web-server-pf-configuration-and-testing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to shutdown freebsd 8 and stop shutdown</title>
		<link>http://analysisandreview.com/unix/how-to-shutdown-freebsd-8-and-stop-shutdown/</link>
		<comments>http://analysisandreview.com/unix/how-to-shutdown-freebsd-8-and-stop-shutdown/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 03:45:08 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[shutdown]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=685</guid>
		<description><![CDATA[Shutdown freebsd now shutdown -r now Shutdown freeBSD at a scheduled time or within a set time. In the sample below we have shutdown taking place in 5 minutes. This is useful when you want to set a configuration and you&#8217;re worried about the system locking you out. Set the shutdown time for five minutes ]]></description>
		<wfw:commentRss>http://analysisandreview.com/unix/how-to-shutdown-freebsd-8-and-stop-shutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD 8 LAMP Install for WordPress</title>
		<link>http://analysisandreview.com/unix/freebsd-8-lamp-install-for-wordpress/</link>
		<comments>http://analysisandreview.com/unix/freebsd-8-lamp-install-for-wordpress/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:48:15 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[BAMP]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[FAMP]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[Rollback]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=658</guid>
		<description><![CDATA[How to install FreeBSD 8 for WordPress. It&#8217;s a basic LAMP install but since we&#8217;re not using linux it should be called BAMP or maybe FAMP? Who cares.. here are the steps to install FreeBSD 8 with apache, mySQL, PHP then install wordpress. I&#8217;ll be using ports of course for this entire install. I&#8217;m assuming ]]></description>
		<wfw:commentRss>http://analysisandreview.com/unix/freebsd-8-lamp-install-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How to Keep FreeBSD Up to Date</title>
		<link>http://analysisandreview.com/unix/how-to-keep-freebsd-up-to-date/</link>
		<comments>http://analysisandreview.com/unix/how-to-keep-freebsd-up-to-date/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 05:50:32 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[up to date]]></category>
		<category><![CDATA[uptodate]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=651</guid>
		<description><![CDATA[Keeping the freeBSD installation up-to-date is simple. # portsnap fetch # portsnap update # portmanager -u -l&#60;span id=&#34;more-651&#34;&#62;&#60;/span&#62; portsnap &#8211; Approximately every hour, a snapshot of the ports tree is generated, repackaged, and cryptographically signed. portsnap gets this information to see which ports you have out of date so you can easily update them. portsmanager ]]></description>
		<wfw:commentRss>http://analysisandreview.com/unix/how-to-keep-freebsd-up-to-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
