-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (77 loc) · 2.96 KB
/
index.html
File metadata and controls
92 lines (77 loc) · 2.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="wimpunk's about page : " />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>wimpunk's about page</title>
<!-- this can be tested locally by running
jekyll server -w
-->
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/wimpunk">View on GitHub</a>
<h1 id="project_title">wimpunk's about page</h1>
<!-- h2 id="project_tagline"></h2-->
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>Welcome to wimpunk's about page.</h1>
<p>
It must have been around 1995 that I tried to install my first linux distribution.
As far as I remember, it didn't worked because of an issue with my CDROM reader.
Although my CDU33A was hard to get it working with the basic BOOT and ROOT discs,
once I started using linux, I started to fall in love.
</p>
<p>
Since then I've mostly been working with Debian, Ubuntu and SuSE and I
tried to work with embedded systems like most recently the raspberry pi.
At work I got my hands on the KaRO TX28 and the TS-7260 from embedded arm.
But also spent my professional time administring linux servers.
</p>
<p>Other info about me can be found on
<a href="http://twitter.com/wimpunk">twitter</a>.
More in depth stuff has been written down in
<a href="http://blog.tisnix.be/">my blog</a>
</p>
<h1>Github projects</h1>
<ul>
<li>
<a href="https://github.com/wimpunk/purple-oauth-twitterstatus">
Purple oauth twitter status</a>: use your twitter feed as your pidgin
status message
</li>
<li>
<a href="https://github.com/wimpunk/ddclient">ddclient</a>: fork of
<a href="http://ddclient.sf.net/">the original sourceforge project
</a>. It is forked to make pull request easier.
</li>
<li>
<a href="https://github.com/wimpunk/customubcd">customubcd</a>: some
notes about my personal customisation of ubcd.
</li>
</ul>
<h3>Other opensource projects I'm working on</h3>
<ul>
<li><a href="http://ddclient.sf.net">Ddclient</a>: a Perl client used to update dynamic DNS entries</li>
<li><a href="http://ts7620.tisnix.be">ts7620 notes</a>: that page is
about the stuff I missed/needed/forgot about the TS-7260. I hope
to move them to <a href="/ts7260.html">ts7620</a> but I have some
migration to do before.
</ul>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>