Travel

Categories

An interesting PowerPoint presentation Online alternative – Prezi

http://prezi.com

Online photo editor

http://pixlr.com

Advanced Firewall Configurations with ipset

http://www.linuxjournal.com/content/advanced-firewall-configurations-ipset?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+linuxjournalcom+%28Linux+Journal+-+The+Original+Magazine+of+the+Linux+Community%29

Required linux kernel >= 2.6.35. RHEL 6.2 is have only half way support since the ipset tool is missing.

http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html-single/6.2_Release_Notes/index.html

PHP software repository

http://www.softaculous.com/softwares

Windows 7 client cannot update its PTR record on Windows DNS server

http://setspn.blogspot.com/2010/12/windows-7-reverse-lookup-dns.html

ios tutorials

http://cocoadevcentral.com/d/learn_objectivec/

http://www.adamburkepile.com/737/hello-ios-your-very-first-ios-app/

http://www.raywenderlich.com/9328/creating-a-diner-app-using-blocks-part-1

http://www.raywenderlich.com/9438/how-to-use-blocks-in-ios-5-tutorial-part-2

Windows 7 shares disappear on Winxp client

I found that my windows 7 shares was always disappear from my Winxp machine after sometimes esp after I have used remote desktop to connect to the Windows 7.

Have tried to search solution on the net and tried below. See if this can helps

use regedit to increase the size of a parameter: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters

[…]

Migrate old Palm Desktop data to Microsoft outlook 2010

Recently I have tried to migrate a user’s Palm Desktop data (datebook, address, to do and memo) to Microsoft Outlook 2010 and with the help of a licensed copy of PocketCopy (http://www.chapura.com/pocketcopy.php), the whole process was expected to be easy and with just a few clicks. However, the migration of the calendar entries failed without […]

Microsoft IAS RADIUS for wireless authentication

http://www.techrepublic.com/article/ultimate-wireless-security-guide-microsoft-ias-radius-for-wireless-authentication/6148579

Tweaking ESXi 5.0 – Adding un-supported hardware

cd tmp mkdir tweak cd tweak cp /bootbank/scsi-qla.v00 scsi-qla.tgz tar -xvf scsi-qla.tgz rm scsi-qla.tgz Update and tweak the qla2xxx.map file. Modifying the qla2xxx.map file to add additional Vendor and Device ID tar -cvzf scsi-qla.tgz etc usr mv scsi-qla.tgz scsi-qla.v00 cp scsi-qla.v00 /bootbank/scsi-qla.v00 restart server.

See http://andysworld.org.uk/2011/09/20/tweaking-esxi-50-adding-un-supported-hardware-to-vmware-vsphere-esxi-50-adding-a-qle-220-to-esxi-50/

See aso The anatomy of the ESXi 5.0 […]