<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Seek A Shop</title>
	<link>http://www.seekashop.com</link>
	<description>World Business Announcements around the world</description>
	<lastBuildDate>Tue, 02 Feb 2010 10:55:34 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>What are the optimal values for a heavy tomcat6 business application ?</title>
		<description><![CDATA[The answer on this question is not easy. It depends on the business application and the requirements. There are few thing that you should know and that help for the first moments. Just in case that you have over thousand(s) of classes that should be loaded (and that is a common value) increase the -X:MaxPermSize [...]]]></description>
		<link>http://www.seekashop.com/2010/02/what-are-the-optimal-values-for-a-heavy-tomcat6-business-application/</link>
			</item>
	<item>
		<title>Bash History</title>
		<description><![CDATA[If you use a linux desktop environment and constantly use bash in a terminal, you repeat some command every day  . To have access to the last 10.000 (yes, ten thousand commands) i have extened the HISTORY variable in my .bashrc.  
I have added this to .bashrc:

# HISTORY FILE
export HISTIGNORE="&#038;:[ ]*:exit"
export HISTSIZE=10000
export HISTCONTROL=erasedups

After [...]]]></description>
		<link>http://www.seekashop.com/2010/01/bash-history/</link>
			</item>
	<item>
		<title>5 best practices for openssh, the secure way</title>
		<description><![CDATA[If you have access or if you have unix (root) server in most cases you use ssh to login into the console. 
First of all, to avoid that a user is logged forever into the server, SSH can deal with an idle timeout interval. After this interval has passed, the idle user will be automatically [...]]]></description>
		<link>http://www.seekashop.com/2010/01/5-best-practices-for-openssh-the-secure-way/</link>
			</item>
	<item>
		<title>MAMP Pro a strange issue</title>
		<description><![CDATA[After upgrading to 1.8.4 MAMP PRO i had a strange issue. Starting Apache to listen on standard port 80 was not possible. The log file say that there was other process that is running on port 80. I have disabled the websharing in the firewall a year ago, so this was not the problem. 
$lsof [...]]]></description>
		<link>http://www.seekashop.com/2009/12/mamp-pro-a-strange-issue/</link>
			</item>
	<item>
		<title>Seek A Shop &#8211; New Design</title>
		<description><![CDATA[Hi out there. Thanks for your support and your mails. Thanks for reading and commenting trough mail  . Now its time to make a new step forward. We must look forward and try to make our environment better  . Ok, here is the new design for this blog.
 Seek A Shop is powered [...]]]></description>
		<link>http://www.seekashop.com/2009/11/seek-a-shop-new-design/</link>
			</item>
	<item>
		<title>What should America sell to avoid bankruptcy ?</title>
		<description><![CDATA[They have few things that they could sell. Let say they want to sell the bomb. Not a good choice but if they want to sell it they will find 220 countries that want to have the bomb, if the neigborhood has it  . 1 Billion each and if America is a good salesman [...]]]></description>
		<link>http://www.seekashop.com/2009/11/what-should-america-sell-to-avoid-bankruptcy/</link>
			</item>
	<item>
		<title>Take a website offline, the easy way</title>
		<description><![CDATA[If you have using some CMS that has not a module to manage taking a web site offline, then you can do that in a easy way using mod_rewrite rules.
Just backup your old .htaccess and add this  lines in you .htaccess on the begining :



RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/offline\.php$
RewriteRule ^(.*)$ /offline\.php [L]


Make a web [...]]]></description>
		<link>http://www.seekashop.com/2009/09/take-a-website-offline-the-easy-way/</link>
			</item>
	<item>
		<title>Ubuntu and vmplayer</title>
		<description><![CDATA[I&#8217;m using a ubuntu installation for the daily work and after i have migrated my vmware installation from vmserver to vmplayer my network connection was broken. I got the message : The network bridge on device /dev/vmnet0 is not available.
Hm. After some googling i found the right tip  . Issue the command ifconfig -a [...]]]></description>
		<link>http://www.seekashop.com/2009/09/ubuntu-and-vmplayer/</link>
			</item>
	<item>
		<title>Permission denied (publickey).</title>
		<description><![CDATA[So i wanted to copy something from a machine B to machine A. But when i run
scp -r serverB:/something . 
server b responses : Permission denied (publickey).
To be able to scp from the second machine you have to edit the sshd_configuration there.
Set value for ChallengeResponseAuthentication to yes in the sshd_config and restart your sshd.
ChallengeResponseAuthentication yes
 [...]]]></description>
		<link>http://www.seekashop.com/2009/09/permission-denied-publickey/</link>
			</item>
	<item>
		<title>VirtualBox and USB hard disk</title>
		<description><![CDATA[I want to upgrade my asus 500g premium router and use a external hard drive attached on the router as network device. The task is not so easy  . I have DDWRT on my router in the last stable version and everything is working great in my small WiFi network. There are couple of [...]]]></description>
		<link>http://www.seekashop.com/2009/09/virtualbox-and-usb-hard-disk/</link>
			</item>
	<item>
		<title>MAMP PRO and ioncube working on Snow Leopard</title>
		<description><![CDATA[At the moment there seems to be a &#8220;bug&#8221; in ioncube and MAMP PRO installation. I have MAMP and MAMP Pro installed on a fresh Snow Leopard installation. The MAMP is working with the ioncube installed in the htdocs of my php application. If I change to MAMP PRO the application is not working and [...]]]></description>
		<link>http://www.seekashop.com/2009/09/mamp-pro-and-ioncube-working-on-snow-leopard/</link>
			</item>
	<item>
		<title>Pinchmedia is Spyware</title>
		<description><![CDATA[And that is my opinion. 
I never heard about this firm, now i know they have a piece of software in my iphone. That piece of software is going to send any data about me to Pinchmedia, without my knowledge. It sucks. I will jailbreak my iphone and try to install iptables there and set [...]]]></description>
		<link>http://www.seekashop.com/2009/08/pinchmedia-is-spyware/</link>
			</item>
</channel>
</rss>
