<?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>The Cyber Corporation o_O</title>
	<atom:link href="http://www.thecybercorporation.com/tcc/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.thecybercorporation.com/tcc</link>
	<description>The Cyber Corporation</description>
	<lastBuildDate>Sat, 26 Jun 2010 11:54:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHPMyAdmin auto login</title>
		<link>http://www.thecybercorporation.com/tcc/?p=192</link>
		<comments>http://www.thecybercorporation.com/tcc/?p=192#comments</comments>
		<pubDate>Sat, 26 Jun 2010 11:54:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open SOS]]></category>

		<guid isPermaLink="false">http://www.thecybercorporation.com/tcc/?p=192</guid>
		<description><![CDATA[Add to config.inc.php
$cfg['Servers'][$i]['user'] = &#8216;usernameHere&#8217;;
$cfg['Servers'][$i]['password'] = &#8216;passwordHere&#8217;;
$cfg['PmaAbsoluteUri'] = &#8216;http://&#8230;&#8230;&#8230;..HERE&#8217;;
$cfg['ThemePath']           = &#8216;./themes&#8217;;
$cfg['ThemeManager']        = FALSE;
]]></description>
		<wfw:commentRss>http://www.thecybercorporation.com/tcc/?feed=rss2&amp;p=192</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>creating self signed certificate with 1 command &#8211; pure-ftpd</title>
		<link>http://www.thecybercorporation.com/tcc/?p=190</link>
		<comments>http://www.thecybercorporation.com/tcc/?p=190#comments</comments>
		<pubDate>Mon, 07 Jun 2010 16:30:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open SOS]]></category>

		<guid isPermaLink="false">http://www.thecybercorporation.com/tcc/?p=190</guid>
		<description><![CDATA[openssl req -x509 -nodes -newkey rsa:1024 -keyout
/etc/ssl/private/pure-ftpd.pem
-out /etc/ssl/private/pure-ftpd.pem
]]></description>
		<wfw:commentRss>http://www.thecybercorporation.com/tcc/?feed=rss2&amp;p=190</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a self-signed cert with one command</title>
		<link>http://www.thecybercorporation.com/tcc/?p=187</link>
		<comments>http://www.thecybercorporation.com/tcc/?p=187#comments</comments>
		<pubDate>Mon, 08 Mar 2010 18:55:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open SOS]]></category>

		<guid isPermaLink="false">http://www.thecybercorporation.com/tcc/?p=187</guid>
		<description><![CDATA[http://technocage.com/~caskey/openssl/
Creating a self-signed cert with one command
The following command will generate a new key and create a  certificate all in one line suitable for use by Apache or any other SSL tool.
openssl req -new -newkey rsa:1024 -days 365 -nodes -x509 -keyout www.example.com.pem  -out www.example.com.pem
You can then use the file above in apache with [...]]]></description>
		<wfw:commentRss>http://www.thecybercorporation.com/tcc/?feed=rss2&amp;p=187</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>apache22 php5 (BSD8)</title>
		<link>http://www.thecybercorporation.com/tcc/?p=184</link>
		<comments>http://www.thecybercorporation.com/tcc/?p=184#comments</comments>
		<pubDate>Sat, 20 Feb 2010 13:46:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open SOS]]></category>

		<guid isPermaLink="false">http://www.thecybercorporation.com/tcc/?p=184</guid>
		<description><![CDATA[rc.conf:  apache22_enable=&#8221;YES&#8221;

Loading the accf_http module
On FreeBSD you must load the accf_module before you can start apache, otherwise you are sure to get an httpready error. 	To load the module use kldload
# kldload accf_http
If it loaded successfully then it will not give any errors or output. To have it load on boot add this to your [...]]]></description>
		<wfw:commentRss>http://www.thecybercorporation.com/tcc/?feed=rss2&amp;p=184</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD mail server setup</title>
		<link>http://www.thecybercorporation.com/tcc/?p=181</link>
		<comments>http://www.thecybercorporation.com/tcc/?p=181#comments</comments>
		<pubDate>Thu, 18 Feb 2010 18:33:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open SOS]]></category>

		<guid isPermaLink="false">http://www.thecybercorporation.com/tcc/?p=181</guid>
		<description><![CDATA[http://www.freebsd.org/doc/handbook/mail-using.html
http://www.puresimplicity.net/~hemi/freebsd/sendmail.html
FreeBSD as a Secure Mail Server Using sendmail and imap-uw
Building a simple sendmail server that supports auth-based relaying as well as SSL/TLS encryption while using FreeBSD is fairly straightforward. FreeBSD&#8217;s base sendmail is very flexible and lends itself well to this type of setup.
The goal is to have working sendmail, ipop3d and imapd (using imap-uw) [...]]]></description>
		<wfw:commentRss>http://www.thecybercorporation.com/tcc/?feed=rss2&amp;p=181</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install RPM on BSD</title>
		<link>http://www.thecybercorporation.com/tcc/?p=177</link>
		<comments>http://www.thecybercorporation.com/tcc/?p=177#comments</comments>
		<pubDate>Thu, 18 Feb 2010 16:01:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open SOS]]></category>

		<guid isPermaLink="false">http://www.thecybercorporation.com/tcc/?p=177</guid>
		<description><![CDATA[rpm -i --ignoreos --dbpath /var/lib/rpm --root /compat/linux
Installing Linux RPMs on FreeBSD
If BSD&#8217;s ports system has spoiled you, RPM may appear obtuse and arcane. It really isn&#8217;t any worse than pkg_add&#8211;the headaches are simply in different spots. You must use some additional RPM features to install Linux packages on FreeBSD. First, the --ignoreos flag tells rpm(8) [...]]]></description>
		<wfw:commentRss>http://www.thecybercorporation.com/tcc/?feed=rss2&amp;p=177</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>konsole error and CSH stuff</title>
		<link>http://www.thecybercorporation.com/tcc/?p=174</link>
		<comments>http://www.thecybercorporation.com/tcc/?p=174#comments</comments>
		<pubDate>Wed, 17 Feb 2010 17:28:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open SOS]]></category>

		<guid isPermaLink="false">http://www.thecybercorporation.com/tcc/?p=174</guid>
		<description><![CDATA[Add the following line to /etc/login.conf, under the default section:
:lang=en_US.ISO8859-1:\
Then run cap_mkdb /etc/login.conf. Relog for changes to take effect.
The above will remove the first message:
My conclusion: neither message relates to the actual problem. When starting konsole with &#8216;konsole -e bash&#8217;, you get the same messages. The problem is particular to /bin/sh. csh, tcsh, bash, and [...]]]></description>
		<wfw:commentRss>http://www.thecybercorporation.com/tcc/?feed=rss2&amp;p=174</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pure-ftpd</title>
		<link>http://www.thecybercorporation.com/tcc/?p=169</link>
		<comments>http://www.thecybercorporation.com/tcc/?p=169#comments</comments>
		<pubDate>Tue, 16 Feb 2010 19:48:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open SOS]]></category>

		<guid isPermaLink="false">http://www.thecybercorporation.com/tcc/?p=169</guid>
		<description><![CDATA[
pw groupadd ftpgroup
pw useradd ftpuser -g ftpgroup -d /dev/null -s /etc
pure-pw mkdb &#60;pureftpd.pdb&#62; -f &#60;pureftpd.passwd&#62;
//create the above files with ee first if fail...
pure-ftpd -l puredb:&#60;PATH PUREDB&#62; -l unnix:&#60;PATH PASSWD&#62; &#38;
Of course, to use virtual users, you have to enable their support in the FTP
server itself. At compile-time, this is done by giving --with-puredb to
./configure (--with-everything [...]]]></description>
		<wfw:commentRss>http://www.thecybercorporation.com/tcc/?feed=rss2&amp;p=169</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql lost pass</title>
		<link>http://www.thecybercorporation.com/tcc/?p=167</link>
		<comments>http://www.thecybercorporation.com/tcc/?p=167#comments</comments>
		<pubDate>Tue, 16 Feb 2010 17:55:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open SOS]]></category>

		<guid isPermaLink="false">http://www.thecybercorporation.com/tcc/?p=167</guid>
		<description><![CDATA[Reset Passwords
To reset the MySQL password without knowing the password (you have forgotten it or because the person who set-up the MySQL system is (a) on vacation (b) left the company (c) died):
# stop mysql using any technique here
# then restart with following command
mysqld_safe --user=mysql --skip-grant-tables &#38;

# set new password
mysqladmin -u root flush-privileges password “newpassword”

# [...]]]></description>
		<wfw:commentRss>http://www.thecybercorporation.com/tcc/?feed=rss2&amp;p=167</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysqladmin</title>
		<link>http://www.thecybercorporation.com/tcc/?p=164</link>
		<comments>http://www.thecybercorporation.com/tcc/?p=164#comments</comments>
		<pubDate>Tue, 16 Feb 2010 17:51:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open SOS]]></category>

		<guid isPermaLink="false">http://www.thecybercorporation.com/tcc/?p=164</guid>
		<description><![CDATA[mysqladmin -u root password &#60;newpassword&#62;

Optionally, copy either my-huge.cnf, my-large.cnf, my-medim.cnf, my-small.cnf or my-innodb-heavy-4G.cnf (depending on the usage and utilization of MySQL server) as my.cnf to /var/db/mysql which will enable you to tweak and change the configuration of server-specific MySQL server options by editing the file.

http://www.freebsddiary.org/mysql.php

#!/bin/sh

#
# mysql database backup
# Copyright 1999-2003 DVL Software Limited
#
# Available from [...]]]></description>
		<wfw:commentRss>http://www.thecybercorporation.com/tcc/?feed=rss2&amp;p=164</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

