Difference between revisions of "Brimstone's Talks"

From Makers Local 256
Jump to: navigation, search
(Initial commit)
 
m (Started another talk idea)
 
(12 intermediate revisions by one user not shown)
Line 1: Line 1:
__TOC__
+
=Summary=
 
+
{{TOCRight}}
 
List are talks I'd like to see, or even give at some point.
 
List are talks I'd like to see, or even give at some point.
  
=OpenVPN=
+
=Status=
* Setup and configuration
+
<onlyinclude>{{{status|Planning}}}</onlyinclude>. I hope to give one of these talks in the next two weeks.
* extending and merging with other existing networks
+
 
* mobile solutions
+
=Secure Productivity=
 +
* Basic talk about secure ways to be productive.
 +
* OSI Layer on the side? Pretty 3d graphic maybe?
 +
* Basic public key/shared key
 +
 
 +
==Tunneling==
 +
* SSH (p!)
 +
** Keys
 +
*** ssh-agent
 +
** sample configs
 +
*** ports
 +
*** usernames
 +
* Tor (p!)
 +
* HTTPS proxy (CAC!)
 +
* stunnel
 +
==VPN==
 +
* OpenVPN (p!)
 +
** Setup and configuration
 +
** extending and merging with other existing networks
 +
** mobile solutions
 +
* tor (p!)
 +
** mobile solutions
 +
** rsync
 +
** poor man's vpn
 +
==Website==
 +
* Apache + SSL (CAC!)
 +
** setup
 +
* Client Certs (p!) (CAC!)
 +
==Version Tracking==
 +
* Subversion
 +
** over apache
 +
** over ssh
 +
** use as home directory
 +
==Chat==
 +
* OTR (p!)
 +
** software
 +
*** Adium
 +
*** pigeon
 +
*** trillian pro
 +
* gpg (p!) (CAC!)
 +
** gajim, jabber, aim through transports
 +
* ssl
 +
** gmail
 +
** jabber
 +
* IRC
 +
==Storage==
 +
* Whole disk
 +
** Truecrypt (s!)
 +
** sshfs (p!)
 +
* single files
 +
** openssl (p!) (s!)
 +
** gpg (p!)
 +
* both?
 +
** encfs (s!)
 +
==Email==
 +
* client
 +
** Thunderbird
 +
*** Enigmail
 +
*** Portable-Thunderbird
 +
** Mail.app
 +
** mutt?
 +
** https://mail.google.com
 +
* Server
 +
** dovecot
 +
*** IMAPS (p!)
 +
*** POP3S (p!)
 +
** exim
 +
*** smtps (p!)
 +
==Phone==
 +
* IAX2
  
 
=Linux Hacking=
 
=Linux Hacking=
 
* Building your own kernel
 
* Building your own kernel
* distcc setup and usage (maybe with building kernels)
+
** What's needed to boot, bare minimum
 +
** What's good to have
 +
** Pros/Cons for compiling in or leaving moduler
 +
* distcc
 +
** Setup
 +
** Mixing 32 with 64
 +
** Applications that scale well with distcc
 
* building a live cd (hardcore from scratch style)
 
* building a live cd (hardcore from scratch style)
 +
** Building kernel
 +
** Building busybox
 +
** Building other Userland tools
 +
*** Dropbear
 +
*** X
 +
 +
=OSI Model=
 +
==Layer 1 - Physical==
 +
==Layer 2 - Data Link==
 +
==Layer 3 - Network==
 +
==Layer 4 - Transport==
 +
==Layer 5 - Session==
 +
==Layer 6 - Presentation==
 +
==Layer 7 - Application==

Latest revision as of 22:38, 12 March 2009

Summary

List are talks I'd like to see, or even give at some point.

Status

Planning. I hope to give one of these talks in the next two weeks.

Secure Productivity

  • Basic talk about secure ways to be productive.
  • OSI Layer on the side? Pretty 3d graphic maybe?
  • Basic public key/shared key

Tunneling

  • SSH (p!)
    • Keys
      • ssh-agent
    • sample configs
      • ports
      • usernames
  • Tor (p!)
  • HTTPS proxy (CAC!)
  • stunnel

VPN

  • OpenVPN (p!)
    • Setup and configuration
    • extending and merging with other existing networks
    • mobile solutions
  • tor (p!)
    • mobile solutions
    • rsync
    • poor man's vpn

Website

  • Apache + SSL (CAC!)
    • setup
  • Client Certs (p!) (CAC!)

Version Tracking

  • Subversion
    • over apache
    • over ssh
    • use as home directory

Chat

  • OTR (p!)
    • software
      • Adium
      • pigeon
      • trillian pro
  • gpg (p!) (CAC!)
    • gajim, jabber, aim through transports
  • ssl
    • gmail
    • jabber
  • IRC

Storage

  • Whole disk
    • Truecrypt (s!)
    • sshfs (p!)
  • single files
    • openssl (p!) (s!)
    • gpg (p!)
  • both?
    • encfs (s!)

Email

  • client
  • Server
    • dovecot
      • IMAPS (p!)
      • POP3S (p!)
    • exim
      • smtps (p!)

Phone

  • IAX2

Linux Hacking

  • Building your own kernel
    • What's needed to boot, bare minimum
    • What's good to have
    • Pros/Cons for compiling in or leaving moduler
  • distcc
    • Setup
    • Mixing 32 with 64
    • Applications that scale well with distcc
  • building a live cd (hardcore from scratch style)
    • Building kernel
    • Building busybox
    • Building other Userland tools
      • Dropbear
      • X

OSI Model

Layer 1 - Physical

Layer 2 - Data Link

Layer 3 - Network

Layer 4 - Transport

Layer 5 - Session

Layer 6 - Presentation

Layer 7 - Application