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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
.home {
font-size: 200%;
}
.title {
font-size: 36px;
}
header *{
display: inline-block;
}
*{
vertical-align: middle;
max-width: 100%;
}
@media only screen and (max-width: 600px) {
.div {
width: 100%;
}
}
.columnl {
float: left;
width: 800px;
}
</style>
<title>ARFNET</title>
</head>
<body>
<header>
<img src="http://arf20.com/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
</header>
<hr>
<main>
<div class="row">
<div class="columnl">
<h2>Ángel Ruiz Fernandez</h2>
<p>CS student and tinkerer obsessed about linux and programming</p>
<a href="mailto:arf20@arf20.com">arf20@arf20.com</a> (ARFNET) <a href="/arf20_public.asc">Public Key</a><br>
<a href="mailto:aruizfernandez05@gmail.com">aruizfernandez05@gmail.com</a> (personal)<br>
<a href="https://github.com/arf20">Github</a>
<hr>
<h2>Education</h2>
<blockquote>
<h3><a href="https://um.es">Universidad de Murcia</a></h3>
<blockquote>
<p><a href="https://www.um.es/web/informatica/">
Computer Science degree (2023-now)
</a></p>
</blockquote>
<h3>IES Ramon Arcas Meca (Lorca)</h3>
<blockquote>
<p>Baccalaureate degree (scientific branch) (2021-2023)</p>
</blockquote>
<h3>Conservatorio de Musica Narciso Yepes</h3>
<blockquote>
<p>Middle degree of Music in guitar (2021-2023)</p>
</blockquote>
</blockquote>
<h2>Certifications and licenses</h2>
<ul>
<li>Hurricane Electric IPv6 Certification</li>
<li>CEPT Radioamateur Licence (EA5JGX)</li>
</ul>
<h2>Memberships</h2>
<ul>
<li>Honourable ARPA member of <a href="https://sdf.org">SDF Public Access UNIX System</a></li>
</ul>
<h2>Languages</h2>
<ul>
<li><b>Spanish</b> (native)</li>
<li><b>Engish</b> (oficially OIE B2)</li>
</ul>
<h2>Computer knowledge</h2>
<ul>
<li><b>General purpose languages: </b>C, C++, Java</li>
<li><b>Math languages:</b> Matlab, R</li>
<li><b>Assembly languages:</b> Intel x86 and x86_64, MIPS, Z80</li>
<li><b>Web languages:</b> HTML, CSS, JavaScript, PHP</li>
<li><b>Typesetting languages:</b> LaTeX, Markdown, groff</li>
<li><b>Build systems:</b> CMake, Make</li>
<li><b>Version control systems:</b> Git</li>
<li><b>Operating Systems:</b> GNU/Linux, *BSD, Solaris, Windows</li>
<li><b>Server and hypervisor software:</b> Proxmox VE, nginx, (all manner, see ARFNET)</li>
<li><b>Networking:</b> DELL, Mikrotik, Cisco, OPNSense, iptables</li>
</ul>
<h2>Aditional knowledge</h2>
<ul>
<li><b>Electronics:</b> Digital and analog, radio, PCB design, antenna building, high voltage</li>
<li><b>Old computers:</b> 386 onwards, Sun SPARC; MS-DOS, old Windows, Solaris</li>
<li><b>Multimedia:</b> Video recording, editing and streaming</li>
<li>Music theory and interpreting</li>
</ul>
</div>
</div>
</main>
</body>
</html>
|