The Wonderful World of Computer Virtualization

One of the many great things I am most interested about is learning anything about computers. When I was in college, we only have those old school bulky main frames used to integrate microprocessor units with computers to control electrical circuitry, automate heavy equipment, and many other systems control for our school projects and thesis. 

In the new century, computer architecture has rapidly transformed into a much more diversified mechanism. One of these technologies is the introduction of virtualization. Virtualization has become widespread used in most firms for a many feasible reasons. Let us talk about what this Virtualization application is all about. 

What Is Virtualization?
Virtualization takes your everyday notion of computing and turns it on its head. Left becomes right. Red becomes blue. Physical computers become virtual computers. It might sound complicated -- properly configuring a real computer is hard enough -- but once you see it in action, it makes perfect sense. In the simplest terms, virtualization is the process of using special software -- a class of programs called hypervisors or virtual machine managers -- to create a complete environment in which a guest operating system can function as though it were installed on its own computer. That guest environment is called a virtual machine (VM). This image shows one such example: a system running Windows 7 using a program called VMware Workstation to host a virtual machine running Ubuntu Linux. 

Ask 100 people what the term virtual means and you'll get a lot of different answers. Most people define virtual with words like "fake" or "pretend," but these terms only begin to describe it. Let's try to zero in on virtualization using a term that hopefully you've heard: virtual reality. For most of us, the idea of virtual reality starts with someone wearing headgear and gloves, as shown in this example.

The headgear and the gloves work together to create a simulation of a world or environment that appears to be real, even though the person wearing them is located in a room that doesn't resemble the simulated space. Inside this virtual reality you can see the world by turning your head, just as you do in the real world. Software works with the headset's inputs to emulate a physical world. At the same time, the gloves enable you to touch and move objects in the virtual world. 

To make virtual reality effective, the hardware and software need to work together to create an environment convincing enough for a human to work within it. Virtual reality doesn't have to be perfect -- it has limitations -- but it's pretty cool for teaching someone how to fly a plane or do a spacewalk, for example, without having to start with the real thing (as seen here).

The Hypervisor
A normal operating system uses programming called a supervisor to handle very low level interaction among hardware and software, such as task scheduling, allotment of time and resources, and so on.

Because virtualization enables one machine -- called the host -- to run multiple operating systems simultaneously, full virtualization requires an extra layer of sophisticated programming to manage the vastly more complex interactions. One common method calls this extra programming a hypervisor or virtual machine manager (VMM).

A hypervisor has to handle every input and output that the operating system would request of normal hardware. With a good hypervisor like VMware Workstation, you can easily add and remove virtual hard drives, virtual network cards, virtual RAM, and so on. This figure shows the Hardware Configuration screen from VMware Workstation.reates an environment that convinces humans they're in a real environment, virtualization convinces an operating system it's running on its own hardware. 

Virtualization even goes so far as to provide a virtualized BIOS and System Setup for every virtual machine. The example shows VMware Workstation displaying the System Setup, just like you'd see it on a regular computer. 

The host machine allocates real RAM and CPU time to every running virtual machine. If you want to run a number of virtual machines at the same time, make sure your host machine has plenty of CPU power and, more importantly, plenty of RAM to support all the running virtual machines! 

Emulation vs. Virtualization
Virtualization takes the hardware of the host system and segments it into individual virtual machines. If you have an Intel system, a hypervisor creates a virtual machine that acts exactly like the host Intel system. It cannot act like any other type of computer. For example, you cannot make a virtual machine on an Intel system that acts like a Sony PlayStation 3. Hypervisors simply pass the code from the virtual machine to the actual CPU.

Emulation is very different from virtualization. An emulator is software or hardware that converts the commands to and from the host machine into an entirely different platform. This illustration shows a Super Nintendo Entertainment System emulator, Snes9X, running a game called Donkey Kong Kountry on a Windows system. 

Sample Virtualization
You can perform virtualization in a number of ways; this course will show you several of them. Before I go any further, though, let's take the basic pieces you've learned about virtualization and put them together in one of its simpler forms. In this example, I'll use the popular VMware Workstation on a Windows 7 system and create a virtual machine running Ubuntu Linux.

Begin by obtaining a copy of VMware Workstation. This program isn't free, but VMware will give you a 30-day trial. Go to www.vmware.com to get a trial copy. A freshly installed copy of VMware Workstation looks like the example shown here. 

Clicking New Virtual Machine prompts you for a typical or custom setup (shown here). These settings are only for backward-compatibility with earlier versions of VMware, so just click Next. 

