<?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>TECHiE TALKS</title>
	<atom:link href="http://www.icpep.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icpep.org</link>
	<description>Just another techie stuff</description>
	<lastBuildDate>Mon, 14 May 2012 04:37:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Installing OWASP&#8217;s JoomScan on Ubuntu</title>
		<link>http://www.icpep.org/installing-owasps-joomscan-on-ubuntu/</link>
		<comments>http://www.icpep.org/installing-owasps-joomscan-on-ubuntu/#comments</comments>
		<pubDate>Sun, 13 May 2012 16:19:05 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[To know]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[infosec]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1730</guid>
		<description><![CDATA[Joomla is one of the CMS that I like and testing it for vulnerability would be fun using OWAP&#8217;s joomscan. Just in case you wanted it on your system you can download it at sourceforge Joomscan is a vulnerability scanner for websites using joomla CMS. To install it on ubuntu you can extract it on a directory that you like like the /opt directory. After extracting make it executable and the db text file which is needed for the update:]]></description>
			<content:encoded><![CDATA[<p align="center"><a href="http://www.icpep.org/wp-content/uploads/2012/05/joomla-logo.png"><img src="http://www.icpep.org/wp-content/uploads/2012/05/joomla-logo.png" alt="joomla-logo" title="joomla-logo" width="248" height="246" class="aligncenter size-full wp-image-1731" /></a></p>
<p align="justify">Joomla is one of the CMS that I like and testing it for vulnerability would be fun using OWAP&#8217;s joomscan.  Just in case you wanted it on your system you can download it at <a href="http://sourceforge.net/projects/joomscan/" title="sourceforge download page" target="_blank">sourceforge</a>  Joomscan is a vulnerability scanner for websites using joomla CMS.</p>
<p>To install it on ubuntu you can extract it on a directory that you  like like the <span id="highlight">/opt</span> directory.  After extracting make it executable and the db text file which is needed for the update:</p>
<div id="code">sudo chmod +x /opt/joomscan/joomscan.pl &#038;&#038; sudo chmod +x /opt/joomscan/joomscandb.txt &#038;&#038; sudo chmod +x /opt/joomscan/joomscandb-info.txt</div>
</p>
<p>By default perl alone does not work using joomscan and it needs a some library to get it working.  you can install the needed libraries by using the command:</p>
<div id="code">sudo apt-get install -y libtest-www-mechanize-perl</div>
<p>After the installation go to the path where it was extracted and you can now start using it.  A very basic usage is </p>
<div id="code">tux@icpep.org:/opt/joomscan$ perl joomscan.pl -u example.com</div>
<p>Options are fount below which is shown when you used a wrong syntax</p>
<p>=================================================================<br />
 OWASP Joomla! Vulnerability Scanner v0.0.4<br />
 (c) Aung Khant, aungkhant]at[yehg.net<br />
 YGN Ethical Hacker Group, Myanmar, http://yehg.net/lab<br />
 Update by: Web-Center, http://web-center.si (2011)<br />
=================================================================</p>
<p> Vulnerability Entries: 611<br />
 Last update: February 2, 2012</p>
<p> Usage:  joomscan.pl -u <string> -x proxy:port<br />
         -u </string><string>      = joomla Url</p>
<p>         ==Optional==</p>
<p>         -x <string:int>  = proXy to tunnel<br />
         -c <string>      = Cookie (name=value;)<br />
         -g &#8220;</string><string>&#8221;    = desired useraGent string(within &#8220;)<br />
         -nv              = No Version fingerprinting check<br />
         -nf              = No Firewall detection check<br />
         -nvf/-nfv        = No version+firewall check<br />
         -pe 		  = Poke version only and Exit<br />
         -ot              = Output to Text file (target-joexploit.txt)<br />
         -oh              = Output to Html file (target-joexploit.htm)<br />
         -vu              = Verbose (output every Url scan)<br />
	 -sp		  = Show completed Percentage</p>
<p></string></string:int></string></p>
<div id="seo_alrp_related"><h2>Posts Related to Installing OWASP's JoomScan on Ubuntu</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/maintain-your-ubuntu-machine/" rel="bookmark">Maintain Your Ubuntu Machine</a></h3><p>image from www.qortuba.org These are some of the tools and commands I use to clean up my ubuntu powered laptop. Cleaning Downloaded and Uninstalled Packages ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/packet-tracer-on-ubuntu/" rel="bookmark">Packet Tracer on Ubuntu amd64 10.10</a></h3><p>Cisco's Packet Tracer is one of my most wanted application when I was using Windows.  When you login to your account in cisco you can ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/installing-photoshop-on-ubuntu-10-10/" rel="bookmark">Installing Photoshop on Ubuntu 10.10</a></h3><p>I am now a full Linux user and the distro I used is Ubuntu version 10.10.  Maybe most of my posts will be ubuntu tweaks ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/use-gmail-account-to-relay-email-from-php-mail-function/" rel="bookmark">Use Gmail Account To Relay Email From PHP mail Function</a></h3><p>One of the things I find hard in developing a web application is using a library for sending email such as PHPMailer. I find it ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/how-to-restore-the-ubuntu-grub-bootloader/" rel="bookmark">How To Restore the Ubuntu Grub Bootloader</a></h3><p>Recently my laptop won't detect any operating system installed and I was so bothered because a very important project was installed on that operating system.  This may ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/installing-owasps-joomscan-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome&#8217;s To Check Pages</title>
		<link>http://www.icpep.org/chromes-to-check-pages/</link>
		<comments>http://www.icpep.org/chromes-to-check-pages/#comments</comments>
		<pubDate>Wed, 09 May 2012 18:09:19 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[To know]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1724</guid>
		<description><![CDATA[Here are some of chromes hidden pages. Mostly are for those who wanted to get a more detailed and technical information about the browser&#8217;s process. about:appcache-internals about:blob-internals about:view-http-cache about:credits about:dns about:flags about:gpu about:histograms about:memory about:net-internals about:plugins about:stats about:sync about:tasks about:tcmalloc about:terms about:version Posts Related to Chrome's To Check PagesTOP 10 Benefits of Standards-based Programming1. Deliver to multiple user agents. The same piece of marked-up content is readily deliverable in a wide variety of user agents, the collective name ...Cascading Style]]></description>
			<content:encoded><![CDATA[<p align="center"><a href="http://www.icpep.org/wp-content/uploads/2012/05/1336586538_Chrome.png"><img src="http://www.icpep.org/wp-content/uploads/2012/05/1336586538_Chrome.png" alt="" title="Chrome" width="128" height="128" class="aligncenter size-full wp-image-1725" /></a></p>
<p align="justify">
Here are some of chromes hidden pages.  Mostly are for those who wanted to get a more detailed and technical information about the browser&#8217;s process.
</p>
<p id="code">
about:appcache-internals<br />
about:blob-internals<br />
about:view-http-cache<br />
about:credits<br />
about:dns<br />
about:flags<br />
about:gpu<br />
about:histograms<br />
about:memory<br />
about:net-internals<br />
about:plugins<br />
about:stats<br />
about:sync<br />
about:tasks<br />
about:tcmalloc<br />
about:terms<br />
about:version</p>
<div id="seo_alrp_related"><h2>Posts Related to Chrome's To Check Pages</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/top-10-benifits-of-standards-based-programming/" rel="bookmark">TOP 10 Benefits of Standards-based Programming</a></h3><p>1. Deliver to multiple user agents. The same piece of marked-up content is readily deliverable in a wide variety of user agents, the collective name ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/cascading-style-sheet/" rel="bookmark">Cascading Style Sheet</a></h3><p>What is a cascading Style Sheet? Let’s split the question in two: What are style sheets? and How do they cascade? I’ll answer the fi ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/install-apache-tomcat/" rel="bookmark">Install Apache Tomcat</a></h3><p>Apache Tomcat is an implementation of the Java Servlet and JavaServer Pages technologies. But what are servlets? What are JSPs? Servlets are memory-resident Java programs ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/broadband-internet-connection/" rel="bookmark">Broadband Internet Connection</a></h3><p>Broadband Internet Connection means a wide range of frequencies that are available to transmit information. This ultimately means that the wider the range of frequencies ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/website-virus-ncoyrl-htm-zcv-gif-and-iframe/" rel="bookmark">Website Virus (ncoyrl.htm, zcv.gif and iframe)</a></h3><p>With millions of websites in search engines we can never be sure that the sites we are visiting are not harmful.  Some search engines like Google helps ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/chromes-to-check-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transmit Error: Code 1231 on Windows 7 Ultimate</title>
		<link>http://www.icpep.org/transmit-error-code-1231-on-windows-7-ultimate/</link>
		<comments>http://www.icpep.org/transmit-error-code-1231-on-windows-7-ultimate/#comments</comments>
		<pubDate>Wed, 09 May 2012 16:28:39 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[hot fix]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Windows How To's]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1712</guid>
		<description><![CDATA[&#160; My brother has a problem with his Asus x42j Series laptop running a Genuine Windows 7 Ultimate x64 version.  Days ago he was still using his laptop connected to the network using a wired conenction and having no problem, all a sudden he can no longer connect on their Local Area Network using the ethernet.  He has no problems with the wireless connection but he prefers to use the wired connection because he is used on watching videos online especially]]></description>
			<content:encoded><![CDATA[<p align="center"><a href="http://www.icpep.org/wp-content/uploads/2012/05/1336575319_Windows.png"><img class="aligncenter size-full wp-image-1713" title="windows 7" src="http://www.icpep.org/wp-content/uploads/2012/05/1336575319_Windows.png" alt="" width="128" height="128" /></a></p>
<p>&nbsp;</p>
<p style="text-align: justify;">My brother has a problem with his Asus x42j Series laptop running a Genuine Windows 7 Ultimate x64 version.  Days ago he was still using his laptop connected to the network using a wired conenction and having no problem, all a sudden he can no longer connect on their Local Area Network using the ethernet.  He has no problems with the wireless connection but he prefers to use the wired connection because he is used on watching videos online especially NBA.</p>
<p style="text-align: justify;">I was assuming that the router fast ethernet port was faulty but after asking him if he was the only one who is not able to connect via ethernet then I was able to conclude that the problem could be in his machine.  I asked him to open CMD and try to traceroute/ping to a certain public IP and turned out to prompt an error (<em>see the img below</em>).</p>
<p style="text-align: justify;">
<p align="center"><a href="http://www.icpep.org/wp-content/uploads/2012/05/tracert.jpg"><img class="aligncenter size-full wp-image-1714" title="tracert result" src="http://www.icpep.org/wp-content/uploads/2012/05/tracert.jpg" alt="tracert result" width="421" height="90" /></a></p>
<p style="text-align: justify;">
<p style="text-align: justify;">There are several suggestions provided by Microsoft&#8217;s Support Engineer and you might get bored trying them all and one of the worst solution they provided which I didn&#8217;t like was to restore the previous status using system restore (fuuuuuuuuuuuuuuu).  Searching for an answer why this happened didn&#8217;t really helped me a lot, but based on reading the forums and some blogs this might have caused by 2 things: 1.  A new bug for the new eth driver  after installing an update  2.  Some driver files might have been corrupted.  But anyway I hope I can update this post and try to find out what are the reasons for such sudden failure.</p>
<p style="text-align: justify;">Here is how the problem was solved and it was even suggested on <a title="Fixiing code error 1231" href="http://answers.microsoft.com/en-us/windows/forum/windows_vista-networking/ping-transmit-failed-error-code-1231-windows-vista/0b3216d3-481e-43ca-b222-e55faf56cac2" target="_blank">MS&#8217;s forum</a> (<em>at the bottom part as of may 9, 2012</em>).</p>
<ol>
<li>
<p style="text-align: justify;"><strong>Navigate to the device manager <em>(right click my computer &gt; select manage &gt; go to devices section &gt; select the network adapters) </em>as seen on the image below.</strong></p>
<div><strong><br />
</strong></div>
<div><strong><a href="http://www.icpep.org/wp-content/uploads/2012/05/device-manager.jpg"><img class="aligncenter size-full wp-image-1715" title="device manager" src="http://www.icpep.org/wp-content/uploads/2012/05/device-manager.jpg" alt="device manager" width="563" height="492" /></a></strong></div>
<div></div>
<h4></h4>
<p style="text-align: justify;"><strong>2.  Uninstall the Ethernet Adapter driver (JMicron PCI Express Gigabit Ethernet Adapter).</strong></p>
<p style="text-align: justify;"><strong>3.  After uninstalling, windows will automatically detect the hardware and re-install the driver.  After the installation of the driver you can should now be able to connect to your Local Area Network using your machines ethernet connection.</strong></p>
</li>
</ol>
<p><strong>Another problem:  </strong>The problem was solved but after checking the IP configuration it throws a lot of Tunnel Adapter Local Area Connection (<em>Microsoft 6 to 4 Adapter)</em>.  There was about  36 adapters added without even the user knowing.  It might look suspicious but according to microsoft this was caused:</p>
<blockquote><p>When the computer restarts, the Plug and Play service shuts down before the process to enable the Microsoft 6to4 adapter to be reused is performed. Because of this, the adapter cannot be reused when it is reconnected. Therefore, a new virtual adapter is created.</p></blockquote>
<div style="text-align: justify;"><span style="text-align: left; background-color: #ffffff;"><span style="font-family: 'Segoe UI', Arial, Verdana, Tahoma, sans-serif;"><span style="font-size: 11px; line-height: 16px;">Microsoft provided a hot fix on this problem for windows vista &amp; windows 7 users.  </span></span><a style="font-family: 'Segoe UI', Arial, Verdana, Tahoma, sans-serif; font-size: 11px; line-height: 16px;" title="Hot Fix" href="http://support.microsoft.com/kb/980486" target="_blank">Here is the microsoft&#8217;s link for the fix</a><span style="font-family: 'Segoe UI', Arial, Verdana, Tahoma, sans-serif;"><span style="font-size: 11px; line-height: 16px;">  .  Another fix to the problem is provided by <a title="Fixing multiple 6 to 4 network adapter" href="http://www.ryanvictory.com/posts/automating-6to4-adapter-removal-in-windows" target="_blank">Ryan Victory</a></span></span></span></div>
<div id="seo_alrp_related"><h2>Posts Related to Transmit Error: Code 1231 on Windows 7 Ultimate</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/laptop-charger-not-charging-laptop-battery/" rel="bookmark">Laptop Charger Not Charging Battery</a></h3><p>In the previous days I have noticed that my charger only charges when I keep on moving the charger until today that it no longer ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/windows-7-premium-to-ultimate/" rel="bookmark">Windows 7 Premium to Ultimate</a></h3><p>&nbsp; Scenario: A New Acer laptop running windows 7 premium and the user has a genuine windows 7 ultimate product key.  The user wants to ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/ncomputing/" rel="bookmark">NComputing</a></h3><p>To utilize and economize an office workstation you can use NComputing Products.  NComputing provides good quality office stations.  All you need is buy 1 computer ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/internal-error-2378/" rel="bookmark">Internal Error 2378</a></h3><p>I was installing a software and throws an error Internal Error 2378. I googled the problem and most suggestions didn't work out for me, btw I am ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/an-error-occurred-executing-the-microsoft-vc-runtime-installer/" rel="bookmark">An Error Occurred Executing the Microsoft VC++ Runtime Installer</a></h3><p>MySQL is proprietary and some developers are now merging to Postgre SQL.  If you are running windows you might come across this error.  I am ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/transmit-error-code-1231-on-windows-7-ultimate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Command to Import Large Data</title>
		<link>http://www.icpep.org/mysql-command-to-import-large-data/</link>
		<comments>http://www.icpep.org/mysql-command-to-import-large-data/#comments</comments>
		<pubDate>Wed, 02 May 2012 18:24:46 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql commands]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1703</guid>
		<description><![CDATA[A simple command to dump or import large data on a mysql database: mysql -h localhost -uroot -pAa5sD1 nightcrawler &#60; /home/tux/Desktop/nightcrawler.sql where: -h localhost is for my mysql host or server -u root is the mysql user -p pAa5sD1 is the user&#8217;s password nightcrawler is the empty database /home/tux/Desktop/nightcrawler.sql is the data to import or usually a back of the database &#62; is use to import and &#62; is used to export data from a mysql database Posts Related to MySQL Command]]></description>
			<content:encoded><![CDATA[<p>A simple command to dump or import large data on a mysql database:</p>
<div id="code">mysql -h localhost -uroot -pAa5sD1 nightcrawler &lt; /home/tux/Desktop/nightcrawler.sql</div>
<p>where:</p>
<ul>
<li>-h localhost is for my mysql host or server</li>
<li>-u root is the mysql user</li>
<li>-p pAa5sD1 is the user&#8217;s password</li>
<li>nightcrawler is the empty database</li>
<li>/home/tux/Desktop/nightcrawler.sql is the data to import or usually a back of the database</li>
<li><strong>&gt;</strong> is use to import and <strong>&gt;</strong> is used to export data from a mysql database</li>
</ul>
<div id="seo_alrp_related"><h2>Posts Related to MySQL Command to Import Large Data</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/phpmyadmin-importing-large-data/" rel="bookmark">PHPMyAdmin Importing Large Data</a></h3><p>By Default phpmyadmin can import data on your mysql database up to 2MB of data and beyond that will be an error.  This has been ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/mysql-reset-root-password/" rel="bookmark">MySQL Reset Root Password</a></h3><p>My friend forgot his mysql password and the database needs to be accessed by the root user.  My friend is running MySQL 5.1 and as ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/change-a-string-or-character-in-mysql/" rel="bookmark">Change a String or Character in MySQL</a></h3><p>Knowing the right MySQL statement is the most important part in having thousands of data in your database, one false move and you can't undo ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/mysql-duplicate-error/" rel="bookmark">Mysql Duplicate Error</a></h3><p>I created a web application that managers collected links.  The web application was called duplicate checker where premium links collected are being stored in a ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/code-igniter-installation-and-first-run/" rel="bookmark">Code Igniter Installation and First Run</a></h3><p>Code Igniter is an PHP Application Development Framework - a toolkit for PHP developers. The main goal of Code Igniter is to enable developers to ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/mysql-command-to-import-large-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Series 4 Display Problem on Ubuntu 10.10 or higher</title>
		<link>http://www.icpep.org/mobile-series-4-display-problem-on-ubuntu-10-10-or-higher/</link>
		<comments>http://www.icpep.org/mobile-series-4-display-problem-on-ubuntu-10-10-or-higher/#comments</comments>
		<pubDate>Wed, 02 May 2012 17:14:43 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Error]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1684</guid>
		<description><![CDATA[&#160; Skip the sad story I am a great fan of ubuntu and I have been installing and uninstalling 10.04 LTS to 10.10 to 11.04 to 11.10 and go back again to 10.04 LTS or shift to Linux Mint and caused me a lot of time and a lot of data loss.  One of the biggest problem that I had since upgrading to higher versions of ubuntu or Mint was the display.  After the upgrade I needed to add i915.nomodeset=0]]></description>
			<content:encoded><![CDATA[<p align="center"><img class="aligncenter size-full wp-image-1685" title="intel mobile 4 graphics" src="http://www.icpep.org/wp-content/uploads/2012/05/Intel_4-300x204.jpg" alt="intel mobile 4 graphics" width="300" height="204" /></p>
<p>&nbsp;<br />
<a href="#start">Skip the sad story</a></p>
<p style="text-align: justify;">I am a great fan of ubuntu and I have been installing and uninstalling 10.04 LTS to 10.10 to 11.04 to 11.10 and go back again to 10.04 LTS or shift to Linux Mint and caused me a lot of time and a lot of data loss.  One of the biggest problem that I had since upgrading to higher versions of ubuntu or Mint was the display.  After the upgrade I needed to add <strong><em>i915.nomodeset=0</em></strong> (<em>which I memorized after years of adding it to grub every time I have a fresh install</em>) to avoid the black screen.  Maybe at those times I was kind of busy with work that is why I was not able to find the solution to this problem or maybe I searched for the solution but did not find any after thousand of searches on google and posts on the ubuntu forums not until now that after having several experiments on my laptop which includes the update of ubuntu from 10.04LTS to 11.10 (<em>again</em>) hoping that the previous problem was already solved led to another disaster and to a dead end.</p>
<p style="text-align: justify;">So that disaster forced me to download precise pangolin 12.04 which took me hours to download and more hours to install because of my lousy internet connection (<i>our country was ranked the 2nd worst ISP by yahoo</i>) and several (<i>like a hunderd</i>) of errors during installation.  After the installation I am again facing the 1024&#215;768 default display problem.  I can&#8217;t proceed with work because the display was just ugly, an example is found below:</p>
<p align="center"><a href="http://www.icpep.org/wp-content/uploads/2012/05/2iktq8w.png"><img class="aligncenter size-medium wp-image-1686" title="ubuntu precise 1024x768" src="http://www.icpep.org/wp-content/uploads/2012/05/2iktq8w-300x225.png" alt="ubuntu precise 1024x768" width="300" height="225" /></a></p>
<p style="text-align: justify;">
<p style="text-align: justify;">Horizontal scroll bars are appearing every time I visit a website that is not responsive (fluid).  After 3 days of searching for solutions, posting on forums and 3 hours sleep(<i>yawn</i>),  I finally found the solution and now, I can finally get back to my usual sleep schedule.  Sharing it will sure save the time of those who has the problem (<i>I hope google will find this post</i>).</p>
<div id="start">
<p style="text-align: justify;">This is my <a title="Aspire 4736 specification" href="http://support.acer.com/acerpanam/notebook/2010/Acer/Aspire/Aspire4736/Aspire4736sp2.shtml" target="_blank">System&#8217;s Specification</a> and the significant specs would be the VGA:  Linux sees my VGA as<i> Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller.</i></p>
<p style="text-align: justify;">If you had a fresh install with precise (<em>I believe this also works with 10.10 to 11.10 </em>) and have a black screen problem you need to add <strong>i915.nomodeset=0</strong> on grub then after logging in add this to your software source list.  This is for precise, you can have other versions here: <a href="https://launchpad.net/~ubuntu-x-swat/+archive/x-updates">https://launchpad.net/~ubuntu-x-swat/+archive/x-updates</a></p>
<div id="code"><strong>deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main</strong><br />
<strong>deb-src http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main</strong><br />
<del>deb http://ppa.launchpad.net/glasen/intel-driver/ubuntu precise main</del><br />
<del>deb-src http://ppa.launchpad.net/glasen/intel-driver/ubuntu precise main</del></div>
<p>update your repository and upgrade your current driver using</p>
<div id="code">sudo apt-get update &amp;&amp; sudo apt-get upgrade</div>
<p style="text-align: justify;"><strong>important:</strong> After the upgrade you need to remove  <strong>i915.nomodeset=0 </strong> on grub then update grub and restart.</p>
<p style="text-align: justify;">After the restart you will see the screen smaller  but you can change the settings on the display system settings.  I am now using 1366&#215;768.</p>
<p align="center"><a href="http://www.icpep.org/wp-content/uploads/2012/05/Screenshot-from-2012-05-03-005039.png"><img class="aligncenter size-medium wp-image-1688" title="Screenshot from 2012-05-03 00:50:39" src="http://www.icpep.org/wp-content/uploads/2012/05/Screenshot-from-2012-05-03-005039-300x168.png" alt="after the update" width="300" height="168" /></a></p>
<p style="text-align: justify;">
<p style="text-align: justify;">My Resources:</p>
<ul>
<li>source list - <a href="http://pastebin.com/4hASYAdc">http://pastebin.com/4hASYAdc</a></li>
<li><del>xorg config (<em>/etc/X11/xorg.conf</em> created because by default it does not exist)- <a href="http://pastebin.com/gWvY7tfx">http://pastebin.com/gWvY7tfx</a> - command used to generate the Modeline</del>
<div id="code"><del>gtf 1366 768 60</del></div>
</li>
</ul>
<p style="text-align: justify;">Useful links:</p>
<ul>
<li><a href="http://en.gentoo-wiki.com/wiki/Intel_GMA">http://en.gentoo-wiki.com/wiki/Intel_GMA</a></li>
<li><a href="http://intellinuxgraphics.org/">http://intellinuxgraphics.org/</a></li>
</ul>
<p style="text-align: justify;">
<p style="text-align: justify;">Thanks to <a title="hardwyrd" href="https://twitter.com/#!/hardwyrd" target="_blank">@hardwyrd</a> for the help the other night.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">
</div>
<hr />
<div id="seo_alrp_related"><h2>Posts Related to Mobile Series 4 Display Problem on Ubuntu 10.10 or higher</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/my-pangolin-experience/" rel="bookmark">My Pangolin Experience</a></h3><p>&nbsp; It has still been a few days after the release of Ubuntu 12.04 LTS and I had no plans to upgrade my ubuntu 10.04 ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/how-to-restore-the-ubuntu-grub-bootloader/" rel="bookmark">How To Restore the Ubuntu Grub Bootloader</a></h3><p>Recently my laptop won't detect any operating system installed and I was so bothered because a very important project was installed on that operating system.  This may ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/backtrack-5-bug-fix/" rel="bookmark">Backtrack 5 Bug Fix</a></h3><p>I switched my ubuntu Oneiric to bactrack 5 Gnome and try out the new tools I wanted to use. Lately I thought everything will be ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/solved-ubuntu-wont-login/" rel="bookmark">[Solved] Ubuntu Won&#8217;t Login</a></h3><p>I am a loyal user of Thunderbird and ubuntu 10.04 is by default using evolution for its mail client. So what I did was uninstalled ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/ubuntu-11-04/" rel="bookmark">Ubuntu 11.04</a></h3><p>This morning I started updating ubuntu 10.10 to 11.04 and I was so excited what it feels like to be in this new release of ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/mobile-series-4-display-problem-on-ubuntu-10-10-or-higher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Pangolin Experience</title>
		<link>http://www.icpep.org/my-pangolin-experience/</link>
		<comments>http://www.icpep.org/my-pangolin-experience/#comments</comments>
		<pubDate>Tue, 01 May 2012 15:11:01 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[pangolin]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1672</guid>
		<description><![CDATA[&#160; It has still been a few days after the release of Ubuntu 12.04 LTS and I had no plans to upgrade my ubuntu 10.04 LTS but after doing some experiments I ended up upgrading to 12.04 and glad that I had a backup of my projects and database.  I made a fresh install of precise pangolin yesterday and so far I have 3 things to say: BTW: I am using acer aspire 4736 running 4GB of memory, 320GB HDD]]></description>
			<content:encoded><![CDATA[<p align="center"><a href="http://www.icpep.org/wp-content/uploads/2012/05/precise-pangolin.png"><img class="aligncenter size-medium wp-image-1673" title="precise-pangolin" src="http://www.icpep.org/wp-content/uploads/2012/05/precise-pangolin-300x291.png" alt="precise-pangolin" width="300" height="291" /></a></p>
<p>&nbsp;</p>
<p style="text-align: justify;">It has still been a few days after the release of Ubuntu 12.04 LTS and I had no plans to upgrade my ubuntu 10.04 LTS but after doing some experiments I ended up upgrading to 12.04 and glad that I had a backup of my projects and database.  I made a fresh install of precise pangolin yesterday and so far I have 3 things to say:</p>
<p style="text-align: justify;">BTW: I am using acer aspire 4736 running 4GB of memory, 320GB HDD &amp; Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller</p>
<h3 style="text-align: justify;">Good things:</h3>
<ul>
<li>Super fast boot</li>
<li>Unity is good for shortcuts</li>
<li>Wider view on the applications and wider space in viewing codes using netbean&#8217;s vertical split window</li>
<li>Minimalistic  approach which I love the most</li>
<li>Free&#8230;. lol</li>
</ul>
<h3>Bad things:</h3>
<ul>
<li>I installed ubuntu 12.04 for approximately 2-3 hours and had a lot of errors maybe 2 hours was wasted because of a lousy internet connection.</li>
<li>Before you can see how pangolin looks I need to add i915.nomodeset=0 to the grub config</li>
<li>The resolution needs to be configured (xorg) because the screen is kind of stretched and its not properly displaying the sites I consistently visit.  By default the resolution is 1024&#215;768 which is a bit smaller size.</li>
<li>I&#8217;m still not comfortable with unity especially on navigating to folders.  I hope there will be a patch to choose between unity and gnome shell.</li>
<li><del>Til now I am still banging my head to fix this problem.  Refer to my post (<a href="http://ubuntuforums.org/showthread.php?t=1594308&amp;page=7">http://ubuntuforums.org/showthread.php?t=1594308&amp;page=7</a>) .  This has been my big problem since the 10.10 release&#8230;</del>  -&gt; <a title="mobile 4 display on ubuntu 12.04" href="http://www.icpep.org/mobile-series-4-display-problem-on-ubuntu-10-10-or-higher/" target="_blank">[solved] &#8211; check the mobile 4 series graphics controller fix</a></li>
</ul>
<p style="text-align: justify;"><del>I hope to find some fixes in succeeding days&#8230;  Maybe you know some solution to this, why don&#8217;t you lead me to it&#8230; <img src='http://www.icpep.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </del></p>
<p style="text-align: justify;">I hope to see some more stuff after exploring it more especially when it comes to performance&#8230;</p>
<p style="text-align: justify;">
<div id="seo_alrp_related"><h2>Posts Related to My Pangolin Experience</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/mobile-series-4-display-problem-on-ubuntu-10-10-or-higher/" rel="bookmark">Mobile Series 4 Display Problem on Ubuntu 10.10 or higher</a></h3><p>&nbsp; Skip the sad story I am a great fan of ubuntu and I have been installing and uninstalling 10.04 LTS to 10.10 to 11.04 ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/ubuntu-11-04/" rel="bookmark">Ubuntu 11.04</a></h3><p>This morning I started updating ubuntu 10.10 to 11.04 and I was so excited what it feels like to be in this new release of ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/backtrack-5-bug-fix/" rel="bookmark">Backtrack 5 Bug Fix</a></h3><p>I switched my ubuntu Oneiric to bactrack 5 Gnome and try out the new tools I wanted to use. Lately I thought everything will be ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/how-to-restore-the-ubuntu-grub-bootloader/" rel="bookmark">How To Restore the Ubuntu Grub Bootloader</a></h3><p>Recently my laptop won't detect any operating system installed and I was so bothered because a very important project was installed on that operating system.  This may ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/solved-ubuntu-wont-login/" rel="bookmark">[Solved] Ubuntu Won&#8217;t Login</a></h3><p>I am a loyal user of Thunderbird and ubuntu 10.04 is by default using evolution for its mail client. So what I did was uninstalled ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/my-pangolin-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a New MySQL Server on PHPMyAdmin</title>
		<link>http://www.icpep.org/adding-a-new-mysql-server-on-phpmyadmin/</link>
		<comments>http://www.icpep.org/adding-a-new-mysql-server-on-phpmyadmin/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 02:09:56 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHPMyAdmin]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1668</guid>
		<description><![CDATA[Open the config.inc.php file located on the folder where your phpmyadmin is. Every time you need to add a new server, you need to add $i++; on top of your new configuration and also you need to append the new configuration at the bottom of the current configuration as seen on the image above. Posts Related to Adding a New MySQL Server on PHPMyAdminFrom Apache to NginXAfter using Apache Webserver for 4 years I had no doubt of its simplicity]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://www.icpep.org/wp-content/uploads/2012/04/phpmyadmin.png" alt="" title="phpmyadmin" width="518" height="224" class="size-full wp-image-1669" /></p>
<p align="justify">
Open the <span id="highlight">config.inc.php</span> file located on the folder where your phpmyadmin is.  Every time you need to add a new server, you need to add <span id="highlight">$i++;</span> on top of your new configuration and also you need to append the new configuration at the bottom of the current configuration as seen on the image above.</p>
<div id="seo_alrp_related"><h2>Posts Related to Adding a New MySQL Server on PHPMyAdmin</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/from-apache-to-nginx/" rel="bookmark">From Apache to NginX</a></h3><p>After using Apache Webserver for 4 years I had no doubt of its simplicity and performance.  Reading several articles about the comparison of apache and ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/phpmyadmin-importing-large-data/" rel="bookmark">PHPMyAdmin Importing Large Data</a></h3><p>By Default phpmyadmin can import data on your mysql database up to 2MB of data and beyond that will be an error.  This has been ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/apache-allow-htaccess/" rel="bookmark">Apache Allow htaccess</a></h3><p>Most web developers use a "third party" web server which comes in a package such as WAMP or XAMPP resulting to miss configuration of the ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/use-gmail-account-to-relay-email-from-php-mail-function/" rel="bookmark">Use Gmail Account To Relay Email From PHP mail Function</a></h3><p>One of the things I find hard in developing a web application is using a library for sending email such as PHPMailer. I find it ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/boost-wireless-signal/" rel="bookmark">Boost Wireless Signal</a></h3><p>If you want to boost the signal of your wireless linksys router all you need is configure the router.  You can type on the browser ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/adding-a-new-mysql-server-on-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gnokii SMSD on Nokia 5000d-2 Using Bluetooth</title>
		<link>http://www.icpep.org/gnokii-smsd-on-nokia-5000d-2-using-bluetooth/</link>
		<comments>http://www.icpep.org/gnokii-smsd-on-nokia-5000d-2-using-bluetooth/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 14:57:09 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[NginX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Gnokii]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[smsd]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1647</guid>
		<description><![CDATA[I was able to successfully install Gnokii and used Nokia 5000d-2 connected through the bluetooth media.  Here is the identity of the phone that I am using. The details of the Phone using one of nokia&#8217;s hidden code: *#06#. Result: Nokia 5000d-2 V 06.31 24-03-09 RM-362 (c) Nokia Variant: 167.01 Virtual Variant: No Virtual Variant Language: V 06.31 24-03-09 RM-362 (c)Nokia T Using Gnokii&#8217;s commands to identify the mobile I used. gnokii &dash;&dash;identify The output was, GNOKII Version 0.6.28 Assuming:]]></description>
			<content:encoded><![CDATA[<p align="center"><img class="aligncenter size-full wp-image-1648" title="gnokii logo" src="http://www.icpep.org/wp-content/uploads/2012/04/logo.jpg" alt="gnokii logo" width="209" height="107" /></p>
<p align="justify">
<p style="text-align: justify;" align="justify">I was able to successfully install Gnokii and used Nokia 5000d-2 connected through the bluetooth media.  Here is the identity of the phone that I am using.</p>
<p align="center">
<a href="http://www.icpep.org/wp-content/uploads/2012/04/nokia-5000d-2-picture-22.jpg"><img src="http://www.icpep.org/wp-content/uploads/2012/04/nokia-5000d-2-picture-22.jpg" alt="nokia-5000d-2" title="nokia-5000d-2" width="403" height="395" class="aligncenter size-full wp-image-1651" /></a>
</p>
<p align="justify">
The details of the Phone using one of nokia&#8217;s hidden code: <span id="highlight">*#06#</span>.
</p>
<p>
Result: </p>
<p id="code">
Nokia 5000d-2<br />
V 06.31<br />
24-03-09<br />
RM-362<br />
(c) Nokia<br />
Variant: 167.01<br />
Virtual Variant:<br />
No Virtual Variant<br />
Language:<br />
V 06.31<br />
24-03-09<br />
RM-362<br />
(c)Nokia<br />
T
</p>
<p>
Using Gnokii&#8217;s commands to identify the mobile I used.
</p>
<p><div id="code">
gnokii &dash;&dash;identify
</div>
</p>
<p>The output was,</p>
<p id="code">GNOKII Version 0.6.28<br />
Assuming: 0<br />
IMEI : <span style="color: #ff0000;"><span style="text-decoration: line-through;">*************</span></span><br />
Manufacturer : Nokia<br />
Model : RM-362<br />
Product name : RM-362<br />
Revision : V 06.31</p>
<h3>The HOW TO&#8217;s</h3>
<p style="text-align: justify;" align="justify">
Actually almost everything was followed using <a href="http://wiki.gnokii.org/" title="Gnokii" target="_blank">Gnokii&#8217;s Wiki</a>.  I am using a Laptop running Ubuntu 10.04 LTS that has a built-in bluetooth device.  Below are the steps:</p>
<ol align="justify">
<li> Install bluetooth using Synaptic Package Manager</li>
<li> Pair the two devices and set the cellphone to auto-connect/auto-pair the devices whenever the bluetooth devices are at range.
<p align="center"><a href="http://www.icpep.org/wp-content/uploads/2012/04/bluetooth-preference.png"><img src="http://www.icpep.org/wp-content/uploads/2012/04/bluetooth-preference.png" alt="bluetooth preference" title="bluetooth preference" width="598" height="445" class="aligncenter size-full wp-image-1657" /></a>
</p>
</li>
<li> Install Gnokii using Synaptic Package Manager if not you can install it using this <a href="http://wiki.gnokii.org/index.php/Installation" title="Installation" target="_blank">tutorial</a>.  If you are planning to use PHP make sure to read this first <a href="http://www.forsi.it/node/32" title="PHP HowTos" target="_blank">PHP HowTo&#8217;s</a>.  Note: Make sure to include gnokii_smsd_mysql if you are planning to use mysql to store your messages on a database.</li>
<li>After installing gnokii you need to configure it, the config file can be edited/found at <span id="highlight">/etc/gnokiirc</span>. Edit it using your favorite Code Editor(vi, gedit, nano, etc.)
<p align="justify">
As of this current version the significant lines to change are on lines <span id="highlight">11-port</span>, <span id="highlight">102-connection</span>.  Here is my existing <a href="http://pastebin.com/nAk7GnkB" title="gnokii Config File" target="_blank">configuration</a> for reference.  Modify it to fit on your needs.
</p>
<p>To get the bluetooth&#8217;s physical address, use the command</p>
<div id="code">
sudo hcitool scan
</div>
</li>
<li>Open the terminal and use the command <span id="highlight">gnokii &dash;&dash;identify</span> and should have the details of you cellphone (the phone and laptop should automatically pair).  If there is an error try to turn on the debug configuration (debug = on) to generate a <a href="http://wiki.gnokii.org/index.php/Bug_report" target="_blank">bug report</a>.</li>
<li>
Try to send a message using the command</p>
<div id="code">sudo echo &#8220;This is a test message&#8221; | gnokii &dash;&dash;sendsms 09167636896</div>
<p>This will result to:</p>
<p id="code">
GNOKII Version 0.6.28<br />
Assuming: 0<br />
[sudo] password for tux:<br />
Send succeeded with reference 66!
</p>
</li>
<li>
To store the messages on you database use the wiki&#8217;s tutorial on how to set-up SMSD at this <a href="http://wiki.gnokii.org/index.php/Smsd" title="Gnokii SMSD" target="_blank">link</a>.  The instructions are easy to follow and works.
</li>
<li>
I am on a private network and I won&#8217;t be able to use or create a PHP Web App for this and I am also currently using nginX web server.  <del datetime="2012-04-17T02:57:43+00:00">I will be uploading my script on how I will manage to send sms messages on the www.</del> Here is a <a href="http://icpep.org/smser/sms_send.php" target="_blank">link of the app</a>
</li>
</ol>
<div id="seo_alrp_related"><h2>Posts Related to Gnokii SMSD on Nokia 5000d-2 Using Bluetooth</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/connecting-mobile-phone-to-bluetooth/" rel="bookmark">Connecting Mobile Phone to Bluetooth</a></h3><p>Yesterday I bought a new phone, the model was Samsung GT-S3653W and there was no data cable with it.  All I have is to transfer ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/nokia-cellphone-hacks/" rel="bookmark">Nokia Cellphone Hacks</a></h3><p>Your Nokia cell phone can be programmed to pick up radar speed traps, when programmed your cell phone picks up the radar and alerts you ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/maintain-your-ubuntu-machine/" rel="bookmark">Maintain Your Ubuntu Machine</a></h3><p>image from www.qortuba.org These are some of the tools and commands I use to clean up my ubuntu powered laptop. Cleaning Downloaded and Uninstalled Packages ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/setting-up-a-memcached-server/" rel="bookmark">Setting Up a MemCached Server</a></h3><p>image from www.memcached.org Based on their official website memcached is defined as: Free & open source, high-performance, distributed memory object caching system, generic in nature, ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/from-apache-to-nginx/" rel="bookmark">From Apache to NginX</a></h3><p>After using Apache Webserver for 4 years I had no doubt of its simplicity and performance.  Reading several articles about the comparison of apache and ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/gnokii-smsd-on-nokia-5000d-2-using-bluetooth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools For System Administrators</title>
		<link>http://www.icpep.org/tools-for-system-administrator/</link>
		<comments>http://www.icpep.org/tools-for-system-administrator/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 20:51:15 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network Security]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Network tools]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1635</guid>
		<description><![CDATA[A post to track the tools that I find useful or recommended by friends to protect my network from intrusion. PSAD &#8211; &#8220;psad is a collection of three lightweight system daemons that run on Linux machines and analyze iptables log messages to detect port scans and other suspicious traffic ~psad website&#8220;. I get to block IPs that are trying to scan the network for holes. Recommended by friends Sagan &#8211; &#8220;Sagan is a multi-threaded, real time system and event log]]></description>
			<content:encoded><![CDATA[<p align="center"><img class="aligncenter size-full wp-image-1636" title="network tools" src="http://www.icpep.org/wp-content/uploads/2012/04/1050376_24972937.jpg" alt="network tools" width="520" height="233" style="border:2px solid #ccc;" /></p>
<p align="justify">
A post to track the tools that I find useful or recommended by friends to protect my network from intrusion.
</p>
<ul>
<li align="justify">PSAD &#8211; &#8220;psad is a collection of three lightweight system daemons that run on Linux machines and analyze iptables log messages to detect port scans and other suspicious traffic ~<a href="http://cipherdyne.org/psad/" title="PSAD">psad website</a>&#8220;.  I get to block IPs that are trying to scan the network for holes.</li>
</ul>
<p>Recommended by friends</p>
<ul>
<li align="justify">Sagan &#8211; &#8220;Sagan is a multi-threaded, real time system and event log monitoring system, but with a twist. Sagan uses a &#8220;Snort&#8221; like rule set for detecting bad things happening on your network and/or computer systems. ~<a href="http://sagan.quadrantsec.com/" title="sagan">sagan website</a>&#8220;</li>
</ul>
<p>
If you know any tools and would want to share please send me an email.  Thank you in advance! <img src='http://www.icpep.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<div id="seo_alrp_related"><h2>Posts Related to Tools For System Administrators </h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/slackware-linux-e-book/" rel="bookmark">Slackware Linux E-book</a></h3><p>Knowing a Linux distro is one asset of a network administrator, since then I seemed to be a die hard fan of knowing Linux.  The ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/backtrack-5-bug-fix/" rel="bookmark">Backtrack 5 Bug Fix</a></h3><p>I switched my ubuntu Oneiric to bactrack 5 Gnome and try out the new tools I wanted to use. Lately I thought everything will be ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/how-to-check-for-virus-presence/" rel="bookmark">How to check for virus Presence</a></h3><p>There are some tools and procedures that can tell with 99.44 percent accuracy whether your computer has a virus. Here are the actions to take: ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/super-antispyware-mitm-update/" rel="bookmark">Super AntiSpyware MITM Update</a></h3><p>Super Antispyware is one of the utility tools I use for our XP computers at home. From time to time I use this machines for ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/mikrotik-router-filtering-bogus-ips/" rel="bookmark">Mikrotik Router Filtering Bogus IPs</a></h3><p>Mikrotik is a router os that comes with a lot of features.  To see what you can do with it, just visit their official website ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/tools-for-system-administrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Premium to Ultimate</title>
		<link>http://www.icpep.org/windows-7-premium-to-ultimate/</link>
		<comments>http://www.icpep.org/windows-7-premium-to-ultimate/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 03:42:32 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Winows 7]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1627</guid>
		<description><![CDATA[&#160; Scenario: A New Acer laptop running windows 7 premium and the user has a genuine windows 7 ultimate product key.  The user wants to upgrade the operating system but don&#8217;t have the CD/DVD for the ultimate version.  Below are some of the process on doing it: Solutions: Go to Computer &#62; Properties and on the bottom part click the change product key option. But on my case there is no such option. Go to run and type slui.exe 3  and]]></description>
			<content:encoded><![CDATA[<p align="center"><a href="http://www.icpep.org/wp-content/uploads/2012/04/windows-7-boxes.jpg"><img class="aligncenter size-full wp-image-1628" title="windows-7" src="http://www.icpep.org/wp-content/uploads/2012/04/windows-7-boxes.jpg" alt="windows-7" width="358" height="302" /></a></p>
<p>&nbsp;</p>
<p style="text-align: justify;"><strong>Scenario:</strong> A New Acer laptop running windows 7 premium and the user has a genuine windows 7 ultimate product key.  The user wants to upgrade the operating system but don&#8217;t have the CD/DVD for the ultimate version.  Below are some of the process on doing it:</p>
<p><strong>Solutions:</strong></p>
<ul>
<li style="text-align: justify;">Go to <em><strong>Computer &gt; Properties </strong></em>and on the bottom part click the <em>change product</em> key option. But on my case there is no such option.</li>
<li style="text-align: justify;">Go to run and type <strong><em>slui.exe 3  </em></strong>and press ok.  Enter the the new product key.  This did not work for me either, the error tells me to contact Acer&#8217;s customer support.</li>
<li style="text-align: justify;">Download <a title="Windows 7 upgrade advisor" href="http://www.microsoft.com/download/en/details.aspx?id=20" target="_blank">Windows 7 Upgrade Advisor</a>.  Run the downloaded file and follow every step.  At the end it will prompt you for the product key.  This option helped me solve the problem, though it prompted an error but after restarting the user&#8217;s laptop is already running windows 7 ultimate.  Don&#8217;t forget to update!</li>
</ul>
<div style="text-align: justify;">P.S. In case the link above doesn&#8217;t work I uploaded a copy of the file on the server, this file is a genuine copy of Microsoft&#8217;s file as of  April 2012.</div>
<div style="text-align: justify;"></div>
<p><div><a  title='Windows 7 Upgrade Advisor' href='http://www.icpep.org/?wpdmact=process&did=NS5ob3RsaW5r' style="background:url('http://www.icpep.org/wp-content/plugins/download-manager/icon/download.png') no-repeat;padding:3px 12px 12px 28px;font:bold 10pt verdana;">Windows 7 Upgrade Advisor</a></div>
</p>
<div></div>
<p>Hope it helps.  Good luck!</p>
<div id="seo_alrp_related"><h2>Posts Related to Windows 7 Premium to Ultimate</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/removing-windows-genuine-advantage-notification/" rel="bookmark">Removing Windows Genuine Advantage Notification</a></h3><p>Are you tired of Microsoft windows genuine advantage notification, always telling you that your window is not genuine? Are you tired of having to wait ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/microsoft-office-2007-genuine-validation/" rel="bookmark">Microsoft Office 2007 Genuine Validation</a></h3><p>&nbsp; &nbsp; Important Note: This is for experimental purposes only, buying the software is always the best option. Office Genuine Advantage (OGA) is not a ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/removing-windows-7-genuine-advantage/" rel="bookmark">Removing Windows 7 Genuine Advantage</a></h3><p>Yesterday a friend of mine ask if I know how remove his windows 7 WAT so he could explore more with his windows 7 Operating ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/an-error-occurred-executing-the-microsoft-vc-runtime-installer/" rel="bookmark">An Error Occurred Executing the Microsoft VC++ Runtime Installer</a></h3><p>MySQL is proprietary and some developers are now merging to Postgre SQL.  If you are running windows you might come across this error.  I am ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/internal-error-2378/" rel="bookmark">Internal Error 2378</a></h3><p>I was installing a software and throws an error Internal Error 2378. I googled the problem and most suggestions didn't work out for me, btw I am ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/windows-7-premium-to-ultimate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

