<?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>FreeBSD Tips</title>
	<atom:link href="http://freebsd.activelogic.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://freebsd.activelogic.info</link>
	<description>FreeBSD The real operating system you will love</description>
	<lastBuildDate>Sun, 19 Sep 2010 20:06:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Create and work with compressed files</title>
		<link>http://freebsd.activelogic.info/2010/09/19/create-and-work-with-compressed-files/</link>
		<comments>http://freebsd.activelogic.info/2010/09/19/create-and-work-with-compressed-files/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 19:34:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD Commands]]></category>

		<guid isPermaLink="false">http://freebsd.activelogic.info/?p=125</guid>
		<description><![CDATA[Creating and working with compressed files in FreeBSD server is an easy task. to compress a file you can use #gzip filename to compress each file in a directory,each file will be compressed in one file. #gzip -r directory-name to compress all files in a single archive: #tar -zcvf  archive-name.gz directory-name. to uncompress an archive: [...]]]></description>
			<content:encoded><![CDATA[<p>Creating and working with compressed files in FreeBSD server is an easy task.</p>
<p>to compress a file you can use</p>
<p>#gzip filename</p>
<p>to compress each file in a directory,each file will be compressed in one file.</p>
<p>#gzip -r directory-name</p>
<p>to compress all files in a single archive:</p>
<p>#tar -zcvf  archive-name.gz directory-name.</p>
<p>to uncompress an archive:</p>
<p><code>#tar -zxvf </code>archive-name.gz<code> -C /</code>directory-name</p>
<p>also to uncompress an archive:</p>
<p>#gzip -d archive.gz</p>
<p>to uncompress each file in a directory use</p>
<p>#gzip -d folder-name</p>
]]></content:encoded>
			<wfw:commentRss>http://freebsd.activelogic.info/2010/09/19/create-and-work-with-compressed-files/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Install Mono on FreeBSD step by step</title>
		<link>http://freebsd.activelogic.info/2010/09/18/install-mono-on-freebsd-step-by-step/</link>
		<comments>http://freebsd.activelogic.info/2010/09/18/install-mono-on-freebsd-step-by-step/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 18:57:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD Development Tools]]></category>
		<category><![CDATA[Mono .net Framework]]></category>
		<category><![CDATA[Mono]]></category>

		<guid isPermaLink="false">http://freebsd.activelogic.info/?p=114</guid>
		<description><![CDATA[Mono is the Microsoft .net framework ported Open Source world and consists of runtime environment, compiler, and web server for handling ASP.NET web sites. First step is install or update ports collection  using &#8220;#portsnap fetch&#8221;, then &#8220;#portsnap extract&#8221; or &#8220;#portsnap update&#8221;. #cd /usr/ports/lang/mono #make install clean Then follow the configuration and setup options. It will [...]]]></description>
			<content:encoded><![CDATA[<p>Mono is the Microsoft .net framework ported Open Source world and consists of runtime environment, compiler, and web server for handling ASP.NET web sites.</p>
<p>First step is install or update ports collection  using &#8220;#portsnap fetch&#8221;, then &#8220;#portsnap extract&#8221; or &#8220;#portsnap update&#8221;.</p>
<p>#cd /usr/ports/lang/mono</p>
<p>#make install clean<br />
Then follow the configuration and setup options.</p>
<p>It will take some time to build, after installation, and build complete you can start your first c# application</p>
<p>#ee hellowolrd.cs</p>
<p><em><strong>class Program<br />
{<br />
static void Main(string[] args)<br />
{<br />
System.Console.WriteLine(&#8220;Hello world, server time is:{0}&#8221;,System.DateTime.Now.ToString());<br />
}<br />
}</strong></em></p>
<p>save the file and exit.</p>
<p>compile the file using mono compiler:</p>
<p><strong>#/usr/local/bin/mcs hellowolrd.cs -r:System.Web.dll -r:System.Data.dll</strong></p>
<p>run the hellowolrd application using:</p>
<p><strong># /usr/local/bin/mono helloworld.exe</strong></p>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://freebsd.activelogic.info/2010/09/18/install-mono-on-freebsd-step-by-step/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>What To Do when receive FreeBSD Dedicated Server from Hosting Company</title>
		<link>http://freebsd.activelogic.info/2010/09/18/what-to-do-when-receive-freebsd-dedicated-server-from-hosting-company/</link>
		<comments>http://freebsd.activelogic.info/2010/09/18/what-to-do-when-receive-freebsd-dedicated-server-from-hosting-company/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 18:29:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://freebsd.activelogic.info/?p=108</guid>
		<description><![CDATA[First of all you should be happy that you received your FreeBSD dedicated box. Change passwords for  ssh admin login user, and root user, you can use command passwd. Add more login users if you like. It&#8217;s recomended to change the default ssh port 22 to something else to protect from spam. Download and extract [...]]]></description>
			<content:encoded><![CDATA[<p>First of all you should be happy that you received your FreeBSD dedicated box.</p>
<p>Change passwords for  ssh admin login user, and root user, you can use command <strong>passwd.</strong><br />
Add more login users if you like.</p>
<p>It&#8217;s recomended to change the default ssh port 22 to something else to protect from spam.</p>
<p>Download and extract Ports Collection using commands:</p>
<ol>
<li>#portsnap fetch</li>
<li>#portsnap extract</li>
</ol>
<p>If Ports Collection already installed you can update it using :</p>
<ul>
<li>#portsnap update</li>
</ul>
<p>Update locate database lookup file to make it easy find and search files using command:</p>
<ul>
<li><em><strong>#/usr/libexec/locate.updated.</strong></em></li>
</ul>
<p>Start setup other software you need.<br />
you cane use locate to find it for example search and install apache web server:<br />
<strong> #locate apache</strong></p>
<p><strong>#cd /usr/ports/www/apache22</strong></p>
<p><strong>#make install</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://freebsd.activelogic.info/2010/09/18/what-to-do-when-receive-freebsd-dedicated-server-from-hosting-company/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Change Default SSH Port to Protect FreeBSD server from daily spam attack</title>
		<link>http://freebsd.activelogic.info/2010/09/18/change-default-ssh-port-to-protect-freebsd-server-from-daily-spam-attack/</link>
		<comments>http://freebsd.activelogic.info/2010/09/18/change-default-ssh-port-to-protect-freebsd-server-from-daily-spam-attack/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 03:51:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD Commands]]></category>
		<category><![CDATA[FreeBSD security]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://freebsd.activelogic.info/?p=104</guid>
		<description><![CDATA[Change Default SSH Port to Protect your FreeBSD server from daily spam attack. # ee /etc/ssh/sshd_config look for line #port 22 and change it to port 1234 then press Esc, save and exit. reboot the server #shutdown -r now or type this command to reload SSH # /etc/rc.d/sshd reload]]></description>
			<content:encoded><![CDATA[<p>Change Default SSH Port to Protect your FreeBSD server from daily spam attack.</p>
<p># ee /etc/ssh/sshd_config</p>
<p>look for line <strong>#port 22</strong> and change it to <strong>port 1234</strong> then press Esc, save and exit.</p>
<p>reboot the server</p>
<p>#<em><strong>shutdown -r now</strong></em></p>
<p>or type this command to reload SSH</p>
<p><strong># /etc/rc.d/sshd reload</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://freebsd.activelogic.info/2010/09/18/change-default-ssh-port-to-protect-freebsd-server-from-daily-spam-attack/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Create a new user and Change User Password</title>
		<link>http://freebsd.activelogic.info/2010/09/18/create-a-new-user-and-change-user-password/</link>
		<comments>http://freebsd.activelogic.info/2010/09/18/create-a-new-user-and-change-user-password/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 03:39:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD Commands]]></category>

		<guid isPermaLink="false">http://freebsd.activelogic.info/?p=102</guid>
		<description><![CDATA[To Add a new user you can use adduser command, and it ask you for user information step by step. To Change user password use passwd command Example #passwd Joo &#8211;&#62; will let you change the password for user Joo. #passwd  &#8211;&#62; will let you change the password for current user.]]></description>
			<content:encoded><![CDATA[<p>To Add a new user you can use <strong>adduser</strong> command, and it ask you for user information step by step.</p>
<p>To Change user password use <strong>passwd</strong> command</p>
<p>Example</p>
<p>#passwd Joo &#8211;&gt; will let you change the password for user Joo.</p>
<p>#passwd  &#8211;&gt; will let you change the password for current user.</p>
]]></content:encoded>
			<wfw:commentRss>http://freebsd.activelogic.info/2010/09/18/create-a-new-user-and-change-user-password/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Building secure Email Server</title>
		<link>http://freebsd.activelogic.info/2010/09/15/building-secure-email-server/</link>
		<comments>http://freebsd.activelogic.info/2010/09/15/building-secure-email-server/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 18:26:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Scalable Web Hosting]]></category>
		<category><![CDATA[secure email Server]]></category>
		<category><![CDATA[dovecot]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[postfixadmin]]></category>
		<category><![CDATA[secure email server]]></category>
		<category><![CDATA[SpamAssassin]]></category>
		<category><![CDATA[squirrelmail]]></category>

		<guid isPermaLink="false">http://freebsd.activelogic.info/?p=98</guid>
		<description><![CDATA[FreeBSD comes by default with sendmail email server installed, but its not secure and scalable enough. Building secure Email Server from scratch is a huge task, because it need many component to be installed and configured. My objective was to build a secure, fast, reliable email server, very less and optimized system resource, using SSL, [...]]]></description>
			<content:encoded><![CDATA[<p>FreeBSD comes by default with sendmail email server installed, but its not secure and scalable enough.</p>
<p>Building secure Email Server from scratch is a huge task, because it need many component to be installed and configured.</p>
<p>My objective was to build a secure, fast, reliable email server, very less and optimized system resource, using SSL, have a web interface for administration, web interface for clients, can be accessed by email clients application like Microsoft outlook and Microsoft outlook express, also my email server should be protected against spam and virus scan capabilities.</p>
<p>Secure Email Server component include:</p>
<ul>
<li>Install and configure Apache  server.</li>
<li>Install and configure PHP.</li>
<li>Install and configure MySql server.</li>
<li>Create SSL/TLS certificate using openssl.</li>
<li>Install and configure Dovecot POP3/IMAP server.</li>
<li>Install and configure PostFix the alternative to Sendmail.</li>
<li>Install and configure PostFixAdmin.</li>
<li>Install and configure squirrelmail.</li>
<li>Install and configure SpamAssassin.</li>
</ul>
<p>one of the best articles I found on the web, which go step by step to install a secure email server on FreeBSD <a href="http://blog.tusoffka.org/2009/07/31/freebsd-postfix-mysql-spamassassin-maia-virtual-setup" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://freebsd.activelogic.info/2010/09/15/building-secure-email-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FreeBSD Text based browser with Javascript support</title>
		<link>http://freebsd.activelogic.info/2010/08/07/freebsd-text-based-browser-with-javascript-support/</link>
		<comments>http://freebsd.activelogic.info/2010/08/07/freebsd-text-based-browser-with-javascript-support/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 19:50:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD Text based browser]]></category>
		<category><![CDATA[Text based browser]]></category>

		<guid isPermaLink="false">http://freebsd.activelogic.info/?p=93</guid>
		<description><![CDATA[Sometimes I need to do some testing or just a quick browsing for a web site while working on FreeBSD server without any graphical interface, its only text mode. one solution is to use links, to install links text browser just follow this steps: #cd /usr/ports/www/links1 #make install clean to start browsing just type #links [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I need to do some testing or just a quick browsing for a web site while working on FreeBSD server without any graphical interface, its only text mode.</p>
<p>one solution is to use links, to install links text browser just follow this steps:</p>
<ol>
<li>#cd /usr/ports/www/links1</li>
<li>#make install clean</li>
</ol>
<p>to start browsing just type</p>
<p>#links url</p>
<p>ex:</p>
<p>#links google.com</p>
<p>links can work with mouse also.</p>
<p>to get  links text browser menu press Esc and the links menu will appear which contain many options like file, view, download, setup, and help, to exit links text browser press q.</p>
<p>to get more inforamtion about links text based www web browser you can use:</p>
<ul>
<li>#man links</li>
</ul>
<p><a title="Links Text based browser" href="http://www.jikos.cz/~mikulas/links" target="_blank">links web site</a></p>
<p><span style="text-decoration: underline;">Another solution for text browser is <strong>elinks</strong> which looks more recent with better functionality than links.</span></p>
<p>to setup elinks use:</p>
<ul>
<li>#cd /usr/ports/www/elinks</li>
<li>#make install clean</li>
<li>configuration screen will appear then select the options you need.</li>
<li>to run elinks simply type  :</li>
<li>#elinks google.com</li>
</ul>
<p><a title="elinks website" href="http://elinks.or.cz/" target="_blank">elinks website</a></p>
<p><em><strong>unfortunately both links and elinks </strong></em>text browser <em><strong>is not supporting javascript.</strong></em></p>
<p>so still looking for some thing else.</p>
]]></content:encoded>
			<wfw:commentRss>http://freebsd.activelogic.info/2010/08/07/freebsd-text-based-browser-with-javascript-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Drupal on FreeBSD step by step</title>
		<link>http://freebsd.activelogic.info/2010/06/30/install-drupal-on-freebsd-step-by-step/</link>
		<comments>http://freebsd.activelogic.info/2010/06/30/install-drupal-on-freebsd-step-by-step/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 02:13:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://freebsd.activelogic.info/?p=90</guid>
		<description><![CDATA[Drupal is an open source CMS, To install drupal on FreeBSD you should have both Apache, and MySQL insalled and runing. Download Drupal using #wget http://ftp.drupal.org/files/projects/drupal-6.17.tar.gz decompress the file using #tar -zxvf drupal-6.17.tar.gz move the folder to your web home directory #mv drupal-6.17 /www/home/ change the current directory to the new folder #cd /www/home/drupal-6.17 copy [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Drupal" href="http://drupal.org" target="_blank">Drupal</a> is an open source CMS,<br />
To install drupal on FreeBSD you should have both Apache, and MySQL insalled and runing.</p>
<ol>
<li>Download Drupal using #<a title="Drupal" href="http://drupal.org/" target="_blank">wget http://ftp.drupal.org/files/projects/drupal-6.17.tar.gz</a></li>
<li>decompress the file using #tar -zxvf drupal-6.17.tar.gz</li>
<li>move the folder to your web home directory #mv drupal-6.17 /www/home/</li>
<li>change the current directory to the new folder #cd /www/home/drupal-6.17</li>
<li>copy the configuration file #cp sites/default/default.settings.php sites/default/settings.php</li>
<li>change folder and file permission #chmod a+w sites/default/settings.php, #chmod a+w sites/default</li>
<li>login to mysql database console #mysql -u user -p</li>
<li>create a new database mysql&gt;create database drupal6;</li>
<li>change current database mysql&gt;use mysql;</li>
<li>create a new user mysql&gt;create user drupal;</li>
<li>give the required permission to the new user mysql&gt;GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES ON drupal6.*  TO &#8216;drupal&#8217;@'localhost&#8217; IDENTIFIED BY &#8216;pass@word&#8217;;</li>
<li>add new section virtual alias in Apache server #ee /usr/local/etc/apache22/httpd.conf</li>
<li>restart Apache server #/usr/local/sbin/apachectl stop , #/usr/local/sbin/apachectl start</li>
<li>Browse your new web site and enter the database information.</li>
<li>installation will start and a message will come : All necessary changes to ./sites/default and ./sites/default/settings.php  have been made, so you should remove write permissions.</li>
<li>remove permission using #chmod a-w sites/default/settings.php,#chmod a-w sites/default</li>
<li>complete adding administrator account.</li>
<li>enjoy drupal.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://freebsd.activelogic.info/2010/06/30/install-drupal-on-freebsd-step-by-step/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Cheep and professional Dedicated Servers</title>
		<link>http://freebsd.activelogic.info/2010/06/17/cheep_dedicated_servers_effective_scalable/</link>
		<comments>http://freebsd.activelogic.info/2010/06/17/cheep_dedicated_servers_effective_scalable/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 09:45:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Scalable Web Hosting]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://freebsd.activelogic.info/?p=72</guid>
		<description><![CDATA[iWeb providing Effective and Scalable Web Hosting Solutions . Both Shared Web Hosting, and Dedicated Servers. its cheep and professional.]]></description>
			<content:encoded><![CDATA[<p>iWeb providing Effective and Scalable Web Hosting Solutions . Both Shared Web Hosting, and Dedicated Servers.</p>
<p>its cheep and professional.<br />

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="swfobj_0" width="400" height="300">
      <param name="movie" value="https://affiliation.iweb.com/en/images/banner_234x60a_v4.swf?idAffiliation=105845" />
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="https://affiliation.iweb.com/en/images/banner_234x60a_v4.swf?idAffiliation=105845" width="400" height="300">
      <!--<![endif]-->
        Iweb 
      <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
</p>
]]></content:encoded>
			<wfw:commentRss>http://freebsd.activelogic.info/2010/06/17/cheep_dedicated_servers_effective_scalable/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>FreeBSD server status</title>
		<link>http://freebsd.activelogic.info/2010/06/09/freebsd-server-status/</link>
		<comments>http://freebsd.activelogic.info/2010/06/09/freebsd-server-status/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 11:50:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[FreeBSD Commands]]></category>
		<category><![CDATA[Monitor FreeBSD server]]></category>
		<category><![CDATA[System Log]]></category>

		<guid isPermaLink="false">http://freebsd.activelogic.info/?p=69</guid>
		<description><![CDATA[There is many tools and commands you can use to monitor the status of FreeBSD server like : #top   , it will display the top processes on the system and  continue updates this  information, to exist press Ctrl+C #last , it will list the sessions in reverse time order. # cat /var/log/auth.log , it will [...]]]></description>
			<content:encoded><![CDATA[<p>There is many tools and commands you can use to monitor the status of FreeBSD server like :</p>
<ul>
<li>#top   , it will display the top processes on the system and  continue updates this  information, to exist press Ctrl+C</li>
<li>#last , it will list the sessions in reverse time order.</li>
<li># cat /var/log/auth.log , it will disply auto.log info.</li>
<li>#cat /var/log/messages , it will disply messages info.</li>
<li>#netstat -r , it display a list of network status.</li>
<li>#freecolor , it display used/free Physical , and Swap memory.</li>
<li>#ps , to display process status.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://freebsd.activelogic.info/2010/06/09/freebsd-server-status/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