Why Do We Virtualize?
Virtualization has taken the networking world by storm, but for those who have never seen virtualization, the big question has got to be: Why? Let's talk about the benefits of virtualization. In this section, keep two important things in mind: 

A single hypervisor on a single system will happily run as many virtual machines as its RAM, CPU, and drive space allow. (RAM is almost always the main limiting factor.) 

A virtual machine that's shut down is little more than a file (or two) sitting on a hard drive. 

Power Saving
Before virtualization, each server OS needed to be on a unique physical system. With virtualization, you can place multiple virtual servers on a single physical system, reducing electrical power use substantially. Rather than one machine running Windows 2008 and acting as a file server and DNS server, and a second machine running Linux for a DHCP server, for example, the same computer can handle both operating systems simultaneously. Expand this electricity savings over an enterprise network or on a data server farm and the savings -- both in terms of dollars spent and electricity used -- are tremendous. 

Hardware Consolidation
Similar to power saving, why buy a high-end server, complete with multiple processors, RAID arrays, redundant power supplies, and so on, and only run a single server? With virtualization, you can easily beef up the RAM and run a number of servers on a single box. 

System Recovery
Possibly the most popular reason for virtualizing is to keep uptime percentage as high as possible. Let's say you have a Web server installed on a single system. If that system goes down -- due to hacking, malware, or so on -- you need to restore the system from a backup, which may or may not be easily at hand. With virtualization, you merely need to shut down the virtual machine and reload an alternative copy of it. 

Think of virtual machines like you would a word processing document. Virtual machines don't have a "File | Save" equivalent, but they do have something called a snapshot that enables you to save an extra copy of the virtual machine as it is exactly at the moment the snapshot is taken. This image shows VMware Workstation saving a snapshot. 

System Duplication
Closely tied to system recovery, system duplication takes advantage of the fact that VMs are simply files, and like any file, they can be copied. Let's say you want to teach 20 students about Ubuntu Linux. Depending on the hypervisor you choose (VMware does this extremely well), you can simply install a hypervisor on 20 machines and copy a single virtual machine to all the computers. Equally, if you have a virtualized Web server and need to add another Web server (assuming your physical box has the hardware to support it), why not just make a copy of the server and fire it up as well? 

Research
Here's a great example that happens in my own company. As with any distributed program, one tend to get a few support calls. Running a problem through the same OS, even down to the service pack, helps me solve the problem.

In the previrtualization days, you commonly had seven to ten PCs, using dual-boot, each keeping copies of a particular Windows version. Today, a single hypervisor enables you to support a huge number of Windows versions on a single machine (shown in this figure). 

Virtualization in Modern Networks
You've already seen virtualization in action with the example shown using VMware Workstation earlier in this course. Many networks use a few virtual machines to augment and refine a traditional network closet. VMware Workstation is how I first performed virtualization on PCs, but the technology and power have grown dramatically over the last few years.

VMware Workstation requires an underlying operating system, so it functions essentially like a very powerful desktop application. What if you could remove the OS altogether and create a bare-metal implementation of virtualization? 

VMware introduced ESX in 2001 to accomplish this goal. ESX is a hypervisor that's powerful enough to replace the host operating system on a physical box, turning the physical machine into a machine that does nothing but support virtual machines. ESX, by itself, isn't much to look at; it's a tiny operating system/hypervisor that's usually installed on something other than a hard drive. This figure shows how I loaded my copy of ESX: via a small USB thumb drive. Power up the server; the server loads ESX off the thumb drive; and in short order, a very rudimentary interface appears where I can input essential information, such as a master password and a static IP address.

Don't let ESX's small size fool you. It's small because it only has one job: to host virtual machines. ESX is an extremely powerful operating system/hypervisor. 

Some writers will use the term virtual machine manager to describe virtual machine software that runs on top of a host operating system. They'll use the term hypervisor to describe only software that does not need a host operating system. Using this terminology, VMware Workstation is a virtual machine manager and ESX is a hypervisor.

Other writers call both the hosted and bare-metal -- or native -- virtualization software products hypervisors, but make a distinction in other descriptive words (such as hosted or native). 

Powerful hypervisors like ESXi are rarely administered directly at the box. Instead you use tools such as VMware's vSphere Client, so you can create, configure, and maintain virtual machines on the hypervisor server from the comfort of a client computer running this program. Once the VM is up and running, you can close the vSphere client, but the VM will continue to run happily on the server. For example, let's say you create a VM and install a Web server on that VM. As long as everything is running well on the Web server, you will find yourself using the vSphere client only to check on the Web server for occasional maintenance and administration. 

