]> pere.pagekite.me Git - homepage.git/blob - linux/index.html
Add link to check-locale.
[homepage.git] / linux / index.html
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <head>
4 <title>Linux and Unix stuff from Petter Reinholdtsen</title>
5 </head>
6
7 <body>
8 <h1>Linux and Unix stuff from Petter Reinholdtsen</h1>
9
10 Here is some of my collection of stuff written for Unix and linux.
11
12 <dl>
13
14 <dt><a href="ubahn-oslo-0.2.tar.gz">ubahn-oslo-0.2.tar.gz</a> -
15 2004-10-10</dt>
16 <dd>Subway map for Oslo, Norway (<a href="http://www.ubahnstation.net/projects/ubahnnav/">U-Bahn Navigator</a>)</dd>
17
18 <dt><a href="otsr-1.1.3-mail-replies.diff">otsr-1.1.3-mail-replies.diff</a> -
19 2004-01-09</dt>
20 <dd>Add References and In-Reply-To parsing to OTRS version 1.1.3.</dd>
21
22 <dt><a href="uae-0.8.22-mmu.diff">uae-0.8.22-mmu.diff</a> -
23 2003-08-21</dt>
24 <dd>Add MMU support to version 0.8.22 of UAE (Amiga Emulator)</dd>
25
26 <DT><A HREF="ypserv-2.8.92-20030610.diff">ypserv-2.8.92-20030610.diff</A> - 2003-06-02</DT>
27 <dd>Porting ypserv to non-linux platforms.</dd>
28
29 <DT><A HREF="gprof-callgraph/gprof-callgraph.pl">gprof-callgraph.pl</A>
30 - 2001-12-12</DT>
31 <DD>Create a VCG or a dot call graph file from the output generated
32 by gprof. (example <a href="gprof-callgraph/graph-dot.ps">graph</a>
33 from dot)</dd>
34
35 <DT><A HREF="make-cvs-pwhash.pl">make-cvs-pwhash.pl</A> - 2000-06-29</DT>
36 <DD>Simple unix password hash generator to generate CVS :pserver: access list entries.</DD>
37
38 <DT><A HREF="meteor_fgrab_widget_0.8-pere.diff">meteor_fgrab_widget_0.8-pere.diff</A> - 1999-12-14</DT>
39 <DD>Patch to get Matrox Meteor Tcl/Tk framegrabber widget 0.8 compiling on RedHat 6.1.</DD>
40 <DT><A HREF="check_po_consistency">check_po_consistency</A> - 2001-08-05</DT>
41 <dd>Check gettext translation files (.po files) for inconsistencies.</DD>
42 <DT><A HREF="auto_translate">auto_translate</A> - 2001-08-05</DT>
43 <dd>Autotranslate gettext translation files (.po files) based on
44 existing translations.</DD>
45
46 <DT><A HREF="http://www.pvv.org/~arnej/store/storedoc.html">Store</A> utilities</DT>
47
48 <DD><dl>
49 <DT><A HREF="store/storeconfig-20001009.tar.gz">storeconfig-20001009.tar.gz</A> - 2000-10-09</DT>
50 <DD>Make it easier to maintain ~store/etc/config.</DD>
51 <DT><A HREF="store/store-extra-20000928.tar.gz">store-extra-20000928.tar.gz</A> - 2000-09-28</DT>
52 <DD>My collection of store scripts.</DD>
53 <DT><A HREF="store/buildall.txt">Automatisk kompilering av Store-programmer på alle plattformer</A> 1999-07-28
54 <DD>Norsk instruksjon på bruk av scriptet build-all.</DD>
55 </dl></DD>
56 <DT><A HREF="http://www.math.duke.edu/~yu/wreq/">wreq</A> patches relative to 2.7</DT>
57 <DD><dl>
58 <DT><A HREF="wreq/no-sig-no-mime-2.diff">no-sig-no-mime-2.diff</A> 1999-05-19</DT>
59 <DD>Add option to remove sig from incoming mails. Only accept MIME mail of type text/plain or non-MIME mail. Unpack ISO-8859-1 MIME-encoded subject in incoming mails.</DD>
60 <DT><A HREF="wreq/list-all-config.diff">list-all-config.diff</A> 1999-05-16</DT>
61 <DD>Bugfix: Add missing field (announcement) to config listing.</DD>
62
63 <DT><A HREF="wreq/list-stat-mail.diff">list-stat-mail.diff</A> 1999-05-16</DT>
64 <DD>Bugfix: Correct text statistics email count.</DD>
65
66 <DT><A HREF="wreq/handle-no-GD.diff">handle-no-GD.diff</A> 1999-05-16</DT>
67 <DD>OBS: Do not work... Make sure everything in statistics package except graph generation
68 works even when GD.pm is missing.</DD>
69
70 <DT><A HREF="wreq/url-fix.diff">url-fix.diff</A> 1999-05-16</DT>
71 <DD>Correct URL to home page to include trailing slash, and
72 include link to home page on every wreq page.</DD>
73
74 <DT><A HREF="wreq/list-top-newrequest.diff">list-top-newrequest.diff</A> 1999-05-15</DT>
75 <DD>Change confusing label 'Top' to 'New request'.</DD>
76 <DT><A HREF="wreq/newreq-linkform.diff">newreq-linkform.diff</A> 1999-05-15</DT>
77 <DD>Add link back to web form from page presented after accepting a request.</DD>
78 <DT><A HREF="wreq/no-scriptdir.diff">no-scriptdir.diff</A> 1999-05-15</DT>
79 <DD>Remove the need for config variable $scriptdir</DD>
80 <DT><A HREF="wreq/no-sendmail.diff">no-sendmail.diff</A> 1999-05-15</DT>
81 <DD>If sendmail is missing, use module Net::SMTP to send mail</DD>
82 </dl></DD>
83 <DT><A HREF="linux-nfs-wp8-nolock.diff">linux-nfs-wp8-nolock.diff</A> 1999-04-20
84 <dd>Ignore all tries to lock over NFS. This gets WP8 running. A better solution is the 'nolock' mount option.</DD>
85 <DT><A HREF="http://www.mostang.com/sane/">SANE</A> patches not yet included in distribution (and other stuff)</DT>
86 <dd><dl>
87
88 <DT><A HREF="sane/sane-devel-20000802.tar.gz">Unstable
89 development snapshot</A> - 2000-08-02 (old
90 <A HREF="sane/sane-devel-20000713.tar.gz">2000-07-13</A>,
91 <A HREF="sane/sane-devel-20000426.tar.gz">2000-04-26</A>,
92 <A HREF="sane/sane-devel-20000227.tar.gz">2000-02-27</A>,
93 <A HREF="sane/sane-devel-20000221.tar.gz">2000-02-21</A>,
94 <A HREF="sane/sane-devel-20000213.tar.gz">2000-02-13</A>,
95 <A HREF="sane/sane-devel-20000206.tar.gz">2000-02-06</A>,
96 <A HREF="sane/sane-devel-20000130.tar.gz">2000-01-30</A>,
97 <A HREF="sane/sane-devel-20000123.tar.gz">2000-01-23</A>,
98 <A HREF="sane/sane-devel-20000110.tar.gz">2000-01-10</A>,
99 <A HREF="sane/sane-devel-19991212.tar.gz">1999-12-12</A>,
100 <A HREF="sane/sane-devel-19991119.tar.gz">1999-11-19</A>,
101 <A HREF="sane/sane-devel-19990912.tar.gz">1999-09-12</A>)</DT>
102
103 <DT><A HREF="sane/sane-1.0.1-devel-win32.tar.gz">Win32 scanimage (v1.0.1 + patches)</A> - 1999-08-14</DT>
104 <DT><A HREF="sane/cvs-server.html">CVS server information</A> - 1999-07-25</DT>
105 <DT><A HREF="sane/19990428-sane-dll-cleanup.diff">dll-cleanup.diff</A> - 1999-04-28</DT>
106 <DD>Cleanup and bugfix in dll backend</DD>
107 <DT><A HREF="sane/19990428-sane-init-return.diff">sane-init-return.diff</A> - 1999-04-28</DT>
108 <DD>Change spec to require sane_init() to return SANE_STATUS_GOOD before backend is usable.</DD>
109 <DT><A HREF="sane/19990428-sane-install-hpux.diff">install-hpux.diff</A> - 1999-04-28</DT>
110 <DD>Make correct symlinks on HP/UX, and install libsane.la to allow binary rebuild during install.</DD>
111 <DT><A HREF="sane/sane-win32.diff">sane-win32.diff</A> - 1999-04-09
112 <DD>Win32 patches to dll and net backend, relative to v1.01pre4.</DD>
113 </dl>
114 </DT>
115 <DT><A HREF="html-search-replace">html-search-replace</a> - 1999-02-19
116 <DD>Search and replace params in HTML tags.</dd>
117 <DT><A HREF="cd2mp3">cd2mp3</a> - 1999-02-02
118 <dd>Perl script to rip music from CD into MP3. This script do the
119 right thing with file names, store times, etc to include
120 the files in my CGI mp3 system.
121
122 <DT><A HREF="cd-to-mp3.sh">cd-to-mp3.sh</a> - 1999-02-02
123 <dd>Use cdda2wav, gcdplay and l3enc to convert CDs to mp3.
124
125 <DT><A HREF="http://www.gnu.org/">glibc</A>
126 <dd><dl>
127 <DT><A HREF="SAMI-WS2">SAMI-WS2</A> - 1999-01-20
128 <DD>SAMI charmap WS2
129
130 <DT><A HREF="ISO-IR-197">ISO-IR-197</A> - 1999-01-20
131 <DD>SAMI charmap ISO-IR-197
132
133 <DT><A HREF="charmaps-check">charmaps-check</a> - 1999-01-20
134 <dd>Perl script to check if charsets uses the same symbolic name for
135 identical Unicode characters.
136
137 </dl>
138 </dd>
139
140 <DT><A HREF="http://www.kde.org/">KDE</A>
141 <dd><dl>
142 <DT><A HREF="kde/logout-hanger.tar.gz">logout-hanger.tar.gz</A> - 1999-06-04</DT>
143 <DD>Demonstrate kwm hanging logout bug.</DD>
144 <DT><A HREF="kde/make-kikbd-map.pl">make-kikbd-map.pl</A> - 1999-05-01</DT>
145 <DD>Use xmodmap to extract kikbd keycode map from X server</DD>
146 <DT><A HREF="kde/klpq-printcap-missing.diff">klpq-printcap-missing.diff</A> - 1999-04-25
147 <DD>Better error message from klpq if /etc/printcap is missing or unparsable.
148
149 <DT><A HREF="kde/pc102.kimap">pc102.kimap</A> - 1999-01-12
150 <DD>Keycode definition for pc102 US keyboard
151
152 <DT><A HREF="kde/hp9000hil-107.kimap">hp9000hil-107.kimap</A> - 1999-01-12
153 <DD>Keycode definition for Hewlett-Packard HP9000 ITF HIL (US)
154
155 <DT><A HREF="kde/no.kimap">no.kimap</a> - 1999-01-03
156 <DD>Norwegian keymap for KDE International keyboard manager
157 </dl>
158
159 <DT><A HREF="cron-summary">cron-summary</a> - 1998-11-02
160 <DD>Make a summary of all crontab entries on some machines. Use it
161 like this: <TT>RSH=ssh cron-summary host1 host2 host3</TT>
162
163 <DT><A HREF="extract-comments">extract-comments</a> - 1998-11-02
164 <DD>Extract JavaDoc like comments from perl source to form
165 API documentation.
166
167 <DT><A HREF="pg-show-db-access">pg-show-db-access</a> - 1998-09-28
168 <DD>Generates PostgreSQL SQL statements to recreate current access list
169 on database.
170 <dt><a href="html2rtf-1.0-unix.diff">HTML2RTF patch for Unix</a> - 1998-03-03</dt>
171
172 <dd>Small patch for
173 <a href="http://www.gkrueger.com/other/studproj/html2rtf/">HTML2RTF</a>
174 v1.0 for Unix. This is tested on SGI Irix 6.3</dd>
175
176 <dt><a href="ftp-upgrade">ftp-upgrade</a> - 1998-10-10</dt>
177
178 <dd>If you want to find and fetch the upgrades for your
179 <a href="http://www.redhat.com/">RedHat</a> installation, run this
180 program. Now works with plain RedHat 5.0 again. If you want to
181 upgrade 5.0 to 5.1, fetch and install the RPM package
182 "redhat-release-5.1 manually, and then run ftp-upgrade.</dd>
183
184 <dt><a href="aliases2html">aliases2html</a> - 1998-08-20</dt>
185
186 <dd>Take your sendmail aliases and make a nice web presentation.
187 Nest all aliases to find out who really receves the mail.</dd>
188
189 <dt><a href="http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html">MRTG</a> data generators</dt>
190 <dd><dl>
191 <dt><a href="mrtg/smb-machines-used.sh">smb-machines-used.sh</a> - 2001-10-11</dt>
192 <dd>Count hosts logged into samba server.</dd>
193
194 <dt><a href="mrtg/ruptime.sh">ruptime.sh</a> - 2001-09-16</dt>
195 <dd>Count hosts up/down as reported by ruptime.</dd>
196
197 <dt><a href="mrtg/linux-swap.sh">linux-swap.sh</a> - 1999-01-05</dt>
198 <dd>Show free swap and used shared memory on Linux systems</dd>
199
200 <dt><a href="mrtg/unix-load.sh">unix-load.sh</a> - 1999-01-05</dt>
201 <dd>Show load on 1 and 5 minute average</dd>
202
203 <dt><a href="mrtg/quake2-users.sh">quake2-users.sh</a> - 1998-02-09</dt>
204 <dd>Use qstat to fetch user count from a Quake II server</dd>
205
206 <dt><a href="mrtg/xpilot-userlist.sh">xpilot-userlist.sh</a> - 1998-02-11</dt>
207 <dd>Fetch user count from XPilot server or metaserver</dd>
208
209 <DT><A HREF="mrtg/mailstats">mailstats</A> - 1998-09-14
210 <DD>Replacement for MRTG contrib. Get sendmail stats using mailstats(1)
211 </dl>
212 </dd>
213
214 <dt><a href="http://www.winehq.com/">Wine</a> patches not (yet) accepted by Alexandre</dt>
215 <dd><dl>
216 <dt><a href="wine-auto-author.diff">wine-auto-author.diff</A> - 1998-09-27
217 <dd>AUTHORS Makefile.in tools/extractauthors.pl include/authors.h:
218 <br>Now generates include/authors.h from AUTHORS using perl script
219 authorsextract.c. No need to keep info in two different places.</dd>
220
221 <dt><a href="wine-ccwarn.diff">wine-ccwarn.diff</A> - 1998-10-25
222 <dd>configure.in acinclude.m4:
223 <br>Add '-Wstrict-prototypes -Wcomments -pedantic' and '-ansi' when
224 --enable-ansi is used, to CFLAGS when using GCC. The code currently
225 fails to compile when -ansi is used.</dd>
226
227 <dt><a href="wine-cdlabel.diff">wine-cdlabel.diff</A> - 1998-10-26
228 <dd>files/drive.c:
229 <br>Changed DRIVE_GetLabel to extract ISO 9660 label from CDROMs. It
230 requires read access to /dev/cdrom and 'Device=/dev/cdrom' and
231 'Type=cdrom' to be set in the [Drive X] section of .winerc.</dd>
232
233 </dl>
234 </dd>
235 </dl>
236
237
238
239 <hr>
240 <address><a href="mailto:pere@hungry.com">Petter Reinholdtsen</a></address>
241 <!-- Created: Thu Feb 12 16:52:36 MET 1998 -->
242 <!-- hhmts start -->
243 Last modified: Sat May 15 13:31:59 METDST 1999
244 <!-- hhmts end -->
245 </body>
246 </html>