<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.dhits.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JYDawg</id>
	<title>DWIKI - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.dhits.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JYDawg"/>
	<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/Special:Contributions/JYDawg"/>
	<updated>2026-06-10T04:54:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=User:JYDawg&amp;diff=2573</id>
		<title>User:JYDawg</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=User:JYDawg&amp;diff=2573"/>
		<updated>2007-06-29T10:21:56Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:400px;text-align:left&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:silver&amp;quot; | Name&lt;br /&gt;
| John&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:silver&amp;quot; | Homepage&lt;br /&gt;
| [http://www.biomechs.nl/ http://www.biomechs.nl/]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=User:JYDawg&amp;diff=2572</id>
		<title>User:JYDawg</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=User:JYDawg&amp;diff=2572"/>
		<updated>2007-06-29T10:21:40Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:400px;text-align:left&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:silver&amp;quot; | Name&lt;br /&gt;
| John&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:silver&amp;quot; | Homepage&lt;br /&gt;
| [http://www.biomechs.nl/]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Perl_nslookup&amp;diff=2571</id>
		<title>Perl nslookup</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Perl_nslookup&amp;diff=2571"/>
		<updated>2007-06-29T10:10:14Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Snippet_desc|name=nslookup|description=like the command, returns the ip of a hostname (if any) or undef|lang=perl}}&lt;br /&gt;
