Jan 22
wingloonTechnology
I wanted to share with you my TM UniFi setup at my house. You can refer to the simple diagram below on how my TM UniFi setup at my house. The fibre cable is installed on the top floor of my house. I replaced the D-Link DIR-615 provided by TM with Mikrotik RB751U-2HnD. To achieve watching TM HyppTV (IPTV) as well as wireless web browsing on the ground floor, I put a Linksys WRT54GS v4 DD-WRT on the ground floor by connecting it to Mikrotik RB751U-2HnD via TP-Link Homeplug Powerline Ethernet Adapter Starter Kit.

More
Jan 11
wingloonLinux
In this how to, I am going to share how to install setup L2TP over IPsec VPN in Debian Lenny using openswan and xl2tpd package. I am going to use Pre-Shared Key (PSK) in IPsec and CHAP as an authentication mechanism. This how to has been tested on iPad 2, Mac OS X Lion and Windows 7. However, if you tested this how to with other OSes and smartphones, I would like to hear from you in the comments.
I am using Hostigation KVM (affiliate link) for this how to. Let’s get started and I am using root.
More
Dec 16
wingloonLinux
This post will cover a simple installation guide to yum install Google Chrome on Fedora 16. Please make sure you login as root.
1. Add Google Chrome Yum Repository
Add the below to /etc/yum.repos.d/google.repo file: -
[google-chrome-32]
name=google-chrome - 32-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
[google-chrome-64]
name=google-chrome - 64-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
2. Yum Install Google Chrome
You can choose to install one of the following: -
# Yum install Google Chrome Stable 64-bit
yum instal google-chrome-stable.x86_64
# Yum install Google Chrome Beta 64-bit
yum instal google-chrome-beta.x86_64
# Yum install Google Chrome Unstable 64-bit
yum instal google-chrome-unstable.x86_64
# Yum install Google Chrome Stable 32-bit
yum instal google-chrome-stable.i386
# Yum install Google Chrome Beta 32-bit
yum instal google-chrome-beta.i386
# Yum install Google Chrome Unstable 32-bit
yum instal google-chrome-unstable.i386
Thank you for reading this and I hope you enjoy it. If you found these helpful, please contribute to help:
Dec 16
wingloonLinux
This post will cover a simple installation guide to yum install Adobe Flash Player 11 on Fedora 16. Please make sure you login as root.
1. RPM Install Adobe Yum Repository (choose either 32-bit or 64-bit)
# Adobe Repository x86 32-bit
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
# Adobe Repository x86_64 64-bit
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
2. Yum Install Adobe Flash Player 11
yum instal flash-plugin
3. Verify Adobe Flash Player version
Run Mozilla Firefox and enter about:plugins in address bar. You should look for the similar result as below: -
Shockwave Flash
File: libflashplayer.so
Version: Shockwave Flash 11.1 r102
Then, you can browse to www.ipvee.com and verify Adobe Flash Player version by clicking Web Browser.
Thank you for reading this and I hope you enjoy it. If you found these helpful, please contribute to help:
Sep 21
wingloonLinux
This post will cover an installation guide for VMware vSphere Hypervisor ESXi 5.0.0 only. The VMware vSphere Hypervisor ESXi 5.0.0 is completely free. Download the installation VMware vSphere Hypervisor ESXi 5.0.0 ISO from VMware website and get a free license.
Let’s start. Power up your server and insert the VMware vSphere Hypervisor ESXi 5.0.0 installation CD into the CD-ROM drive. The installation process starts automatically. You will see the screen as below.

More
Older Entries
Recent Comments