Add list of books that i would like to read

This commit is contained in:
g1n 2021-08-16 10:55:49 +00:00
parent d124253c18
commit 37e2638322
2 changed files with 39 additions and 0 deletions

38
books.html Normal file
View File

@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>g1n~tilde.team</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<div id="content">
<h1> Books that I would like to read </h1>
<h2> Currently reading </h2>
<li> The Linux Programming Interface (TLPI) (by Michael Kerrisk) </li>
<h2> Linux/UNIX </h2>
<li> Linux System Programming (by Robert Love) </li>
<li> Linux Kernel Development (by Robert Love) </li>
<li> Understanding the Linux Kernel (by Daniel P. Bovet & Marco Cesati) </li>
<li> The Linux Programming Interface (TLPI) (by Michael Kerrisk) </li>
<li> Beej's Guide to Unix Interprocess Communication </li>
<h2> Programing languages </h2>
<h3> C </h3>
<li> Beej's Guide to C (WIP) </li>
<li> Beej's Guide to Network Programming </li>
<h2> Other </h2>
<li> Beej's Guide to the GNU Debugger (GDB) </li>
</div>
</body>
</html>

View File

@ -24,6 +24,7 @@
<p>~> <a href="org-blog">OrgBlog</a></p>
<p>~> <a href="twtxt.txt">twtxt</a></p>
<p>~> <a href="interesting_resources.html">Interesting resources</a> that I found over the internet</p>
<p>~> <a href="books.html">Books</a> that I would like to read</p>
<p>~> <a href="about.html">About me</a></p>
<hr>
<p> Git </p>