So you now really have two different ways to virtualize: using virtual machine managers like VMware's Workstation to manage virtual desktops and using powerful hypervisors like ESX to manage virtual servers. Granted, you could run a server like a Web browser in VMware Workstation, and you also could run a copy of Windows 7 Ultimate from an ESX system. Nothing is wrong with doing either of these.

Thus far, this course sounds like an advertisement for VMware. VMware really brought virtualization to the PC world and still holds a strong presence, but there are a number of alternatives to VMware products. Let's see what else is available. 

VMware Workstation
The granddaddy and front leader for virtualization, VMware Workstation, comes in both Windows and Linux versions. VMware Workstation runs virtually (PUN!) on any operating system you'll ever need and is incredibly stable and proven. Too bad it's not free.

One of the more interesting features of VMware Workstation is VMTools. VMTools adds useful features such as copy/cut and paste between the virtual desktop and the real desktop. 


Virtual PC
Microsoft has offered a few different virtual machine managers over the years, with the current mainstream product being Windows Virtual PC (shown here). Windows Virtual PC is free, but has some serious limitations. First, it only works on Windows 7 Professional, Ultimate, and Enterprise. Second, it only officially supports Windows VMs, although a few intrepid souls have managed to get Linux working. 

Parallels
Parallels is the most popular virtualization manager for Mac OS X (as shown in this image), although VMware Fusion is a close second. Parallels supports all popular operating systems, and even has a fair degree of 3-D graphics support; more so than even the mighty VMware. Parallels also offers Windows and Linux versions. 

KVM
Of course, the open source world has its players too. While picking a single product to represent the Linux/UNIX world is hard, no one who knows virtualization would disagree that KVM from Redhat is a dominant player. Unlike the other virtual machine managers discussed, KVM also supports a few non-x86 processors. This is mainly used for Thin Clients which connect to the host where VM servers reside. 

Hypervisors
While you have lots of choices when it comes to virtual machine managers, your choices for real embedded hypervisors are limited to the two biggies: VMware's ESX and Microsoft's Hyper-V. There are others such as Oracle's VM Server but nothing has the market share of ESX or Hyper-V. 

Hyper-V 
It is formerly known as Windows Server Virtualization, is a native hypervisor that enables platform virtualization on x86-64 systems. The supported Windows Operating Systems are Windows 8.1, Windows Server 2012 R2, Windows 8, Windows Server 2012, Windows Server 2008 R2, Windows Server 2008. Stable released last March 15, 2011 on R2 Service Pack 1 (KB976932). 

Hyper-V exists in two variants: 
As a stand-alone product called Hyper-V Server: Four major versions have so far been released: Hyper-V Server 2012 R2 (containing the current release of Hyper-V), Hyper-V Server 2012, Hyper-V Server 2008 R2 and Hyper-V Server 2008. 

As an installable role in Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 R2, Windows Server 2008 and the x64 edition of Windows 8 Pro. 

The stand-alone versions of Hyper-V are free. Hyper-V Server 2008 was released on October 1, 2008. It is a variant of the core installation of Windows Server 2008 that includes full Hyper-V functionality; other Windows Server 2008 roles are disabled, and there are limited Windows Services.[11] The free Hyper-V Server 2008 variant is limited to a command-line interface (CLI), where configuration of the "Host" or "Parent" (Hyper-V Server 2008) OS, physical hardware and software is done using shell commands. A new menu driven CLI interface does simplify initial configuration considerably, and some freely downloadable script files extend this concept. Administration and configuration of the "Host" (Hyper-V Server 2008 OS) and the "guest" or virtual OSes is generally done by downloading extended Microsoft Management Consoles that are installed onto a Windows 7 PC or Windows 2008 Server (32 or 64 bit) or System Center Virtual Machine. 

Alternatively, another Windows Server 2012 (or 2008) computer, with the Hyper-V role installed, can be used to manage Hyper-V Server 2012 (or 2008) by redirecting the management console. Other administration and configuration of Hyper-V Server 2008 can be done using a Remote Desktop RDP session (though still CLI) or redirected standard management consoles (MMC) such as "Computer Management" and "Group Policy (Local)" from a Windows Vista PC or a full installation of Windows Server 2008. This allows much easier "point and click" configuration, and monitoring of the Hyper-V Server 2008. Hyper-V Server 2008 Release 2 (R2) was made available in September 2009, its main feature being the inclusion of Windows PowerShell v2 for greater CLI control, and the updated Windows Server 2008 R2 code base. 

