TranslateProject/sources/tech/20190315 New zine- Bite Size Networking.md
DarkSun e5b55ea914 选题: 20190315 New zine: Bite Size Networking!
sources/tech/20190315 New zine- Bite Size Networking.md
2019-09-17 12:24:08 +08:00

5.1 KiB
Raw Blame History

New zine: Bite Size Networking!

Last week I released a new zine: Bite Size Networking! Its the third zine in the “bite size” series:

  1. Bite Size Linux
  2. Bite Size Command Line
  3. Bite Size Networking

You can get it for $10 at https://wizardzines.com/zines/bite-size-networking/! (or $150/$250/$600 for the corporate rate).

Heres the cover and table of contents!

https://jvns.ca/images/bite-size-networking-toc.png

A few people have asked for a 3-pack with all 3 “bite size” zines which is coming soon!

why this zine?

In last few years Ive been doing a lot of networking at work, and along the way Ive gone from “uh, what even is tcpdump” to “yes I can just type in sudo tcpdump -c 200 -n port 443 -i lo” without even thinking twice about it. As usual this zine is the resource I wish I had 4 years ago. There are so many things it took me a long time to figure out how to do like:

  • inspect SSL certificates
  • make DNS queries
  • figure out what server is using that port
  • find out whether the firewall is causing you problems or not
  • capture / search network traffic on a machine

and as often happens with computers none of them are really that hard!! But the man pages for the tols you need to do these things are Very Long and as usual dont differentiate between “everybody always uses this option and you 10000% need to know it” and “you will never use this option it does not matter”. So I spent a long time staring sadly at the tcpdump man page.

the pitch for this zine is:

Its Thursday afternoon and your users are reporting SSL errors in production and you dont know why. Or a HTTP header isnt being set correctly and its breaking the site. Or you just got a notification that your sites SSL certificate is expiring in 2 days. Or you need to update DNS to point to a new server. Or a server suddenly isnt able to connect to a service. And networking maybe isnt your full time job, but you still need to get the problem fixed.

Kamal (my partner) proofreads all my zines and we hit an exciting milestone with this one: this is the first zine where he was like “wow, I really did not know a lot of the stuff in this zine”. This is of course because Ive spent a lot more time than him debugging weird networking things, and when you practice something you get better at it :)

a couple of example pages

Here are a couple of example pages, to give you an idea of whats in the zine:

next thing to get better at: getting feedback!

One thing Ive realized that while I get a ton of help from people while writing these zines (I read probably a thousand tweets from people suggesting ideas for things to include in the zine), I dont get as much feedback from people about the final product as Id like!

I often hear positive things (“I love them!”, “thank you so much!”, “this helped me in my job!”) but Id really love to hear more about which bits specifically helped the most and what didnt make as much sense or what you would have liked to see more of. So Ill probably be asking a few questions about that to people who buy this zine!

selling zines is going well

When I made the switch about a year ago from “every zine I release is free” to “the old zines are free but all the new ones are not free” it felt scary! Its been startlingly totally fine and a very positive thing. Sales have been really good, people take the work more seriously, I can spend more time on them, and I think the quality has gone up.

And Ive been doing occasional giveaways for people who cant afford a $10 zine, which feels like a nice way to handle “some people legitimately cant afford $10 and I would like to get them information too”.

whats next?

Im not sure yet! A few options:

  • kubernetes
  • more about linux concepts (bite size linux part II)
  • how to do statistics using simulations
  • something else!

Well see what I feel most inspired by :)


via: https://jvns.ca/blog/2019/03/15/new-zine--bite-size-networking-/

作者:Julia Evans 选题:lujun9972 译者:译者ID 校对:校对者ID

本文由 LCTT 原创编译,Linux中国 荣誉推出