Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathieu Trossevin
blog.limos.fr
Commits
92c87c06
Commit
92c87c06
authored
Jan 15, 2018
by
mazenovi
Browse files
enhance cours
parent
0b51fbb7
Changes
131
Hide whitespace changes
Inline
Side-by-side
content/slides/example.md
deleted
100644 → 0
View file @
0b51fbb7
## section 1
### slide 1
## section 2
### slide 1
## section 2
### slide 2
content/slides/index.html
View file @
92c87c06
<!doctype html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
>
<title>
reveal.js
</title>
<link
rel=
"stylesheet"
href=
"../node_modules/reveal.js/css/reveal.css"
>
<link
rel=
"stylesheet"
href=
"../node_modules/reveal.js/css/theme/black.css"
>
<!-- Theme used for syntax highlighting of code -->
<link
rel=
"stylesheet"
href=
"../node_modules/reveal.js/lib/css/zenburn.css"
>
<!-- Printing and PDF exports -->
<script>
var
link
=
document
.
createElement
(
'
link
'
);
link
.
rel
=
'
stylesheet
'
;
link
.
type
=
'
text/css
'
;
link
.
href
=
window
.
location
.
search
.
match
(
/print-pdf/gi
)
?
'
../node_modules/reveal.js/css/print/pdf.css
'
:
'
../node_modules/reveal.js/css/print/paper.css
'
;
document
.
getElementsByTagName
(
'
head
'
)[
0
].
appendChild
(
link
);
</script>
</head>
<body>
<div
class=
"reveal"
>
<div
class=
"slides"
>
<section
data-markdown=
"example.md"
data-separator=
"^\n\n\n"
data-separator-vertical=
"^\n\n"
data-separator-notes=
"^Note:"
data-charset=
"iso-8859-15"
>
</section>
</div>
</div>
<script
src=
"../node_modules/reveal.js/lib/js/head.min.js"
></script>
<script
src=
"../node_modules/reveal.js/js/reveal.js"
></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal
.
initialize
({
dependencies
:
[
{
src
:
'
../node_modules/reveal.js/plugin/markdown/marked.js
'
},
{
src
:
'
../node_modules/reveal.js/plugin/markdown/markdown.js
'
},
{
src
:
'
../node_modules/reveal.js/plugin/notes/notes.js
'
,
async
:
true
},
{
src
:
'
../node_modules/reveal.js/plugin/highlight/highlight.js
'
,
async
:
true
,
callback
:
function
()
{
hljs
.
initHighlightingOnLoad
();
}
}
]
});
</script>
</body>
</html>
<li><a
href=
"privacy/jnarac.html"
>
jnarac
</a>
ok
</li>
<li><a
href=
"privacy/sovereignty.html"
>
sovereignty
</a>
ok
</li>
<li><a
href=
"privacy/passwords.html"
>
passwords
</a></li>
<li><a
href=
"privacy/tracking.html"
>
tracking
</a></li>
<li><a
href=
"privacy/crypto.html"
>
crypto
</a></li>
<li><a
href=
"privacy/ssl.html"
>
ssl
</a></li>
<li><a
href=
"privacy/pgp.html"
>
pgp
</a></li>
<li><a
href=
"privacy/tor.html"
>
tor
</a></li>
<li><a
href=
"privacy/bitcoin.html"
>
bitcoin
</a></li>
content/slides/main.css
0 → 100644
View file @
92c87c06
.reveal
section
img
{
border
:
none
;
}
.reveal
table
{
margin
:
auto
;
border-collapse
:
collapse
;
border-spacing
:
0
;
}
.reveal
table
th
{
font-weight
:
bold
;
}
.reveal
table
th
,
.reveal
table
td
{
text-align
:
left
;
padding
:
0.2em
0.5em
0.2em
0.5em
;
border-bottom
:
1px
solid
;
}
content/slides/md/crypto/index.md
deleted
100644 → 0
View file @
0b51fbb7
# cryptologie
# <i class="fa fa-btc" aria-hidden="true"></i>
content/slides/md/jnarac/index.md
deleted
100644 → 0
View file @
0b51fbb7
# Je n'ai rien à cacher
# <i class="fa fa-btc" aria-hidden="true"></i>
content/slides/md/keepass/index.md
deleted
100644 → 0
View file @
0b51fbb7
# Keepass
# <i class="fa fa-user-secret" aria-hidden="true"></i>
content/slides/md/pgp/index.md
deleted
100644 → 0
View file @
0b51fbb7
# PGP / GPG
# <i class="fa fa-user-secret" aria-hidden="true"></i>
content/slides/md/ssl/index.md
deleted
100644 → 0
View file @
0b51fbb7
# SSL / TLS
# <i class="fa fa-user-secret" aria-hidden="true"></i>
content/slides/bitcoin.html
→
content/slides/
privacy/
bitcoin.html
View file @
92c87c06
...
...
@@ -6,47 +6,51 @@
<title>
Bitcoin
</title>
<link
rel=
"stylesheet"
href=
"../node_modules/reveal.js/css/reveal.css"
>
<link
rel=
"stylesheet"
href=
"../node_modules/reveal.js/css/theme/white.css"
>
<link
rel=
"stylesheet"
href=
"../
../
node_modules/reveal.js/css/reveal.css"
>
<link
rel=
"stylesheet"
href=
"../
../
node_modules/reveal.js/css/theme/white.css"
>
<!-- Theme used for syntax highlighting of code -->
<link
rel=
"stylesheet"
href=
"../node_modules/reveal.js/lib/css/zenburn.css"
>
<link
rel=
"stylesheet"
href=
"../node_modules/font-awesome/css/font-awesome.min.css"
>
<link
rel=
"stylesheet"
href=
"../
../
node_modules/reveal.js/lib/css/zenburn.css"
>
<link
rel=
"stylesheet"
href=
"../
../
node_modules/font-awesome/css/font-awesome.min.css"
>
<!-- Printing and PDF exports -->
<script>
var
link
=
document
.
createElement
(
'
link
'
);
link
.
rel
=
'
stylesheet
'
;
link
.
type
=
'
text/css
'
;
link
.
href
=
window
.
location
.
search
.
match
(
/print-pdf/gi
)
?
'
../node_modules/reveal.js/css/print/pdf.css
'
:
'
../node_modules/reveal.js/css/print/paper.css
'
;
link
.
href
=
window
.
location
.
search
.
match
(
/print-pdf/gi
)
?
'
../
../
node_modules/reveal.js/css/print/pdf.css
'
:
'
../
../
node_modules/reveal.js/css/print/paper.css
'
;
document
.
getElementsByTagName
(
'
head
'
)[
0
].
appendChild
(
link
);
</script>
</head>
<body>
<div
class=
"reveal"
>
<div
class=
"slides"
>
<section
data-markdown=
"md/bitcoin
/index
.md"
<section
data-markdown=
"md/bitcoin.md"
data-separator=
"^\n\n\n"
data-separator-vertical=
"^\n\n"
data-separator-notes=
"^Note:"
data-charset=
"
iso-8859-15
"
>
data-charset=
"
utf-8
"
>
</section>
</div>
</div>
<script
src=
"../node_modules/reveal.js/lib/js/head.min.js"
></script>
<script
src=
"../node_modules/reveal.js/js/reveal.js"
></script>
<script
src=
"../
../
node_modules/reveal.js/lib/js/head.min.js"
></script>
<script
src=
"../
../
node_modules/reveal.js/js/reveal.js"
></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal
.
initialize
({
controls
:
true
,
progress
:
true
,
history
:
true
,
center
:
false
,
dependencies
:
[
{
src
:
'
../node_modules/reveal.js/plugin/markdown/marked.js
'
},
{
src
:
'
../node_modules/reveal.js/plugin/markdown/markdown.js
'
},
{
src
:
'
../node_modules/reveal.js/plugin/notes/notes.js
'
,
async
:
true
},
{
src
:
'
../node_modules/reveal.js/plugin/highlight/highlight.js
'
,
async
:
true
,
callback
:
function
()
{
hljs
.
initHighlightingOnLoad
();
}
}
{
src
:
'
../
../
node_modules/reveal.js/plugin/markdown/marked.js
'
},
{
src
:
'
../
../
node_modules/reveal.js/plugin/markdown/markdown.js
'
},
{
src
:
'
../
../
node_modules/reveal.js/plugin/notes/notes.js
'
,
async
:
true
},
{
src
:
'
../
../
node_modules/reveal.js/plugin/highlight/highlight.js
'
,
async
:
true
,
callback
:
function
()
{
hljs
.
initHighlightingOnLoad
();
}
}
]
});
</script>
...
...
content/slides/crypto.html
→
content/slides/
privacy/
crypto.html
View file @
92c87c06
...
...
@@ -6,47 +6,52 @@
<title>
Cryptologie
</title>
<link
rel=
"stylesheet"
href=
"../node_modules/reveal.js/css/reveal.css"
>
<link
rel=
"stylesheet"
href=
"../node_modules/reveal.js/css/theme/white.css"
>
<link
rel=
"stylesheet"
href=
"../
../
node_modules/reveal.js/css/reveal.css"
>
<link
rel=
"stylesheet"
href=
"../
../
node_modules/reveal.js/css/theme/white.css"
>
<!-- Theme used for syntax highlighting of code -->
<link
rel=
"stylesheet"
href=
"../node_modules/reveal.js/lib/css/zenburn.css"
>
<link
rel=
"stylesheet"
href=
"../node_modules/font-awesome/css/font-awesome.min.css"
>
<link
rel=
"stylesheet"
href=
"../../node_modules/reveal.js/lib/css/zenburn.css"
>
<link
rel=
"stylesheet"
href=
"../../node_modules/font-awesome/css/font-awesome.min.css"
>
<link
rel=
"stylesheet"
href=
"../main.css"
>
<!-- Printing and PDF exports -->
<script>
var
link
=
document
.
createElement
(
'
link
'
);
link
.
rel
=
'
stylesheet
'
;
link
.
type
=
'
text/css
'
;
link
.
href
=
window
.
location
.
search
.
match
(
/print-pdf/gi
)
?
'
../node_modules/reveal.js/css/print/pdf.css
'
:
'
../node_modules/reveal.js/css/print/paper.css
'
;
link
.
href
=
window
.
location
.
search
.
match
(
/print-pdf/gi
)
?
'
../
../
node_modules/reveal.js/css/print/pdf.css
'
:
'
../
../
node_modules/reveal.js/css/print/paper.css
'
;
document
.
getElementsByTagName
(
'
head
'
)[
0
].
appendChild
(
link
);
</script>
</head>
<body>
<div
class=
"reveal"
>
<div
class=
"slides"
>
<section
data-markdown=
"md/cypto
/index
.md"
<section
data-markdown=
"md/c
r
ypto.md"
data-separator=
"^\n\n\n"
data-separator-vertical=
"^\n\n"
data-separator-notes=
"^Note:"
data-charset=
"
iso-8859-15
"
>
data-charset=
"
utf-8
"
>
</section>
</div>
</div>
<script
src=
"../node_modules/reveal.js/lib/js/head.min.js"
></script>
<script
src=
"../node_modules/reveal.js/js/reveal.js"
></script>
<script
src=
"../
../
node_modules/reveal.js/lib/js/head.min.js"
></script>
<script
src=
"../
../
node_modules/reveal.js/js/reveal.js"
></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal
.
initialize
({
controls
:
true
,
progress
:
true
,
history
:
true
,
center
:
false
,
dependencies
:
[
{
src
:
'
../node_modules/reveal.js/plugin/markdown/marked.js
'
},
{
src
:
'
../node_modules/reveal.js/plugin/markdown/markdown.js
'
},
{
src
:
'
../node_modules/reveal.js/plugin/notes/notes.js
'
,
async
:
true
},
{
src
:
'
../node_modules/reveal.js/plugin/highlight/highlight.js
'
,
async
:
true
,
callback
:
function
()
{
hljs
.
initHighlightingOnLoad
();
}
}
{
src
:
'
../
../
node_modules/reveal.js/plugin/markdown/marked.js
'
},
{
src
:
'
../
../
node_modules/reveal.js/plugin/markdown/markdown.js
'
},
{
src
:
'
../
../
node_modules/reveal.js/plugin/notes/notes.js
'
,
async
:
true
},
{
src
:
'
../
../
node_modules/reveal.js/plugin/highlight/highlight.js
'
,
async
:
true
,
callback
:
function
()
{
hljs
.
initHighlightingOnLoad
();
}
}
]
});
</script>
...
...
content/slides/privacy/images/crypto/scytale.png
0 → 100644
View file @
92c87c06
68 KB
content/slides/privacy/images/jnarac/agir/agir.jpg
0 → 100644
View file @
92c87c06
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>
404 Not Found
</title>
</head><body>
<h1>
Not Found
</h1>
<p>
The requested URL /_/jnarac/images/jnarac/agir.jpg was not found on this server.
</p>
<p>
Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
</p>
<hr>
<address>
Apache/2.4.18 (Ubuntu) Server at doc.m4z3.me Port 443
</address>
</body></html>
content/slides/privacy/images/jnarac/agir/degooglisons-internet.png
0 → 100644
View file @
92c87c06
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>
404 Not Found
</title>
</head><body>
<h1>
Not Found
</h1>
<p>
The requested URL /_/jnarac/images/jnarac/degooglisons-internet.png was not found on this server.
</p>
<p>
Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
</p>
<hr>
<address>
Apache/2.4.18 (Ubuntu) Server at doc.m4z3.me Port 443
</address>
</body></html>
content/slides/privacy/images/jnarac/agir/gnupg.png
0 → 100644
View file @
92c87c06
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>
404 Not Found
</title>
</head><body>
<h1>
Not Found
</h1>
<p>
The requested URL /_/jnarac/images/jnarac/gnupg.png was not found on this server.
</p>
<p>
Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
</p>
<hr>
<address>
Apache/2.4.18 (Ubuntu) Server at doc.m4z3.me Port 443
</address>
</body></html>
content/slides/privacy/images/jnarac/agir/ignicus.jpg
0 → 100644
View file @
92c87c06
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>
404 Not Found
</title>
</head><body>
<h1>
Not Found
</h1>
<p>
The requested URL /_/jnarac/images/jnarac/ignicus.jpg was not found on this server.
</p>
<p>
Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
</p>
<hr>
<address>
Apache/2.4.18 (Ubuntu) Server at doc.m4z3.me Port 443
</address>
</body></html>
content/slides/privacy/images/jnarac/agir/luddisme.jpg
0 → 100644
View file @
92c87c06
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>
404 Not Found
</title>
</head><body>
<h1>
Not Found
</h1>
<p>
The requested URL /_/jnarac/images/jnarac/luddisme.jpg was not found on this server.
</p>
<p>
Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
</p>
<hr>
<address>
Apache/2.4.18 (Ubuntu) Server at doc.m4z3.me Port 443
</address>
</body></html>
content/slides/privacy/images/jnarac/agir/preservatif-darvador.jpg
0 → 100644
View file @
92c87c06
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>
404 Not Found
</title>
</head><body>
<h1>
Not Found
</h1>
<p>
The requested URL /_/jnarac/images/jnarac/preservatif-darvador.jpg was not found on this server.
</p>
<p>
Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
</p>
<hr>
<address>
Apache/2.4.18 (Ubuntu) Server at doc.m4z3.me Port 443
</address>
</body></html>
content/slides/privacy/images/jnarac/agir/raspberry.png
0 → 100644
View file @
92c87c06
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>
404 Not Found
</title>
</head><body>
<h1>
Not Found
</h1>
<p>
The requested URL /_/jnarac/images/jnarac/raspberry.png was not found on this server.
</p>
<p>
Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
</p>
<hr>
<address>
Apache/2.4.18 (Ubuntu) Server at doc.m4z3.me Port 443
</address>
</body></html>
content/slides/privacy/images/jnarac/books/Cathedral-and-the-Bazaar-book-cover.jpg
0 → 100644
View file @
92c87c06
24.5 KB
content/slides/privacy/images/jnarac/books/Cybernetique-et-societe.jpg
0 → 100644
View file @
92c87c06
41.6 KB
Prev
1
2
3
4
5
…
7
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment