<?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>PCtechtips.org</title>
	<atom:link href="http://pctechtips.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://pctechtips.org</link>
	<description>Articles and tutorials about information security, programming, network administration, and technology.</description>
	<lastBuildDate>Fri, 25 Nov 2011 01:48:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Shell Script to Check Running Services in Linux.</title>
		<link>http://pctechtips.org/shell-script-to-check-running-services-in-linux/</link>
		<comments>http://pctechtips.org/shell-script-to-check-running-services-in-linux/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 04:11:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[shell script]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1162</guid>
		<description><![CDATA[Most networks rely on services to run all the time, whether it is MySQL for database, or Apache for web services, the fact of the matter is that those services need to be available all the time; therefore, admins need to make sure those services are running. So here&#8217;s a simple, yet efficient script that [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/shell-script-to-check-running-services-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shell Script to Parse Daily Log Files.</title>
		<link>http://pctechtips.org/shell-script-to-parse-daily-log-files/</link>
		<comments>http://pctechtips.org/shell-script-to-parse-daily-log-files/#comments</comments>
		<pubDate>Sat, 21 May 2011 06:29:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[log parser]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1136</guid>
		<description><![CDATA[Going through different log files can be a pain, but here&#8217;s a simple script that parses today&#8217;s logs from different files into a single file, in this case we extract today&#8217;s logs from messages, auth.log, syslog. Finally, we send them through email. Don&#8217;t forget to make the file executable!&#8230; Logparser can be downloaded from here [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/shell-script-to-parse-daily-log-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backtrack 5 Gnome Flavor.</title>
		<link>http://pctechtips.org/backtrack-5-gnome-flavor/</link>
		<comments>http://pctechtips.org/backtrack-5-gnome-flavor/#comments</comments>
		<pubDate>Sun, 15 May 2011 19:38:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[backtrack]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[backtrack 5 gnmoe]]></category>
		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1130</guid>
		<description><![CDATA[Well, Backtrack 5 is out, and in this version you have the option to download your preferred desktop manager: Gnome or Kde. In my case I prefer gnome because in my opinion, it offers more flexibility when configuring X window. I have not played around much with this version, but I noticed that Nessus is [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/backtrack-5-gnome-flavor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macxchange Script to Change MAC and Hostname in Backtrack.</title>
		<link>http://pctechtips.org/script-to-change-mac-and-hostname-in-backtrack/</link>
		<comments>http://pctechtips.org/script-to-change-mac-and-hostname-in-backtrack/#comments</comments>
		<pubDate>Thu, 05 May 2011 12:07:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[pentesting]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[hostname change]]></category>
		<category><![CDATA[mac change]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1091</guid>
		<description><![CDATA[When conducting a pentest, the first thing the pentester should do is to change its computer mac address and hostname because they are recorded in the logs and dhcp server. Macxchange is a very simple script. It is meant to work with backtrack or any other linux distro. It selects a random word from john [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/script-to-change-mac-and-hostname-in-backtrack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TicTacToe Game Using Arrays in C++.</title>
		<link>http://pctechtips.org/tictactoe-game-using-arrays-in-c/</link>
		<comments>http://pctechtips.org/tictactoe-game-using-arrays-in-c/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 01:53:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[TicTacToe]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1085</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/tictactoe-game-using-arrays-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Binary Search: Computer Guess the Number C++.</title>
		<link>http://pctechtips.org/bracketingsearch-computer-guess-the-number-c/</link>
		<comments>http://pctechtips.org/bracketingsearch-computer-guess-the-number-c/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 08:02:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[BracketingSearch]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1078</guid>
		<description><![CDATA[BracketingSearch from cplusplus. The solution to computer guessing the number the user is thinking is achieve best by using Binary Search. A binary search locates a value in a sorted array by determining whether the value occurs in the first or second half, then repeating the search in one of the halves. In this case [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/bracketingsearch-computer-guess-the-number-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PancakeGlutton: Output an Array in Descending Order C++.</title>
		<link>http://pctechtips.org/pancakeglutton-output-an-array-in-descending-order-c/</link>
		<comments>http://pctechtips.org/pancakeglutton-output-an-array-in-descending-order-c/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 07:35:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[PancakeGlutton]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1074</guid>
		<description><![CDATA[This is the solution to PancakeGlutton exercise from cplusplus.com. Printing out an array of number in descending or ascending order can be accomplish with out doing any type of sort. ok, let&#8217;s say you want to find out how may pancakes a every person ate, and then output in descending order starting with the most [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/pancakeglutton-output-an-array-in-descending-order-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun with Palindromic Numbers and Words in C++.</title>
		<link>http://pctechtips.org/fun-with-palindromic-numbers-and-words-in-c/</link>
		<comments>http://pctechtips.org/fun-with-palindromic-numbers-and-words-in-c/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 00:08:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[palindrome]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1072</guid>
		<description><![CDATA[Finding whether a word or number is a palindrome is very common in programming languages. A palindrome word or number is one that reads the same in either direction. Words: bob, boob, ana&#8230; Numbers: 1, 2, 33, 121, 222, 3445443. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/fun-with-palindromic-numbers-and-words-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Minimum and Maximum Number in an Array with C++.</title>
		<link>http://pctechtips.org/find-minimum-and-maximum-number-in-an-array-with-c/</link>
		<comments>http://pctechtips.org/find-minimum-and-maximum-number-in-an-array-with-c/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 23:44:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[find minimum and maximum]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1068</guid>
		<description><![CDATA[Finding the minimum and maximum in an array is a classical programming exercise in C++. Here&#8217;s how is done! 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 #include &#60;iostream&#62; using namespace std; //finding min and max in array int main&#40;&#41; &#123; int num&#91;5&#93; = &#123; [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/find-minimum-and-maximum-number-in-an-array-with-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prime numbers with C++</title>
		<link>http://pctechtips.org/prime-numbers-with-c/</link>
		<comments>http://pctechtips.org/prime-numbers-with-c/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 07:15:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Prime numbers]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1065</guid>
		<description><![CDATA[A Prime number can only be divided by one and itself. For example; 13 can only be divided by 1 and 13. Here&#8217;s a C++ code that prints out the all prime numbers between 0 and 100. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/prime-numbers-with-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