Host operating system: 
  • To install the Hyper-V role, Windows Server 2008, Windows Server 2008 R2 Standard, Enterprise or Datacenter edition, Windows Server 2012 Standard or Datacenter edition, or Windows 8(or 8.1) Pro or Enterprise edition is required. Hyper-V is only supported on x86-64 variants of Windows. 
  • It can be installed regardless of whether the installation is a full or core installation. 
Processor: 
  • An x86-64 processor 
  • Hardware-assisted virtualization support: This is available in processors that include a virtualization option; specifically, Intel VT or AMD Virtualization (AMD-V, formerly code-named "Pacifica"). 
  • A NX bit-compatible CPU must be available and Hardware Data Execution Prevention (DEP) must be enabled. 
  • Although this is not an official requirement, Windows Server 2008 R2 and a CPU with second-level address translation support are recommended for workstations.
  • Second-level address translation is a mandatory requirement for Hyper-V in Windows 8.
Memory 
  • Minimum 2 GB. (Each virtual machine requires its own memory, and so realistically much more.) 
  • Windows Server 2008 Standard (x64) Hyper-V full GUI or Core supports up to 31 GB of memory for running VMs, plus 1 GB for the Hyper-V parent OS.
  • Maximum total memory per system for Windows Server 2008 R2 hosts: 32 GB (Standard) or 2 TB (Enterprise, Datacenter)
  • Maximum total memory per system for Windows Server 2012 hosts: 4 TB 
Guest operating systems 
  • Hyper-V in Windows Server 2008 and 2008 R2 supports virtual machines with up to 4 processors each (1, 2, or 4 processors depending on guest OS-see below) 
  • Hyper-V in Windows Server 2012 supports virtual machines with up to 64 processors each. 
  • Hyper-V in Windows Server 2008 and 2008 R2 supports up to 384 VMs per system
  • Hyper-V in Windows Server 2012 supports up to 1024 active virtual machines per system. 
  • Hyper-V supports both 32-bit (x86) and 64-bit (x64) guest VMs. 
Microsoft Hyper-V Server 
The stand-alone Hyper-V Server variant does not require an existing installation of Windows Server 2008 nor Windows Server 2008 R2. The standalone installation is called Microsoft Hyper-V Server for the non-R2 version and Microsoft Hyper-V Server 2008 R2. Microsoft Hyper-V server is built with components of Windows and has a Windows Server Core user experience. None of the other roles of Windows Server are available in Microsoft Hyper-V Server. This version supports up to 64 VMs per system. System requirements of Microsoft Hyper-V server are the same for supported guest operating systems and processor, but differ in the following: 

· RAM: Minimum: 1 GB RAM; Recommended: 2 GB RAM or greater; Maximum 1 TB. 
· Available disk space: Minimum: 8 GB; Recommended: 20 GB or greater. 
Hyper-V Server 2012 R2 has the same capabilities as the standard Hyper-V role in Windows server 2012 R2 and supports 1024 active VMs 

Hyper-V
Although Hyper-V can't stand toe-to-toe with ESX, it has a few aces up its sleeve that give it some intrigue. First, it's free. This is important in that ESX, with only a few extra add-ons, can cost thousands of dollars. Second, it comes as a stand-alone product or as part of Windows Server 2008 and even on some versions of Windows 7, making it easy for those who like to play to access it. Third, its simplicity makes it easier to learn for those new to using hypervisors. Watch Hyper-V. If Microsoft does one thing well, it's taking market share away from arguably better, more powerful competitors, while slowly making its product better. 

Virtual Switches
Imagine for a moment that you have three virtual machines running as virtual desktops. You want all of these machines to have access to the Internet. Therefore, you need to give them all legitimate IP addresses. The physical server, however, only has a single NIC. There are two ways in which virtualization gives individual VMs valid IP addresses. The oldest and simplest way is to bridge the NIC. Each virtual NIC is given a bridged connection to the real NIC (shown in this figure). This bridge works at Layer 2 of the OSI model, so each virtual NIC gets a legitimate, unique MAC address.


Benefits of Virtualization
There are many benefits to an IT organization or business when choosing to implement a server virtualization strategy. With the technology we have today, there's no reason to remain idle and simply watch the parade on the sidelines. If you are still waiting to get into the game, here are 10 great reasons why you should be jumping into the server virtualization game with both feet. These are tried and true benefits that have withstood the test of time (in this case, the last 10 years).

