<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Squid Proxy used</title>
	<atom:link href="http://www.kulltech.com/wordpress/archives/77/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kulltech.com/wordpress/archives/77</link>
	<description>David &#38; John's - Home Theater, Adobe Flash, Dome Homes</description>
	<lastBuildDate>Fri, 23 Dec 2011 12:32:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: kindle fire</title>
		<link>http://www.kulltech.com/wordpress/archives/77/comment-page-1#comment-47450</link>
		<dc:creator>kindle fire</dc:creator>
		<pubDate>Fri, 23 Dec 2011 12:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://dkwizard1.servegame.com/wordpress/?p=77#comment-47450</guid>
		<description>If I already have ebooks on the Kindle for PC can I transfer them to an actual Kindle device?</description>
		<content:encoded><![CDATA[<p>If I already have ebooks on the Kindle for PC can I transfer them to an actual Kindle device?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dkull</title>
		<link>http://www.kulltech.com/wordpress/archives/77/comment-page-1#comment-50</link>
		<dc:creator>dkull</dc:creator>
		<pubDate>Tue, 27 Jan 2009 17:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://dkwizard1.servegame.com/wordpress/?p=77#comment-50</guid>
		<description>Batch file to auto delete logs and create a report using sarg
use the at command to do this at midnight
Status ID   Day                     Time          Command Line
-------------------------------------------------------------------------------
        1   Each M T W Th F S Su    11:59 PM      c:\squid\dellogs.bat

dellogs.bat
@echo off
echo Deletes log files daily and restarts squid
Echo Generating report...
C:\sarg\sbin\sarg.exe -p
net stop squid
echo Deleting logs...
del c:\squid\var\logs\access.log
del c:\squid\var\logs\store.log
net start squid</description>
		<content:encoded><![CDATA[<p>Batch file to auto delete logs and create a report using sarg<br />
use the at command to do this at midnight<br />
Status ID   Day                     Time          Command Line<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
        1   Each M T W Th F S Su    11:59 PM      c:\squid\dellogs.bat</p>
<p>dellogs.bat<br />
@echo off<br />
echo Deletes log files daily and restarts squid<br />
Echo Generating report&#8230;<br />
C:\sarg\sbin\sarg.exe -p<br />
net stop squid<br />
echo Deleting logs&#8230;<br />
del c:\squid\var\logs\access.log<br />
del c:\squid\var\logs\store.log<br />
net start squid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dkull</title>
		<link>http://www.kulltech.com/wordpress/archives/77/comment-page-1#comment-49</link>
		<dc:creator>dkull</dc:creator>
		<pubDate>Tue, 27 Jan 2009 17:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://dkwizard1.servegame.com/wordpress/?p=77#comment-49</guid>
		<description>SARG - Does reports based on Squid proxy
http://sarg.sourceforge.net/welcome.php

Squid Analysis Report Generator is a tool that allow you to view &quot;where&quot; your users are going to on the Internet.</description>
		<content:encoded><![CDATA[<p>SARG &#8211; Does reports based on Squid proxy<br />
<a href="http://sarg.sourceforge.net/welcome.php" rel="nofollow">http://sarg.sourceforge.net/welcome.php</a></p>
<p>Squid Analysis Report Generator is a tool that allow you to view &#8220;where&#8221; your users are going to on the Internet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dkull</title>
		<link>http://www.kulltech.com/wordpress/archives/77/comment-page-1#comment-25</link>
		<dc:creator>dkull</dc:creator>
		<pubDate>Wed, 10 Sep 2008 18:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://dkwizard1.servegame.com/wordpress/?p=77#comment-25</guid>
		<description>Download BIND - Windows DNS Server
http://ftp.isc.org/isc/bind9/9.5.0-P2-W1/BIND9.5.0-P2-W1.zip

ZONE FILE Example
http://en.wikipedia.org/wiki/Zone_file


//
// BIND configuration file
//

options {
  // tell named where to find files mentioned below
  directory &quot;C:\WINDOWS\system32\dns\etc&quot;;
  // on a multi-homed host, you might want to tell named
  // to listen for queries only on certain interfaces
  // listen-on { 127.0.0.1; 10.11.12.0/24; };
};

zone &quot;dkwizard1.servegame.com&quot; IN {
  // this is the authoritative server for
  // dkwizard1.servegame.com info
  type master;
  file &quot;dkwizard1.servegame.com.db&quot;;
};</description>
		<content:encoded><![CDATA[<p>Download BIND &#8211; Windows DNS Server<br />
<a href="http://ftp.isc.org/isc/bind9/9.5.0-P2-W1/BIND9.5.0-P2-W1.zip" rel="nofollow">http://ftp.isc.org/isc/bind9/9.5.0-P2-W1/BIND9.5.0-P2-W1.zip</a></p>
<p>ZONE FILE Example<br />
<a href="http://en.wikipedia.org/wiki/Zone_file" rel="nofollow">http://en.wikipedia.org/wiki/Zone_file</a></p>
<p>//<br />
// BIND configuration file<br />
//</p>
<p>options {<br />
  // tell named where to find files mentioned below<br />
  directory &#8220;C:\WINDOWS\system32\dns\etc&#8221;;<br />
  // on a multi-homed host, you might want to tell named<br />
  // to listen for queries only on certain interfaces<br />
  // listen-on { 127.0.0.1; 10.11.12.0/24; };<br />
};</p>
<p>zone &#8220;dkwizard1.servegame.com&#8221; IN {<br />
  // this is the authoritative server for<br />
  // dkwizard1.servegame.com info<br />
  type master;<br />
  file &#8220;dkwizard1.servegame.com.db&#8221;;<br />
};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dkull</title>
		<link>http://www.kulltech.com/wordpress/archives/77/comment-page-1#comment-24</link>
		<dc:creator>dkull</dc:creator>
		<pubDate>Wed, 10 Sep 2008 03:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://dkwizard1.servegame.com/wordpress/?p=77#comment-24</guid>
		<description>Commands to not cache sites:
Modify the squid.conf file and add the following lines:


acl RULENAMEIP dst 67.202.217.94/255.255.255.255
acl RULENAME dstdomain .rialtoschools.org
acl RULENAME dstdomain .echalk.com
acl RULENAME dstdomain .renlearn.com
no_cache deny RULENAME
no_cache deny RULENAMEIP</description>
		<content:encoded><![CDATA[<p>Commands to not cache sites:<br />
Modify the squid.conf file and add the following lines:</p>
<p>acl RULENAMEIP dst 67.202.217.94/255.255.255.255<br />
acl RULENAME dstdomain .rialtoschools.org<br />
acl RULENAME dstdomain .echalk.com<br />
acl RULENAME dstdomain .renlearn.com<br />
no_cache deny RULENAME<br />
no_cache deny RULENAMEIP</p>
]]></content:encoded>
	</item>
</channel>
</rss>

