Archive

Archive for April, 2009

Time for some grilling. Marinated London Broil

April 17th, 2009 0 Comments

Finally a nice Cialis Jelly weekend is in the forecast, time to do some grilling! I think my marinated London Broil is in order.

Here is my recipe if Cialis Professional you would like to make your own.

Grilled London Broil

Grilled London Broil

MARINATED LONDON BROIL

2 tbsp. vegetable oil
1 med. onion, chopped
2 cloves garlic, minced
1/4 c. parsley, dried or fresh chopped
1 tbsp. brown sugar
1 tsp. ginger
1 tsp. allspice
1 c. beef broth
1/3 c. soy sauce
3 tbsp. balsamic vinegar
2 to 4 lbs. boneless beef (London Broil, Brisket, Chuck, etc.)

In a saucepan, over moderate heat, saute onion in oil until soft. Add all remaining ingredients except beef and bring to a simmer. Remove marinade from heat and cool. Place beef in a marinating dish just large enough to hold it. Pour the marinade over meat, cover and refrigerate for 12 to 24 hours. Transfer meat to a platter and bring to room temperature. Heat marinade for gravy if desired. Heat your barbecue grill. Grill the beef for 8 to 10 minutes per side. Let beef cool 5 minutes, then slice it at an angle, 1/4 inch thick to serve.

Join the forum discussion on this post - (1) Posts
Categories: Recipes Tags: , ,

A Windows guru spends two weeks with a Mac

April 17th, 2009 0 Comments

A Levitra Windows guru spends Viagra Professional two weeks with a Mac

Posted using ShareThis

Categories: Uncategorized Tags:

Bookmarking sites with WebNotes

April 13th, 2009 0 Comments

There is a new web based productivity tool coming to town and it’s called WebNotes.

The main Web site emphasizes annotating, organizing and sharing your web notes, however I have also found it to be a great bookmarking tool as well.  I can highlight text and add a note to a Web page I visit and it automatically saves the link (notes included). I can later use the Organizer to create folders to move the saved page clippings in.


You can share your marked up pages with friends and co-workers by emailing them or sharing a permalink via instant messenger or SMS.

height=”223″ width=”536″ />

This is a sample of a well formatted email that the recipient receives and they do not need to Cialis have a webnotes account to view your notes.

I use multiple browsers (Safari, Flock and Firefox) on online cialis price my MacBook Pro and occasionally I even use IE in a virtual machine. I have the webnotes tool bar installed in all of them so I can easily access my saved pages from any of the browsers or computers I happen to be using.

WebnNotes is still in beta, and requires an invatation, you can go to the WebNotes site and register for an invitation.
I endded up asking people in Twitter if they had any invites.

I happen to have 6 invites left, if you would like one, leave me a comment with your name and email address.

 

Join the forum discussion on this post - (1) Posts
Categories: Tips Tags: ,

Geek Outpost is now iPhone ready.

April 12th, 2009 0 Comments

Cialis online Cialis Jelly alt=”iPhone” style=”float: right;” border=”0″ height=”136″ width=”250″ />
Thanks to the WPtouch iPhone Theme plugin which reformats your site with a mobile theme when viewing with an buy Apple iPhone, Apple iPod touch, Google Android or Blackberry Storm touch mobile device. By author homepage”> Dale Mugford & Duane Storey.

Join the forum discussion on this post - (1) Posts
Categories: iPhone Tags: , ,

April Snow Shower

April 12th, 2009 0 Comments

this week I was surprised when I awoke and looked out the window to see that we had a snow shower overnight. It’s mid April here Cialis for sale Professional”>Viagra Professional on the east coast, the flowers are starting to boom, I hope the snowfall doesn’t kill off all of the blooms. In another week or so the red bud and dog woods will be in full bloom.

Join the forum discussion on this post - (1) Posts
Categories: Photos Tags: ,

How to SSH – Keygen in one command.

April 11th, 2009 0 Comments

During the course of a day I need to shell into a handful of different linux servers to perform a variety of sys admin tasks . To do this securely I use the ssh 2 protocol. Since the ssh protocol is encrypted no text is passed via clear text, which could make it easy for any bad guys to sniff or capture the packets and find out my passwords.

Using public and private keys ssh authorization and text expander I have my login down to as few as four keystrokes. The best part of this is that after creating all of my authorized_keys I can put them on my iPhone and then ssh in from anywhere without having to lookup my passwords.
In this post I will cover the creation of the authorized public_private keys and sending it to the server with one command line.

For this to work correctly you will have to enable SSH on the computer you are sending from and unblock or map your ssh port in your firewall and or router.
On your local computer create a strong dsa public private key pair using the shell command below.

local-computer$ ssh-keygen -t dsa
(Do not enter a pass phrase, just hit enter)

Now lets transfer the id_dsa.pub key Tadacip to your user directory on the host machine.

ssh yourusername@server_to_connect_to "echo `ssh your-computer.local cat .ssh/id_dsa.pub` >> .ssh/authorized_keys"

Obviously you want to replace yourusername@server_to_connect_to with your login@the ip address or domain name of the server you are connecting to.
For this online viagra drugs login you will need to enter your passwords, first of the local computer and then of the server you are connecting too.

After this step you can try to connect using ssh yourloginname@domain.com and see if you can can log in without a password.
If you cant log in without a password check the server logs, if you see an error like this

Authentication refused: bad ownership or modes for directory
If you do you will need to change permissions on the server by issuing the following commands on the server.


server$ chmod go-w ~/

server$ chmod 700 ~/.ssh
server$ chmod 600 ~/.ssh/authorized_keys

Now try to connect again using ssh yourloginname@domain.com.
Success!! Now issue the command again on each of the servers that you need to ssh into and you are good to go.

References:
http://sial.org/howto/openssh/publickey-auth/problems/

http://blogs.ittoolbox.com/linux/locutus/archives/how-to-add-ssh-authorization-with-one-command-13569
http://defindit.com/readme_files/ssh.html

Join the forum discussion on this post - (1) Posts
Categories: Uncategorized Tags:

Powered by WP Robot