1. Help move things to the cloud
Ah yes, the cloud! You knew it was coming at some point in this list, didn't you? As much as you think you've been talked to death about virtualizing your environment, that probably doesn't even compare to the amount of times in the last year alone that you've had someone talk to you about joining "the cloud." The good news here is that by virtualizing your servers and abstracting away the underlying hardware, you are preparing yourself for a move into the cloud. The first step may be to move from a simple virtualized data center to a private cloud. But as the public cloud matures, and the technology around it advances and you become more comfortable with the thought of moving data out of your data center and into a cloud hosting facility, you will have had a head start in getting there. The journey along the way will have better prepared you and the organization.

2. Extend the life of older applications
Let's be honest -- you probably have old legacy applications still running in your environment. These applications probably fit into one or more of these categories: It doesn't run on a modern operating system, it may not run on newer hardware, your IT team is afraid to touch it, and chances are good that the person or company who created it is no longer around to update it. By virtualizing and encapsulating the application and its environment, you can extend its life, maintain uptime, and finally get rid of that old Pentium machine hidden in the corner of the data center. You know the one, it's all covered in dust with fingerprints from administrators long gone and names forgotten.

3. Isolate applications
In the physical world, data centers typically moved to a "one app/one server" model in order to isolate applications. But this caused physical server sprawl, increased costs, and underutilized servers. Server virtualization provides application isolation and removes application compatibility issues by consolidating many of these virtual machines across far fewer physical servers. This also cuts down on server waste by more fully utilizing the physical server resources and by provisioning virtual machines with the exact amount of CPU, memory, and storage resources that it needs.

4. Improve disaster recovery
Virtualization offers an organization three important components when it comes to building out a disaster recovery solution. The first is its hardware abstraction capability. By removing the dependency on a particular hardware vendor or server model, a disaster recovery site no longer needs to keep identical hardware on hand to match the production environment, and IT can save money by buying cheaper hardware in the DR site since it rarely gets used. Second, by consolidating servers down to fewer physical machines in production, an organization can more easily create an affordable replication site. And third, most enterprise server virtualization platforms have software that can help automate the failover when a disaster does strike. The same software usually provides a way to test a disaster recovery failover as well. Imagine being able to actually test and see your failover plan work in reality, rather than hoping and praying that it will work if and when the time comes.

5. Increase uptime
Most server virtualization platforms now offer a number of advanced features that just aren't found on physical servers, which helps with business continuity and increased uptime. Though the vendor feature names may be different, they usually offer capabilities such as live migration, storage migration, fault tolerance, high availability, and distributed resource scheduling. These technologies keep virtual machines chugging along or give them the ability to quickly recover from unplanned outages. The ability to quickly and easily move a virtual machine from one server to another is perhaps one of the greatest single benefits of virtualization with far-reaching uses. As the technology continues to mature to the point where it can do long-distance migrations, such as being able to move a virtual machine from one data center to another no matter the network latency involved, the virtual world will become that much more in demand.

6. Reduce hardware vendor lock-in
While not always a bad thing, sometimes being tied down to one particular server vendor or even one particular server model can prove quite frustrating. But because server virtualization abstracts away the underlying hardware and replaces it with virtual hardware, data center managers and owners gain a lot more flexibility when it comes to the server equipment they can choose from. This can also be a handy negotiating tool with the hardware vendors when the time comes to renew or purchase more equipment.

7. Faster server provisioning
As a data center administrator, imagine being able to provide your business units with near instant-on capacity when a request comes down the chain. Server virtualization enables elastic capacity to provide system provisioning and deployment at a moment's notice. You can quickly clone a gold image, master template, or existing virtual machine to get a server up and running within minutes. Remember that the next time you have to fill out purchase orders, wait for shipping and receiving, and then rack, stack, and cable a physical machine only to spend additional hours waiting for the operating system and applications to complete their installations. I've almost completely forgotten what it's like to click Next > Next > Next.

8. QA/lab environments
After completing a server consolidation exercise in the data center, why not donate that hardware to a QA group or build out a lab environment? Virtualization allows you to easily build out a self-contained lab or test environment, operating on its own isolated network. If you don't think this is useful or powerful, just look to VMware's own trade show, VMworld. This event creates one of the largest public virtual labs I've ever experienced, and it truly shows off what you can do with a virtual lab environment. While this is probably way more lab than you'd ever actually need in your own environment, you can see how building something like this would be cost prohibitive with purely physical servers, and in many cases, technologically improbable.

9. Reduce the data center footprint
This one goes hand in hand with the previous benefit. In addition to saving more of your company's green with a smaller energy footprint, server consolidation with virtualization will also reduce the overall footprint of your entire data center. That means far fewer servers, less networking gear, a smaller number of racks needed -- all of which translates into less data center floor space required. That can further save you money if you don't happen to own your own data center and instead make use of a co-location facility.

