-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (35 loc) · 1.14 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<style>
a:link {
color: green;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: pink;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Networking, Routing Protocols, IPv6, Linux Networking, Monitoring Tools, Virtualization, Containers, Network Automation, Python, Golang, Ansible</h1>
<p><a href="https://amonik.github.io/kvm_centos" target="_blank">Setup KVM and Install Virtual Machines</a></p>
<p><a href="https://amonik.github.io/install_ansible" target="_blank">Install Ansible and Open vSwitch</a></p>
<p><a href="https://amonik.github.io/setup_syslog" target="_blank">Setup Syslog Server Using Ansible</a></p>
<p><a href="https://amonik.github.io/setup_network_bgp" target="_blank">Setup Vyos Networking</a></p
<strong>Please excuse spelling errors and lack of content in this document, it is still a work in progress!</strong>
</body>
</html>