<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Sogoth Tech</title>
	
	<link>http://sogoth.com</link>
	<description>My information to help others</description>
	<lastBuildDate>Tue, 14 Feb 2012 21:03:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SogothTech" /><feedburner:info uri="sogothtech" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Delete/Empty Qmail of all mail</title>
		<link>http://feedproxy.google.com/~r/SogothTech/~3/903v7VQ6iMU/</link>
		<comments>http://sogoth.com/?p=420#comments</comments>
		<pubDate>Tue, 14 Feb 2012 21:03:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[qmail]]></category>
		<category><![CDATA[delete qmail messages]]></category>
		<category><![CDATA[empty qmail]]></category>

		<guid isPermaLink="false">http://sogoth.com/?p=420</guid>
		<description><![CDATA[IF qmail gets full of mail a quick/simple way to delete it all is the following: Stop qmail go to cd /var/qmail/queue Type: find intd todo local remote mess info bounce -type f -print &#124;xargs rm Once done start qmail again]]></description>
			<content:encoded><![CDATA[<p>IF qmail gets full of mail a quick/simple way to delete it all is the following:</p>
<pre>
<ol>
<li> Stop qmail</li>
<li> go to cd /var/qmail/queue</li>
<li> Type: find intd todo local remote mess info bounce -type f -print |xargs rm </li>
<li> Once done start qmail again</li>
</ol>
</pre>

<p><a href="http://feedads.g.doubleclick.net/~a/FhQcHSQdRBgJrY8YDEFLkpq2Zxk/0/da"><img src="http://feedads.g.doubleclick.net/~a/FhQcHSQdRBgJrY8YDEFLkpq2Zxk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/FhQcHSQdRBgJrY8YDEFLkpq2Zxk/1/da"><img src="http://feedads.g.doubleclick.net/~a/FhQcHSQdRBgJrY8YDEFLkpq2Zxk/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SogothTech/~4/903v7VQ6iMU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sogoth.com/?feed=rss2&amp;p=420</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sogoth.com/?p=420</feedburner:origLink></item>
		<item>
		<title>Count IP’s in Apache/httpd log file</title>
		<link>http://feedproxy.google.com/~r/SogothTech/~3/buh7Z-045-0/</link>
		<comments>http://sogoth.com/?p=418#comments</comments>
		<pubDate>Sun, 12 Feb 2012 21:35:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[filter ip]]></category>
		<category><![CDATA[ip summary]]></category>
		<category><![CDATA[log file count ip's]]></category>
		<category><![CDATA[number of times a ip access server]]></category>

		<guid isPermaLink="false">http://sogoth.com/?p=418</guid>
		<description><![CDATA[Just a quick method to count how many times an IP has accessed your webserver. from the command line type: awk '{!a[$1]++}END{for(i in a) if ( a[i] >10 ) print a[i],i }' filename where filename is the name/location of the file, example: /var/log/httpd/access_log]]></description>
			<content:encoded><![CDATA[<p>Just a quick method to count how many times an IP has accessed your webserver. </p>
<p>from the command line type:</p>
<pre>
awk '{!a[$1]++}END{for(i in a) if ( a[i] >10 ) print a[i],i }' filename
</pre>
<p>where filename is the name/location of the file, example: /var/log/httpd/access_log</p>

<p><a href="http://feedads.g.doubleclick.net/~a/rvEd5tQxyY8a5fg9T558YlMrwAc/0/da"><img src="http://feedads.g.doubleclick.net/~a/rvEd5tQxyY8a5fg9T558YlMrwAc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/rvEd5tQxyY8a5fg9T558YlMrwAc/1/da"><img src="http://feedads.g.doubleclick.net/~a/rvEd5tQxyY8a5fg9T558YlMrwAc/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SogothTech/~4/buh7Z-045-0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sogoth.com/?feed=rss2&amp;p=418</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sogoth.com/?p=418</feedburner:origLink></item>
		<item>
		<title>Windows 7 – check system configuration and directx version</title>
		<link>http://feedproxy.google.com/~r/SogothTech/~3/iVSlonp0U7c/</link>
		<comments>http://sogoth.com/?p=415#comments</comments>
		<pubDate>Thu, 09 Feb 2012 08:01:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Desktop]]></category>
		<category><![CDATA[directx version]]></category>
		<category><![CDATA[system information]]></category>
		<category><![CDATA[windows 7 direct x]]></category>

		<guid isPermaLink="false">http://sogoth.com/?p=415</guid>
		<description><![CDATA[A quick way to pull up system information details (motherboard model, direct x version, cpy etc&#8230;) is to type in the run box the following: dxdiag Press enter and the details of the computer are available.]]></description>
			<content:encoded><![CDATA[<p>A quick way to pull up system information details (motherboard model, direct x version, cpy etc&#8230;) is to type in the run box the following:</p>
<pre>
dxdiag
</pre>
<p>Press enter and the details of the computer are available. </p>

<p><a href="http://feedads.g.doubleclick.net/~a/wm34k2V813_UDY90CSf1aFT8U7g/0/da"><img src="http://feedads.g.doubleclick.net/~a/wm34k2V813_UDY90CSf1aFT8U7g/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/wm34k2V813_UDY90CSf1aFT8U7g/1/da"><img src="http://feedads.g.doubleclick.net/~a/wm34k2V813_UDY90CSf1aFT8U7g/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SogothTech/~4/iVSlonp0U7c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sogoth.com/?feed=rss2&amp;p=415</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sogoth.com/?p=415</feedburner:origLink></item>
		<item>
		<title>httpd – unable to access logs (plesk)</title>
		<link>http://feedproxy.google.com/~r/SogothTech/~3/Od3ZqOTYnKY/</link>
		<comments>http://sogoth.com/?p=412#comments</comments>
		<pubDate>Wed, 01 Feb 2012 09:43:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[httpd]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[apache wont start]]></category>
		<category><![CDATA[httpd wont start]]></category>
		<category><![CDATA[plesk unable to access logs]]></category>
		<category><![CDATA[unable to access logs]]></category>

		<guid isPermaLink="false">http://sogoth.com/?p=412</guid>
		<description><![CDATA[For some reason, with plesk, sometimes when trying to start httpd you will find the error message &#8220;unable to access logs&#8221; in the error_log. A work around is to add the following line to the top of 2 files (/etc/init.d/httpd and /usr/sbin/apachectl). ulimit -n 2048]]></description>
			<content:encoded><![CDATA[<p>For some reason, with plesk, sometimes when trying to start httpd you will find the error message &#8220;unable to access logs&#8221; in the error_log. </p>
<p>A work around is to add the following line to the top of 2 files (/etc/init.d/httpd and /usr/sbin/apachectl). </p>
<pre>
ulimit -n 2048
</pre>

<p><a href="http://feedads.g.doubleclick.net/~a/zorufldRKuE67184pk_PXqd6HUA/0/da"><img src="http://feedads.g.doubleclick.net/~a/zorufldRKuE67184pk_PXqd6HUA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/zorufldRKuE67184pk_PXqd6HUA/1/da"><img src="http://feedads.g.doubleclick.net/~a/zorufldRKuE67184pk_PXqd6HUA/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SogothTech/~4/Od3ZqOTYnKY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sogoth.com/?feed=rss2&amp;p=412</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sogoth.com/?p=412</feedburner:origLink></item>
		<item>
		<title>Div overlay on Flash video/Youtube Iframe</title>
		<link>http://feedproxy.google.com/~r/SogothTech/~3/T65WsbFrmMY/</link>
		<comments>http://sogoth.com/?p=410#comments</comments>
		<pubDate>Mon, 30 Jan 2012 14:30:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[div over youtube video]]></category>
		<category><![CDATA[div overlay on flash]]></category>
		<category><![CDATA[flash overlay]]></category>
		<category><![CDATA[youtube video]]></category>

		<guid isPermaLink="false">http://sogoth.com/?p=410</guid>
		<description><![CDATA[When inserting a flash video into a website, by default it will show up over anything else on the site. To get around that you have to add the following: For just a flash video, by itself into a page add the following to the &#60;object &#8230;&#62;&#60;/object&#62; value. &#60;param name="wmode" value="transparent" /&#62; Such that you should [...]]]></description>
			<content:encoded><![CDATA[<p>When inserting a flash video into a website, by default it will show up over anything else on the site. To get around that you have to add the following:</p>
<p>For just a flash video, by itself into a page add the following to the &lt;object &#8230;&gt;&lt;/object&gt; value.</p>
<pre>&lt;param name="wmode" value="transparent" /&gt;</pre>
<p>Such that you should see:</p>
<pre>&lt;object&gt;
&lt;param name="wmode" value="transparent" /&gt;</pre>
<p>&lt;/object&gt;</pre>
<p>If the flash video is a youtube video, add the following to the iframe source link:</p>
<pre>?wmode=transparent</pre>
<p>OR if there is other parameters, use:</p>
<pre> &#038;wmode=transparent</pre>
<p>Example would be src="http://www.youtube.com/embed/da78h2c2r?wmode=transparent"  or src="http://www.youtube.com/embed/da78h2c2r?rel=0&#038;wmode=transparent"</p>
<pre>note: like a GET method page</pre>

<p><a href="http://feedads.g.doubleclick.net/~a/EpwiSgQ2SVjVMcvEmq8lHAWMdr8/0/da"><img src="http://feedads.g.doubleclick.net/~a/EpwiSgQ2SVjVMcvEmq8lHAWMdr8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/EpwiSgQ2SVjVMcvEmq8lHAWMdr8/1/da"><img src="http://feedads.g.doubleclick.net/~a/EpwiSgQ2SVjVMcvEmq8lHAWMdr8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SogothTech/~4/T65WsbFrmMY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sogoth.com/?feed=rss2&amp;p=410</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sogoth.com/?p=410</feedburner:origLink></item>
	</channel>
</rss>