10. Save energy, go green
Maybe you aren't a "save the whales" or "tree hugging" type of person. That's cool. I don't wear the T-shirts either. But seriously, who isn't interested in saving energy in 2011? Migrating physical servers over to virtual machines and consolidating them onto far fewer physical servers means lowering monthly power and cooling costs in the data center. This was an early victory chant for server virtualization vendors back in the early part of 2000, and it still holds true today.

Japanese Origami - Kusudama Flower



Kusudama (translated as "medicine ball") were traditionally used as incense and poutpurri, from real flowers or herbs. Decorative kusudama are made by using folded paper origami units glued together.

My sister is a GOD-gifted. She has been the sole artist of my kid and niece's school projects whenever I won't be able to do it. We usually watch a UK TV program "Art Attack" where my sister gets ideas in doing the school projects. Recently, she is into crafting a Japanese Origami,which is made of paper. The photos above are her master piece. 

How to make Kusudama Flower Origami


Words To Live By 1

Your identity is found in your heart. Not your job, your status, your name, what your major is, how much money you have. Your heart has been the same the entire time. So, be who you have always been. <3 

The heart of those we love is the most beautiful house. 


[not my photo] 
Don't give up in the middle just because the situation failed you. Smile, GOD has something better :) 

                                                  Can you read this? ^____^

I have a lot of these (Transmit/Receive) because a big portion of JESUS' love rains on me.. hehe, I.T.

[not my photo] 
Everyone must know how to fix a light bulb but it is so sad that not all are trying.. :(

[not my photo] 
Even if you will lost all the good and happy things in life, continue to scatter KINDNESS because a priceless reward is surely waiting in Heaven. :)

"Forever"

No copyright infringement intended. 

"Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use."

LORD JESUS, let me say my deepest prayer here. There will be a said to be a "catastrophic" ice storm to hit the Southeastern part of the USA tomorrow (February 13, 2014). Please protect all of them there. GA to be specific, please be safe.. dear friends, be all safe.


                  Pitcher project :) 


             
              Her tree house .. it is so cute ^___^
  


    

The Philippines Says "THANK YOU"

It has been exactly three months after the devastating super typhoon “Haiyan” or “Yolanda” hit and severely affected the lives of some of my fellow countrymen here in the Philippines. I can still remember that it was our IELTS examination day. It was a day where we were thinking if the examination will be cancelled or not since the typhoon made its extra-ordinary land fall in the Visayas region around 4:40am (November 8, 2013).

The city of Manila was not hit that much since the battered regions are many kilometers away. The Philippines is an archipelago of 7,107 islands and it is very known that water is everywhere. The country is so used to welcoming 20-22 typhoons every year but the mother earth was a little unprecedented that day. It made the Visayas region braced so hard because it was going to smashed the areas real hard.

At 2040 GMT on Friday, exactly three months after the typhoon struck, the #PHthankyou billboard signs went up in New York's Times Square, London's Piccadilly Circus and six other locations. Posts from Hollywood artists, international musicians and sportsmen also appeared on social media. (Courtesy: International celebrities express sympathy for Yolanda victims)

In its #PHthankyou campaign, the DOT said: “We are Filipinos. We are resilient, grateful, and fun-loving people. And that's why even as we are still recovering, we already want to show our thanks."

Three Months after Haiyan - #PHthankyou

Tourism Secretary Ramon Jimenez said that at Saturday midnight, the country also had ad billboards simultaneously go up in other countries for #PHthankyou:

• Times Square in New York
• Galeries Lafayette in Paris
• Shibuya Crossing in Tokyo
• Piccadilly Circus in London
• Ion on Orchard Road, Singapore
• Sydney, Australia
• Berlin, Germany
• Toronto, Canada
• Seoul, South Korea

A super typhoon thought to be the most powerful ever to hit land battered the central Philippines, forcing hundreds of thousands of people to evacuate the affected areas and it left around 6,000 dead and with 1,800 still missing.

More people were made homeless than by the 2004 Indian Ocean tsunami. A total of 14 million people were affected, six million workers lost their sources of income, 30,000 boats were destroyed and millions of coconut trees were damaged or flattened.

"The Philippines wants to say a big thank you to everyone who are helping us rebuild after Typhoon Haiyan," the tourism ministry said in a statement to mark its #PHthankyou campaign.

"The world has been one with the Philippines in helping rebuild the nation."

