-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservidores.html
89 lines (51 loc) · 4.07 KB
/
servidores.html
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<meta charset="utf-8">
<div id="header"></div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script>$( "#header" ).load( "includes/header.txt" );</script>
<header class="main">
<div class="body text-center">
<h1>Servidores</h1>
</div>
<div class="container p">
<br>
<h5>- <a href="https://github.com/ribafs/servidores">https://github.com/ribafs/servidores - Muitas informações</a></h5>
<p>- <a href="https://github.com/ribafs/ipv4-subnet-calculator-php">https://github.com/ribafs/ipv4-subnet-calculator-php</a></p>
<h5>Hospedagem</h5>
<p>- <a href="https://github.com/ribafs/hospedagem-gratis">https://github.com/ribafs/hospedagem-gratis</a></p>
<p>- <a href="https://github.com/ribafs/DominioeHospedagem">https://github.com/ribafs/DominioeHospedagem</a></p>
<h5>Segurança</h5>
<p>- <a href="https://github.com/ribafs/seguranca">https://github.com/ribafs/seguranca</a></p>
<p>- <a href="https://github.com/ribafs/CheatSheetSeries">https://github.com/ribafs/CheatSheetSeries</a></p>
<p>- <a href="https://github.com/ribafs/php-security">https://github.com/ribafs/php-security</a></p>
<h5>Linux</h5>
<p> - <a href="https://github.com/ribafs/linux">https://github.com/ribafs/linux</a></p>
<p> - <a href="https://github.com/ribafs/alpine-linux">https://github.com/ribafs/alpine-linux</a></p>
<p> - <a href="https://github.com/ribafs/linux-kernel">https://github.com/ribafs/linux-kernel</a></p>
<p> - <a href="https://github.com/ribafs/debian-live-build">https://github.com/ribafs/debian-live-build</a></p>
<p> - <a href="https://github.com/ribafs/shell-scripts">https://github.com/ribafs/shell-scripts</a></p>
<p> - <a href="https://github.com/ribafs/wait-for-it">https://github.com/ribafs/wait-for-it</a></p>
<p> - <a href="https://github.com/ribafs/mint-ambiente">https://github.com/ribafs/mint-ambiente</a></p>
<p> - <a href="https://github.com/ribafs/yad-svgclockcool">https://github.com/ribafs/yad-svgclockcool</a></p>
<h5>Windows</h5>
<p> - <a href="https://github.com/ribafs/wsl-gui-tool">https://github.com/ribafs/wsl-gui-tool</a></p>
<p> - <a href="https://github.com/ribafs/win10script">https://github.com/ribafs/win10script</a></p>
<p> - <a href="https://github.com/ribafs/Win-10-Smart-Debloat-Tools">https://github.com/ribafs/Win-10-Smart-Debloat-Tools</a></p>
<p> - <a href="https://github.com/ribafs/Windows10Debloater">https://github.com/ribafs/Windows10Debloater</a></p>
<h5>Desktop</h5>
<p> - <a href="https://github.com/ribafs/desktop">https://github.com/ribafs/desktop</a></p>
<p> - <a href="https://github.com/ribafs/webextensions-examples">https://github.com/ribafs/webextensions-examples</a></p>
<p> - <a href="https://github.com/ribafs/aplicativos-sem-codigo">https://github.com/ribafs/aplicativos-sem-codigo</a></p>
<p> - <a href="https://github.com/ribafs/php-tkui-desktop">https://github.com/ribafs/php-tkui-desktop</a></p>
<p> - <a href="https://github.com/ribafs/phpdesktop">https://github.com/ribafs/phpdesktop</a></p>
<p> - <a href="https://github.com/ribafs/electron-mongodb-crud">https://github.com/ribafs/electron-mongodb-crud</a></p>
<p> - <a href="https://github.com/ribafs/electron-mysql-crud">https://github.com/ribafs/electron-mysql-crud</a></p>
<p> - <a href="https://github.com/ribafs/electron-crud-bs">https://github.com/ribafs/electron-crud-bs</a></p>
<p> - <a href="https://github.com/ribafs/simple-samples">https://github.com/ribafs/simple-samples</a></p>
<p> - <a href="https://github.com/ribafs/Cadastro-javaScript-electron-sqlite">https://github.com/ribafs/Cadastro-javaScript-electron-sqlite</a></p>
<p> - <a href="https://github.com/ribafs/electron-sample-apps">https://github.com/ribafs/electron-sample-apps</a></p>
<p> - <a href="https://github.com/ribafs/Publii-Desktop-CMS">https://github.com/ribafs/Publii-Desktop-CMS</a></p>
<p> - <a href="https://github.com/ribafs/gambas3-crud-example">https://github.com/ribafs/gambas3-crud-example</a></p>
</div>
</header>
<div id="footer"></div>
<script>$( "#footer" ).load( "includes/footer.txt" );</script>