<?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>Sat, 20 Apr 2013 04:20:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Autofocus Field On Form Page</title>
		<link>http://www.icpep.org/autofocus-field-on-form-page/</link>
		<comments>http://www.icpep.org/autofocus-field-on-form-page/#comments</comments>
		<pubDate>Sat, 20 Apr 2013 04:20:08 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[short codes]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1954</guid>
		<description><![CDATA[I stopped my programming blog and would want to share back some short helpful snippets. In a form page it would be helpful to auto focus the a field on page load because users will longer have to click on the field.  Here is a one line jQuery code to auto focus fields. &#160;]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.icpep.org/wp-content/uploads/2013/04/jquery.jpg"><img class="aligncenter size-full wp-image-1955" alt="jquery" src="http://www.icpep.org/wp-content/uploads/2013/04/jquery.jpg" width="538" height="196" /></a></p>
<p>I stopped my programming blog and would want to share back some short helpful snippets.</p>
<p>In a form page it would be helpful to auto focus the a field on page load because users will longer have to click on the field.  Here is a one line <a title="jQuery" href="http://jquery.com/" target="_blank">jQuery </a>code to auto focus fields.</p><pre class="crayon-plain-tag">$(document).ready(function(){
      $('input:first').focus();
});</pre><p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/autofocus-field-on-form-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Improve Boot Time On MultiCore</title>
		<link>http://www.icpep.org/windows-improve-boot-time-on-multicore/</link>
		<comments>http://www.icpep.org/windows-improve-boot-time-on-multicore/#comments</comments>
		<pubDate>Sat, 02 Mar 2013 03:08:30 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tweak]]></category>
		<category><![CDATA[Windows Hacks]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows How To's]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1942</guid>
		<description><![CDATA[A tweak for users with a Multi-cored machine who wants to utilize the number of core available to speed up boot time process. Open msconfig by typing it on run. Select The boot TAB Select Advanced Options modify the number of cores you wanted to be used on boot as shown on the image above. Reboot to take effect.]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;" align="justify"><a href="http://www.icpep.org/wp-content/uploads/2013/03/cores_.jpg"><img class="aligncenter  wp-image-1944" alt="MultiCore Boot Time" src="http://www.icpep.org/wp-content/uploads/2013/03/cores_.jpg" width="639" height="258" /></a></p>
<p align="justify">A tweak for users with a Multi-cored machine who wants to utilize the number of core available to speed up boot time process.</p>
<ul>
<li>Open msconfig by typing it on run.</li>
<li>Select The boot TAB</li>
<li>Select Advanced Options</li>
<li>modify the number of cores you wanted to be used on boot as shown on the image above.</li>
<li>Reboot to take effect.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/windows-improve-boot-time-on-multicore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone , iPod, iPad unclosed apps</title>
		<link>http://www.icpep.org/iphone-ipod-ipad-unclosed-apps/</link>
		<comments>http://www.icpep.org/iphone-ipod-ipad-unclosed-apps/#comments</comments>
		<pubDate>Sun, 24 Feb 2013 03:57:46 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[To know]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1898</guid>
		<description><![CDATA[You might be wondering what happened to the applications you opened after pressing the home button of your iPhone. Well, its not closed yet, it&#8217;s still running and hidden. If you are not using it, you need to close it because it is using/draining the battery. Here is a simple how to: double press the home button consecutively and you will see all the applications you have opened before you read this post as shown on the image above long]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.icpep.org/wp-content/uploads/2013/02/20130224-121350.jpg"><img src="http://www.icpep.org/wp-content/uploads/2013/02/20130224-121350.jpg" alt="20130224-121350.jpg" class="alignnone size-full" /></a></p>
<p>You might be wondering what happened to the applications you opened after pressing the home button of your iPhone.  Well, its not closed yet, it&#8217;s still running and hidden.  If you are not using it, you need to close it because it is using/draining the battery.  Here is a simple how to: </p>
<ul>
<li>double press the home button consecutively and you will see all the applications you have opened before you read this post as shown on the image above</li>
<li>long press the application until the remove icon appears.  </li>
<li>start closing the apps you are no longer using by pressing the remove icon.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/iphone-ipod-ipad-unclosed-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSMTP on CentOS</title>
		<link>http://www.icpep.org/ssmtp-on-centos/</link>
		<comments>http://www.icpep.org/ssmtp-on-centos/#comments</comments>
		<pubDate>Sun, 10 Feb 2013 18:09:52 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[linux send email]]></category>
		<category><![CDATA[ssmtp]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1886</guid>
		<description><![CDATA[I had some problems installing ssmtp on centos 6.3 64 bit because most of the posts are giving out the wrong RPM link. So I came across a blog that gave an existing link rpm for fedora where ssmtp exists. So below are the steps I did to install ssmtp over CentOS: The Download link for 64 bit CentOS 6: http://ftp.astral.ro/mirrors/fedora/pub/epel/6/x86_64/ Verify if hxxp://astral.ro is a legit mirror: http://mirrors.fedoraproject.org/publiclist/ Add the rpm using the command: $ wget http://ftp.astral.ro/mirrors/fedora/pub/epel/6/i386/epel-release-6-8.noarch.rpm $ rpm]]></description>
				<content:encoded><![CDATA[<p align="center"><img class="aligncenter size-full wp-image-1887" alt="centos" src="http://www.icpep.org/wp-content/uploads/2013/02/centos_icon.png" width="293" height="79" /></p>
<p align="justify">I had some problems installing ssmtp on centos 6.3 64 bit because most of the posts are giving out the wrong RPM link. So I came across a blog that gave an existing link rpm for fedora where ssmtp exists. So below are the steps I did to install ssmtp over CentOS:</p>
<ul>
</ul>
<ul>
</ul>
<ul>
<li>The Download link for 64 bit CentOS 6:<br />
<span id="code">http://ftp.astral.ro/mirrors/fedora/pub/epel/6/x86_64/</span></li>
<li>Verify if hxxp://astral.ro is a legit mirror: <span id="code">http://mirrors.fedoraproject.org/publiclist/</span></li>
<li>Add the rpm using the command:<br />
<span id="code">$ wget http://ftp.astral.ro/mirrors/fedora/pub/epel/6/i386/epel-release-6-8.noarch.rpm<br />
$ rpm -Uvh epel-release-6-8.noarch.rpm<br />
</span></li>
<li>Install ssmtp using the command:<br />
<span id="code">yum instal ssmtp</span></li>
<li>Configure ssmtp to<a href="http://www.icpep.org/use-gmail-account-to-relay-email-from-php-mail-function/"> relay unto GMAIL</a> to send messages</li>
<li>Change CentOS&#8217;s MTA.  By default it uses <span id="highlught"> /usr/sbin/sendmail.postfix<br />
</span>Use the command <span id="code">alternatives &#8211;config mta</span></li>
<li>Select the number assigned to ssmtp as shown below<br />
<pre class="crayon-plain-tag">[tux@icpep.org]# alternatives --config mta

There are 2 programs which provide 'mta'.

Selection Command
-----------------------------------------------
*+ 1 /usr/sbin/sendmail.postfix
2 /usr/sbin/sendmail.ssmtp

Enter to keep the current selection[+], or type selection number: 2</pre>
</li>
<li>Test it using:<br />
<span id="code">cat random_file | sendmail -v johnsmith@gmail.com</span></li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/ssmtp-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Edit Cinnamon Menu</title>
		<link>http://www.icpep.org/how-to-edit-cinnamon-menu/</link>
		<comments>http://www.icpep.org/how-to-edit-cinnamon-menu/#comments</comments>
		<pubDate>Thu, 15 Nov 2012 05:22:58 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[Cinnamon]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux How To's]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1865</guid>
		<description><![CDATA[Steps on how to edit Linux Mint&#8217;s Cinnamon Menu: Right click on the menu as show on the image above Select Edit Menu Do your thing]]></description>
				<content:encoded><![CDATA[<p align="center"><img src="http://www.icpep.org/wp-content/uploads/2012/11/post.png" alt="edit linux mint cinnamon menu" title="edit linux mint cinnamon menu" width="530" height="197" class="aligncenter size-full wp-image-1866" /></p>
<p></p>
<p align="justify">
<strong>Steps on how to edit Linux Mint&#8217;s Cinnamon Menu:</strong>
</p>
<ol>
<li>Right click on the menu as show on the image above</li>
<li>Select Edit Menu</li>
<li>Do your thing</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/how-to-edit-cinnamon-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[solved] Brightness Control Aspire 4755G Linux Mint</title>
		<link>http://www.icpep.org/brightness-control-linux-mint/</link>
		<comments>http://www.icpep.org/brightness-control-linux-mint/#comments</comments>
		<pubDate>Sun, 11 Nov 2012 06:10:26 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[Linux How To's]]></category>
		<category><![CDATA[Linux Tweaks]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1856</guid>
		<description><![CDATA[I have some problems in controlling my laptop&#8217;s brightness on Linux Mint 13. My laptop&#8217;s specification is found on this page. Just a summary I am using NVIDIA GeForce GT 540M 2GB Dedicated VRAM. Here are the steps I followed to get control on my laptop&#8217;s brightness. Open the terminal Edit grub (sudo nano /etc/default/grub), Around the 11th line, there will be something like: GRUB_CMDLINE_LINUX_DEFAULT=&#8221;quiet splash&#8221;. Change it to GRUB_CMDLINE_LINUX_DEFAULT=&#8221;quiet splash acpi_backlight=vendor&#8221; Save the file Update your grub (sudo update-grub2)]]></description>
				<content:encoded><![CDATA[<p align="center"><img src="http://www.icpep.org/wp-content/uploads/2012/11/Screenshot-from-2012-11-11-134917.png" alt="brightness control linux mint" title="brightness control linux mint" width="530" height="261" class="aligncenter size-full wp-image-1857" /></p>
<p align="justify">
I have some problems in controlling my laptop&#8217;s brightness on Linux Mint 13.  My laptop&#8217;s specification is found on this <a href="http://www.icpep.org/linux-mint-13-cinnamon-nvidia-gt-540m/" target="_blank">page</a>.  Just a summary I am using NVIDIA GeForce GT 540M 2GB Dedicated VRAM.
</p>
<p align="justify">Here are the steps I followed to get control on my laptop&#8217;s brightness.</p>
<ol>
<li>Open the terminal</li>
<li>Edit grub (<span id="highlight">sudo nano /etc/default/grub</span>),</li>
<li>Around the 11th line, there will be something like: <span id="highlight">GRUB_CMDLINE_LINUX_DEFAULT=&#8221;quiet splash&#8221;</span>. Change it to <span id="highlight">GRUB_CMDLINE_LINUX_DEFAULT=&#8221;quiet splash acpi_backlight=vendor&#8221;</span></li>
<li>Save the file</li>
<li>Update your grub (<span id="highlight">sudo update-grub2</span>)</li>
<li>Reboot your machine (<span id="highlight">sudo init 6</span>)</li>
<li>If the steps didn&#8217;t help you out, remove the changes made to your grub file (remove <span id="highlight">acpi_backlight=vendor</span>) and don&#8217;t forget to reboot.
</li>
</ol>
<p>
Reference:  http://askubuntu.com/questions/128463/brightness-controls-dont-work-on-an-acer-4741g</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/brightness-control-linux-mint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to play mp4 files in linux</title>
		<link>http://www.icpep.org/how-to-play-mp4-files-in-linux/</link>
		<comments>http://www.icpep.org/how-to-play-mp4-files-in-linux/#comments</comments>
		<pubDate>Wed, 07 Nov 2012 02:24:04 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Linux How To's]]></category>
		<category><![CDATA[linux media player]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1850</guid>
		<description><![CDATA[Playing mp4 files over the internet on windows OS is easy since quicktime plugin is supported and easily accessible.  To play mp4 files in linux you can use VLC which commonly installed by default on new versions of Linux OS such as ubuntu and linux mint.  Below is an illustration on how to play/open mp4 files over the internet. 1. Go to Media Menu &#62; Open Network Stream 2.  Enter the url you want to open and click play to start]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;">Playing mp4 files over the internet on windows OS is easy since quicktime plugin is supported and easily accessible.  To play mp4 files in linux you can use <a title="VLC Media Player For Linux" href="http://www.videolan.org/vlc/index.html" target="_blank">VLC</a> which commonly installed by default on new versions of Linux OS such as ubuntu and linux mint.  Below is an illustration on how to play/open mp4 files over the internet.</p>
<p style="text-align: justify;"><strong>1. Go to Media Menu &gt; Open Network Stream</strong></p>
<p style="text-align: justify;" align="center"><img class="aligncenter size-full wp-image-1851" title="VLC playing mp4 files" src="http://www.icpep.org/wp-content/uploads/2012/11/step1.png" alt="VLC playing mp4 files" width="524" height="387" /></p>
<p style="text-align: justify;">
<p></p>
<p style="text-align: justify;"><strong>2.  Enter the url you want to open and click play to start viewing the remote video.</strong></p>
<p style="text-align: justify;" align="center"><img class="aligncenter size-full wp-image-1852" title="VLC playing mp4 files" src="http://www.icpep.org/wp-content/uploads/2012/11/step2.png" alt="VLC playing mp4 files" width="527" height="586" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/how-to-play-mp4-files-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Mint 13 Cinnamon &#8211; NVidia GT 540M</title>
		<link>http://www.icpep.org/linux-mint-13-cinnamon-nvidia-gt-540m/</link>
		<comments>http://www.icpep.org/linux-mint-13-cinnamon-nvidia-gt-540m/#comments</comments>
		<pubDate>Fri, 26 Oct 2012 13:43:22 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[Nvidia]]></category>
		<category><![CDATA[Nvidia Optimus]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1838</guid>
		<description><![CDATA[From Ubuntu 12.04 LTS, I switched to Linux Mint 13 Cinnamon because of some personal reasons. Now, I have a fully functional Linux mint on my Aspire 4755G with the following specifications. *-cpu description: CPU product: Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz vendor: Intel Corp. version: Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz size: 800MHz capacity: 800MHz width: 64 bits clock: 100MHz  *-memory description: System Memory size: 8GiB *-display description: VGA compatible controller product: 2nd Generation Core Processor Family Integrated Graphics]]></description>
				<content:encoded><![CDATA[<p align="center"><a href="http://www.icpep.org/wp-content/uploads/2012/10/Untitled.png"><img class="size-full wp-image-1840 aligncenter" title="linux mint - Nvidia Optimus" src="http://www.icpep.org/wp-content/uploads/2012/10/Untitled.png" alt="linux mint - Nvidia Optimus" width="530" height="167" /></a></p>
<p style="text-align: justify;">From Ubuntu 12.04 LTS, I switched to Linux Mint 13 Cinnamon because of some personal reasons. Now, I have a fully functional Linux mint on my Aspire 4755G with the following specifications.</p>
<div id="code"><strong>*-cpu</strong><br />
<strong> description: CPU</strong><br />
<strong> product: Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz</strong><br />
<strong> vendor: Intel Corp.</strong><br />
<strong> version: Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz</strong><br />
<strong> size: 800MHz</strong><br />
<strong> capacity: 800MHz</strong><br />
<strong> width: 64 bits</strong><br />
<strong>clock: 100MHz</strong><strong> </strong></p>
<p><strong>*-memory</strong><br />
<strong> description: System Memory</strong><br />
<strong> size: 8GiB</strong></p>
<p><strong>*-display</strong><br />
<strong> description: VGA compatible controller</strong><br />
<strong> product: 2nd Generation Core Processor Family Integrated Graphics Controller</strong><br />
<strong> vendor: Intel Corporation</strong><br />
<strong> version: 09</strong><br />
<strong> width: 64 bits</strong><br />
<strong> clock: 33MHz</strong><br />
<strong> capabilities: msi pm vga_controller bus_master cap_list rom</strong><br />
<strong> configuration: driver=i915 latency=0</strong></p>
<p><strong>*VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 540M]</strong></p>
</div>
<p style="text-align: justify;">After installing linux mint on my machine it works out of the box with no problems except that the display used was not NVidia.  It uses the 2nd Generation Core Processor Family Integrated Graphics Controller.  I tried installing <strong>ubuntu-x-swat </strong>but it didn&#8217;t work.  Cinnamon was no longer working and so as other GUIs.  It uses Gnome by default and no themes can be applied.</p>
<p style="text-align: justify;">I&#8217;m glad that I found an NVidia driver that works perfectly on Optimus enabled netbooks.  An installation guide was provided by <a href="https://wiki.ubuntu.com/Bumblebee" target="_blank">Ubuntu&#8217;s Wiki</a>.  Here is how it worked for me using the following commands:</p>
<p style="text-align: justify;">Add the repository to your source list:</p>
<p></p><pre class="crayon-plain-tag">sudo add-apt-repository ppa:bumblebee/stable</pre><p>If you are running an older version of Linux mint, you can update the NVidia drivers by</p><pre class="crayon-plain-tag">sudo add-apt-repository ppa:ubuntu-x-swat/x-updates</pre><p>Update your current repository by using the command</p><pre class="crayon-plain-tag">sudo apt-get update</pre><p>Install the bumblebee driver using the command,</p><pre class="crayon-plain-tag">sudo apt-get install bumblebee bumblebee-nvidia</pre><p>Due to new Kernel updates which includes X, you can use the command to test if the driver works for you</p><pre class="crayon-plain-tag">optirun glxgears</pre><p>You can visit Ubuntu&#8217;s wiki page for a more detailed explanation on how to install the driver of NVidia Optimus.</p>
<p>Resources:</p>
<ul>
<li><em>http://pleph.appspot.com/init/posts/view/2687901</em></li>
<li><em>https://wiki.ubuntu.com/Bumblebee</em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/linux-mint-13-cinnamon-nvidia-gt-540m/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing GDM on Ubuntu</title>
		<link>http://www.icpep.org/removing-gdm-on-ubuntu/</link>
		<comments>http://www.icpep.org/removing-gdm-on-ubuntu/#comments</comments>
		<pubDate>Wed, 19 Sep 2012 14:27:38 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[grub]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1831</guid>
		<description><![CDATA[ image from www.liberiangeek.net To disable GDM on ubuntu and use only the text based login, follow the steps below: Edit /etc/default/grub Comment out GRUB_CMDLINE_LINUX_DEFAULT=&#8221;quiet splash&#8221; Add the line GRUB_CMDLINE_LINUX_DEFAULT=&#8221;text&#8221; Save Grub and update grub using sudo update-grub2 Below is a snapshot of grub conf with GDM disabled on start-up Reference: http://askubuntu.com/questions/76543/how-do-i-disable-gdm-and-graphical-user-selection]]></description>
				<content:encoded><![CDATA[<p align="center"><img class="size-full wp-image-1832 aligncenter" title="GDM ubuntu" src="http://www.icpep.org/wp-content/uploads/2012/09/GDM.jpg" alt="GDM ubuntu" width="546" height="243" /></p>
<p style="text-align: center;"><em> image from www.liberiangeek.net</em></p>
<p style="text-align: justify;">To disable GDM on ubuntu and use only the text based login, follow the steps below:</p>
<ul>
<li>Edit <span id="highlight">/etc/default/grub</span></li>
<li>Comment out <span id="highlight">GRUB_CMDLINE_LINUX_DEFAULT=&#8221;quiet splash&#8221;</span></li>
<li>Add the line <span id="highlight">GRUB_CMDLINE_LINUX_DEFAULT=&#8221;text&#8221;</span></li>
<li>Save Grub and update grub using sudo <span id="highlight">update-grub2</span></li>
</ul>
<p>Below is a snapshot of grub conf with GDM disabled on start-up</p><pre class="crayon-plain-tag">GRUB_DISTRIBUTOR=`lsb_release -i -s 2&gt; /dev/null || echo Debian`
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="text"
GRUB_CMDLINE_LINUX=""</pre><p>Reference:</p>
<p><a href="http://askubuntu.com/questions/76543/how-do-i-disable-gdm-and-graphical-user-selection">http://askubuntu.com/questions/76543/how-do-i-disable-gdm-and-graphical-user-selection</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/removing-gdm-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[solved] Your PHP parameter session.gc_maxlifetime is lower that cookie validity configured in phpMyAdmin</title>
		<link>http://www.icpep.org/solved-your-php-parameter-session-gc_maxlifetime-is-lower-that-cookie-validity-configured-in-phpmyadmin/</link>
		<comments>http://www.icpep.org/solved-your-php-parameter-session-gc_maxlifetime-is-lower-that-cookie-validity-configured-in-phpmyadmin/#comments</comments>
		<pubDate>Mon, 17 Sep 2012 15:25:44 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHPMyAdmin]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1816</guid>
		<description><![CDATA[If you get an error in phpMyAdmin which is shown as: is caused by your phpmyadmin&#8217;s conf.inc.php and your php configuration. In your conf.inc.php check for the line and on your php.ini, look for the line: The value on your phpmyadmin&#8217;s config file much not exceed your php.ini&#8217;s value.]]></description>
				<content:encoded><![CDATA[<p align="center"><img class="aligncenter size-full wp-image-1817" title="phpmyamdin error" src="http://www.icpep.org/wp-content/uploads/2012/09/phpmyamdin-error.png" alt="phpmyamdin error" width="521" height="97" /></p>
<p>If you get an error in phpMyAdmin which is shown as:</p><pre class="crayon-plain-tag">Your PHP parameter &lt;a href="./url.php?url=http%3A%2F%2Fphp.net%2Fmanual%2Fen%2Fsession.configuration.php%23ini.session.gc-maxlifetime&amp;amp;token=7a154ed32483399408b618fc9415c126"&gt;session.gc_maxlifetime&lt;/a&gt; is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.</pre><p></p>
<p align="justify">is caused by your phpmyadmin&#8217;s conf.inc.php and your php configuration. In your conf.inc.php check for the line</p>
<p></p><pre class="crayon-plain-tag">$cfg['LoginCookieValidity']= 90000;</pre><p>and on your php.ini, look for the line:</p><pre class="crayon-plain-tag">session.gc_maxlifetime = 1440</pre><p>The value on your phpmyadmin&#8217;s config file much not exceed your php.ini&#8217;s value.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/solved-your-php-parameter-session-gc_maxlifetime-is-lower-that-cookie-validity-configured-in-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