This is a sincere way of the Filipino people in thanking all the NATIONS and ORGANIZATIONS, and even the smallest of kind of people who have extended their support, prayer, love, and care for the typhoon victims. They have helped a lot and are still continuously reaching out to the affected. We all know from the Philippines that saying thank you is not enough to extend our gratitude but it is only GOD who can return the favor to everyone for helping the needy. 

May the Lord repay you for what you have done. May you be richly rewarded by the Lord, the God of Israel, under whose wings you have come to take refuge.” - Ruth 2:12 


THANK YOU in different languages

                            @1:31 - We are lifted (our spirits are lifted) because of your kindness.
                            @1:38 - We are really grateful 
                            @1:46 - We will rise 
                            @1:51 - Because of your support
                            @1:54 - We are going to rebuild our nation

a one-minute video showing how grateful the Filipino people are.. :) 
Times Square, New York, USA 
Piccadilly Circus, London,UK
Tokyo, Japan
Toronto, Canada
 Galeries Lafayette, Paris, France

What Should We Pray.. for A Future Spouse

[Quote en Quote]

So then came my question: how exactly DO I pray for my future husband? This man that I have never met or have already met but have no clue that he’s “the one”. When my friends ask me to pray for them I know exactly what to pray for, what they are struggling with… but how do I pray for someone when I don’t even really know what is going on in his life at this time? hmm.. 

I decided that it was time to do what I had to do in order to get answers: talk to God about it, find a good book on that topic, or the typical one… just Google it. So of course, I did all three.

After praying about it I decided that what I needed to do was come up with… “the list”. I know if you’re a guy… those two words just made you very happy. This list though is a little different than the one girls typically create. It has nothing to do with his physical appearance, what his resume looks like, or how exciting his life is at the moment (although those things matter too) but it was more along the lines of what kind of qualities does this man need to have to be a good future husband, father and leader of the home based on God’s Word and what does he need to do to get those qualities if he doesn’t have them already. Then I have to pray for God to work on those things in his life every day.

Of course, it’s not fair to create “the list” for my future husband and have no list for myself. I’m far from perfect (and lucky me) I actually know the things I need to work on daily. I created my own list of qualities that a wife, mother, and “helper” should have and what I need to do to “get there”… and asked God to help me work on those areas in my life too.

As for the book… there are quite a few books out there written for wives who want to pray for their husbands, but not too many written for singles praying for their future husbands. But, I did find a book that is specifically written for this exact topic and they are really encouraging. 

And it made me wonder… what’s the point of praying for your future husband before you even meet him? Why can’t you just start praying for him after you have already met him and are planning your wedding?

Before we answer that question we should take a good look at what men are in our world. Men are called to be our spiritual and earthly leaders. They are the backbone of the family, the nation, the body of Christ because God has a special calling upon each one of them and that is to lead the way with their God-given authority. It is men who take leading roles in determining how our nation should be run, how our children should be raised, what our churches should be grounded on. And Satan knows this very well, which is why from a very early age he bombards young boys with things that will stunt their growth in becoming the godly men and role models God created them to be. His plan is to take down these men before they can even rise to be who they are called to be because by making sure these men never rise to be truly God-fearing leaders that they need to be our families, churches, society will be weak along with their leaders.

This isn’t in any way to undermine the role of women in the world, in the church, and in the family. Women also play a significant role in all of these areas. And they also play a significant role in encouraging or discouraging the men in their lives in becoming the godly leaders they are called to be. Satan has his own attacks and schemes against women as well, but he knows that the best way to get to women is to first get to the men in their lives because it is the men in our lives that are our leaders and authority figures.Currently there seems to be a global problem for our present generation of Christian women and it is the unbalanced ratio between God-honoring woman and the males in their lives who aren’t as quick to become the men God called them to be. This leaves many young Christian women asking the question: what are we supposed to do? Sit back and worry about when these men will magically have an epiphany which will make them realize they need to step it up a little? Eat ice-cream while watching chick flicks and waiting for an un-realistic version of Prince Charming to appear in our lives? No. There is something we can do for our future (and present) husbands today and that is to enter into the war zone and fight for them in the one way that we can: pray for them.

Now… what should you pray for exactly? 

-His heart
-He will be a God lover
-Patience
-Understanding
-Trust
-Loyalty and faithfulness
-Strength
-Protection
-Intimacy
-“The list”
-Contentment
-Commitment


Whether you’re single or married it’s important to remember the power and importance of praying for the men in our lives. It’s never too early or too late to start and by doing so we will play a vital role in helping them become the leaders for that God wants them to be.

