Jalani skenario yang telah ALLAH SWT tetapkan, jangan pernah anda sesekalipun menyesali apa yang telah ALLAH beri. Menataplah selalu pada kaca masa depan anda

Monday, April 23, 2012

Who Wants to Work?

I feel a loss when pragmatism wins over the mystical. There is a greater magic at work when you engage with Source. I believe that strength and optimism combined with hard work will keep marketing principles and other learned strategies working well for success. I have a much different story to tell.

I've spent many years in the corporate world and in the service and sales industry. Letting those learned and hard-work principles go to engage in a relationship with the divine has been one of the most difficult challenges I've ever faced. So why face it? Why not stick with the old ways?

Simply put, the mystical, the divine, the source energy, or God if you like, wouldn't let me go. No matter how hard I worked, I simply did not see the results I desired. There was a transformation already underway and I would be embracing a new way of living. You cannot deny who you truly are. As I moved away from working hard and focused more and more on my gifts, passion & purpose, magical things began happening.

In spite of all my marketing and business focused activities, none of my prospects had become a client and none of my projects came to life. Strangely, people from across North America were finding me, and rarely through my website. As long as I engaged in a relationship with the source and exercised faith, clients began showing up. Clients that were looking for the gifts that I had to offer and the connection I had to share.

This has pushed me deeper into a relationship with the mystical, the metaphysical, the spiritual - so many words to describe the same thing - and practicing a new way of being in this world. It is much simpler, much more organic, much more peaceful, and in many respects, very easy. Well, easy when I get out of my way.

There have been times when I've been in a complete and utter panic over what was not materializing. I'd come close to reverting to an old pattern and headaches would show up and more resistance in mind, body, and spirit. Within 24-48 hours, I'd back off from my worries, unable to give-in and give up the dream. I'd trust and just as suddenly, abundance again made itself known.

I see this pattern, these ups & downs, as part of the training I am receiving. To deepen my relationship with the divine. To trust source. To trust my true calling, passion and purpose. To express more fully who I am and thereby be a much better guide and teacher to those who wish to engage in the same relationship with the source of creation.

Magic lives everywhere. Being pragmatic can work, but who wants to work?

Passing The Cisco CCNA Exam: An Illustrated Guide To Router Modes

When you're getting started on your CCNA studies, learning the different router modes is key to passing your Intro and ICND exams. But keeping those modes straight can be very difficult. (At least it was for me!) Let's take a look at the various router modes you'll need to know about to pass your CCNA, and use IOS Help to illustrate the different uses of each mode.

The first mode you'll see on a router (if the person before you logged off as they should have) is user exec mode. This is also the default mode a user is placed into when using Telnet to connect to a router. The prompt will look like this:

R1>

You can't write or add to a configuration in this mode, but you can run quite a few show commands. This is a good mode to have users in who need to see the configuration, but shouldn't be allowed to change it.

To get to the next level, type enable at the user exec prompt:

R1>enable

R1#

Notice that the prompt changed. This mode has two names, the official one being privileged exec mode. It's more commonly referred to as enable mode, since "enable" is what you type to get into this mode.

This mode gives you more options for show and other commands, but you still can't configure anything. To configure global commands, use "configure terminal", or "conf t", to enter global configuration mode.

R1#conf t

Enter configuration commands, one per line. End with CNTL/Z.

R1(config)#

The prompt has changed again, and now global configuration commands such as hostname and no ip domain-lookup can be entered.

From here, you've got a lot of options, but we'll look at three you need to know for your CCNA exams. To apply configuration commands to an interface, enter interface configuration mode, as shown here:

R1(config)#interface serial0

R1(config-if)#

You must be in global config mode to get into interface config mode you cannot go from enable mode straight to interface configuration mode.

R1#interface serial0

^
% Invalid input detected at '^' marker.

Interface configuration mode allows you to apply an IP address to the interface, as well as many other commands related to frame relay, ISDN, and dynamic routing protocols.

For the CCNA, you need to know about two other configuration modes. To configure console commands (such as password protection), enter line configuration mode as shown here:

comments

Total Pageviews

PR