-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmisc.html
More file actions
61 lines (46 loc) · 2.45 KB
/
misc.html
File metadata and controls
61 lines (46 loc) · 2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en" />
<meta name="keywords" content="cryptcoffee, cryptography, computer security, Milano, Milan, Italy, infosec, crypto, crittografia, security, hacking, learn, computer, sicurezza" />
<meta name="description" content="cryptcoffee website" />
<meta name="robots" content="follow,index,all" />
<title>cryptcoffee - Misc</title>
<link rel="icon" type="image/png" href="imgs/favicon_64x64.png" />
<link href="./css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<center>
<div>
<table style="margin-left:-103px">
<tr><td><img src="imgs/coffee.svg" height=113px style="margin:-3px"></td><td valign="bottom"><h2 style="margin-top:20px;"><a class="title" href="index.html">CRYPTCOFFEE</a></h2></td></tr>
</table>
<p class="menu">
<a href="misc.html">Misc</a> -
<a href="research.html">Research</a> -
<a href="team.html">Team</a> -
<a href="contact.html">Contact</a>
</p>
</div>
<div class="menuLineContainer">
<div class="menuInnerContainer">
<pre style="font-size:14px;">
<a href="misc/ld_preload.html" >[Oct 15]-----[ The Dear Old LD_PRELOAD Trick </a>
<a href="misc/grub_pwd.html" >[Sep 15]-----[ GRUB2 Password Tips </a>
<a href="misc/gpg_cheatsheet.html">[Jun 15]-----[ GnuPG Cheatsheet </a>
</pre>
</div>
</div>
</center>
<div align="center" class="footer">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" />
</a><br /><br />
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">crypt.coffee website</span> by
<a xmlns:cc="http://creativecommons.org/ns#" href="http://crypt.coffee" property="cc:attributionName" rel="cc:attributionURL">cryptcoffee</a> is licensed under a <br />
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
</div>
</body>
</html>