&amp;lt;enscript lang=perl&amp;gt;&lt;br /&gt;
sub nslookup {&lt;br /&gt;
        my $name = shift;&lt;br /&gt;
        if( ! $name ) {&lt;br /&gt;
                print STDERR &amp;quot;nslookup: no argument given\n&amp;quot;;&lt;br /&gt;
                return undef;&lt;br /&gt;
        }&lt;br /&gt;
        my @addresses;&lt;br /&gt;
        eval { @addresses = gethostbyname($name) };&lt;br /&gt;
        if( $@  ) {&lt;br /&gt;
                print STDERR &amp;quot;nslookup: failed to resolve $name -&amp;gt; $!\n&amp;quot;;&lt;br /&gt;
                return undef;&lt;br /&gt;
        }&lt;br /&gt;
        @addresses = map { inet_ntoa($_) } @addresses[4 .. $#addresses];&lt;br /&gt;
        return $addresses[0];&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/enscript&amp;gt;&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Template:Snippet_desc&amp;diff=2570</id>
		<title>Template:Snippet desc</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Template:Snippet_desc&amp;diff=2570"/>
		<updated>2007-06-29T10:08:45Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:400px;text-align:left&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:silver&amp;quot; | Name&lt;br /&gt;
| {{{name}}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:silver&amp;quot; | Description&lt;br /&gt;
| {{{description}}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:silver&amp;quot; | Language&lt;br /&gt;
| {{{lang}}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Perl_nslookup&amp;diff=2569</id>
		<title>Perl nslookup</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Perl_nslookup&amp;diff=2569"/>
		<updated>2007-06-29T10:07:45Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;enscript lang=perl&amp;gt;&lt;br /&gt;
sub nslookup {&lt;br /&gt;
        my $name = shift;&lt;br /&gt;
        if( ! $name ) {&lt;br /&gt;
                print STDERR &amp;quot;nslookup: no argument given\n&amp;quot;;&lt;br /&gt;
                return undef;&lt;br /&gt;
        }&lt;br /&gt;
        my @addresses;&lt;br /&gt;
        eval { @addresses = gethostbyname($name) };&lt;br /&gt;
        if( $@  ) {&lt;br /&gt;
                print STDERR &amp;quot;nslookup: failed to resolve $name -&amp;gt; $!\n&amp;quot;;&lt;br /&gt;
                return undef;&lt;br /&gt;
        }&lt;br /&gt;
        @addresses = map { inet_ntoa($_) } @addresses[4 .. $#addresses];&lt;br /&gt;
        return $addresses[0];&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/enscript&amp;gt;&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Perl&amp;diff=2568</id>
		<title>Perl</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Perl&amp;diff=2568"/>
		<updated>2007-06-29T10:07:16Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: /* [http://search.cpan.org/perldoc/Spreadsheet::WriteExcel Spreadsheet::WriteExcel] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Practical Extraction and Report Language&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;-or- &#039;&#039;Pathologically Eclectic Rubbish Lister&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the Wikipedia:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Perl is a dynamic programming language created by Larry Wall and first released in 1987. Perl borrows features from a variety of other languages including C, shell scripting (sh), AWK, sed and Lisp.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Structurally, Perl is based on the brace-delimited block style of AWK and C, and was widely adopted for its strengths in string processing, and lack of the arbitrary limitations of many scripting languages at the time.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Useful links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://search.cpan.org/ http://search.cpan.org/] || Search the &#039;&#039;&#039;Comprehensive Perl Archive Network&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= command line tips =&lt;br /&gt;
&lt;br /&gt;
Check the validity of your scripts:&lt;br /&gt;
  perl -c &amp;lt;scriptname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With additional library paths:&lt;br /&gt;
  perl -I ../somelib -c &amp;lt;scriptname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alter a file by changing all &#039;&#039;&#039;FOO&#039;&#039;&#039;&#039;s by &#039;&#039;&#039;BAR&#039;&#039;&#039;&#039;s:&lt;br /&gt;
  perl -pi -e &#039;s!FOO!BAR!&#039; &amp;lt;filename&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= useful modules =&lt;br /&gt;
Some modules I find handy&lt;br /&gt;
== [http://search.cpan.org/perldoc/Data::Dumper Data::Dumper] ==&lt;br /&gt;
let&#039;s you dump data structions in a readable format.&lt;br /&gt;
&lt;br /&gt;
== [http://www.template-toolkit.org/ Template] ==&lt;br /&gt;
Andy Wardley&#039;s very workable templating engine.&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Storable Storable] ==&lt;br /&gt;
Persistence for Perl data structures. Save&#039;s a lot of nitpicking with reading and writting files that&#039;s don&#039;t need to be accessed by anything else then a perlscript e.g. temporary data for CGI&#039;s and daemons.&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Net::LDAP Net::LDAP] ==&lt;br /&gt;
A very comprehensive way to work with [[LDAP|Lightweight Directory Access Protocol]]&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Sys::Syslog Sys::Syslog] ==&lt;br /&gt;
Perl interface to the UNIX syslog(3) calls. Why bother writting and maintaining logfiles when someones else can do it?&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Spreadsheet::WriteExcel Spreadsheet::WriteExcel] ==&lt;br /&gt;
Very easy way to generate excelsheets for e.g. reporting.&lt;br /&gt;
&lt;br /&gt;
== Snippets ==&lt;br /&gt;
[[perl nslookup]]&lt;br /&gt;
&lt;br /&gt;
[[Category:scripting]]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Editors&amp;diff=2567</id>
		<title>Editors</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Editors&amp;diff=2567"/>
		<updated>2007-06-29T10:05:22Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[vim]]&lt;br /&gt;
* [[perl]] not an editor I know&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=User:JYDawg&amp;diff=2566</id>
		<title>User:JYDawg</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=User:JYDawg&amp;diff=2566"/>
		<updated>2007-06-29T10:01:29Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Teh test&lt;br /&gt;
&lt;br /&gt;
&amp;lt;enscript lang=perl&amp;gt;&lt;br /&gt;
#!/usr/bin/perl&lt;br /&gt;
&lt;br /&gt;
print &amp;quot;Hello world&amp;quot;;&lt;br /&gt;
$c = $a + $b;&lt;br /&gt;
&amp;lt;/enscript&amp;gt;&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=User:JYDawg&amp;diff=2565</id>
		<title>User:JYDawg</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=User:JYDawg&amp;diff=2565"/>
		<updated>2007-06-29T10:00:45Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Teh test&lt;br /&gt;
&lt;br /&gt;
&amp;lt;enscript lang=sh&amp;gt;cat file | tee lala&amp;lt;/enscript&amp;gt;&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Main_Page&amp;diff=2564</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Main_Page&amp;diff=2564"/>
		<updated>2007-06-29T09:42:36Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[Network]]&lt;br /&gt;
* [[Distributions| Linux Distributions]]&lt;br /&gt;
* [[FreeBSD]]&lt;br /&gt;
* [[Software]]&lt;br /&gt;
* [[Programming]]&lt;br /&gt;
* [[System administration]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* [[Notes]]&lt;br /&gt;
* [[Mediawiki]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
{{:Contact}}&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Contact&amp;diff=2563</id>
		<title>Contact</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Contact&amp;diff=2563"/>
		<updated>2007-06-29T09:42:13Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=right border=0 cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
| Den Haan IT Services&lt;br /&gt;
| http://www.dhits.nl/&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Cfengine&amp;diff=2481</id>
		<title>Cfengine</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Cfengine&amp;diff=2481"/>
		<updated>2007-04-19T08:18:12Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;From the [http://www.cfengine.org/ site]:&lt;br /&gt;
&amp;lt;blockquote&amp;gt; Cfengine, or the [http://www.cfengine.org/cfdetails.html configuration engine] is an [http://www.cfengine.org/daystrom.html autonomous agent] and a middle to high level policy language and agent for building expert systems to administrate and configure large computer networks. Cfengine is designed to be a part of a computer immune system[http://www.iu.hio.no/~mark/research/immune]. It is ideal for cluster management and has been adopted for use all over the world in small and huge organizations&lt;br /&gt;
alike.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Usefull links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cfengine.org/ http://www.cfengine.org/] || CFengine homepage&lt;br /&gt;
|-&lt;br /&gt;
| [http://sial.org/howto/cfengine/ http://sial.org/howto/cfengine/] || A cfengine howto&lt;br /&gt;
|-&lt;br /&gt;
| [http://cfwiki.org/cfwiki/index.php/Main_Page http://cfwiki.org/cfwiki/index.php/Main_Page] || CFengine Wiki&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= cfengine commandline tips =&lt;br /&gt;
&lt;br /&gt;
== cfagent use ==&lt;br /&gt;
&lt;br /&gt;
Run an &#039;&#039;&#039;update&#039;&#039;&#039; of the configuration files &#039;&#039;&#039;now&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
  cfagent -Bqv&lt;br /&gt;
&lt;br /&gt;
Run cfagent now&lt;br /&gt;
&lt;br /&gt;
  cfagent -Kqv&lt;br /&gt;
&lt;br /&gt;
Show what classes are active&lt;br /&gt;
&lt;br /&gt;
  cfagent -pv&lt;br /&gt;
&lt;br /&gt;
== configfile maintenance ==&lt;br /&gt;
&lt;br /&gt;
Create a list of directory entries from a given folder &lt;br /&gt;
  find /opt/ -type d -printf &amp;quot;%p o=%u g=%g mode=%m\n&amp;quot;&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=SSL&amp;diff=2013</id>
		<title>SSL</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=SSL&amp;diff=2013"/>
		<updated>2007-02-14T16:13:13Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: /* OpenSSL */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Secure Socket Layer ==&lt;br /&gt;
&lt;br /&gt;
From the wikipedia:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols which provide secure communications on the Internet for such things as web browsing, e-mail, Internet faxing, and other data transfers. There are slight differences between SSL 3.0 and TLS 1.0, but the protocol remains substantially the same. The term &amp;quot;TLS&amp;quot; as used here applies to both protocols unless clarified by context.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== OpenSSL ==&lt;br /&gt;
[http://gagravarr.org/writing/openssl-certs/index.shtml http://gagravarr.org/writing/openssl-certs/index.shtml]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=SSL&amp;diff=2012</id>
		<title>SSL</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=SSL&amp;diff=2012"/>
		<updated>2007-02-14T16:13:05Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Secure Socket Layer ==&lt;br /&gt;
&lt;br /&gt;
From the wikipedia:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols which provide secure communications on the Internet for such things as web browsing, e-mail, Internet faxing, and other data transfers. There are slight differences between SSL 3.0 and TLS 1.0, but the protocol remains substantially the same. The term &amp;quot;TLS&amp;quot; as used here applies to both protocols unless clarified by context.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== OpenSSL ==&lt;br /&gt;
[http://gagravarr.org/writing/openssl-certs/index.shtml]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=SSL&amp;diff=2011</id>
		<title>SSL</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=SSL&amp;diff=2011"/>
		<updated>2007-02-14T15:42:25Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Secure Socket Layer ==&lt;br /&gt;
&lt;br /&gt;
From the wikipedia:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols which provide secure communications on the Internet for such things as web browsing, e-mail, Internet faxing, and other data transfers. There are slight differences between SSL 3.0 and TLS 1.0, but the protocol remains substantially the same. The term &amp;quot;TLS&amp;quot; as used here applies to both protocols unless clarified by context.&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=TLS&amp;diff=2010</id>
		<title>TLS</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=TLS&amp;diff=2010"/>
		<updated>2007-02-14T15:41:33Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[SSL]]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Network&amp;diff=2009</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Network&amp;diff=2009"/>
		<updated>2007-02-14T15:41:20Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: /* Software and services */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; __FORCETOC__&lt;br /&gt;
==Routing en networking==&lt;br /&gt;
*[[Iptables]]&lt;br /&gt;
*[[Traffic control]]&lt;br /&gt;
*[[Cisco]]&lt;br /&gt;
*[[Firewalls]] &lt;br /&gt;
*[[Network load balancing]]&lt;br /&gt;
*[[Bluetooth]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Software and services==&lt;br /&gt;
*[[Apache]]&lt;br /&gt;
*[[VoIP]] (internet telephony)&lt;br /&gt;
*[[Mail]]&lt;br /&gt;
*[[LDAP]]&lt;br /&gt;
*[[Samba]]&lt;br /&gt;
*[[Network traffic monitoring]]&lt;br /&gt;
*[[TLS]]/[[SSL]]&lt;br /&gt;
&lt;br /&gt;
==Routers==&lt;br /&gt;
*[[Speedtouch 510]]&lt;br /&gt;
&lt;br /&gt;
==More==&lt;br /&gt;
*[[Web development]]&lt;br /&gt;
*[[Spam]]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=SSL&amp;diff=2008</id>
		<title>SSL</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=SSL&amp;diff=2008"/>
		<updated>2007-02-14T15:40:48Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Secure Socket Layer&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Network&amp;diff=2007</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Network&amp;diff=2007"/>
		<updated>2007-02-14T15:39:06Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: /* Software and services */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; __FORCETOC__&lt;br /&gt;
==Routing en networking==&lt;br /&gt;
*[[Iptables]]&lt;br /&gt;
*[[Traffic control]]&lt;br /&gt;
*[[Cisco]]&lt;br /&gt;
*[[Firewalls]] &lt;br /&gt;
*[[Network load balancing]]&lt;br /&gt;
*[[Bluetooth]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Software and services==&lt;br /&gt;
*[[Apache]]&lt;br /&gt;
*[[VoIP]] (internet telephony)&lt;br /&gt;
*[[Mail]]&lt;br /&gt;
*[[LDAP]]&lt;br /&gt;
*[[Samba]]&lt;br /&gt;
*[[Network traffic monitoring]]&lt;br /&gt;
*[[SSL]]&lt;br /&gt;
&lt;br /&gt;
==Routers==&lt;br /&gt;
*[[Speedtouch 510]]&lt;br /&gt;
&lt;br /&gt;
==More==&lt;br /&gt;
*[[Web development]]&lt;br /&gt;
*[[Spam]]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Rpm&amp;diff=2001</id>
		<title>Rpm</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Rpm&amp;diff=2001"/>
		<updated>2007-02-10T00:13:17Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Usefull links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rpm.org/ rpm.org] || The RPM Homepage&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rpm.org/max-rpm/ http://www.rpm.org/max-rpm/] || Maximum RPM -- Taking the Red Hat Package Manager to the Limit&lt;br /&gt;
|}&lt;br /&gt;
= command line tips =&lt;br /&gt;
get the total size used by rpm packages:&lt;br /&gt;
  rpm -qa --queryformat &amp;quot;%{SIZE}\n&amp;quot; | awk &#039;{arg += $1} END{ printf &amp;quot;%d Mb\n&amp;quot;, arg / 1048576 }&#039;&lt;br /&gt;
&lt;br /&gt;
verify all the installed packages:&lt;br /&gt;
  rpm -Va&lt;br /&gt;
&lt;br /&gt;
what package does (e.g.) the &#039;&#039;&#039;nslookup&#039;&#039;&#039; command belong to?&lt;br /&gt;
  rpm -qf `which nslookup`&lt;br /&gt;
&lt;br /&gt;
== building tips ==&lt;br /&gt;
&lt;br /&gt;
When you want to build rpm&#039;s make sure you &#039;&#039;&#039;~/.rpmmacros&#039;&#039;&#039; file is more or less sane:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
  %packager       J Doe &amp;lt;johndoe@example.tv&amp;gt;&lt;br /&gt;
  %vendor         HomeMade&lt;br /&gt;
  %_topdir        /home/jdoe/rpmbuild&lt;br /&gt;
  %_tmppath       /home/jdoe/rpmbuild/tmp&lt;br /&gt;
  %debug_package  %{nil}&lt;br /&gt;
&lt;br /&gt;
And the correct directories have to exist:&lt;br /&gt;
&lt;br /&gt;
  ${HOME}/rpmbuild/&lt;br /&gt;
  ${HOME}/rpmbuild/RPMS&lt;br /&gt;
  ${HOME}/rpmbuild/RPMS/i686&lt;br /&gt;
  ${HOME}/rpmbuild/RPMS/i586&lt;br /&gt;
  ${HOME}/rpmbuild/RPMS/athlon&lt;br /&gt;
  ${HOME}/rpmbuild/RPMS/i486&lt;br /&gt;
  ${HOME}/rpmbuild/RPMS/i386&lt;br /&gt;
  ${HOME}/rpmbuild/RPMS/noarch&lt;br /&gt;
  ${HOME}/rpmbuild/tmp&lt;br /&gt;
  ${HOME}/rpmbuild/BUILD&lt;br /&gt;
  ${HOME}/rpmbuild/SPECS&lt;br /&gt;
  ${HOME}/rpmbuild/SRPMS&lt;br /&gt;
  ${HOME}/rpmbuild/SOURCES&lt;br /&gt;
&lt;br /&gt;
[[Category:rpm]]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Rpm&amp;diff=2000</id>
		<title>Rpm</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Rpm&amp;diff=2000"/>
		<updated>2007-02-10T00:07:13Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Usefull links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rpm.org/ rpm.org] || The RPM Homepage&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rpm.org/max-rpm/ http://www.rpm.org/max-rpm/] || Maximum RPM -- Taking the Red Hat Package Manager to the Limit&lt;br /&gt;
|}&lt;br /&gt;
= command line tips =&lt;br /&gt;
get the total size used by rpm packages:&lt;br /&gt;
  rpm -qa --queryformat &amp;quot;%{SIZE}\n&amp;quot; | awk &#039;{arg += $1} END{ printf &amp;quot;%d Mb\n&amp;quot;, arg / 1048576 }&#039;&lt;br /&gt;
&lt;br /&gt;
verify all the installed packages:&lt;br /&gt;
  rpm -Va&lt;br /&gt;
&lt;br /&gt;
what package does (e.g.) the &#039;&#039;&#039;nslookup&#039;&#039;&#039; command belong to?&lt;br /&gt;
  rpm -qf `which nslookup`&lt;br /&gt;
&lt;br /&gt;
[[Category:rpm]]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Rpm&amp;diff=1999</id>
		<title>Rpm</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Rpm&amp;diff=1999"/>
		<updated>2007-02-10T00:05:48Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Usefull links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rpm.org/ rpm.org] || The RPM Homepage&lt;br /&gt;
|}&lt;br /&gt;
= command line tips =&lt;br /&gt;
get the total size used by rpm packages:&lt;br /&gt;
  rpm -qa --queryformat &amp;quot;%{SIZE}\n&amp;quot; | awk &#039;{arg += $1} END{ printf &amp;quot;%d Mb\n&amp;quot;, arg / 1048576 }&#039;&lt;br /&gt;
&lt;br /&gt;
verify all the installed packages:&lt;br /&gt;
  rpm -Va&lt;br /&gt;
&lt;br /&gt;
what package does (e.g.) the &#039;&#039;&#039;nslookup&#039;&#039;&#039; command belong to?&lt;br /&gt;
  rpm -qf `which nslookup`&lt;br /&gt;
&lt;br /&gt;
[[Category:rpm]]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Apache&amp;diff=1998</id>
		<title>Apache</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Apache&amp;diff=1998"/>
		<updated>2007-02-10T00:00:28Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;From the [http://httpd.apache.org/ apache homepage]:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
= Links =&lt;br /&gt;
{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Documentation&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://httpd.apache.org/ http://httpd.apache.org/] || Apache homepage&lt;br /&gt;
|-&lt;br /&gt;
| [http://httpd.apache.org/docs/2.2/ http://httpd.apache.org/docs/2.2/] || 2.2 Reference&lt;br /&gt;
|-&lt;br /&gt;
| [http://httpd.apache.org/docs/2.0/ http://httpd.apache.org/docs/2.0/] || 2.0 Reference&lt;br /&gt;
|-&lt;br /&gt;
| [http://httpd.apache.org/docs/1.3/ http://httpd.apache.org/docs/1.3/] || 1.3 Reference&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Articles&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.onlamp.com/pub/a/apache/2003/07/24/vhosts.html vhosts explained]&lt;br /&gt;
| &amp;quot;Simplify Your Life with Apache Virtual Hosts&amp;quot; Russell Dyer 07/24/2003&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Tools&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://awstats.sourceforge.net/ http://awstats.sourceforge.net/] || Apache log analyzer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Application &amp;amp; modules =&lt;br /&gt;
== [http://awstats.sourceforge.net/ AWStats] Notes ==&lt;br /&gt;
* Don&#039;t use the CGI to present the data unless it is protected. Best use &#039;&#039;&#039;awstats_buildstaticpages.pl&#039;&#039;&#039; to build the static pages and present those. Save resources and is more secure.&lt;br /&gt;
&lt;br /&gt;
= Related Items =&lt;br /&gt;
== Web-based Single Sign-On ==&lt;br /&gt;
=== Applications ===&lt;br /&gt;
* [http://www.umich.edu/~umweb/software/cosign/ http://www.umich.edu/~umweb/software/cosign/] CoSign&lt;br /&gt;
* [http://a-select.surfnet.nl/ http://a-select.surfnet.nl/] A-Select&lt;br /&gt;
=== Comparisons ===&lt;br /&gt;
* [http://www.jisc.ac.uk/uploaded_documents/CMSS-Gilmore.pdf http://www.jisc.ac.uk/uploaded_documents/CMSS-Gilmore.pdf]&lt;br /&gt;
* [http://www.umich.edu/~umweb/downloads/WebSSOImplementationComparision.pdf http://www.umich.edu/~umweb/downloads/WebSSOImplementationComparision.pdf]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Apache&amp;diff=1997</id>
		<title>Apache</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Apache&amp;diff=1997"/>
		<updated>2007-02-09T23:58:32Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: /* Web-based Single Sign-On */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== links ==&lt;br /&gt;
{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Documentation&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://httpd.apache.org/ http://httpd.apache.org/] || Apache homepage&lt;br /&gt;
|-&lt;br /&gt;
| [http://httpd.apache.org/docs/2.2/ http://httpd.apache.org/docs/2.2/] || 2.2 Reference&lt;br /&gt;
|-&lt;br /&gt;
| [http://httpd.apache.org/docs/2.0/ http://httpd.apache.org/docs/2.0/] || 2.0 Reference&lt;br /&gt;
|-&lt;br /&gt;
| [http://httpd.apache.org/docs/1.3/ http://httpd.apache.org/docs/1.3/] || 1.3 Reference&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Articles&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.onlamp.com/pub/a/apache/2003/07/24/vhosts.html vhosts explained]&lt;br /&gt;
| &amp;quot;Simplify Your Life with Apache Virtual Hosts&amp;quot; Russell Dyer 07/24/2003&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Tools&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://awstats.sourceforge.net/ http://awstats.sourceforge.net/] || Apache log analyzer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Application &amp;amp; modules =&lt;br /&gt;
== [http://awstats.sourceforge.net/ AWStats] Notes ==&lt;br /&gt;
* Don&#039;t use the CGI to present the data unless it is protected. Best use &#039;&#039;&#039;awstats_buildstaticpages.pl&#039;&#039;&#039; to build the static pages and present those. Save resources and is more secure.&lt;br /&gt;
&lt;br /&gt;
= Related Items =&lt;br /&gt;
== Web-based Single Sign-On ==&lt;br /&gt;
=== Applications ===&lt;br /&gt;
* [http://www.umich.edu/~umweb/software/cosign/ http://www.umich.edu/~umweb/software/cosign/] CoSign&lt;br /&gt;
* [http://a-select.surfnet.nl/ http://a-select.surfnet.nl/] A-Select&lt;br /&gt;
=== Comparisons ===&lt;br /&gt;
* [http://www.jisc.ac.uk/uploaded_documents/CMSS-Gilmore.pdf http://www.jisc.ac.uk/uploaded_documents/CMSS-Gilmore.pdf]&lt;br /&gt;
* [http://www.umich.edu/~umweb/downloads/WebSSOImplementationComparision.pdf http://www.umich.edu/~umweb/downloads/WebSSOImplementationComparision.pdf]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Apache&amp;diff=1996</id>
		<title>Apache</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Apache&amp;diff=1996"/>
		<updated>2007-02-09T23:57:44Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: /* [http://awstats.sourceforge.net/ AWStats] Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== links ==&lt;br /&gt;
{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Documentation&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://httpd.apache.org/ http://httpd.apache.org/] || Apache homepage&lt;br /&gt;
|-&lt;br /&gt;
| [http://httpd.apache.org/docs/2.2/ http://httpd.apache.org/docs/2.2/] || 2.2 Reference&lt;br /&gt;
|-&lt;br /&gt;
| [http://httpd.apache.org/docs/2.0/ http://httpd.apache.org/docs/2.0/] || 2.0 Reference&lt;br /&gt;
|-&lt;br /&gt;
| [http://httpd.apache.org/docs/1.3/ http://httpd.apache.org/docs/1.3/] || 1.3 Reference&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Articles&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.onlamp.com/pub/a/apache/2003/07/24/vhosts.html vhosts explained]&lt;br /&gt;
| &amp;quot;Simplify Your Life with Apache Virtual Hosts&amp;quot; Russell Dyer 07/24/2003&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Tools&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://awstats.sourceforge.net/ http://awstats.sourceforge.net/] || Apache log analyzer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Application &amp;amp; modules =&lt;br /&gt;
== [http://awstats.sourceforge.net/ AWStats] Notes ==&lt;br /&gt;
* Don&#039;t use the CGI to present the data unless it is protected. Best use &#039;&#039;&#039;awstats_buildstaticpages.pl&#039;&#039;&#039; to build the static pages and present those. Save resources and is more secure.&lt;br /&gt;
&lt;br /&gt;
== Web-based Single Sign-On ==&lt;br /&gt;
=== Applications ===&lt;br /&gt;
* [http://www.umich.edu/~umweb/software/cosign/ http://www.umich.edu/~umweb/software/cosign/] CoSign&lt;br /&gt;
* [http://a-select.surfnet.nl/ http://a-select.surfnet.nl/] A-Select&lt;br /&gt;
=== Comparisons ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.jisc.ac.uk/uploaded_documents/CMSS-Gilmore.pdf http://www.jisc.ac.uk/uploaded_documents/CMSS-Gilmore.pdf]&lt;br /&gt;
* [http://www.umich.edu/~umweb/downloads/WebSSOImplementationComparision.pdf http://www.umich.edu/~umweb/downloads/WebSSOImplementationComparision.pdf]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Subversion&amp;diff=1994</id>
		<title>Subversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Subversion&amp;diff=1994"/>
		<updated>2007-02-09T23:40:20Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;From the subversion book:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Subversion is a free/open-source version control system. That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of &amp;quot;time machine&amp;quot;.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Subversion can operate across networks, which allows it to be used by people on different computers. At some level, the ability for various people to modify and manage the same set of data from their respective locations fosters collaboration. Progress can occur more quickly without a single conduit through which all modifications must occur. And because the work is versioned, you need not fear that quality is the trade-off for losing that conduitâ€”if some incorrect change is made to the data, just undo that change.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Some version control systems are also software configuration management (SCM) systems. These systems are specifically tailored to manage trees of source code, and have many features that are specific to software developmentâ€”such as natively understanding programming languages, or supplying tools for building software. Subversion, however, is not one of these systems. It is a general system that can be used to manage any collection of files. For you, those files might be source codeâ€”for others, anything from grocery shopping lists to digital video mixdowns and beyond.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Usefull links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://subversion.tigris.org/ http://subversion.tigris.org/] || Homepage&lt;br /&gt;
|-&lt;br /&gt;
| [http://svnbook.red-bean.com/ http://svnbook.red-bean.com/] || the subversion book&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Articles&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://tortoisesvn.net/docs/release/TortoiseSVN_en/ch03.html http://tortoisesvn.net/docs/release/TortoiseSVN_en/ch03.html] || Setting up a subversion server&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Subversion&amp;diff=1993</id>
		<title>Subversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Subversion&amp;diff=1993"/>
		<updated>2007-02-09T23:38:54Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;From the subversion book:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Subversion is a free/open-source version control system. That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of &amp;quot;time machine&amp;quot;.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Subversion can operate across networks, which allows it to be used by people on different computers. At some level, the ability for various people to modify and manage the same set of data from their respective locations fosters collaboration. Progress can occur more quickly without a single conduit through which all modifications must occur. And because the work is versioned, you need not fear that quality is the trade-off for losing that conduitâ€”if some incorrect change is made to the data, just undo that change.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Some version control systems are also software configuration management (SCM) systems. These systems are specifically tailored to manage trees of source code, and have many features that are specific to software developmentâ€”such as natively understanding programming languages, or supplying tools for building software. Subversion, however, is not one of these systems. It is a general system that can be used to manage any collection of files. For you, those files might be source codeâ€”for others, anything from grocery shopping lists to digital video mixdowns and beyond.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| [http://subversion.tigris.org/ http://subversion.tigris.org/] || Homepage&lt;br /&gt;
|-&lt;br /&gt;
| [http://svnbook.red-bean.com/ http://svnbook.red-bean.com/] || the subversion book&lt;br /&gt;
|-&lt;br /&gt;
| [http://tortoisesvn.net/docs/release/TortoiseSVN_en/ch03.html http://tortoisesvn.net/docs/release/TortoiseSVN_en/ch03.html] || Setting up a subversion server&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Subversion&amp;diff=1992</id>
		<title>Subversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Subversion&amp;diff=1992"/>
		<updated>2007-02-09T23:38:13Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;From the subversion book:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Subversion is a free/open-source version control system. That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of &amp;quot;time machine&amp;quot;.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Subversion can operate across networks, which allows it to be used by people on different computers. At some level, the ability for various people to modify and manage the same set of data from their respective locations fosters collaboration. Progress can occur more quickly without a single conduit through which all modifications must occur. And because the work is versioned, you need not fear that quality is the trade-off for losing that conduitâ€”if some incorrect change is made to the data, just undo that change.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Some version control systems are also software configuration management (SCM) systems. These systems are specifically tailored to manage trees of source code, and have many features that are specific to software developmentâ€”such as natively understanding programming languages, or supplying tools for building software. Subversion, however, is not one of these systems. It is a general system that can be used to manage any collection of files. For you, those files might be source codeâ€”for others, anything from grocery shopping lists to digital video mixdowns and beyond.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| [http://subversion.tigris.org/ http://subversion.tigris.org/] || Homepage&lt;br /&gt;
|-&lt;br /&gt;
| [http://svnbook.red-bean.com/ http://svnbook.red-bean.com/] || the subversion book&lt;br /&gt;
|-&lt;br /&gt;
| [http://tortoisesvn.net/docs/release/TortoiseSVN_en/ch03.html http://tortoisesvn.net/docs/release/TortoiseSVN_en/ch03.html] || Setting up a subversion server&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Subversion&amp;diff=1991</id>
		<title>Subversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Subversion&amp;diff=1991"/>
		<updated>2007-02-09T23:35:21Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|&lt;br /&gt;
|-&lt;br /&gt;
| [http://subversion.tigris.org/ http://subversion.tigris.org/] || Homepage&lt;br /&gt;
|-&lt;br /&gt;
| [http://svnbook.red-bean.com/ http://svnbook.red-bean.com/] || the subversion book&lt;br /&gt;
|-&lt;br /&gt;
| [http://tortoisesvn.net/docs/release/TortoiseSVN_en/ch03.html http://tortoisesvn.net/docs/release/TortoiseSVN_en/ch03.html] || Setting up a subversion server&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Rcs&amp;diff=1990</id>
		<title>Rcs</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Rcs&amp;diff=1990"/>
		<updated>2007-02-09T23:32:06Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: /* [http://www.gnu.org/software/rcs/rcs.html Revision Control System] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [http://www.gnu.org/software/rcs/rcs.html Revision Control System] =&lt;br /&gt;
From the GNU site:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;The Revision Control System (RCS) manages multiple revisions of files. RCS automates the storing, retrieval, logging, identification, and merging of revisions. RCS is useful for text that is revised frequently, including source code, programs, documentation, graphics, papers, and form letters.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Currently RCS isn&#039;t used much anymore for &amp;quot;regular&amp;quot; revision control but comes in quite handy when you need to keep versions but have no need for an extensive external repository.&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Rcs&amp;diff=1989</id>
		<title>Rcs</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Rcs&amp;diff=1989"/>
		<updated>2007-02-09T23:31:30Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: /* [http://www.gnu.org/software/rcs/rcs.html Revision Control System] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [http://www.gnu.org/software/rcs/rcs.html Revision Control System] =&lt;br /&gt;
From the GNU site:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;The Revision Control System (RCS) manages multiple revisions of files. RCS automates the storing, retrieval, logging, identification, and merging of revisions. RCS is useful for text that is revised frequently, including source code, programs, documentation, graphics, papers, and form letters.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
currently RCS is used much for regular revision control but comes in quite handy when you need to keep versions but have no need for an extensive external repository.&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Rcs&amp;diff=1988</id>
		<title>Rcs</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Rcs&amp;diff=1988"/>
		<updated>2007-02-09T23:31:20Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [http://www.gnu.org/software/rcs/rcs.html Revision Control System] =&lt;br /&gt;
From the GNU site:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;The Revision Control System (RCS) manages multiple revisions of files. RCS automates the storing, retrieval, logging, identification, and merging of revisions. RCS is useful for text that is revised frequently, including source code, programs, documentation, graphics, papers, and form letters.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
currently RCS is used much for regular revision control but comes in quite handy when you need to keep versions but have no need for an extensive external repository.&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Perl&amp;diff=1987</id>
		<title>Perl</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Perl&amp;diff=1987"/>
		<updated>2007-02-09T23:19:51Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: /* [http://search.cpan.org/perldoc/Spreadsheet::WriteExcel Spreadsheet::WriteExcel] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Practical Extraction and Report Language&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;-or- &#039;&#039;Pathologically Eclectic Rubbish Lister&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the Wikipedia:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Perl is a dynamic programming language created by Larry Wall and first released in 1987. Perl borrows features from a variety of other languages including C, shell scripting (sh), AWK, sed and Lisp.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Structurally, Perl is based on the brace-delimited block style of AWK and C, and was widely adopted for its strengths in string processing, and lack of the arbitrary limitations of many scripting languages at the time.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Usefull links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://search.cpan.org/ http://search.cpan.org/] || Search the &#039;&#039;&#039;Comprehensive Perl Archive Network&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= command line tips =&lt;br /&gt;
&lt;br /&gt;
Check the validity of your scripts:&lt;br /&gt;
  perl -c &amp;lt;scriptname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With additional library paths:&lt;br /&gt;
  perl -I ../somelib -c &amp;lt;scriptname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alter a file by changing all &#039;&#039;&#039;FOO&#039;&#039;&#039;&#039;s by &#039;&#039;&#039;BAR&#039;&#039;&#039;&#039;s:&lt;br /&gt;
  perl -pi -e &#039;s!FOO!BAR!&#039; &amp;lt;filename&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= usefull modules =&lt;br /&gt;
Some modules I find handy&lt;br /&gt;
== [http://search.cpan.org/perldoc/Data::Dumper Data::Dumper] ==&lt;br /&gt;
let&#039;s you dump data structions in a readable format.&lt;br /&gt;
&lt;br /&gt;
== [http://www.template-toolkit.org/ Template] ==&lt;br /&gt;
Andy Wardley&#039;s very workable templating engine.&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Storable Storable] ==&lt;br /&gt;
Persistence for Perl data structures. Save&#039;s a lot of nitpicking with reading and writting files that&#039;s don&#039;t need to be accessed by anything else then a perlscript e.g. temporary data for CGI&#039;s and daemons.&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Net::LDAP Net::LDAP] ==&lt;br /&gt;
A very comprehensive way to work with [[LDAP|Lightweight Directory Access Protocol]]&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Sys::Syslog Sys::Syslog] ==&lt;br /&gt;
Perl interface to the UNIX syslog(3) calls. Why bother writting and maintaining logfiles when someones else can do it?&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Spreadsheet::WriteExcel Spreadsheet::WriteExcel] ==&lt;br /&gt;
Very easy way to generate excelsheets for e.g. reporting.&lt;br /&gt;
&lt;br /&gt;
[[Category:scripting]]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Perl&amp;diff=1986</id>
		<title>Perl</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Perl&amp;diff=1986"/>
		<updated>2007-02-09T23:19:05Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: /* [http://search.cpan.org/perldoc/Sys::Syslog Sys::Syslog] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Practical Extraction and Report Language&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;-or- &#039;&#039;Pathologically Eclectic Rubbish Lister&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the Wikipedia:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Perl is a dynamic programming language created by Larry Wall and first released in 1987. Perl borrows features from a variety of other languages including C, shell scripting (sh), AWK, sed and Lisp.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Structurally, Perl is based on the brace-delimited block style of AWK and C, and was widely adopted for its strengths in string processing, and lack of the arbitrary limitations of many scripting languages at the time.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Usefull links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://search.cpan.org/ http://search.cpan.org/] || Search the &#039;&#039;&#039;Comprehensive Perl Archive Network&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= command line tips =&lt;br /&gt;
&lt;br /&gt;
Check the validity of your scripts:&lt;br /&gt;
  perl -c &amp;lt;scriptname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With additional library paths:&lt;br /&gt;
  perl -I ../somelib -c &amp;lt;scriptname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alter a file by changing all &#039;&#039;&#039;FOO&#039;&#039;&#039;&#039;s by &#039;&#039;&#039;BAR&#039;&#039;&#039;&#039;s:&lt;br /&gt;
  perl -pi -e &#039;s!FOO!BAR!&#039; &amp;lt;filename&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= usefull modules =&lt;br /&gt;
Some modules I find handy&lt;br /&gt;
== [http://search.cpan.org/perldoc/Data::Dumper Data::Dumper] ==&lt;br /&gt;
let&#039;s you dump data structions in a readable format.&lt;br /&gt;
&lt;br /&gt;
== [http://www.template-toolkit.org/ Template] ==&lt;br /&gt;
Andy Wardley&#039;s very workable templating engine.&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Storable Storable] ==&lt;br /&gt;
Persistence for Perl data structures. Save&#039;s a lot of nitpicking with reading and writting files that&#039;s don&#039;t need to be accessed by anything else then a perlscript e.g. temporary data for CGI&#039;s and daemons.&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Net::LDAP Net::LDAP] ==&lt;br /&gt;
A very comprehensive way to work with [[LDAP|Lightweight Directory Access Protocol]]&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Sys::Syslog Sys::Syslog] ==&lt;br /&gt;
Perl interface to the UNIX syslog(3) calls. Why bother writting and maintaining logfiles when someones else can do it?&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Spreadsheet::WriteExcel Spreadsheet::WriteExcel] ==&lt;br /&gt;
&lt;br /&gt;
[[Category:scripting]]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Perl&amp;diff=1985</id>
		<title>Perl</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Perl&amp;diff=1985"/>
		<updated>2007-02-09T23:17:10Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: /* [http://search.cpan.org/perldoc/Net::LDAP Net::LDAP] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Practical Extraction and Report Language&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;-or- &#039;&#039;Pathologically Eclectic Rubbish Lister&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the Wikipedia:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Perl is a dynamic programming language created by Larry Wall and first released in 1987. Perl borrows features from a variety of other languages including C, shell scripting (sh), AWK, sed and Lisp.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Structurally, Perl is based on the brace-delimited block style of AWK and C, and was widely adopted for its strengths in string processing, and lack of the arbitrary limitations of many scripting languages at the time.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Usefull links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://search.cpan.org/ http://search.cpan.org/] || Search the &#039;&#039;&#039;Comprehensive Perl Archive Network&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= command line tips =&lt;br /&gt;
&lt;br /&gt;
Check the validity of your scripts:&lt;br /&gt;
  perl -c &amp;lt;scriptname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With additional library paths:&lt;br /&gt;
  perl -I ../somelib -c &amp;lt;scriptname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alter a file by changing all &#039;&#039;&#039;FOO&#039;&#039;&#039;&#039;s by &#039;&#039;&#039;BAR&#039;&#039;&#039;&#039;s:&lt;br /&gt;
  perl -pi -e &#039;s!FOO!BAR!&#039; &amp;lt;filename&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= usefull modules =&lt;br /&gt;
Some modules I find handy&lt;br /&gt;
== [http://search.cpan.org/perldoc/Data::Dumper Data::Dumper] ==&lt;br /&gt;
let&#039;s you dump data structions in a readable format.&lt;br /&gt;
&lt;br /&gt;
== [http://www.template-toolkit.org/ Template] ==&lt;br /&gt;
Andy Wardley&#039;s very workable templating engine.&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Storable Storable] ==&lt;br /&gt;
Persistence for Perl data structures. Save&#039;s a lot of nitpicking with reading and writting files that&#039;s don&#039;t need to be accessed by anything else then a perlscript e.g. temporary data for CGI&#039;s and daemons.&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Net::LDAP Net::LDAP] ==&lt;br /&gt;
A very comprehensive way to work with [[LDAP|Lightweight Directory Access Protocol]]&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Sys::Syslog Sys::Syslog] ==&lt;br /&gt;
== [http://search.cpan.org/perldoc/Spreadsheet::WriteExcel Spreadsheet::WriteExcel] ==&lt;br /&gt;
&lt;br /&gt;
[[Category:scripting]]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Perl&amp;diff=1984</id>
		<title>Perl</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Perl&amp;diff=1984"/>
		<updated>2007-02-09T23:16:06Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: /* [http://search.cpan.org/perldoc/Storable Storable] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Practical Extraction and Report Language&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;-or- &#039;&#039;Pathologically Eclectic Rubbish Lister&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the Wikipedia:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Perl is a dynamic programming language created by Larry Wall and first released in 1987. Perl borrows features from a variety of other languages including C, shell scripting (sh), AWK, sed and Lisp.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Structurally, Perl is based on the brace-delimited block style of AWK and C, and was widely adopted for its strengths in string processing, and lack of the arbitrary limitations of many scripting languages at the time.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Usefull links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://search.cpan.org/ http://search.cpan.org/] || Search the &#039;&#039;&#039;Comprehensive Perl Archive Network&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= command line tips =&lt;br /&gt;
&lt;br /&gt;
Check the validity of your scripts:&lt;br /&gt;
  perl -c &amp;lt;scriptname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With additional library paths:&lt;br /&gt;
  perl -I ../somelib -c &amp;lt;scriptname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alter a file by changing all &#039;&#039;&#039;FOO&#039;&#039;&#039;&#039;s by &#039;&#039;&#039;BAR&#039;&#039;&#039;&#039;s:&lt;br /&gt;
  perl -pi -e &#039;s!FOO!BAR!&#039; &amp;lt;filename&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= usefull modules =&lt;br /&gt;
Some modules I find handy&lt;br /&gt;
== [http://search.cpan.org/perldoc/Data::Dumper Data::Dumper] ==&lt;br /&gt;
let&#039;s you dump data structions in a readable format.&lt;br /&gt;
&lt;br /&gt;
== [http://www.template-toolkit.org/ Template] ==&lt;br /&gt;
Andy Wardley&#039;s very workable templating engine.&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Storable Storable] ==&lt;br /&gt;
Persistence for Perl data structures. Save&#039;s a lot of nitpicking with reading and writting files that&#039;s don&#039;t need to be accessed by anything else then a perlscript e.g. temporary data for CGI&#039;s and daemons.&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Net::LDAP Net::LDAP] ==&lt;br /&gt;
== [http://search.cpan.org/perldoc/Sys::Syslog Sys::Syslog] ==&lt;br /&gt;
== [http://search.cpan.org/perldoc/Spreadsheet::WriteExcel Spreadsheet::WriteExcel] ==&lt;br /&gt;
&lt;br /&gt;
[[Category:scripting]]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Perl&amp;diff=1983</id>
		<title>Perl</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Perl&amp;diff=1983"/>
		<updated>2007-02-09T23:13:55Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: /* usefull modules */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Practical Extraction and Report Language&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;-or- &#039;&#039;Pathologically Eclectic Rubbish Lister&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the Wikipedia:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Perl is a dynamic programming language created by Larry Wall and first released in 1987. Perl borrows features from a variety of other languages including C, shell scripting (sh), AWK, sed and Lisp.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Structurally, Perl is based on the brace-delimited block style of AWK and C, and was widely adopted for its strengths in string processing, and lack of the arbitrary limitations of many scripting languages at the time.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Usefull links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://search.cpan.org/ http://search.cpan.org/] || Search the &#039;&#039;&#039;Comprehensive Perl Archive Network&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= command line tips =&lt;br /&gt;
&lt;br /&gt;
Check the validity of your scripts:&lt;br /&gt;
  perl -c &amp;lt;scriptname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With additional library paths:&lt;br /&gt;
  perl -I ../somelib -c &amp;lt;scriptname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alter a file by changing all &#039;&#039;&#039;FOO&#039;&#039;&#039;&#039;s by &#039;&#039;&#039;BAR&#039;&#039;&#039;&#039;s:&lt;br /&gt;
  perl -pi -e &#039;s!FOO!BAR!&#039; &amp;lt;filename&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= usefull modules =&lt;br /&gt;
Some modules I find handy&lt;br /&gt;
== [http://search.cpan.org/perldoc/Data::Dumper Data::Dumper] ==&lt;br /&gt;
let&#039;s you dump data structions in a readable format.&lt;br /&gt;
&lt;br /&gt;
== [http://www.template-toolkit.org/ Template] ==&lt;br /&gt;
Andy Wardley&#039;s very workable templating engine.&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Storable Storable] ==&lt;br /&gt;
&lt;br /&gt;
== [http://search.cpan.org/perldoc/Net::LDAP Net::LDAP] ==&lt;br /&gt;
== [http://search.cpan.org/perldoc/Sys::Syslog Sys::Syslog] ==&lt;br /&gt;
== [http://search.cpan.org/perldoc/Spreadsheet::WriteExcel Spreadsheet::WriteExcel] ==&lt;br /&gt;
&lt;br /&gt;
[[Category:scripting]]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Perl&amp;diff=1982</id>
		<title>Perl</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Perl&amp;diff=1982"/>
		<updated>2007-02-09T23:08:45Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: /* [search.cpan.org/perldoc/Data::Dumper Data::Dumper] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Practical Extraction and Report Language&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;-or- &#039;&#039;Pathologically Eclectic Rubbish Lister&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the Wikipedia:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Perl is a dynamic programming language created by Larry Wall and first released in 1987. Perl borrows features from a variety of other languages including C, shell scripting (sh), AWK, sed and Lisp.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Structurally, Perl is based on the brace-delimited block style of AWK and C, and was widely adopted for its strengths in string processing, and lack of the arbitrary limitations of many scripting languages at the time.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Usefull links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://search.cpan.org/ http://search.cpan.org/] || Search the &#039;&#039;&#039;Comprehensive Perl Archive Network&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= command line tips =&lt;br /&gt;
&lt;br /&gt;
Check the validity of your scripts:&lt;br /&gt;
  perl -c &amp;lt;scriptname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With additional library paths:&lt;br /&gt;
  perl -I ../somelib -c &amp;lt;scriptname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alter a file by changing all &#039;&#039;&#039;FOO&#039;&#039;&#039;&#039;s by &#039;&#039;&#039;BAR&#039;&#039;&#039;&#039;s:&lt;br /&gt;
  perl -pi -e &#039;s!FOO!BAR!&#039; &amp;lt;filename&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= usefull modules =&lt;br /&gt;
Some modules I find handy&lt;br /&gt;
== [http://search.cpan.org/perldoc/Data::Dumper Data::Dumper] ==&lt;br /&gt;
let&#039;s you dump data structions in a readable format.&lt;br /&gt;
&lt;br /&gt;
== [http://www.template-toolkit.org/ Template] ==&lt;br /&gt;
Andy Wardley&#039;s very workable templating engine.&lt;br /&gt;
&lt;br /&gt;
[[Category:scripting]]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Perl&amp;diff=1981</id>
		<title>Perl</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Perl&amp;diff=1981"/>
		<updated>2007-02-09T23:08:25Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: /* command line tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Practical Extraction and Report Language&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;-or- &#039;&#039;Pathologically Eclectic Rubbish Lister&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the Wikipedia:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Perl is a dynamic programming language created by Larry Wall and first released in 1987. Perl borrows features from a variety of other languages including C, shell scripting (sh), AWK, sed and Lisp.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Structurally, Perl is based on the brace-delimited block style of AWK and C, and was widely adopted for its strengths in string processing, and lack of the arbitrary limitations of many scripting languages at the time.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Usefull links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://search.cpan.org/ http://search.cpan.org/] || Search the &#039;&#039;&#039;Comprehensive Perl Archive Network&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= command line tips =&lt;br /&gt;
&lt;br /&gt;
Check the validity of your scripts:&lt;br /&gt;
  perl -c &amp;lt;scriptname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With additional library paths:&lt;br /&gt;
  perl -I ../somelib -c &amp;lt;scriptname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alter a file by changing all &#039;&#039;&#039;FOO&#039;&#039;&#039;&#039;s by &#039;&#039;&#039;BAR&#039;&#039;&#039;&#039;s:&lt;br /&gt;
  perl -pi -e &#039;s!FOO!BAR!&#039; &amp;lt;filename&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= usefull modules =&lt;br /&gt;
Some modules I find handy&lt;br /&gt;
== [search.cpan.org/perldoc/Data::Dumper Data::Dumper] ==&lt;br /&gt;
let&#039;s you dump data structions in a readable format.&lt;br /&gt;
&lt;br /&gt;
== [http://www.template-toolkit.org/ Template] ==&lt;br /&gt;
Andy Wardley&#039;s very workable templating engine.&lt;br /&gt;
&lt;br /&gt;
[[Category:scripting]]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Perl&amp;diff=1980</id>
		<title>Perl</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Perl&amp;diff=1980"/>
		<updated>2007-02-09T23:03:41Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Practical Extraction and Report Language&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;-or- &#039;&#039;Pathologically Eclectic Rubbish Lister&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the Wikipedia:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Perl is a dynamic programming language created by Larry Wall and first released in 1987. Perl borrows features from a variety of other languages including C, shell scripting (sh), AWK, sed and Lisp.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Structurally, Perl is based on the brace-delimited block style of AWK and C, and was widely adopted for its strengths in string processing, and lack of the arbitrary limitations of many scripting languages at the time.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Usefull links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://search.cpan.org/ http://search.cpan.org/] || Search the &#039;&#039;&#039;Comprehensive Perl Archive Network&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= command line tips =&lt;br /&gt;
&lt;br /&gt;
Check the validity of your scripts:&lt;br /&gt;
  perl -c &amp;lt;scriptname&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
With additional library paths:&lt;br /&gt;
  perl -I ../somelib -c &amp;lt;scriptname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alter a file by changing all &#039;&#039;&#039;FOO&#039;&#039;&#039;&#039;s by &#039;&#039;&#039;BAR&#039;&#039;&#039;&#039;s:&lt;br /&gt;
  perl -pi -e &#039;s!FOO!BAR!&#039; &amp;lt;filename&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:scripting]]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Cfengine&amp;diff=1978</id>
		<title>Cfengine</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Cfengine&amp;diff=1978"/>
		<updated>2007-02-09T22:52:40Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;From the [http://www.cfengine.org/ site]:&lt;br /&gt;
&amp;lt;blockquote&amp;gt; Cfengine, or the [http://www.cfengine.org/cfdetails.html configuration engine] is an [http://www.cfengine.org/daystrom.html autonomous agent] and a middle to high level policy language and agent for building expert systems to administrate and configure large computer networks. Cfengine is designed to be a part of a computer immune system[http://www.iu.hio.no/~mark/research/immune]. It is ideal for cluster management and has been adopted for use all over the world in small and huge organizations&lt;br /&gt;
alike.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Usefull links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cfengine.org/ http://www.cfengine.org/] || CFengine homepage&lt;br /&gt;
|-&lt;br /&gt;
| [http://sial.org/howto/cfengine/ http://sial.org/howto/cfengine/] || A cfengine howto&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= cfengine commandline tips =&lt;br /&gt;
&lt;br /&gt;
== cfagent use ==&lt;br /&gt;
&lt;br /&gt;
Run an &#039;&#039;&#039;update&#039;&#039;&#039; of the configuration files &#039;&#039;&#039;now&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
  cfagent -Bqv&lt;br /&gt;
&lt;br /&gt;
Run cfagent now&lt;br /&gt;
&lt;br /&gt;
  cfagent -Kqv&lt;br /&gt;
&lt;br /&gt;
Show what classes are active&lt;br /&gt;
&lt;br /&gt;
  cfagent -pv&lt;br /&gt;
&lt;br /&gt;
== configfile maintenance ==&lt;br /&gt;
&lt;br /&gt;
Create a list of directory entries from a given folder &lt;br /&gt;
  find /opt/ -type d -printf &amp;quot;%p o=%u g=%g mode=%m\n&amp;quot;&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Cfengine&amp;diff=1977</id>
		<title>Cfengine</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Cfengine&amp;diff=1977"/>
		<updated>2007-02-09T22:51:56Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;From the [http://www.cfengine.org/ site]:&lt;br /&gt;
&amp;lt;blockquote&amp;gt; Cfengine, or the [http://www.cfengine.org/cfdetails.html configuration engine] is an [http://www.cfengine.org/daystrom.html autonomous agent] and a middle to high level policy language and agent for building expert systems to administrate and configure large computer networks. Cfengine is designed to be a part of a computer immune system[http://www.iu.hio.no/~mark/research/immune]. It is ideal for cluster management and has been adopted for use all over the world in small and huge organizations&lt;br /&gt;
alike.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Usefull links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cfengine.org/ http://www.cfengine.org/] || CFengine homepage&lt;br /&gt;
|-&lt;br /&gt;
| [http://sial.org/howto/cfengine/ http://sial.org/howto/cfengine/] || A cfengine howto&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Hints and tips =&lt;br /&gt;
&lt;br /&gt;
== cfengine commandline ==&lt;br /&gt;
&lt;br /&gt;
=== cfagent use ===&lt;br /&gt;
&lt;br /&gt;
Run an &#039;&#039;&#039;update&#039;&#039;&#039; of the configuration files &#039;&#039;&#039;now&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
  cfagent -Bqv&lt;br /&gt;
&lt;br /&gt;
Run cfagent now&lt;br /&gt;
&lt;br /&gt;
  cfagent -Kqv&lt;br /&gt;
&lt;br /&gt;
Show what classes are active&lt;br /&gt;
&lt;br /&gt;
  cfagent -pv&lt;br /&gt;
&lt;br /&gt;
=== configfile maintenance ===&lt;br /&gt;
&lt;br /&gt;
Create a list of directory entries from a given folder &lt;br /&gt;
  find /opt/ -type d -printf &amp;quot;%p o=%u g=%g mode=%m\n&amp;quot;&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Cfengine&amp;diff=1976</id>
		<title>Cfengine</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Cfengine&amp;diff=1976"/>
		<updated>2007-02-09T22:50:12Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;From the [http://www.cfengine.org/ site]:&lt;br /&gt;
&amp;lt;blockquote&amp;gt; Cfengine, or the [http://www.cfengine.org/cfdetails.html configuration engine] is an [http://www.cfengine.org/daystrom.html autonomous agent] and a middle to high level policy language and agent for building expert systems to administrate and configure large computer networks. Cfengine is designed to be a part of a computer immune system[http://www.iu.hio.no/~mark/research/immune]. It is ideal for cluster management and has been adopted for use all over the world in small and huge organizations&lt;br /&gt;
alike.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Usefull links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cfengine.org/ http://www.cfengine.org/] || CFengine homepage&lt;br /&gt;
|-&lt;br /&gt;
| [http://sial.org/howto/cfengine/ http://sial.org/howto/cfengine/] || A cfengine howto&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== cfengine commandline tips ==&lt;br /&gt;
&lt;br /&gt;
=== cfagent use ===&lt;br /&gt;
&lt;br /&gt;
Run an &#039;&#039;&#039;update&#039;&#039;&#039; of the configuration files &#039;&#039;&#039;now&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
  cfagent -Bqv&lt;br /&gt;
&lt;br /&gt;
Run cfagent now&lt;br /&gt;
&lt;br /&gt;
  cfagent -Kqv&lt;br /&gt;
&lt;br /&gt;
Show what classes are active&lt;br /&gt;
&lt;br /&gt;
  cfagent -pv&lt;br /&gt;
&lt;br /&gt;
=== configfile maintenance ===&lt;br /&gt;
&lt;br /&gt;
Create a list of directory entries from a given folder &lt;br /&gt;
  find /opt/ -type d -printf &amp;quot;%p o=%u g=%g mode=%m\n&amp;quot;&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Cfengine&amp;diff=1975</id>
		<title>Cfengine</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Cfengine&amp;diff=1975"/>
		<updated>2007-02-09T22:49:22Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;From the [http://www.cfengine.org/ site]:&lt;br /&gt;
&amp;lt;blockquote&amp;gt; Cfengine, or the [http://www.cfengine.org/cfdetails.html configuration engine] is an [http://www.cfengine.org/daystrom.html autonomous agent] and a middle to high level policy language and agent for building expert systems to administrate and configure large computer networks. Cfengine is designed to be a part of a computer immune system[http://www.iu.hio.no/~mark/research/immune]. It is ideal for cluster management and has been adopted for use all over the world in small and huge organizations&lt;br /&gt;
alike.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:600px;&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Usefull links&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cfengine.org/ http://www.cfengine.org/] || CFengine homepage&lt;br /&gt;
|-&lt;br /&gt;
| [http://sial.org/howto/cfengine/ http://sial.org/howto/cfengine/] || A cfengine howto&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== cfengine commandline tips ==&lt;br /&gt;
&lt;br /&gt;
=== cfagent use ===&lt;br /&gt;
&lt;br /&gt;
Run an &#039;&#039;&#039;update&#039;&#039;&#039; of the configuration files &#039;&#039;&#039;now&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
  cfagent -Bqv&lt;br /&gt;
&lt;br /&gt;
Run cfagent now&lt;br /&gt;
&lt;br /&gt;
  cfagent -Kqv&lt;br /&gt;
&lt;br /&gt;
Show what classes are active&lt;br /&gt;
&lt;br /&gt;
  cfagent -pv&lt;br /&gt;
=== configfile maintenance ===&lt;br /&gt;
&lt;br /&gt;
Create a list of directory entries from a given folder &lt;br /&gt;
  find /opt/ -type d -printf &amp;quot;%p o=%u g=%g mode=%m\n&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Main_Page&amp;diff=1974</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Main_Page&amp;diff=1974"/>
		<updated>2007-02-09T22:43:59Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Den Haan IT Services Wiki =&lt;br /&gt;
&lt;br /&gt;
* [[Network]]&lt;br /&gt;
* [[Distributions]]&lt;br /&gt;
* [[Software]]&lt;br /&gt;
* [[Programming]]&lt;br /&gt;
* [[System administration]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* [[Notes]]&lt;br /&gt;
* [[Mediawiki]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| align=right border=0 cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
| Den Haan IT Services&lt;br /&gt;
| http://www.dhits.nl/&lt;br /&gt;
|-&lt;br /&gt;
| Tony&#039;s homepage&lt;br /&gt;
| http://www.tuxick.net/&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Main_Page&amp;diff=1973</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Main_Page&amp;diff=1973"/>
		<updated>2007-02-09T22:42:15Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Den Haan IT Services Wiki =&lt;br /&gt;
&lt;br /&gt;
* [[Network]]&lt;br /&gt;
* [[Distributions]]&lt;br /&gt;
* [[Software]]&lt;br /&gt;
* [[Programming]]&lt;br /&gt;
* [[System administration]]&lt;br /&gt;
&lt;br /&gt;
* [[Notes]]&lt;br /&gt;
* [[Mediawiki]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| align=right border=0 cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
| Den Haan IT Services&lt;br /&gt;
| http://www.dhits.nl/&lt;br /&gt;
|-&lt;br /&gt;
| Tony&#039;s homepage&lt;br /&gt;
| http://www.tuxick.net/&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Distributions&amp;diff=1972</id>
		<title>Distributions</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Distributions&amp;diff=1972"/>
		<updated>2007-02-09T22:39:20Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[Linux]]&lt;br /&gt;
** [[Gentoo]]&lt;br /&gt;
** [[RedHat]]&lt;br /&gt;
** [[Slackware]]&lt;br /&gt;
** [[Debian]]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Distributions&amp;diff=1971</id>
		<title>Distributions</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Distributions&amp;diff=1971"/>
		<updated>2007-02-09T22:37:43Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Linux]]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Main_Page&amp;diff=1970</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Main_Page&amp;diff=1970"/>
		<updated>2007-02-09T22:37:37Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: /* DHITS wiki */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Den Haan IT Services Wiki =&lt;br /&gt;
&lt;br /&gt;
* [[Network]]&lt;br /&gt;
* [[Distributions]]&lt;br /&gt;
* [[Software]]&lt;br /&gt;
*[[Mediawiki]]&lt;br /&gt;
*[[Programming]]&lt;br /&gt;
*[[System administration]]&lt;br /&gt;
&lt;br /&gt;
*[[Notes]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| align=right border=0 cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
| Den Haan IT Services&lt;br /&gt;
| http://www.dhits.nl/&lt;br /&gt;
|-&lt;br /&gt;
| Tony&#039;s homepage&lt;br /&gt;
| http://www.tuxick.net/&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
	<entry>
		<id>https://wiki.dhits.nl/index.php?title=Notes&amp;diff=1969</id>
		<title>Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.dhits.nl/index.php?title=Notes&amp;diff=1969"/>
		<updated>2007-02-09T22:29:20Z</updated>

		<summary type="html">&lt;p&gt;JYDawg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[DVD]]&lt;/div&gt;</summary>
		<author><name>JYDawg</name></author>
	</entry>
</feed>