12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <!doctype html >
- <html>
- <head>
- <meta charset="utf-8">
- <title> Some BIOS info </title>
- <link rel="stylesheet" href="../../css/main.css">
- <!-- written by MT. december 2010, GPL -->
- </head>
- <body>
- <div class=main>
- <br/>
- <a href="../../index.html">main-page</a>
- <br/>
- <br/>
- <h1> Some private info about me </h1>
- <h2> General </h2>
- <p> I am known by the name Markus Tornow, also by some nicks on the WWW: jalu or j1alu, nadir
- and some more (dawg, banshee, xepanche...) , but i use them seldom. Else i use tornow. Same is for IRC and alike. I would have prefered a name like Murphy, Malone or Molloy (m...m, la-la, alike a moll. Oh? Like in mollify?), but the only free one was nadir. I will get used to it. I have to.
- The place of birth is Germany,Rhineland, and it was in 1970.
- Private life is not what i am interested in, so that was that.
- </p>
- <h2> Interests </h2>
- <p> My main interests for a long time have been literature, philosophy and music. </br>
- "Music", of course, "is the best". I was a bit bored, i must have been 30, and started to learn English. </br>
- After that i started to write my own texts, some are lost, some you can find here. </br>
- As no one was interested in my writings, i started to play with my PC: </br>
- bought a new one, with Windows XP, and after a few weeks installed Gnu/Linux distributions. </br>
- After a while i installed Debian Gnu/Linux, and that is my main OS.
- The one i like most and the one i know most about. </br>
- (Not that i would know much about computing, but about the rpm-based distributions i know even less)
- </p>
- <h2> Computing </h2>
- <p> There are a couple of things i am trying to learn. </br>
- I hope i will have learned some of it in circa 5 years. </br>
- Here is a short list: <br/>
- - Bash and Bash-scripting <br/> - Vim and Gvim <br/> - Git <br/> - Packaging Debian-packages <br/>
- </p>
- <br/>
- <a href="../../index.html">main-page</a>
- <br/>
- <br/>
- </div>
- </body>
- <html>
|