2005-03-22
When you have the time, look around at [http://www.c2.com/ C2]. It's one of the oldest wikis around. . . . control lists (ACLs) and voilà, [http://c2.com/cgi/wiki?AccessControlList c2 delivers]. One of the . . .
1K - last updated 2005-03-23 08:39 UTC by 1453
2005-04-03
Today I put a small hack in the single script that's called [http://www.oddmuse.org/ Oddmuse], on which . . . for some weeks. [bart@room wiki]$ diff wiki.cgi wiki_old.cgi 454,456d453 < $text =~ s/\-\-\-/–/g; . . .
2K - last updated 2005-04-12 18:14 UTC by 1453
2005-04-25
I've created a five-line Oddmuse module to display Google Adsense. I called her [[adsense.pl]]. All it . . . and upload it into your [http://www.oddmuse.org/cgi-bin/wiki/Modules modules directory] # Reload your . . . your ad code. There is a [http://www.oddmuse.org/cgi-bin/wiki/Comments_on_AdSense_Module TODO list] . . .
1K - last updated 2005-05-31 06:52 UTC by 1453
2006-04-24 SIRs for dummies
Previously, I showed some [http://www.vankuik.nl/cgi-bin/wiki.cgi/2006-02-23 pictures on the electronics] . . .
4K - last updated 2006-05-15 15:14 UTC by 1453
2006-04-27 Perl modules and CGI
Suppose you have a bunch of Perl scripts and modules. Those modules have differing versions and you don't . . . And a few of the scripts also run through CGI. The solution is to set the PERLLIB environment . . . containing the checked-out source. For the CGI scripts, the same can be done. Put a line like . . . values: <Directory /home/test-rev316/public_html/cgi-bin> SetEnv PERLLIB "/home/test-rev316/lib/mymodules-rev316" . . . Options ExecCGI SetHandler cgi-script </Directory> <Directory /home/bartvk/public_html/projectWorldDomination/cgi-bin> . . .
2K - last updated 2006-04-27 08:39 UTC by 1453
2006-10-04 Mod perl and Slackware part 2
The previous day, I thought I had Apache with mod_perl working on Slackware 10.2, but alas, funny segfaults . . . http://search.cpan.org/CPAN/authors/id/L/LD/LDS/CGI.pm-3.25.tar.gz $ tar xfz CGI.pm-3.25.tar.gz $ cd . . . CGI.pm-3.25/ $ perl Makefile.PL PREFIX=$HOME $ make . . . Options MultiViews Indexes FollowSymlinks ExecCGI <Files *pl> SetHandler perl-script PerlHandler . . . Apache::Registry Options ExecCGI FollowSymLinks allow from all PerlSendHeader On . . .
3K - last updated 2006-10-24 06:56 UTC by bvankuik
2006-11-16 Checking form fields
When you're creating dynamic web pages with forms on them, you'll probably not forget to validate the . . . web client, such as the [http://www.perl.com/cgi-bin/cpan_mod?module=LWP libwww-perl] module. Luckily, . . .
2K - last updated 2006-11-16 15:35 UTC by 1453
Bash
= Online resources = [http://ldp.nl.uu.net/LDP/abs/html/ Advanced Bash-Scripting Guide] = Changing numbering . . . configuration of the webserver = Place [[test.cgi]] in a directory which is supposed to be configured . . . to run CGI scripts and test with browser. = Using functions . . . create the following HTML file: <form action="/cgi-bin/post.sh" method="post" enctype="multipart/form-data"> . . . value="Submit"> </form> Then, in your cgi-bin, create a shellscript with the following lines: . . .
10K - last updated 2012-09-14 07:29 UTC by 1453
CDT
[http://www.eclipse.org/cdt/ CDT homepage] [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/user/faq.html?cvsroot=Tools_Project . . . * See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=35960 bug 35960]. If you have multiple files . . .
3K - last updated 2006-02-16 12:38 UTC by 1453
CGI
A shellscript to test a CGI configuration: [[test.cgi]] . . .
1K - last updated 2005-10-20 10:58 UTC by 1453
Configuration
= Generating a config file = In a non-trivial project, several programming languages will often be used. . . . is then as simple as: alert("Directory with CGI's is: " + CGIBIN_URL); = Comments? = If you have . . .
8K - last updated 2006-10-20 14:09 UTC by bvankuik
EPIC
[http://e-p-i-c.sourceforge.net EPIC homepage] Shortcomings: * Right-clicking and choosing 'open sub . . . necessary to instantiate objects like ''my $q = CGI->new();'' instead of ''my $q = new CGI;''. No problem, . . .
2K - last updated 2006-02-07 12:38 UTC by 1453
Eclipse
[http://simplygenius.com/geekblog/2005/04/08/1112982083849.html Painless Eclipse upgrades under Linux] . . . "Managed make C++ project". * The [http://c2.com/cgi/wiki?TestingFramework Testing Frameworks] page . . .
1K - last updated 2006-02-28 15:58 UTC by 1453
Get QEMU running
To get QEMU running, take the following steps: # Download the [http://cdimage.debian.org/pub/cdimage-testing/sarge_d-i/i386/rc3/sarge-i386-netinst.iso . . . On bridging] = Benchmark results . . .
2K - last updated 2005-05-16 06:31 UTC by 1453
Internationalization
== WARNING WORK IN PROGRESS == == "Geïrriteerd" == Are you a West-European software developer who: # . . . http://bugzilla.mozilla.org/show_bug.cgi?id=18643 http://www.joelonsoftware.com/articles/Unicode.html . . .
10K - last updated 2005-12-04 15:35 UTC by 1453
Linux
= System Administration = [[Remote_dump]] [[MD5sum]] [[Debian]] -- About apt-get, dpkg and other stuff . . . [[Printing_source_code]] [[CGI]] = Multimedia = [[Encoding_wav_to_ogg]] [[Burning_XViD_to_DVD]] . . .
2K - last updated 2012-09-14 07:24 UTC by 1453
Performance
The subject is: performance measurement of a Linux server. = Measuring bandwidth = First, create a file . . . with: # yum install lighttpd lighttpd-fastcgi Edit the configuration file /etc/lighttpd/lighttpd.conf . . . and: * Uncomment the line with 'mod_fastcgi' in it. * Search for the line with server.documentroot . . . * Search for the block that starts with <tt>fastcgi.server</tt> and uncomment it. Then add a <tt>max-procs</tt> . . . of configuration file looks as follows: fastcgi.server = ( ".php" => ( "localhost" => ( "socket" . . .
6K - last updated 2013-12-20 08:02 UTC by 1453
Perl
= Help = Help isn't far away: $ perldoc -f keyword = Parameters = Parameters (other word: arguments) . . . $@; } if($error) { print "Error: $error\n"; } = CGI = Check out the [http://nms-cgi.sourceforge.net/ . . . NMS project] for a number of Perl CGI scripts. = Feedback = To give feedback without . . . = Writing to stderr = Very useful when writing CGI scripts! This'll end up in Apache's error_log. . . . to show all environment variables in a Perl CGI script: [[testenv.pl]] = A simple menu = Sometimes . . .
17K - last updated 2015-06-18 09:03 UTC by 1453
Python
= Debugging trick = To make the debugger prompt pop up at a specific place, paste the following line . . . = Dump to hex = See here: http://c2.com/cgi/wiki?HexDumpInManyProgrammingLanguages = Identifying . . .
2K - last updated 2013-02-28 08:44 UTC by 1453
RT
= Installation on Debian = Install apache, fastcgi, mysql ... from woody. libcgi-fast-perl libfcgi-perl . . . --with-mysql --with-fastcgi run perl -MCPAN -e shell and configure the default . . . --with-mysql --with-fastcgi --install it will install almost all modules needed, . . . configure your apache for fastcgi: LoadModule fastcgi_module /usr/lib/apache/1.3/mod_fastcgi.so . . . ScriptAlias /rt /home/rt/rt/bin/mason_handler.fcgi/ FastCgiServer /home/rt/rt/bin/mason_handler.fcgi . . .
3K - last updated 2006-03-01 09:27 UTC by 1453
Shell scripting
See also [[Shell_scripting_and_CGI]] . . .
1K - last updated 2010-05-28 09:36 UTC by 1453
Shell scripting and CGI
You may want to go here: [[Bash]] . . .
1K - last updated 2012-09-14 07:25 UTC by 1453
Source code version management
= How do I control my source code? = In the past, you may have had the problem that while working on . . . 12 drwxrwxr-x 2 root root 4096 May 21 17:21 cgi-bin drwxrwxr-x 14 root root 4096 Jul 1 17:48 htdocs . . .
5K - last updated 2006-03-03 21:10 UTC by 1453
Tracking Issues
Have you ever logged a bug against an (open source) piece of software? Were you happy with the results? . . . is [http://www.openoffice.org/issues/show_bug.cgi?id=3839 issue 3839]. The problem seems to be that . . . in [http://www.openoffice.org/issues/show_bug.cgi?id=4387 issue 4387] quite well. After the issue . . . http://www.openoffice.org/issues/show_bug.cgi?id=31372 issue 31372] comes around. It's basically . . .
5K - last updated 2005-10-11 10:18 UTC by 1453
Wasting time
* http://www.kazmier.com/~kaz/alerts/alert.cgi * [http://mathforum.org/dr.math/faq/faq.birthdayprob.html . . .
1K - last updated 2006-09-29 05:53 UTC by 1453
css2
/* Placement of the logo */ #logo { position: fixed; top: 600; left: 400; } hr { height: 2px; border: . . . serif; color: #222; background-image: url(/cgi/wiki.cgi/download/books.jpeg); } div.header,div.footer,div.content,div.comment . . .
3K - last updated 2015-05-13 08:38 UTC by 1453
test.cgi
application/octet-stream
2K - last updated 2005-10-20 10:58 UTC by 1453
27 pages found.