=== jmarsden_ is now known as jmarsden === yofel_ is now known as yofel [14:23] hello [14:23] the today's class guna be at 6 gmt ight ? [16:10] hello guys the class is about an hour right === Erik_ is now known as Guest6045 === Guest6045 is now known as Erik_S [16:39] 20 minutes remains [16:46] im countin : D [16:50] kosaidpo: ten mintues [16:51] hehe pleia2 [16:55] tried to start phpmyadmin got this: Not Found The requested URL /phpmyadmin/ was not found on this server. Apache/2.2.14 (Ubuntu) Server at localhost Port 80 ... when i look at config.inc.php ii is empty. How do I setup phpmyadmin [16:55] FenBo: I'll get you that info in just a minute [17:00] Ok class time! [17:00] Anyone have any questions before I start? === ChanServ changed the topic of #ubuntu-classroom to: Welcome to the Ubuntu Classroom - https://wiki.ubuntu.com/Classroom || Support in #ubuntu || Upcoming Schedule: http://is.gd/8rtIi || Questions in #ubuntu-classroom-chat || Current Session: Launchpad GPG Basics - Instructor: zkriesse - Slides: http://people.ubuntu.com/~lyz/slides/Launchpad_GPG_Key_Basics.pdf [17:01] Slides for Launchpad GPG Basics: http://people.ubuntu.com/~lyz/slides/Launchpad_GPG_Key_Basics.pdf [17:01] If you have questions please ask them in #ubuntu-classroom-chat and put QUESTION: infront of it [17:01] Ok Let's start [17:03] What this class will cover is making a GPG/PGP Key on your pc, importing it to Launchpad, and if you ask about it, signing something such as the Code Of Conduct with it [17:04] Yes please as kosaidpo asked, please login to your launchpad accounts [17:05] Ok after you've logged in you'll then need to go to your Applications -> Accessories -> Passwords & Encryption Keys on your desktop [17:06] http://people.ubuntu.com/~lyz/slides/Launchpad_GPG_Key_Basics.pdf [17:06] Just in case you didn't get the link for the slides ^^ [17:06] After you open that up click File -> New -> PGP Key I've included a screenshot of what you should be seeing [17:08] After you click File -> New -> PGP Key Choose continue [17:08] After that you should see a window similar to this: [17:08] Enter in your info and then click "Create". Note, you can click the "Advanced key options" tab and then choose the key's encryption [17:08] type, it's strength, and if and when it expires. Usually the defaults are ok to accept. [17:09] Any questions before I move on? [17:10] And a little note: For those of you who don't use Thunderbird as your email program of choice do not fret, as we will be using the Terminal do decrypt the email sent by the key latter down the session [17:10] After you click "Create" you'll have a window in [17:10] which it will ask you to enter a "Passphrase". Choose one and then click "Ok". NOTE: Either save or write your chosen passphrase [17:10] down as there is no way to recover it if lost thereby making the key useless/invalid. After you're done click create and it will generate [17:10] the key. Now to push it to the keyserver and then to Launchpad!!! [17:11] And I stress, severely stress: SAVE OR WRITE THAT PASSKEY DOWN! [17:11] As there is no way at all to recover it if lost [17:11] Unless you remember it... [17:12] It will take either a few seconds or a few minutes for the key to generate depending upon the key strength you chose [17:12] So any questions before I move on to the next section? [17:13] If I'm moving too fast just feel free to stop me in #ubuntu-classroom-chat [17:13] JoeMaverickSett asked: if we reinstalled the whole OS, there is no way to recover the PGP, am i right? [17:14] No there is no way to recover the key UNLESS you previously saved it off to an external drive, USB Flash drive or something to that effect...but to what end I'm not entirely certain at this time [17:14] Ok so now that you've made your key what we need to do now is push it to the keyserver. [17:14] To do that we're going to use the Terminal. The Terminal can be found by going to [17:14] Applications -> Accessories -> Terminal. Open that and then type in the following without [17:14] quotes. " gpg --list-keys " If it's successful it should display something similar to [17:14] "/home/zach/.gnupg/pubrin.gpg [17:14] ---------------------------- [17:14] pub 1024D/12345678 2010-08-25 [17:14] uid Zach Kriesse (My Test GPG Key) [17:15] sub 2048/9ABCDEF1 2010-08-25" [17:15] Make a note of the public id which in this case is "1024D/12345678" Specifically the last [17:15] part "12345678" Now because Launchpad doesn't automatically store your key(s) we have [17:15] to add them to the keyserver. To do that we run the following in the Terminal " gpg --send- [17:15] keys --keyserver keyserver.ubuntu.com 12345678 " The 12345678 being your own public [17:15] key ID. If its successful it should display som [17:18] kosaidpo asked: and how we can save the key to another support? [17:18] For saving a key off somewhere else I'd look into this http://www.gnupg.org/documentation/faqs.en.html [17:19] It has just about any answer on that as I'm not ENTIRELY positive if you can or can't. I don't want to say yes or no for fear of misleading you guys! [17:20] Ok so after you get your public ID via " gpg --list-keys " and you import it there should be this being displayed to you If its successful it should display something similar to "gpg: sending key 12345678 [17:20] to hkp server keyserver.ubuntu.com" [17:21] Ok everyone doing ok so far/following along easy? [17:22] Everyone ok then? [17:22] Ok....moving on [17:22] Ok so now that we've added our key(s) to the Ubuntu Keyserver we now need to import it [17:22] into Launchpad. This part is pretty easy and fairly quick. Ok so for Launchpad to know that [17:22] the key you just imported is actually yours and belongs to you it needs it's personal [17:22] fingerprint. Much like your own fingerprint it's the unique identifier for that specific key and [17:22] it alone. Ok so open up your terminal....yes again you gotta open just one more time! [17:22] Come on you can do it! Ok, in your terminal type " gpg --fingerprint " It should output [17:22] something akin to, " pub 3584R/12345678 2010-08-06 [17:22] Key fingerprint = 3D5A 45BC D847 2509 59RT 29TQ 3214 1234 ABCD EFGH [17:22] uid [17:22] Billy Bob (My test key for the session...it may be deleted after this is over.) [17:22] [17:23] sub 3584R/123456FG 2010-08-06 " What you'll need is the Key fingerprint. Copy that and [17:23] then go to your Your GPG Key Page and paste your Key's fingerprint into the fingerprint [17:23] text box and then click import. [17:23] In the example above the Key's "Fingerprint" is 3D5A 45BC D847 2509 59RT 29TQ 3214 1234 ABCD EFGH [17:23] You will of course replace that with your own [17:24] And for those who are having a bit of trouble with this do not worry. After I finish giving the session itself I will be sticking around to answer any questions you have until the hour is up [17:25] And what I mean by You GPG Key page i mean this page https://launchpad.net/people/+me/+editpgpkeys [17:27] kosaidpo asked: where i can find that gpg page ?? on launchpad ? i dont see it [17:27] https://launchpad.net/people/+me/+editpgpkeys is the page you will need [17:28] Just drop the Key fingerprint into the Text Entry box which is labeled "Fingerprint" [17:28] After that you'll get a message stating that an email has [17:28] been sent. You'll have to decode this email with the Passphrase you gave for the key back [17:28] in the first part of this session. NOTE: If the key fingerprint reports an error stating that the [17:28] key is either invalid or not acceptable don't worry. All you'll have to do is type it in manually. [17:28] Make sure to put only ONE space between each set of the letters/numbers. Now for the [17:28] email part. [17:30] Everyone with me so far? [17:30] yes [17:31] Get the key imported? [17:31] kosaidpo asked: what to do with that mail now ? [17:31] Ok if you've got your email it's going to look a little, jumbled up [17:32] Which means it's encrypted with your key! [17:32] Now that in itself has gotta be a cool feeling. You have just encrypted your very own email [17:32] Ok so to decrypt your email copy the part that starts with " -----BEGIN PGP MESSAGE----- " and [17:32] ends with " -----END PGP MESSAGE----- " and save it to your desktop as a .txt file. [17:33] Make sure that you only copy the part that starts with " -----BEGIN PGP MESSAGE----- " and [17:33] ends with " -----END PGP MESSAGE----- " [17:34] After you've saved the file off to your desktop as a .txt file [17:34] Open up that terminal again [17:35] In the terminal type WITHOUT QUOTES: " cd ~/Desktop " [17:35] What that will do is change the direction to your desktop where that .txt file should now reside [17:35] Then type " gpg --decrypt [17:35] file.txt " File being the name of the file itself. After typing that you will be required to type in your passkey for the PGP/GPG [17:35] key and then hit enter. The message should now be decrypted and at the bottom of the message there will be a link. Click [17:35] that, choose confirm on the Launchpad page which is displayed and your key is now imported! [17:36] For the --decrypt file.txt make sure to replace "file" with the name you gave the .txt file [17:37] After you type that all in hit enter and you will be required to type in the passkey you gave the key back in step 1/2 [17:38] After that your email should be decrypted and you should have actual understandable text with links in there [17:38] The one you want is at the bottom. It'll say something like, "Click this link to verify your key" or something to that affect [17:39] OK! [17:39] That's it! [17:40] You have just made your very own GPG Key [17:40] Now that I'm done giving the session itself I'm going to stay for the last 20 minutes of the session and answer any questions/problems you might have [17:50] There are are 10 minutes remaining in the current session. [17:55] There are are 5 minutes remaining in the current session. === ChanServ changed the topic of #ubuntu-classroom to: Welcome to the Ubuntu Classroom - http://wiki.ubuntu.com/Classroom || Support in #ubuntu || Upcoming Schedule: http://is.gd/8rtIi [18:08] ohh [18:08] Kljaver: ? [18:08] i want to learn Packaging [18:09] i missed package training [18:09] :( [19:47] what training will be next? [20:01] Kljaver: we don't have anything on the schedule right now === kuadrosx is now known as kdrx-[-_-]\ === kdrx-[-_-]\ is now known as kuadrosx