1
0
This commit is contained in:
devenblake 2020-12-13 21:46:09 -05:00
parent df5406357c
commit 6405bcf3c4
2 changed files with 22 additions and 19 deletions

View File

@ -11,7 +11,7 @@
<P><A href="/">~ Return to the rest of the site</A></P> <P><A href="/">~ Return to the rest of the site</A></P>
<SCRIPT src="theme.js"></SCRIPT> <SCRIPT src="theme.js"></SCRIPT>
<H1>frequently asked questions</H1> <H1>frequently asked questions</H1>
<H3>updated 2020-10-25</H3> <H3>updated 2020-12-13</H3>
<HR size="1" width="25%" align="left" /> <HR size="1" width="25%" align="left" />
<H4>Are you religious?</H4> <H4>Are you religious?</H4>
@ -30,6 +30,9 @@ Unless you opened with something really weird, had I seen your message, I would
<H4>What's your sexuality?</H4> <H4>What's your sexuality?</H4>
<P>I'm not currently interested in forming a new romantic relationship.</P> <P>I'm not currently interested in forming a new romantic relationship.</P>
<H4>Why "Trinity"? Don't you go by Deven?</H4>
<P>I go by both. What do you think the T in DTB stood for?</P>
<HR size="1" width="25%" align="left" /> <HR size="1" width="25%" align="left" />
<P><SMALL>These aren't frequently asked but for the sake of completion I'll add them:</SMALL></P> <P><SMALL>These aren't frequently asked but for the sake of completion I'll add them:</SMALL></P>

View File

@ -1,21 +1,21 @@
<!DOCTYPE html> <!DOCTYPE html>
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>deven's unix stuff</TITLE> <TITLE>deven's unix stuff</TITLE>
<meta charset="UTF-8" /> <META charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <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/main/favicon.ico"> <LINK rel="shortcut icon" type="image/x-icon" href="https://raw.githubusercontent.com/devenblake/homepage/main/favicon.ico">
</HEAD> </HEAD>
<BODY> <BODY>
<p><a href="..">~ Return</a></p> <p><a href="..">~ Return</a></p>
<h1>deven's unix stuff</h1> <h1>deven's unix stuff</h1>
<p> <p>
So you just installed a UNIX-based OS and you don't know how to use it - 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! 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 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 UNIX-based operating systems. This guide will serve as both a tutorial
and reference for general UNIX-based OSes, with testing being done on and reference for general UNIX-based OSes, with testing being done on
Debian Linux. Debian Linux.
</p> </p>
</BODY> </BODY>
</HTML> </HTML>