James Calvin Sly Journal

James Calvin Sly Journal

See attached word document at the end of this page

Guide for 1849-1850 Wagon Train

From Great Salt Lake to Sacramento

 

Adventures during Gold Rush in California

Family Births, Marriages & Deaths

 

Images &  Transcription

by Jeffrey M. Sly December, 2003

 

Additional information may be found online at: web3us.com/ged

or by contacting Jeffrey Sly, 373 West 800 South, Salem Utah 84653. 

Email: stompersly@gmail.com

James C Sly Journal.pdf New

Guide for 1849-1850 Wagon Train

Page 0

Page 1

1849 June 25th  James C. Sly's Book

and [Journal] of life and his travels in 1849

On the 25th of June I left the

[Great] Salt Lake [City] in

Company with father Thomas

[Gustin] and Wilmer

Financial planning - Automatic Millionaire

Book summaryautomatic millionaire cover

The Automatic Millionaire starts with the powerful story of an average American couple—he’s a low-level manager, she’s a beautician—whose joint income never exceeds $55,000 a year, yet who somehow manage to own two homes debt-free, put two kids through college, and retire at 55 with more than $1 million in savings. Through their story you’ll learn the surprising fact that you cannot get rich with a budget! You have to have a plan to pay yourself first that is totally automatic, a plan that will automatically secure your future and pay for your present.
 
What makes The Automatic Millionaire unique:
 
·        You don’t need a budget
·        You don’t need willpower
·        You don’t need to make a lot of money
·        You don’t need to be that interested in money
·        You can set up the plan in an hour
 
David gives you a totally realistic system, based on timeless principles, with everything you need to know, including phone numbers, websites and apps, so you can put the secret to becoming an Automatic Millionaire in place from the comfort of your own home.

Summary - Tribal Leadership

by Dave Logan, John King, Halee Fischer-Wright

What Is a Tribe?

  • A tribe is a group of people. 
  • A small company is a tribe. A large company is a tribe of tribes.
  • What makes some tribes more effective than others is culture. Stage 5 tribes out perform stage 4 tribes.

What Is Tribal Leadership?

  • Tribal Leadership focuses on language and behavior within a culture
  • It does not seek to address cognitions, beliefs, attitudes, or other factors we cannot directly observe.
  • Each cultural stage has its own way of speaking, types of behavior, and structures of relationships.
  • Tribal Leaders do two things:
    1. listen for which cultures exist in their tribes and
    2. upgrade those tribes using specific leverage points.
Updated tribal leader

\

 

To Listen for Which Cultures Exist in Their Tribes, Tribal Leaders Must Know the Following

Summary of Stage One

SSH Login to another host without password using ssh-keygen

How To Setup SSH equivalence

If you have multiple hosts with the same user on them you can setup ssh equivalence so you can ssh from one host to another without a password.  This is also help for scp commands.

First you will need to create an ssh-key, make sure you run this as the regular user and not root

$ ssh-keygen -t rsa 

The keys just generated is placed in the users home directory

~/.ssh/id_rsa

~/.ssh/id_rsa.pub

Then you will use the bash script ssh-copy-id.sh to copy the key you just created to a remote host you would like to login to without a password.

$ ./ssh-copy-id.sh user@host

When you run the ssh-copy-id.sh you will be prompted to login to the remote host with your user.

That is it, now when you ssh user@host you will not need to enter a password.

If you need a copy of the ssh-copy-id.sh script, here are the contents which can also be found here on git

Iterative and Incremental Development: A Brief History

Victor Basili
Victor Basili
Craig Larman
Craig Larman

Craig Larman - Valtech
Victor R. Basili - University ofMaryland

Although many view iterative and incremental development as a modern practice, its application dates as far back as the mid-1950s. Prominent software-engineering thought leaders from each succeeding decade supported IID practices, and many large projects used them successfully.