October 29th, 2008
Leap! Movie http://www.leapmovie.com
Leap! is a film that compels you to consider this ageless theory that “The world is an illusion“. This idea may challenge your current beliefs and ideals. but then again Einstein did say “Reality is merely an illusion, albeit a very persistent one.” Leap! explores ancient and modern philosophies and philosophers who support the illusion theory. To Leap! beyond the illusion is to let go and live from inspiration….To Leap! beyond the constraints of your current perceived reality and what you think you know…. The purpose of Leap! is to invite each of us to live beyond the illusion. This movie is not about denying our physical experience. Ultimately it is about Leaping beyond limitations and restrictions which this illusion appears to impose.
To be at the Movie Premier in Colorado buy Leap! Premier Tickets
To buy Leap! Movie Click Here!
More information Leap! Movie
Tags: Leap! Movie, Spirituality
Posted in Main, Spirituality | 1 Comment »
October 3rd, 2008
Cisco 91 / 831 Multi Nat With Public Addresses
CISCO Router Configuration: A Practical Introduction to Cisco IOS Software Configuration

If you are like me, and have a cable or dsl connection and were given 5 ips with most home routers you can really only use one of them on the wan side. This was not sufficient for my use. So I found a reasonably price router that could handle having all 5 ips assigned on the front of the router, and I NAT / PAT all of them to different servers / services on my internal network. Now I can have multiple webservers, DNS servers, Mail Servers all being behind my firewall and utilizing the 5 ips I have assigned to me.
Setting up your Cisco Soho 91 for multiple public ip addresses from either your cable modem, or dsl for multi natting / patting to private network servers.
### Assign a password to your router
Router> enable password <password>
////////////////////////////////////////////////////////////////////
### config ethernet1 (outside) interface with first ip address
### from dsl/cable provider
# get into the enabled exec mode
Router> enable
# enter your password
# config mode
Router# config terminal
# config the outside (public) interface
Router(config)# interface Ethernet1
# assign the first of your ip addresses to the interface
Router(config-if)# ip address <your.public.ip.address> <your.netmask>
# bring up the interface
Router(config-if)# no shutdown
# activate the changes
Router(config-if)# crtl-z
////////////////////////////////////////////////////////////////////
Read the rest of this entry »
Posted in Main | No Comments »
September 25th, 2008
Attraction Methods to Gain New Visitors
Blog Marketing

I am currently trying out many different options to increase my daily visitors. This is what I have tried to do so far.
> In wordpress, I have added a few new plugins. ( the all in one seo pack ) to greatly enhance my meta keywords per post / page, and also to define a unique title and such for each of them too. This I hope will increase my SEO ( Search Engine Optimization ) return with the major engines.
> I have also added links to the social networking sites like, digg, and others. This I hope will get people linking to what I have to write about. We’ll see. So far I have been dugg once on my vobcopy / mkisofs page. Its a start
Read the rest of this entry »
Posted in Main | 3 Comments »
September 23rd, 2008
Your house is not your asset
We are taught from a very young age that we are supposed to go to a good school and get a great education and get a good paying stable secure job. Then when you are all set in your career, you go out and buy a house and car or two. You are living the dream. Then you rely on your house as your biggest asset to create equity for you so that you can buy a bigger house later and maybe some more toys. I hate to tell you this, but this is a lie. I see it a little differently, and you may not like what I have to say. But here goes.
Your house is your biggest liability
Read the rest of this entry »
Posted in Main, Wealth | No Comments »
September 23rd, 2008
Setup Zen Cart Local Sales Tax Mod
I recently had to hack my way through the Local Sales Tax Module for Zen Cart. Much thanks to Heather and her help with getting this to work on Leap! Movie
To start follow the instructions at Local Sales Tax Mod
Read the rest of this entry »
Tags: local sales tax, local tax mod, zen cart, zen cart local sales tax mod setup
Posted in Main, PHP | 1 Comment »
September 18th, 2008
Vobcopy and Mkisofs to the rescue again
Firstly, vobcopy does not make iso images directly. You first need to extract all the required files from the dvd you are making an iso image of.
To do this take a look here.
Short version is this.
- $ vobcopy -m /path/to/dvd .
This will place all the files in the current directory. So make sure that you are in the directory you want all your files in.
Then run this command in the directory that holds the VIDEO_TS sub directory.
Read the rest of this entry »
Tags: mkisofs, Ubuntu, vobcopy
Posted in FreeBSD, Main, Ubuntu, Unix/Linux | No Comments »
September 17th, 2008
Make money on your site
I recently signed up for a click bank account. And wanted to tell you all about how you can also use an affiliate program like clickbank to increase your sites operating budget. ( i hope ).
First go to clickbank.com and signup as a publisher.
Then search through the products they are selling or promoting, and if you find some that you think will fit nicely into your site, you create a hoplink for the product.
To place the link in your site just copy and paste it into your page.
You will want to change the “click here” to something that describes what the link is about.
Thats it.
Read the rest of this entry »
Posted in Main | No Comments »
September 17th, 2008
DVD Copying to hard drive with dd
In adddition to using vobcopy, and mkisofs you could also use plain old dd to do the trick ( sometimes )
It sometimes works, and when it does it works well.
From the command line in *nix ( Unix, Linux, OS X, etc. )
> dd if=/dev/dvd of=/tmp/dvdfilenametocreate
Lets break this down. dd is the command you are running, and if is the input file, everything is a file in *nix, and of is the output file you wish to write.
Read the rest of this entry »
Tags: copy, dd, dvd
Posted in FreeBSD, KSH, Programming, Ubuntu, Unix/Linux | 1 Comment »
September 16th, 2008
Great Web hosting Company
I have found a great web hosting provider for anyone who wants to start a blog, or setup shop. They offer ssl certs, and great web based email.
<UPDATE>
KGTWEB.COM $4.99/mo SALE IS ON UNTIL 10/15/08
</UPDATE>
www.kgtweb.com
They give you a free blog ( word press ), and free shopping cart software too.
Joomla can be setup with ease, and so can many other site automation tools.
Read the rest of this entry »
Tags: hosting, joomla, mysql, PHP
Posted in Main, PHP, Unix/Linux | No Comments »
September 12th, 2008
Loan Modification and FHA Loans What you need to know
There are a few options that homeowners may have when it comes to being upside down on their house.
First look to a trusted mortgage broker to ask about
- FHA loan.
- Loan Modification
An FHA loan is a government backed loan , that comes with some caveats. Firstly you have to meet the requirements the have set forth. These are not limited to when you took out your mortgage, or the balance, or the type of loan, and property value. The FHA loan program also limits you when it does become time to sell.
Read the rest of this entry »
Posted in Wealth | No Comments »