Giter VIP home page Giter VIP logo

launchpad's Introduction

Setup Launchpad:

Create/Verify Account:

Create Account: https://launchpad.net/+login

The site Launchpad requires that you verify your email address before accessing its contents.

Check your INBOX and click on link to verify.

Generate GPG/PGP Keys:

^_^[Mitesh@Shah:~]$ gpg --gen-key

Please select what kind of key you want:
   (1) RSA and RSA (default)
   (2) DSA and Elgamal
   (3) DSA (sign only)
   (4) RSA (sign only)
Your selection? 1 

RSA keys may be between 1024 and 4096 bits long.
What keysize do you want? (2048) 4096

Please specify how long the key should be valid.
         0 = key does not expire
        = key expires in n days
      w = key expires in n weeks
      m = key expires in n months
      y = key expires in n years
Key is valid for? (0) 0

Key does not expire at all
Is this correct? (y/N) y

Real name: Mitesh Shah
Email address: [email protected]
Comment: rtCamp Launchpad

You selected this USER-ID:
    "Mitesh Shah (rtCamp Launchpad) <[email protected]>"

Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? O

generator a better chance to gain enough entropy.

Not enough random bytes available.  Please do some other work to give
the OS a chance to collect more entropy! (Need 281 more bytes)

Just open another terminal window and run some commands which generates plenty of activity.

My favorite is running a disk write performance benchmark using:

dd bs=1M count=1024 if=/dev/zero of=test conv=fdatasync

List Keys:

^_^[Mitesh@Shah:~]$ gpg --list-keys
/home/mitesh/.gnupg/pubring.gpg
------------------------
pub   4096R/387AFF02 2014-04-21
uid                  Mitesh Shah (rtCamp Launchpad) <[email protected]>
sub   4096R/0B9C8B2D 2014-04-21

Making An ASCII Armored Version Your Public Key:

^_^[Mitesh@Shah:~]$ gpg --output MiteshShah.asc --export -a $GPGKEY 

NOTE: In This Example $GPGKEY = 387AFF02

Upload Keys To Ubuntu Key Server:

^_^[Mitesh@Shah:~]$ gpg --send-keys --keyserver keyserver.ubuntu.com $GPGKEY

GPG Key FingerPrint:

^_^[Mitesh@Shah:~]$ gpg --fingerprint
/home/mitesh/.gnupg/pubring.gpg
------------------------
pub   4096R/387AFF02 2014-04-21
      Key fingerprint = 80D6 A2F6 AA2F E34F 0E3A  C850 0E18 6538 387A FF02
uid                  Mitesh Shah (rtCamp Launchpad) <[email protected]>
sub   4096R/0B9C8B2D 2014-04-21

Add GPG/PGP Keys To LaunchPad:

  1. https://launchpad.net/people/+me/+editpgpkeys
  2. Sign The Code Of Conduct
  3. Create A LaunchPad PPA: nginx

launchpad's People

Contributors

gau1991 avatar miteshshah avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.