29 lines
		
	
	
	
		
			995 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
	
		
			995 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE HTML>
 | |
| 
 | |
| <html>
 | |
| <head>
 | |
|   <title>stevengibone.com</title>
 | |
|   <meta charset="utf-8">
 | |
|   <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
|   <link rel="icon" href="/favicon.ico" type="image/x-icon">
 | |
|   <link rel="stylesheet" href="/style.css" type="text/css">
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
| 	<nav>
 | |
| 		<ul>
 | |
| 			<li><a href="/index.html">/home/stev</a></li>
 | |
| 			<li><a href="/gemlog/index.html">~/logs</a></li>
 | |
| 		</ul>
 | |
| 	</nav>
 | |
| <h1># I'm learning networking</h1>
 | |
| <p>I'm currently learning networking stuff to become a sysadmin on my own waiting for the formation to start. I'm looking at a free Coursera course and videos on Youtube and I'm having a blast learning all this but it makes me want to buy all kind of things that would be way overkill both for my wallet and for my home network...</p>
 | |
| </body>
 | |
| 	<footer>
 | |
| 		<hr>
 | |
| 		<ul>
 | |
| 			<li>Mail me: steven.gibone <at> zaclys (dot) net</li>
 | |
| 			<li><a href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
 | |
| 		</ul>
 | |
| 	</footer>
 | |
| </html>
 |