rabbit-slide-znz-lilo-20160814 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.rabbit +1 -0
- data/README.md +24 -0
- data/Rakefile +17 -0
- data/config.yaml +20 -0
- data/lilo-20160814.rab +70 -0
- data/pdf/lilo-20160814-lilo-20160814.pdf +0 -0
- metadata +63 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: ed5a374a3393107cf7b0d70d74e4783ec0a29b7e
|
4
|
+
data.tar.gz: f27099b2bdf4be6d165e17de2d24d1fa7cc67193
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: ffa970cdaa807a837a80c540eccf27e056be0b1a27c4838ded768c9ea3c0b6cbf49bd7dd933df51beee2a4fcf2c0ef14072b015f453d85597055155b8c5e1e70
|
7
|
+
data.tar.gz: 7c6aa2455befa455dad669aa802db284bca3c44f5c10b16f9c0f643161ba191557cbd5c966b1a27105a54ef397bff0e76ebcdc8bed27227fa58ae0d28e9f0283
|
data/.rabbit
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
lilo-20160814.rab
|
data/README.md
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
# lilo.linux.or.jp の話
|
2
|
+
|
3
|
+
前回の発表以降の lilo.linux.or.jp の管理の話をします。
|
4
|
+
|
5
|
+
## 作者向け
|
6
|
+
|
7
|
+
### 表示
|
8
|
+
|
9
|
+
rake
|
10
|
+
|
11
|
+
### 公開
|
12
|
+
|
13
|
+
rake publish
|
14
|
+
|
15
|
+
## 閲覧者向け
|
16
|
+
|
17
|
+
### インストール
|
18
|
+
|
19
|
+
gem install rabbit-slide-znz-lilo-20160814
|
20
|
+
|
21
|
+
### 表示
|
22
|
+
|
23
|
+
rabbit rabbit-slide-znz-lilo-20160814.gem
|
24
|
+
|
data/Rakefile
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
require "rabbit/task/slide"
|
2
|
+
|
3
|
+
# Edit ./config.yaml to customize meta data
|
4
|
+
|
5
|
+
spec = nil
|
6
|
+
Rabbit::Task::Slide.new do |task|
|
7
|
+
spec = task.spec
|
8
|
+
# spec.files += Dir.glob("doc/**/*.*")
|
9
|
+
# spec.files -= Dir.glob("private/**/*.*")
|
10
|
+
# spec.add_runtime_dependency("YOUR THEME")
|
11
|
+
end
|
12
|
+
|
13
|
+
desc "Tag #{spec.version}"
|
14
|
+
task :tag do
|
15
|
+
sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
|
16
|
+
sh("git", "push", "--tags")
|
17
|
+
end
|
data/config.yaml
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
---
|
2
|
+
id: lilo-20160814
|
3
|
+
base_name: lilo-20160814
|
4
|
+
tags:
|
5
|
+
- debian
|
6
|
+
presentation_date: 2016.8.14
|
7
|
+
version: 1.0.0
|
8
|
+
licenses: []
|
9
|
+
slideshare_id: lilo-20160814
|
10
|
+
speaker_deck_id: lilo-dot-linux-dot-or-dot-jp-falsehua
|
11
|
+
ustream_id:
|
12
|
+
vimeo_id:
|
13
|
+
youtube_id:
|
14
|
+
author:
|
15
|
+
markup_language: :rd
|
16
|
+
name: Kazuhiro NISHIYAMA
|
17
|
+
email: zn@mbf.nifty.com
|
18
|
+
rubygems_user: znz
|
19
|
+
slideshare_user: znzjp
|
20
|
+
speaker_deck_user: znz
|
data/lilo-20160814.rab
ADDED
@@ -0,0 +1,70 @@
|
|
1
|
+
= lilo.linux.or.jp の話
|
2
|
+
|
3
|
+
# : subtitle
|
4
|
+
# サブタイトル
|
5
|
+
: author
|
6
|
+
Kazuhiro NISHIYAMA
|
7
|
+
# : institution
|
8
|
+
# 所属
|
9
|
+
: content-source
|
10
|
+
LILO&東海道らぐオフラインミーティング
|
11
|
+
: date
|
12
|
+
2016-08-14
|
13
|
+
# : allotted-time
|
14
|
+
# 5m
|
15
|
+
# : theme
|
16
|
+
# default
|
17
|
+
|
18
|
+
= lilo.linux.or.jp とは?
|
19
|
+
|
20
|
+
主な用途:
|
21
|
+
|
22
|
+
* LILO の Web サーバー (apache)
|
23
|
+
* ML サーバー (mailman)
|
24
|
+
|
25
|
+
= 環境
|
26
|
+
|
27
|
+
* さくらの VPS
|
28
|
+
* Debian GNU/Linux
|
29
|
+
|
30
|
+
= 二要素認証導入
|
31
|
+
|
32
|
+
* 進展なし
|
33
|
+
* 他の人が設定していないようなので二要素認証なしでもログインできるまま
|
34
|
+
|
35
|
+
= letsencrypt
|
36
|
+
|
37
|
+
* EFF のクライアントが letsencrypt パッケージから certbot パッケージに変わった
|
38
|
+
* Let's Encrypt Subscriber Agreement が v1.0.1 から v1.1.1 に更新された (8/1から)
|
39
|
+
|
40
|
+
= certbot (1/2)
|
41
|
+
|
42
|
+
* パッケージの入れ替えが発生
|
43
|
+
* sudo aptitude -t jessie-backports install certbot
|
44
|
+
* その後でも明示的にインストール操作が必要な更新があった
|
45
|
+
* sudo aptitude install -t jessie-backports python-cryptography
|
46
|
+
|
47
|
+
= certbot (2/2)
|
48
|
+
|
49
|
+
* 不要になった letsencrypt パッケージを purge すると /etc/letsencrypt が消えるので remove 状態で放置中
|
50
|
+
* (自分の別サーバーでは消えてしまったが etckeeper で管理していたので復旧できた)
|
51
|
+
|
52
|
+
= letsencrypt 自動更新
|
53
|
+
|
54
|
+
* certbot パッケージの /etc/cron.d/certbot
|
55
|
+
* コメントアウト
|
56
|
+
* 自作の更新処理を引き続き使用
|
57
|
+
* 更新時にメールが飛ぶため
|
58
|
+
* apache2 などの reload のため
|
59
|
+
|
60
|
+
= letsencrypt 自動更新状況
|
61
|
+
|
62
|
+
* 2016年6月27日月曜日 5時25分00秒 日本標準時からの証明書に自動更新できていた
|
63
|
+
* 他サーバーでの状況を見ると Let's Encrypt Subscriber Agreement 更新は何もしなくても証明書の更新には影響がなさそうだった
|
64
|
+
|
65
|
+
= ufw
|
66
|
+
|
67
|
+
* 53413/udp へのアタックが多いので ufw deny 53413/udp を設定
|
68
|
+
* 拒否するのは変わらず
|
69
|
+
* ログに残らなくなる
|
70
|
+
* logwatch のメールサイズが減る
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,63 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: rabbit-slide-znz-lilo-20160814
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Kazuhiro NISHIYAMA
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-08-14 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rabbit
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 2.0.2
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 2.0.2
|
27
|
+
description: 前回の発表以降の lilo.linux.or.jp の管理の話をします。
|
28
|
+
email:
|
29
|
+
- zn@mbf.nifty.com
|
30
|
+
executables: []
|
31
|
+
extensions: []
|
32
|
+
extra_rdoc_files: []
|
33
|
+
files:
|
34
|
+
- ".rabbit"
|
35
|
+
- README.md
|
36
|
+
- Rakefile
|
37
|
+
- config.yaml
|
38
|
+
- lilo-20160814.rab
|
39
|
+
- pdf/lilo-20160814-lilo-20160814.pdf
|
40
|
+
homepage: http://slide.rabbit-shocker.org/authors/znz/lilo-20160814/
|
41
|
+
licenses: []
|
42
|
+
metadata: {}
|
43
|
+
post_install_message:
|
44
|
+
rdoc_options: []
|
45
|
+
require_paths:
|
46
|
+
- lib
|
47
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
48
|
+
requirements:
|
49
|
+
- - ">="
|
50
|
+
- !ruby/object:Gem::Version
|
51
|
+
version: '0'
|
52
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
53
|
+
requirements:
|
54
|
+
- - ">="
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: '0'
|
57
|
+
requirements: []
|
58
|
+
rubyforge_project:
|
59
|
+
rubygems_version: 2.5.1
|
60
|
+
signing_key:
|
61
|
+
specification_version: 4
|
62
|
+
summary: lilo.linux.or.jp の話
|
63
|
+
test_files: []
|