<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Teknober Blog &#187; Administration</title>
	<atom:link href="http://blog.teknober.com/category/administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.teknober.com</link>
	<description>Blog</description>
	<lastBuildDate>Mon, 07 May 2012 09:54:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>OpenSSL loading openssl.cnf</title>
		<link>http://blog.teknober.com/2012/02/08/openssl-loading-openssl-cnf/</link>
		<comments>http://blog.teknober.com/2012/02/08/openssl-loading-openssl-cnf/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 21:17:46 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Apache HTTPd]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Cassandar NoSQL]]></category>
		<category><![CDATA[Database Servers]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[GIT]]></category>
		<category><![CDATA[Internet Information Services]]></category>
		<category><![CDATA[MariaDB Server]]></category>
		<category><![CDATA[Micsoft SQL Server]]></category>
		<category><![CDATA[MySQL Server]]></category>
		<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[PDO]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[Windows Servers]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[openssl config]]></category>
		<category><![CDATA[openssl generate certificate]]></category>
		<category><![CDATA[unable to load openssl.cnf]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=309</guid>
		<description><![CDATA[since the openssl.cnf path is hardcoded in binaries. to alter it on windows set environmental variable (as written): OPENSSLDIR=C:\PATH\TO\OpenSSL\bin OPENSSL_CONF=C:\PATH\TO\OpenSSL\bin\openssl.cnf OPENSSL_CONF doesn&#8217;t work without OPENSSLDIR even if it is set. settings these options will allow you to use your custom configuration files when creating certificates. batch file i use to create certificate GenCERT.bat [save this]]></description>
		<wfw:commentRss>http://blog.teknober.com/2012/02/08/openssl-loading-openssl-cnf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare on Debian 6 with Linux-Kernel-2.6.32-5</title>
		<link>http://blog.teknober.com/2012/01/07/vmware-on-debian-6-with-linux-kernel-2-6-32-5/</link>
		<comments>http://blog.teknober.com/2012/01/07/vmware-on-debian-6-with-linux-kernel-2-6-32-5/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 19:06:31 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware 8 on debian]]></category>
		<category><![CDATA[vmware linux kernel]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=297</guid>
		<description><![CDATA[Installing VMware WorkStation 8 on Debian 6 with Linux-Kernel-2.6.32-5 AMD64 error log: Can&#8217;t locate linux headers apt-get install linux-headers-2.6.32-5-all apt-get install linux-headers-2.6.32-5-all-amd64 apt-get install linux-headers-2.6.32-5-common error log: Can&#8217;t get required utilities make, tar, echo, grep, rmmod, insmod apt-get install dpkg-dev Compile vmware modules before running.]]></description>
		<wfw:commentRss>http://blog.teknober.com/2012/01/07/vmware-on-debian-6-with-linux-kernel-2-6-32-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP PDO using Transactions with TModel::GenerateStatement functions</title>
		<link>http://blog.teknober.com/2011/09/09/php-pdo-using-transactions-with-tmodel-generate-statement-functions/</link>
		<comments>http://blog.teknober.com/2011/09/09/php-pdo-using-transactions-with-tmodel-generate-statement-functions/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 18:27:26 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Database Servers]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[MariaDB Server]]></category>
		<category><![CDATA[MySQL Server]]></category>
		<category><![CDATA[PDO]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[mysql start transaction]]></category>
		<category><![CDATA[PHP PDO]]></category>
		<category><![CDATA[php pdo begin transaction]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=292</guid>
		<description><![CDATA[Only have an example to show using the TModel::GenerateInsertStatement, TModel::GenerateUpdateStatement, TModel::GenerateReplaceStatement In database driver settings for mysql innodb engine, mariadb aria engine: SET AUTOCOMMIT=0; sample: public function panel_set_category_enabled($id_category) { /* start a transaction */ $this-&#62;model-&#62;beginTransaction(); /* set: populate related columns */ $columns = array(); $columns[] = new TModelColumn("enabled", 1, PDO::PARAM_INT); $columns[] = new TModelColumn("date_update", TDate::getDATE_MYSQL(time()),]]></description>
		<wfw:commentRss>http://blog.teknober.com/2011/09/09/php-pdo-using-transactions-with-tmodel-generate-statement-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Dump using Command Line</title>
		<link>http://blog.teknober.com/2011/05/16/mysql-dump-using-command-line/</link>
		<comments>http://blog.teknober.com/2011/05/16/mysql-dump-using-command-line/#comments</comments>
		<pubDate>Mon, 16 May 2011 15:04:53 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[MySQL Server]]></category>
		<category><![CDATA[C DateTime Format]]></category>
		<category><![CDATA[cmd date format]]></category>
		<category><![CDATA[cmd datetime]]></category>
		<category><![CDATA[cmd read output into variable]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqldump]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=211</guid>
		<description><![CDATA[Simple Batch File taking database name as argument: Ref manual: http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html dump.bat [fixed for time  0-30-32.sql was breaking the file name.] :: Date [yy:mm:dd] For /f "tokens=1-3 delims=/. " %%a in ('date /t') do ( set tws_date_yy=%%c set tws_date_mm=%%b set tws_date_dd=%%a ) :: Time [hh:mm] For /f "tokens=1-8 delims=/:." %%a in ('time /t') do (]]></description>
		<wfw:commentRss>http://blog.teknober.com/2011/05/16/mysql-dump-using-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML remove cookies from static files, images etc</title>
		<link>http://blog.teknober.com/2011/03/24/html-remove-cookies-from-static-files-images-etc/</link>
		<comments>http://blog.teknober.com/2011/03/24/html-remove-cookies-from-static-files-images-etc/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 04:08:14 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Apache HTTPd]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[static files]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=173</guid>
		<description><![CDATA[If you have not configured your application and server, it might send them to browser with cookie information. that&#8217;s costing you as extra traffic and slow load times. &#60;FilesMatch "\.(css&#124;js&#124;jpg&#124;jpeg&#124;png&#124;gif)$"&#62; &#60;IfModule mod_headers.c&#62; Header set cookie "" &#60;/IfModule&#62; &#60;/FilesMatch&#62;]]></description>
		<wfw:commentRss>http://blog.teknober.com/2011/03/24/html-remove-cookies-from-static-files-images-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Hide Internet explorer image toolbar using HTTP Header</title>
		<link>http://blog.teknober.com/2011/03/24/html-hide-internet-explorer-image-toolbar-using-http-header/</link>
		<comments>http://blog.teknober.com/2011/03/24/html-hide-internet-explorer-image-toolbar-using-http-header/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 04:03:42 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Apache HTTPd]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[imagetoolbar]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=171</guid>
		<description><![CDATA[on Apache HTTP Server &#60;FilesMatch "\.(jpg&#124;jpeg&#124;png&#124;gif)$"&#62; &#60;IfModule mod_headers.c&#62; Header set imagetoolbar "no" &#60;/IfModule&#62; &#60;/FilesMatch&#62;]]></description>
		<wfw:commentRss>http://blog.teknober.com/2011/03/24/html-hide-internet-explorer-image-toolbar-using-http-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Configuration for Multiple Domains</title>
		<link>http://blog.teknober.com/2011/02/02/apache-configuration-for-multiple-domains/</link>
		<comments>http://blog.teknober.com/2011/02/02/apache-configuration-for-multiple-domains/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 18:10:12 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Apache HTTPd]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[virtualhost]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=137</guid>
		<description><![CDATA[Here is a sample configuration for Apache on Windows. Configuration files are loaded separately. You can download all configuration here. httpd.conf #------------------------------------------------------------------------------ # ServerRoot #------------------------------------------------------------------------------ ServerRoot "D:/Httpd" #------------------------------------------------------------------------------ # HTTP #------------------------------------------------------------------------------ Listen 192.168.1.30:80 #------------------------------------------------------------------------------ # SVN #------------------------------------------------------------------------------ Listen 192.168.1.20:8443 Listen 192.168.1.30:8443 #------------------------------------------------------------------------------ # Modules #------------------------------------------------------------------------------ LoadModule actions_module modules/mod_actions.so LoadModule alias_module modules/mod_alias.so LoadModule asis_module modules/mod_asis.so LoadModule]]></description>
		<wfw:commentRss>http://blog.teknober.com/2011/02/02/apache-configuration-for-multiple-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS SPF and DomainKey record</title>
		<link>http://blog.teknober.com/2011/01/30/dns-spf-and-domainkey-record/</link>
		<comments>http://blog.teknober.com/2011/01/30/dns-spf-and-domainkey-record/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 21:47:57 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Bind]]></category>
		<category><![CDATA[DNS Servers]]></category>
		<category><![CDATA[Microsoft DNS]]></category>
		<category><![CDATA[dkim]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domainkey]]></category>
		<category><![CDATA[spf]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=123</guid>
		<description><![CDATA[This script helps you to generate DNS SPF records and DKIM Keys. Requires: openssl installed and configured How to execute GenDKIM.bat selector mydomain.com GenDKIM.bat @echo off openssl genrsa -out %2.private 1024 openssl rsa -in %2.private -out %2.public -pubout -outform PEM GenDKIM.vbs %1 %2 GenDKIM.vbs ' Generate DKIM for DNS If (Wscript.Arguments.Count &#60; 2) Then Wscript.Echo]]></description>
		<wfw:commentRss>http://blog.teknober.com/2011/01/30/dns-spf-and-domainkey-record/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN Install on Apache on Windows</title>
		<link>http://blog.teknober.com/2011/01/30/svn-install-on-apache-on-windows/</link>
		<comments>http://blog.teknober.com/2011/01/30/svn-install-on-apache-on-windows/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 20:30:33 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Apache HTTPd]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache subversion windows]]></category>
		<category><![CDATA[apache svn windows]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[svn configuration on apache]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=121</guid>
		<description><![CDATA[Download apache 2.2.x.zip [or msi package] extract it to C:/SVN Download and install Subversion 1.6.x C:/Subversion and copy svn modules for apache into SVN/modules directory Append Subversion/bin directory to Windows PATH Configure your Apache-SVN Server referring to following configuration sample [uses SSL] And don&#8217;t forget to read SVN Administration Guide #------------------------------------------------------------------------------ # ServerRoot #------------------------------------------------------------------------------ ServerRoot]]></description>
		<wfw:commentRss>http://blog.teknober.com/2011/01/30/svn-install-on-apache-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.Net Temporary Files Path</title>
		<link>http://blog.teknober.com/2011/01/28/asp-net-temporary-files-path/</link>
		<comments>http://blog.teknober.com/2011/01/28/asp-net-temporary-files-path/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 02:48:27 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Internet Information Services]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[temporary]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=107</guid>
		<description><![CDATA[To change &#8220;Temporary ASP.NET Files&#8221;: go to %WINDIR%\Microsoft.NET\Framework\v2.0.50727\CONFIG\ -&#62; open machine.config -&#62; add the following line to section &#60;system.web&#62; &#60;compilation tempDirectory="C:\WebTemp\" /&#62; &#60;/system.web&#62; -&#62; save and close the file -&#62; restart IIS.]]></description>
		<wfw:commentRss>http://blog.teknober.com/2011/01/28/asp-net-temporary-files-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

