22 lines
767 B
HTML
22 lines
767 B
HTML
<!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/main/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>
|