<?xml version="1.0" encoding="UTF-8"?>
 		<rss version="2.0"><channel>
 		<title><![CDATA[Vingaard.dk]]></title>
 		<description><![CDATA[Articles]]></description>
 		<link>http://www.vingaard.dk/</link>
 		<copyright><![CDATA[Copyright Vingaard.dk]]></copyright>
 		<generator>sNews CMS</generator><item>
			<title><![CDATA[How-to: Make a info.php file]]></title>
			<description>
				<![CDATA[
				How to get system information from PHP:<br />
<br />


Create a file named info.php.<br />


Write the following code:<br />


 

<br />

Access the information via e.g:<br />

your-webserver-url/info.php<br />


Subsititue your-webserver-url, with your url.<br />

				]]>
			</description>
			<pubDate>Sat, 03 Mar 2012 18:00:17 +0000</pubDate>
			<link>http://www.vingaard.dk/openbsd-tips-and-help/howto-make-a-infophp-file/</link>
			<guid>http://www.vingaard.dk/openbsd-tips-and-help/howto-make-a-infophp-file/</guid>
			</item><item>
			<title><![CDATA[How-to: Whitelist in Modesecurity]]></title>
			<description>
				<![CDATA[
				If you're using modsecurity version 2.x,<br />

you can white list your website by adding<br />

the following entry to the mod_security<br />

configuration file:<br />
<br />


SecRule SERVER_NAME "Mywebpage.tld" phase:1,nolog,allow,ctl:ruleEngine=off
<br />
<br />

Or if you wnat to whitelist a ip:<br />

SecRule REMOTE_ADDR "@ipMatch XXX.YYY.ZZ.XX" <br />
phase:1,nolog,allow,ctl:ruleEngine=off<br />
<br />


Substitute XXX.YYY.ZZ.XX with the IP <br />
you want
to white list
				]]>
			</description>
			<pubDate>Sat, 03 Mar 2012 17:56:47 +0000</pubDate>
			<link>http://www.vingaard.dk/modsecurity-help/howto-whitelist-in-modesecurity/</link>
			<guid>http://www.vingaard.dk/modsecurity-help/howto-whitelist-in-modesecurity/</guid>
			</item><item>
			<title><![CDATA[A Tsunami of Japan Aid on-line fraud !]]></title>
			<description>
				<![CDATA[
				As the world looks for ways to help the victims of Japan, the darker side of the Internet are now (again) showing it's ugly face.<p><br>

Within a few days since the Japanese earthquake disaster, on-line criminals are trying to exploit the tragedy. As we have seen it with the Haiti disaster (and other events) a numbers of fraudulent websites are now on-line to lure money out of people ,who wants to donate money to support the victims. <p>
A pet-project of mine, (D.I Project) have just found in excess of 100 newly registered 'Japan aid' web domain names. <p><br>While a few may be legitimate organisations, the majority of those websites are from the same criminals, who tried to scam money out from the Haiti disaster.<br><p>  

As always; Those who do receive e-mails soliciting money for Japan, delete them and do support the Red cross, etc. via the official websites.



				]]>
			</description>
			<pubDate>Sun, 13 Mar 2011 11:19:28 +0000</pubDate>
			<link>http://www.vingaard.dk/research-resources/a-tsunami-of-japan-aid-online-fraud-/</link>
			<guid>http://www.vingaard.dk/research-resources/a-tsunami-of-japan-aid-online-fraud-/</guid>
			</item><item>
			<title><![CDATA[OpenBSD with PHP]]></title>
			<description>
				<![CDATA[
				<strong>Howto:</strong>
(setting the path for fetching packages - use a local mirror!)<br />
<em>export PKG_PATH=http://ftp.openbsd.dk/pub/OpenBSD/5.0/packages/i386/   </em><br />
<br />
Then :<br />

# <em>pkg_add -v php5-core</em><br />
It will now download, e.g:<br />
<em>php5-core-5.2.12p1:libiconv-1.13p0: ok (3 to go)   <br />
      
To enable the php5 module please create a symbolic
link from /var/www/conf/modules.sample/php5.conf
to /var/www/conf/modules/php5.conf.<br /><br />

<em>ln -s /var/www/conf/modules.sample/php5.conf 
        /var/www/conf/modules</em>
test with a info.php page
<br />

				]]>
			</description>
			<pubDate>Mon, 25 Oct 2010 09:38:19 +0000</pubDate>
			<link>http://www.vingaard.dk/openbsd-tips-and-help/openbsd-with-php/</link>
			<guid>http://www.vingaard.dk/openbsd-tips-and-help/openbsd-with-php/</guid>
			</item><item>
			<title><![CDATA[ping: sendto: No route to host ]]></title>
			<description>
				<![CDATA[
				<strong>Task:</strong>
 OpenBSD network error<br />
<strong>Description: </strong><br />
 ping: sendto: No route to host<br />
<strong>Howto: </strong><br />

<em>route delete default<br />
route add default 192.168.1.1</em>

<br />
<br />Above example shows 192.168.1.1 as gateway.
<br />Modified this IP if your gateway IP are different.

<br />
Source: own trouble shooting
				]]>
			</description>
			<pubDate>Mon, 25 Oct 2010 08:34:45 +0000</pubDate>
			<link>http://www.vingaard.dk/openbsd-tips-and-help/ping-sendto-no-route-to-host-/</link>
			<guid>http://www.vingaard.dk/openbsd-tips-and-help/ping-sendto-no-route-to-host-/</guid>
			</item></channel></rss>