rabbit-slide-kenhys-ubuntu-streaming-meeting-2101 2021.01.17.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ac3d09760044f76ae461bffe2f6f19eff447d8409759351ff0329bc750389e89
4
+ data.tar.gz: 971c332f69f78c5a44353bc00ae9740885b780f611e212462b48b2ecb725d5ce
5
+ SHA512:
6
+ metadata.gz: a1ae1ce077c2a0ba386a141ff555304f5678a702c3148fccef59e8f7eafa3feeed78039fd050939c63536083d46083d3a99ba391f158f53502a03d943ee7559c
7
+ data.tar.gz: eb9db7567eaee4a2e09bf31f0f514a121997ecf7c706c05ea14730c15e50a1a1eb300b4d765598791ba55360d4fbb96cb2bf425b1b20779e8cec59224691efbc
data/.rabbit ADDED
@@ -0,0 +1 @@
1
+ --size=1024,768 ubuntu-streaming-meeting-2101.md
@@ -0,0 +1,14 @@
1
+ # Ubuntu Streaming Meeting 21.01
2
+
3
+ ## How to show
4
+
5
+ % rabbit
6
+
7
+ ## How to install
8
+
9
+ % gem install rabbit-slide-kenhys-ubuntu-streaming-meeting-2101
10
+
11
+ ## How to create PDF
12
+
13
+ % rake pdf
14
+
@@ -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("rabbit-theme-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
@@ -0,0 +1,24 @@
1
+ ---
2
+ id: ubuntu-streaming-meeting-2101
3
+ base_name: ubuntu-streaming-meeting-2101
4
+ tags:
5
+ - rabbit
6
+ - ubuntu
7
+ presentation_date: 2021-01-17
8
+ presentation_start_time:
9
+ presentation_end_time:
10
+ slideshare_id:
11
+ version: 2021.01.17.1
12
+ licenses:
13
+ - CC-BY-SA-4.0
14
+ slideshare_id: kenhys
15
+ speaker_deck_id:
16
+ vimeo_id:
17
+ youtube_id:
18
+ author:
19
+ markup_language: :md
20
+ name: Kentaro Hayashi
21
+ email: kenhys@gmail.com
22
+ rubygems_user: kenhys
23
+ slideshare_user:
24
+ speaker_deck_user:
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,5 @@
1
+ @default_font = "Ubuntu"
2
+ @monospace_font = "Ubuntu"
3
+ include_theme("debian")
4
+ @slide_show_span = 1000
5
+ @slide_show_loop = true
@@ -0,0 +1,86 @@
1
+ # Ubuntu 20.04LTSを\\n私はこんな感じで使っています
2
+
3
+ subtitle
4
+ : Debianのバグをなんとなく眺める
5
+
6
+ author
7
+ : Kentaro Hayashi
8
+
9
+ institution
10
+ : ClearCode Inc.
11
+
12
+ content-source
13
+ : Ubuntu Streaming Meeting 21.01
14
+
15
+ allotted-time
16
+ : 10m
17
+
18
+ theme
19
+ : .
20
+
21
+ # お知らせ: 資料は公開済み
22
+
23
+ * この資料はRabbit Slide Showで公開済み
24
+ * Ubuntu 20.04LTSを私はこんな感じで使っています - Debianのバグをなんとなく眺める
25
+ * <https://slide.rabbit-shocker.org/authors/kenhys/ubuntu-streaming-meeting-2101/>
26
+
27
+ # プロフィール
28
+
29
+ ![](images/profile.png){:relative-height="60" align="right"}
30
+
31
+ * Debianのほうからきました
32
+ * ひよこDebian Developer
33
+ * 2020/09になったばかり
34
+ * twitter: @kenhys
35
+ * トラックポイント(**ソフトドーム派**)
36
+ * わさビーフ(**わさっち派**) わさぎゅー派ではない
37
+
38
+ # 20.04 LTS・20.10のリリース
39
+
40
+ # Ubuntuをこんな感じに使っています
41
+
42
+ * Debianのバグを**なんとなく**眺める
43
+
44
+ # バグの眺め方(Ubuntu)
45
+
46
+ ![](images/launchpad.png){:relative-height="90"}
47
+
48
+ # バグの眺め方(Debian)
49
+
50
+ * <https://bugs.debian.org/>を検索
51
+
52
+ * <https://udd.debian.org/bugs/>
53
+ * BSP view (bugs needing attention)
54
+
55
+ * ただし、まだ誰もみていないやつを眺めるには不向き
56
+
57
+ # bugs.debian.orgを検索
58
+
59
+ ![](images/bugs-debian-org.png)
60
+
61
+ # BSP view (bugs needing attention)
62
+
63
+ ![](images/bsp-view.png)
64
+
65
+ # fabre.debian.net
66
+
67
+ # fabre.debian.net
68
+
69
+ * Ubuntu 20.04LTSで稼働
70
+ * 直近で報告されたunstableに関連したバグを追える
71
+ * まだ誰もコメントしていないバグを一覧できる
72
+
73
+ # 最近更新されたバグ一覧
74
+
75
+ ![Recent bugs](images/fabre-recent.png){:relative-height="100"}
76
+
77
+
78
+ # コメントがまだついていないバグ一覧
79
+
80
+ ![Untouched bugs](images/fabre-fixme.png){:relative-height="100"}
81
+
82
+ # さいごに
83
+
84
+ * <https://fabre.debian.net> でバグを眺められるよ
85
+ * ただし1vCPU・メモリ1GBのインスタンスなので頻繁に落ちるかも
86
+ * 抱えているパッチはUbuntuパッケージだけじゃなくてDebianにもフィードバックしてね
metadata ADDED
@@ -0,0 +1,70 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rabbit-slide-kenhys-ubuntu-streaming-meeting-2101
3
+ version: !ruby/object:Gem::Version
4
+ version: 2021.01.17.1
5
+ platform: ruby
6
+ authors:
7
+ - Kentaro Hayashi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-12-29 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: ''
28
+ email:
29
+ - kenhys@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".rabbit"
35
+ - README.md
36
+ - Rakefile
37
+ - config.yaml
38
+ - images/bsp-view.png
39
+ - images/bugs-debian-org.png
40
+ - images/fabre-fixme.png
41
+ - images/fabre-recent.png
42
+ - images/launchpad.png
43
+ - images/profile.png
44
+ - pdf/ubuntu-streaming-meeting-2101-ubuntu-streaming-meeting-2101.pdf
45
+ - theme.rb
46
+ - ubuntu-streaming-meeting-2101.md
47
+ homepage: https://slide.rabbit-shocker.org/authors/kenhys/ubuntu-streaming-meeting-2101/
48
+ licenses:
49
+ - CC-BY-SA-4.0
50
+ metadata: {}
51
+ post_install_message:
52
+ rdoc_options: []
53
+ require_paths:
54
+ - lib
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: '0'
60
+ required_rubygems_version: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ version: '0'
65
+ requirements: []
66
+ rubygems_version: 3.2.3
67
+ signing_key:
68
+ specification_version: 4
69
+ summary: Ubuntu Streaming Meeting 21.01
70
+ test_files: []