Made links relative
This commit is contained in:
21
homepage/unix.html
Normal file
21
homepage/unix.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>deven's unix stuff</TITLE>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="https://raw.githubusercontent.com/devenblake/homepage/master/favicon.ico">
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<p><a href="..">~ Return</a></p>
|
||||
<h1>deven's unix stuff</h1>
|
||||
<p>
|
||||
So you just installed a UNIX-based OS and you don't know how to use it -
|
||||
you don't know <i>at all</i> how to use it. UNIX stuff is heavy at first!
|
||||
A lot of people get discouraged. However, after a while anyone can use
|
||||
UNIX-based operating systems. This guide will serve as both a tutorial
|
||||
and reference for general UNIX-based OSes, with testing being done on
|
||||
Debian Linux.
|
||||
</p>
|
||||
</BODY>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user