39 lines
		
	
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			39 lines
		
	
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
|   | <!DOCTYPE html> | ||
|  | <html lang="en"> | ||
|  | 	<head> | ||
|  | 		<meta charset="UTF-8"> | ||
|  | 		<title>Tutorials - Archive - MayVaneDay Studios</title> | ||
|  | 		<link href="../style.css" rel="stylesheet" type="text/css" media="all"> | ||
|  | 		<meta name="author" content="Vane Vander"> | ||
|  | 		<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|  | 	</head> | ||
|  | 	<body class="mayvaneday"> | ||
|  | 		<div class="box"> | ||
|  | 			<p><h1>Tutorials</h1></p> | ||
|  | 		</div> | ||
|  | 		<hr> | ||
|  | 		<div class="box"> | ||
|  | 			<h2>Darknet Guides</h2> | ||
|  | 			<p><a href="./onion.html">Create a Tor hidden service website on Caddy on Debian 10</a></p> | ||
|  | 			<p><a href="./yggdrasil.html">Create a Yggdrasil hidden service on Caddy on Debian 10</a></p> | ||
|  | 			<p><a href="./i2p.html">Create an I2P eepsite on Caddy on Debian 10</a></p> | ||
|  | 			<p><a href="./hyperdrive.html">Seed a Hyperdrive website on Debian 10</a></p> | ||
|  | 			<p><a href="./gemini-tor.html">Virtualhost on Gemini using Tor</a></p> | ||
|  | 		</div> | ||
|  | 		<hr> | ||
|  | 		<div class="box"> | ||
|  | 			<p><a href="./nook.html">Root the Nook 1st Gen on Linux</a></p> | ||
|  | 			<p><a href="./kristall-haiku.html">Install the Kristall browser in Haiku</a></p> | ||
|  | 			<p><a href="./lokinet-32.html">Build and install LokiNet on Linux Mint 32-bit</a></p> | ||
|  | 			<p><a href="./vlc.html">Play music in the CLI with an equalizer</a></p> | ||
|  | 			<p><a href="./misskey.html">Install Misskey on Debian 9</a></p> | ||
|  | 			<p><a href="./syncthing-tails.html">Install Syncthing on Tails</a></p> | ||
|  | 			<p><a href="./playlist-clip.html">Make playlists on the SanDisk Clip Sport on Linux</a></p> | ||
|  | 			<p><a href="./zeronet.html">Set up a detached and encrypted ZeroNet seedbox on a Raspberry Pi</a></p> | ||
|  | 			<p><a href="./tiles.html">Dump tiles from a GameBoy ROM on Linux</a></p> | ||
|  | 			<p><a href="./kobo-webdav.html">Browsing and publishing Gemini on a... Kobo?!</a></p> | ||
|  | 		</div> | ||
|  | 		<hr> | ||
|  | 	</body> | ||
|  | </html> |