SIDEBAR
»
S
I
D
E
B
A
R
«
OpenSSH Public Key Authentication
Nov 17th, 2009 by pixel

Key Generation

ssh-keygen -q -f ~/.ssh/id_rsa -t rsa
Enter passphrase (empty for no passphrase): …
Enter same passphrase again: …

Key Distribution

# first, upload public key from client to server

scp ~/.ssh/id_rsa.pub user@server.example.org:

# next, setup the public key on server

cat ~/id_rsa.pub >> ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys
rm ~/id_rsa.pub

Principles of Electricity Video (1945)
Mar 19th, 2009 by pixel

Breaks down structure of matter into atoms and, by use of conventional symbols, shows the action of electrons within an atom. The principles involved in the flow of current are explained and a volt, ampere and Ohm are defined.

full details…

Basic Ocilliscope Tutorial
Oct 4th, 2008 by pixel

Basic Ocilliscope Tutorial

Definately the best tutorial on the basic control and use of a dual channel ocilliscope.

DIY T-Shirt Silkscreening Tutorial
Aug 14th, 2008 by pixel

Installing Vista on the Eee PC
Feb 5th, 2008 by pixel

Eee PCFound a great tutorial on installing Vista on your Eee PC. Click here to read the full tutorial.

»  Substance:WordPress   »  Style:Ahren Ahimsa