so cute.. hehe :)
Pray that your future husband or husband will love righteousness and hate wickedness, especially the evils of the culture. Pray that he will recognize and avoid wickedness in his own life, and if necessary, take a clear, strong stand against evil. (Prov. 27:12;John 17:15; 1 Cor. 10:12-13)

Pray that your future husdband or husband will safeguard his heart against inappropriate relationships with the opposite sex. Pray that his heart will be pure and undivided in his commitment to you. (Prov. 6:23-24, 26; Rom. 13:14)

Pray that your husband will cultivate strong integrity, and not compromise his convictions. Pray that his testimony will be genuine, that he will be honest in his business dealings, and will never do anything that he needs to hide from others. (Prov. 20:7; 1 Tim. 1:5, 3:7; Eph. 6:10-12)

Pray that your husband will have a humble, teachable spirit and a servant’s heart before the Lord. Pray that he will listen to God and desire to do His will. (Prov. 15:33; Eph. 6:6)

Pray that your husband will yield his sexual drive to the Lord and practice self control. Pray that your sexual intimacy together will be fresh, positive, and a reflection of selfless love. (Prov. 5:15, 18; 1 Cor. 7:3; Song of Solomon 7:10)

In My Mind

In every search for reality, for truth and honesty; there is always an accompanying doubt behind. It can never be so apparent, evident and plain yet quite perceptible. It could bring a very hollow feeling, so sad delusions that in time you will know what lies beyond. However, this hope could just wane if you are too much concealed with what are just exposed. Seeing is also believing, hearing is something and feeling is everything. It would not keep you from being too overwhelmed yet it designs so much uncertainty that often leads to blindness. You know in yourself that there can never be unison but still a kindle of hope is lighted that brings flames of contentment. It is a matter of acceptance and that you will be held captivated by just a shadow of your wholeness so preserved for a beloved. It is the thought of nothing is real; everything is just moving around in circles, no directions, and will just pop like bubbles. 

Living a simple life and achieving simple dreams are the most fulfilling jobs in the world. These may not yield similar fantasies with what others are experiencing in life yet you know that a normal way of living, like gazing stars up there wishing someone is listening to a heart speak is like heaven. Every little drop of rain brings so much pleasure in you accompanied by drizzles of encouragement of your surroundings. God’s creations are bliss whispering winds telling stories through a language of love. A nature of someone to feel so concerned with somebody is indeed a true wonderful gift from Jesus Christ. It is so amazing if you get tangled with what life brings such that it no longer matter how sorrowful your life would be. A thought of making someone happy, with own simple ways is a great achievement one cannot exchange for any material things. The love you bestowed which is returned would also be one of those cherished moments captured in life’s dazzled photography. Everyone is dreaming, weaving memories in mind may it be sad or happy and rumpling pieces of learning as it takes away to newer horizons. 

Loving is life. It needs to get nurtured, nourished, cultured, and molded into certain delineations through spice of surprises. Whilst it may be so unpredictable when feelings is to talk about, still it is so certain that we can manipulate how to bend with. Just so learning to accept how things are presented indirectly should be thy carried manner. Wishing and hoping someday, everything will be laid clear without doubts, confusions and wondering. Time is boundless to a listening heart, concerned mind and thoughtful souls humming the songs of life.

-smiles :) 




DISCLAIMER: *No copyright infringement intended.


"Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use."


When I Was Away

* hearing her voice..


* seeing her so lovely face..
(oh GOD she’s really cute)


* listening to her song with
such a pleasant-sounding 
symphony coming from her talented voice..


* capturing the eloquence
when reading her educational 
story books.. i admit her articulacy is far more better 
than mine.


* hearing her simple prayers,
full of love, hope, and care..


* listening to how she
explains her stories about everyday 
activities..


* seeing her laughters, cries,
anger, sadness, and excitement 
when she hears/sees me on Skype..


* hearing her “po” and “opo”
when she speaks/talks ~ so 
polite dear one..


* i love to see how she
giggles with such happiness while 
waiting for her package to arrive anytime
soon..


* i am so touched to hear her
saying she’s always praying 
for me and always thinking how i am doing everday..


nothing more than these..
everything is so wonderfully 
crafted and although I am considered underprivileged, 
my riches come from these simple things money definitely 
can’t buy.. I am so
blessed by the LORD JESUS CHRIST!! 
Thank you LORD.

하트~

•••••••••••••••••
If you talk to a man in a language he understands, that goes to his head.

If you talk to him in his own language, that goes to his heart.

‒quotes by Nelson Mandela

•••••••••••••••••••••••••••••••
When you fall in love with what God is making you, then you

don`t have to worry about where He`s taking you..