<?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>Tech Kaki &#187; Uncategorized</title>
	<atom:link href="http://www.techkaki.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techkaki.com</link>
	<description>Tips and Tricks for Mac OS X, Windows, Linux and office suite software.</description>
	<lastBuildDate>Tue, 13 Jul 2010 15:44:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to open .chm file in Linux</title>
		<link>http://www.techkaki.com/2010/04/how-to-open-chm-file-in-linux/</link>
		<comments>http://www.techkaki.com/2010/04/how-to-open-chm-file-in-linux/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 06:47:22 +0000</pubDate>
		<dc:creator>@HKw@!</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Utilities Software]]></category>
		<category><![CDATA[centos]]></category>

		<guid isPermaLink="false">http://www.techkaki.com/?p=1684</guid>
		<description><![CDATA[I downloaded an ebook from internet. The ebook in .chm extension. I can&#8217;t read it in my linux machine. So, i just install a software called xCHM to read .chm file.  xCHM can show the content tree if one is available, print pages, change font face and size, remember bookmarks, display a searchable index, and [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><a href="http://www.techkaki.com/wp-content/uploads/2010/04/FedoraLogo-250x250-400x400.jpg"><img class="alignleft size-full wp-image-1687" title="FedoraLogo-250x250-400x400" src="http://www.techkaki.com/wp-content/uploads/2010/04/FedoraLogo-250x250-400x400.jpg" alt="" width="65" height="65" /></a>I downloaded an ebook from internet. The ebook in .chm extension. I can&#8217;t read it in my linux machine.</p>
<p>So, i just install a software called <strong>xCHM</strong> to read .chm file.  <strong>xCHM</strong> can show the content tree if one is available, print pages, change font face and size, remember bookmarks, display a searchable index, and search for words in the current page and the whole book.</p>
<p>How to install it? Just follow the following steps:-</p>
<p>Fedora/Centos</p>
<p>a) Login as root user</p>
<pre>su -</pre>
<p>b) Type the following command to install it</p>
<pre>yum install -y xchm</pre>
<p>After that, you try to double click the<strong> .chm </strong>file, you should able to open it with <strong>xchm</strong> program.</p>
<p><a href="http://www.techkaki.com/wp-content/uploads/2010/04/xchm.png"><img class="alignnone size-full wp-image-1686" title="xchm" src="http://www.techkaki.com/wp-content/uploads/2010/04/xchm.png" alt="" width="496" height="358" /></a></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.techkaki.com/2010/04/how-to-open-chm-file-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install phpmyadmin on Centos</title>
		<link>http://www.techkaki.com/2010/02/how-to-install-phpmyadmin-on-centos/</link>
		<comments>http://www.techkaki.com/2010/02/how-to-install-phpmyadmin-on-centos/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 11:34:48 +0000</pubDate>
		<dc:creator>@HKw@!</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[centos]]></category>

		<guid isPermaLink="false">http://www.techkaki.com/?p=1612</guid>
		<description><![CDATA[phpMyAdmin is an open source tool written in PHP intended to handle the administration of MySQL over the World Wide Web. It can perform various tasks such as creating, modifying or deleting databases, tables, fields or rows; executing SQL statements; or managing users and permissions. (Info from http://www.phpmyadmin.net) How to install phpmyadmin? Before you install [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><strong>phpMyAdmin</strong> is an open source tool written in <a title="PHP" href="http://en.wikipedia.org/wiki/PHP">PHP</a> intended to handle the administration of <a title="MySQL" href="http://en.wikipedia.org/wiki/MySQL">MySQL</a> over the World Wide Web. It can perform various tasks such as creating, modifying or deleting <a title="Database" href="http://en.wikipedia.org/wiki/Database">databases</a>, <a title="Table (database)" href="http://en.wikipedia.org/wiki/Table_%28database%29">tables</a>, <a title="Field (computer science)" href="http://en.wikipedia.org/wiki/Field_%28computer_science%29">fields</a> or <a title="Row (database)" href="http://en.wikipedia.org/wiki/Row_%28database%29">rows</a>; executing <a title="SQL" href="http://en.wikipedia.org/wiki/SQL">SQL</a> statements; or managing users and permissions. (Info from http://www.phpmyadmin.net)</p>
<p><strong>How to install phpmyadmin</strong>? Before you install phpmyadmin, you need to install your LAMP 1st. Once you install, just follow below steps:-</p>
<ol>
<li>$ su -</li>
<li># cd /var/www/html<span id="more-1612"></span></li>
<li># wget http://downloads.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.3.0-rc1/phpMyAdmin-3.3.0-rc1-all-languages.zip?use_mirror=nchc</li>
<li># unzip phpMyAdmin-3.3.0-rc1-all-languages.zip</li>
<li># mv phpMyAdmin-3* phpmyadmin</li>
<li># cd phpmyadmin</li>
<li># cp config.sample.inc.php config.inc.php</li>
<li># vi config.inc.php<br />
:<br />
$cfg['Servers'][$i]['auth_type'] = ‘<strong>http</strong>‘; # default is cookies</li>
<li>Restart Apache<br />
# service httpd restart</li>
</ol>
<p>Run your phpmyadmin by following link:</p>
<p><strong>http://your.domain.com/phpmyadmin/ </strong>or <strong>http://ipaddress/phpmyadmin/</strong></p>
<p><span style="text-decoration: underline;"><strong>phpmyadmin fail to start?</strong></span></p>
<p>When you type above link, your phpmyadmin fail to start and show following error message:</p>
<p><em><strong>PHP 5.2+ is required</strong></em></p>
<p><a href="http://www.techkaki.com/wp-content/uploads/2010/02/Screenshot-Mozilla-Firefox.png"></a><a href="http://www.techkaki.com/wp-content/uploads/2010/02/Screenshot-Mozilla-Firefox.png"><img class="alignnone size-full wp-image-1614" title="Screenshot-Mozilla Firefox" src="http://www.techkaki.com/wp-content/uploads/2010/02/Screenshot-Mozilla-Firefox.png" alt="" width="501" height="295" /></a></p>
<p>To solve this issue, you need to upgrade your PHP 5.1 to PHP 5.2. But, on CentOS is no simple &#8216;yum&#8217; upgrades to update your PHP 5.1.6 to PHP 5.2.6. you need to add Repository to your yum</p>
<p>Just follow below steps:</p>
<pre>nano -w /etc/yum.repos.d/utterramblings.repo
<div>... and then paste the following into the editor:</div>
<pre>[utterramblings]
name=Jason's Utter Ramblings Repo
baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka</pre>
</pre>
<p>After that, just save it.</p>
<p>Now you should able to upgrade your PHP. <img src='http://www.techkaki.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.techkaki.com/2010/02/how-to-install-phpmyadmin-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Reset MySQL Root Password</title>
		<link>http://www.techkaki.com/2010/02/how-to-reset-mysql-root-password/</link>
		<comments>http://www.techkaki.com/2010/02/how-to-reset-mysql-root-password/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 05:14:37 +0000</pubDate>
		<dc:creator>@HKw@!</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[centos]]></category>

		<guid isPermaLink="false">http://www.techkaki.com/?p=1601</guid>
		<description><![CDATA[I setup MySQL Server on CentOS few month ago, but i forgot the root password for MySQL. How to reset the password? You can recover MySQL database server password with following steps. Step # 1: Stop the MySQL server process. service mysqld stop Step # 2: Start the MySQL (mysqld) in safe mode with the [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>I setup MySQL Server <a href="http://www.techkaki.com/wp-content/uploads/2010/02/MySQL.png"><img class="alignleft size-full wp-image-1600" title="MySQL" src="http://www.techkaki.com/wp-content/uploads/2010/02/MySQL.png" alt="" width="50" height="50" /></a>on CentOS few month ago, but i forgot the root password for MySQL. How to reset the password?</p>
<p>You can recover MySQL database server password with following steps.</p>
<p>Step # 1: Stop the MySQL server process.</p>
<pre><strong>service mysqld stop</strong></pre>
<p>Step # 2: Start the MySQL (mysqld) in safe mode with the &#8211;skip-grant-tables option</p>
<pre><strong>mysql_safe -skip-grant-tables-u root &amp;</strong><span id="more-1601"></span></pre>
<p>Step # 3: Connect to mysql server as the root user.</p>
<pre><strong>mysql -u root</strong></pre>
<p>Step # 4: Setup new mysql root account password.</p>
<pre><strong>UPDATE mysql.user SET Password=PASSWORD('NEW-PASSWORD') WHERE User='root';</strong></pre>
<p>Step # 5: Flush Privileges</p>
<pre><strong>FLUSH PRIVILEGES;</strong></pre>
<p>Step # 5: Quit MySQL command line<em> </em></p>
<pre><strong>quit</strong></pre>
<p>Step # 6 Restart MySQL deamon</p>
<pre><strong>service mysqld restart</strong></pre>
<p>Step # 7 Log in as root to test the root password</p>
<pre><strong>mysql -u root -p</strong></pre>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.techkaki.com/2010/02/how-to-reset-mysql-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.5 Tricks &#8211; Quick Look preview content of folder in semi-transparent</title>
		<link>http://www.techkaki.com/2010/02/mac-os-x-10-5-tricks-quick-look-preview-content-of-folder-with-semi-transparent/</link>
		<comments>http://www.techkaki.com/2010/02/mac-os-x-10-5-tricks-quick-look-preview-content-of-folder-with-semi-transparent/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 16:38:02 +0000</pubDate>
		<dc:creator>@HKw@!</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.techkaki.com/?p=1592</guid>
		<description><![CDATA[Quick Look is a quick preview feature which was introduced in Mac OS X 10.5 Leopard. Quick look allow us to preview the files, multiple page documents and video with opening them. You just have to select the files in the Finder and press the Space bar to preview it. Today, i will going to [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><a href="http://www.techkaki.com/wp-content/uploads/2010/02/Apple-Mac-OS-X-Leopard.jpg"><img class="alignleft size-full wp-image-1591" title="Apple Mac OS X Leopard" src="http://www.techkaki.com/wp-content/uploads/2010/02/Apple-Mac-OS-X-Leopard.jpg" alt="" width="126" height="123" /></a><strong>Quick Look</strong> is a quick preview feature which was introduced in Mac OS X 10.5 Leopard. <strong>Quick look</strong> allow us to preview the files, multiple page documents and video with opening them. You just have to select the files in the Finder and press the Space bar to preview it.</p>
<p>Today, i will going to show you a trick on <strong>Quick look</strong>. This trick called <strong>X-Ray Folder</strong>. This feature is hidden by default. We need to enable it through Terminal. Normally when we Quick Look on folder, it will show the regular folder icon. But if you enable X-Ray Folder feature,  the folder icon will be semi-transparent, with previews of the folder&#8217;s contents visible in the Quick Look window.<span id="more-1592"></span></p>
<p><span style="text-decoration: underline;">Let see the screen shoot without enable<strong> X-Ray Folder</strong></span></p>
<p><a href="http://www.techkaki.com/wp-content/uploads/2010/02/Picture-3.png"><img class="alignnone size-full wp-image-1593" title="Picture 3" src="http://www.techkaki.com/wp-content/uploads/2010/02/Picture-3.png" alt="" width="499" height="302" /></a></p>
<p><span style="text-decoration: underline;"> Screen shoot with enable <strong>X-Ray Folder</strong></span></p>
<p><a href="http://www.techkaki.com/wp-content/uploads/2010/02/Picture-2.png"><img class="alignnone size-full wp-image-1594" title="Picture 2" src="http://www.techkaki.com/wp-content/uploads/2010/02/Picture-2.png" alt="" width="499" height="298" /></a></p>
<p><span style="text-decoration: underline;"><strong>How to enable X-Ray Folder</strong></span></p>
<p>1st &#8211; Quit the Finder via Activity Monitor</p>
<p><a href="http://www.techkaki.com/wp-content/uploads/2010/02/Picture-5.png"><img class="alignnone size-full wp-image-1595" title="Picture 5" src="http://www.techkaki.com/wp-content/uploads/2010/02/Picture-5.png" alt="" width="500" height="375" /></a></p>
<p>After that, launch your <strong>Terminal</strong> and enter this command:</p>
<p><em><strong>defaults write com.apple.finder QLEnableXRayFolders 1</strong></em></p>
<p>Done <img src='http://www.techkaki.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><span style="text-decoration: underline;"><strong>How to turn off X-Ray Folder</strong></span></p>
<p>Just repeat above steps and enter the same command with change 1 to 0 in your Terminal:</p>
<p><em><strong>defaults write com.apple.finder QLEnableXRayFolders 0<br />
</strong></em></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.techkaki.com/2010/02/mac-os-x-10-5-tricks-quick-look-preview-content-of-folder-with-semi-transparent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Microsoft Windows 7 RC x86/x64</title>
		<link>http://www.techkaki.com/2009/07/download-microsoft-windows-7-rc-x86x64/</link>
		<comments>http://www.techkaki.com/2009/07/download-microsoft-windows-7-rc-x86x64/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 01:48:10 +0000</pubDate>
		<dc:creator>@HKw@!</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.techkaki.com/?p=888</guid>
		<description><![CDATA[Microsoft have launch Windows 7 Release Candidate (RC) testing. The purpose of this release is to let user trying out pre-release software click here to download Microsoft Windows 7 You will get a product key by fill up the form on Microsoft Windows 7 web site.]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Microsoft have launch Windows 7 Release Candidate (RC) testing. The purpose of this release is to let user trying out pre-release software<br />
click <a href="http://www.microsoft.com/windows/windows-7/download.aspx">here </a> to download Microsoft Windows 7</p>
<p>You will get a product key by fill up the form on Microsoft Windows 7 web site.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.techkaki.com/2009/07/download-microsoft-windows-7-rc-x86x64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Mail in offline mode</title>
		<link>http://www.techkaki.com/2009/05/apple-mail-in-offline-mode-2/</link>
		<comments>http://www.techkaki.com/2009/05/apple-mail-in-offline-mode-2/#comments</comments>
		<pubDate>Wed, 20 May 2009 03:43:49 +0000</pubDate>
		<dc:creator>@HKw@!</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://systems.megawisra.com/kb/?p=663</guid>
		<description><![CDATA[I think Apple Mail user might experience problem in downloading email messages from POP server even the mail account setting is correct. The only problem is your email account was offline. Your apple mail will show like screen as show as below Apple Mail must be in online mode to access the mail server. If [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>I think Apple Mail user might experience problem in downloading email messages from POP server even the mail account setting is correct. The only problem is your email account was offline. Your apple mail will show like screen as show as below</p>
<p><a href="http://systems.megawisra.com/kb/wp-content/uploads/2009/05/picture-7.png"><img class="aligncenter size-full wp-image-664" title="picture-7" src="http://systems.megawisra.com/kb/wp-content/uploads/2009/05/picture-7.png" alt="picture-7" width="173" height="73" /></a><span id="more-663"></span>Apple Mail must be in online mode to access the mail server. If you&#8217;ve made changes to your folders in Apple Mail, they will be applied when you use online mode. Likewise, if you have messages queued for delivery in your Outbox, they will be sent when you use online mode.</p>
<p>To use online mode in Apple Mail, do the following:</p>
<p>1. Log in to <strong>Apple Mail</strong>. Make sure you have an active Internet connection.</p>
<p>2.<strong> Right click </strong>on the mailbox</p>
<p><a href="http://systems.megawisra.com/kb/wp-content/uploads/2009/05/picture-9.png"><img class="aligncenter size-medium wp-image-665" title="picture-9" src="http://systems.megawisra.com/kb/wp-content/uploads/2009/05/picture-9-259x300.png" alt="picture-9" width="259" height="300" /></a></p>
<p>3. Click on <strong>Take  &#8220;POP Account&#8221; Online</strong></p>
<p>4. After that, Click on <strong>Get Mail</strong> button. Now you should able to receive email from your mail server.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.techkaki.com/2009/05/apple-mail-in-offline-mode-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting a MacBook, MacBook Air or MacBook Pro that won&#8217;t turn on</title>
		<link>http://www.techkaki.com/2009/04/troubleshooting-a-macbook-macbook-air-or-macbook-pro-that-wont-turn-on/</link>
		<comments>http://www.techkaki.com/2009/04/troubleshooting-a-macbook-macbook-air-or-macbook-pro-that-wont-turn-on/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 01:09:48 +0000</pubDate>
		<dc:creator>@HKw@!</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://systems.megawisra.com/kb/?p=608</guid>
		<description><![CDATA[Symptoms Your Apple notebook&#8217;s display has no picture after you turn it on. You don&#8217;t hear any fan or hard disk activity sounds after you turn the computer on, and the sleep light doesn&#8217;t turn on. The computer doesn&#8217;t seem to have any power when you try to turn it on. Resolution If you&#8217;re running [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><h2><span style="text-decoration: underline;">Symptoms</span></h2>
<p>Your Apple notebook&#8217;s display has no picture after you turn it on.</p>
<p>You don&#8217;t hear any fan or hard disk activity sounds after you turn the computer on, and the sleep light doesn&#8217;t turn on.</p>
<p>The computer doesn&#8217;t seem to have any power when you try to turn it on.</p>
<h2><span style="text-decoration: underline;">Resolution</span></h2>
<ul>
<li>If you&#8217;re running on battery power, check to see if your computer&#8217;s battery needs to be recharged. Press the small button on the battery. You should see somewhere between one and four lights indicating the battery&#8217;s level of charge. If you see just one light blinking, the battery needs to be recharged. Run the computer from the adapter in order to recharge the battery.</li>
<li>Unplug the power adapter from the electrical outlet and from the MacBook or MacBook Pro. Wait one minute. Plug it back into the wall first, then to the MacBook or MacBook Pro. Make sure the electrical outlet is working by plugging in another device (such as a lamp). When you plug the adapter back into the computer, the power adapter LEDs should light up green or amber.</li>
<li>Make sure you are using the adapter that was designed for your computer.</li>
<li>Disconnect any devices connected to the computer including printers, hubs, and third-party keyboards or mice, and test the computer again by trying to turn it on.</li>
<li>If you recently installed additional memory, make sure it is correctly installed and is compatible with your computer. Remove the new memory to see if the computer starts up properly without it.</li>
<li>Reset the SMC by removing the AC power, removing the battery and then holding down the power button for five seconds.</li>
</ul>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.techkaki.com/2009/04/troubleshooting-a-macbook-macbook-air-or-macbook-pro-that-wont-turn-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup VPN connection on Mac OS X</title>
		<link>http://www.techkaki.com/2009/03/how-to-setup-vpn-connection-on-mac-os-x/</link>
		<comments>http://www.techkaki.com/2009/03/how-to-setup-vpn-connection-on-mac-os-x/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 04:03:54 +0000</pubDate>
		<dc:creator>@HKw@!</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://systems.megawisra.com/kb/?p=486</guid>
		<description><![CDATA[From the Apple menu, select System Preferences... . When the System Preferences window opens, from the View menu, select Network.  To add a VPN virtual network interface, click on + (the plus sign) at the bottom of the services list. Note: If you can&#8217;t click + (the plus sign), click the padlock icon next to &#8220;Click the lock to make changes&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><ol>
<li>From the Apple menu, select <strong><code>System Preferences... </code></strong>. When the <code>System Preferences</code> window opens, from the <strong><code>View</code></strong> menu, select <strong><code>Network</code></strong>. <img class="aligncenter size-full wp-image-487" title="picture-11" src="http://systems.megawisra.com/kb/wp-content/uploads/2009/03/picture-11.png" alt="picture-11" width="338" height="231" /><span id="more-486"></span></li>
<li>To add a VPN virtual network interface, click on <strong><code>+</code></strong> (the plus sign) at the bottom of the services list. <strong><em>Note:</em></strong><em> If you can&#8217;t click </em><strong><code><em>+</em></code></strong><em> (the plus sign), click the padlock icon next to &#8220;Click the lock to make changes&#8221;. Enter the password for your account on your Mac, and then click </em><strong><code><em>OK</em></code></strong><em>.<img class="aligncenter size-full wp-image-488" title="picture-21" src="http://systems.megawisra.com/kb/wp-content/uploads/2009/03/picture-21.png" alt="picture-21" width="423" height="348" /><br />
</em></li>
<li><em><span style="font-style: normal;">Choose VPN from the Interface pop-up menu. On the VPN Type, select PPTP VPN protocol. After that, click &#8220;create&#8221; button.<img class="aligncenter size-full wp-image-489" title="picture-3" src="http://systems.megawisra.com/kb/wp-content/uploads/2009/03/picture-3.png" alt="picture-3" width="330" height="185" /></span><img class="aligncenter size-full wp-image-490" title="picture-4" src="http://systems.megawisra.com/kb/wp-content/uploads/2009/03/picture-4.png" alt="picture-4" width="289" height="139" /><img class="aligncenter size-full wp-image-491" title="picture-51" src="http://systems.megawisra.com/kb/wp-content/uploads/2009/03/picture-51.png" alt="picture-51" width="247" height="136" /><br />
</em></li>
<li><em><span style="font-style: normal;">To configure VPN setting, 1st enter your VPN server address and VPN account name which provided by our sys admin<img class="aligncenter size-full wp-image-492" title="picture-6" src="http://systems.megawisra.com/kb/wp-content/uploads/2009/03/picture-6.png" alt="picture-6" width="427" height="352" /><br />
</span></em></li>
<li><em><span style="font-style: normal;">Click on the Authentication Settings button. A pop-up menu will prompt out to allow you enter the VPN password which provided by our sys admin. In the &#8220;User Authentication&#8221; section of the sheet that appears, make sure the button next to &#8220;Password&#8221; is checked, and then enter your Password. After that, click on &#8220;OK&#8221; button.<img class="aligncenter size-full wp-image-493" title="picture-7" src="http://systems.megawisra.com/kb/wp-content/uploads/2009/03/picture-7.png" alt="picture-7" width="310" height="214" /><br />
</span></em></li>
</ol>
<p><strong>How to connect VPN</strong></p>
<p>When you want to connect VPN, you can either choose the VPN configuration from the <strong><em>VPN menu</em></strong> or select VPN connection in the <strong><em>connection list</em></strong> and click the &#8220;Connect&#8221; button.</p>
<p style="text-align: center;"><span style="text-decoration: underline;"><strong>VPN Menu</strong></span></p>
<p><img class="aligncenter size-full wp-image-503" title="picture-31" src="http://systems.megawisra.com/kb/wp-content/uploads/2009/03/picture-31.png" alt="picture-31" width="275" height="193" /></p>
<p style="text-align: center;"><strong><span style="text-decoration: underline;">Connection List</span></strong></p>
<p><img class="aligncenter size-full wp-image-504" title="picture-22" src="http://systems.megawisra.com/kb/wp-content/uploads/2009/03/picture-22.png" alt="picture-22" width="528" height="436" /></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.techkaki.com/2009/03/how-to-setup-vpn-connection-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email a PDF</title>
		<link>http://www.techkaki.com/2009/03/email-a-pdf/</link>
		<comments>http://www.techkaki.com/2009/03/email-a-pdf/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 01:22:54 +0000</pubDate>
		<dc:creator>@HKw@!</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://systems.megawisra.com/kb/?p=420</guid>
		<description><![CDATA[“Send me a pdf pdq,” your headhunter tells you. And you smile. Because you know that, thanks to Mac OS X, you can create and dispatch a PDF in seconds. Here’s how: Choose Print from the File menu. Click the drop-down PDF menu and choose Mail PDF. Enter a subject, an email address, and click [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>“Send me a pdf pdq,” your headhunter tells you. And you smile. Because you know that, thanks to Mac OS X, you can create and dispatch a PDF in seconds. Here’s how:</p>
<ol>
<li>Choose Print from the File menu.</li>
<li>Click the drop-down PDF menu and choose Mail PDF.</li>
<li>Enter a subject, an email address, and click Send.</li>
</ol>
<p>What applications let you do this? All of them. Creating PDFs — and emailing them — is a feature built into Mac OS X, so whether you’re surfing the web in Safari, writing a business plan in Pages, honing a budget in Numbers, working on a presentation in Keynote, or updating your resume, you can create a PDF and email it quickly and easily.</p>
<p><img class="aligncenter size-full wp-image-421" title="mail_pdf" src="http://systems.megawisra.com/kb/wp-content/uploads/2009/03/mail_pdf.jpg" alt="mail_pdf" width="354" height="242" /></p>
<p>(Article from Apple)</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.techkaki.com/2009/03/email-a-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change the Keyboard Language of a Mac</title>
		<link>http://www.techkaki.com/2009/03/how-to-change-the-keyboard-language-of-a-mac-2/</link>
		<comments>http://www.techkaki.com/2009/03/how-to-change-the-keyboard-language-of-a-mac-2/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 07:38:56 +0000</pubDate>
		<dc:creator>@HKw@!</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://systems.megawisra.com/kb/?p=411</guid>
		<description><![CDATA[Firstly, access the Apple menu by single-clicking on the Apple logo in the top left hand corner of the screen. The menu will appear. Move your mouse down and click &#8220;System Preferences&#8221;. Doing this will open the System Preferences application. On the top row of the System Preferences window you will see a flag with [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><ol>
<li>Firstly, access the Apple menu by single-clicking on the Apple logo in the top left hand corner of the screen. The menu will appear.</li>
<li>Move your mouse down and click &#8220;System Preferences&#8221;. Doing this will open the System Preferences application.</li>
<li>On the top row of the System Preferences window you will see a flag with &#8220;International&#8221; written beneath it. Click on this.</li>
<li>You will now see a long list of languages. Ignore these, and click on &#8220;Input Menu&#8221;, on the top right.</li>
<li>This is the keyboard layout window. Scroll down using the bar on the right, and when you have found your desired language, click on the check box on the left to activate it.</li>
<li>Close System Preferences by clicking the button on the very top left of the window.</li>
<li>That&#8217;s it!</li>
</ol>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.techkaki.com/2009/03/how-to-change-the-keyboard-language-of-a-mac-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
