<?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>inmyplace.info &#187; Howto</title>
	<atom:link href="http://inmyplace.info/tag/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://inmyplace.info</link>
	<description>Thoughts and writings of someone loving linux, the web and his iphone</description>
	<lastBuildDate>Sat, 19 Feb 2011 15:06:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>[SOLUTION] iphone with FW 2.1 won&#8217;t start any app installed by AppStore</title>
		<link>http://inmyplace.info/2008/09/14/solution-iphone-with-fw-21-want-start-any-app-installed-by-appstore/</link>
		<comments>http://inmyplace.info/2008/09/14/solution-iphone-with-fw-21-want-start-any-app-installed-by-appstore/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 14:32:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[biteSMS]]></category>
		<category><![CDATA[firmware]]></category>

		<guid isPermaLink="false">http://inmyplace.info/?p=152</guid>
		<description><![CDATA[After successfully updating to firmware 2.1 using a custom firmware downloaded from ispazio.net, I started to install applications from Appstore and soon afterwards I installed the most important applications from Cydia: AppBackup, AptBackup and biteSMS. Before installing any app from Cydia, all apps from AppStore (Spore, BrainChall) started up with no problems, but soon after [...]]]></description>
			<content:encoded><![CDATA[<p>After successfully updating to firmware 2.1 using a custom firmware downloaded from ispazio.net, I started to install applications from Appstore and soon afterwards I installed the most important applications from Cydia: AppBackup, AptBackup and biteSMS.</p>
<p>Before installing any app from Cydia, all apps from AppStore (Spore, BrainChall) started up with no problems, but soon after installing biteSMS, NO app from AppStore wanted to start up anymore. They just crashed 2 seconds after starting.</p>
<p>So, biteSMS must be the app which blocks any other app. A short look at the bitsms forum (http://forums.bitesms.com/forums) revealed that I was right: Kimcha wrote in a <a href="http://forums.bitesms.com/forums/3/topics/193" target="_blank">post</a> about that. He also posted a solution, which didn&#8217;t work for me, but if anyone wants to have a go follow this 2 steps:</p>
<p>1. SSH into your iphone (using putty)<br />
2.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">plutil <span style="color: #660033;">-c</span> xml1 <span style="color: #000000; font-weight: bold;">/</span>System<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>LaunchDaemons<span style="color: #000000; font-weight: bold;">/</span>com.apple.SpringBoard.plist
<span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>System<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>LaunchDaemons<span style="color: #000000; font-weight: bold;">/</span>com.apple.SpringBoard.plist</pre></div></div>

<p>3. remove â€/var/mobile/Library/biteSMS/biteSMSsb.dylib:â€ from &lt;key&gt;<span class="caps">DYLD</span>_INSERT_LIBRARIES&lt;/key&gt;â€™s &lt;string&gt;.<br />
4 reboot</p>
<p>As I wrote already, this didn&#8217;t work for me, so I did remove biteSMS. The guys over at biteSMS promised a updated for tomorrow, monday!</p>
<p><strong>Actually I have made it to get biteSMS to work!!!!</strong><br />
Here the steps you have to do:<br />
1. Get Erica Saduns iphone utils here: <a href="http://ericasadun.com/ftp/EricaUtilities/EricaUtilitiesBeta-13.zip">http://ericasadun.com/ftp/EricaUtilities/EricaUtilitiesBeta-13.zip</a><br />
2. Copy plutil to your iphone &#8220;usr/bin&#8221; folder using WinSCP<br />
3. Using putty, SSH into your iphone, and chmod plutils to 755:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">755</span> plutil</pre></div></div>

<p>4. Then execute</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">ldid <span style="color: #660033;">-S</span> plutil</pre></div></div>

<p>5. Then execute</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">plutil <span style="color: #660033;">-c</span> xml1 <span style="color: #000000; font-weight: bold;">/</span>System<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>LaunchDaemons<span style="color: #000000; font-weight: bold;">/</span>com.apple.SpringBoard.plist</pre></div></div>

<p>6. Then remove â€/var/mobile/Library/biteSMS/biteSMSsb.dylib:â€ from DYLD_INSERT_LIBRARIESâ€™s .<br />
7. Then reboot your iphone</p>
]]></content:encoded>
			<wfw:commentRss>http://inmyplace.info/2008/09/14/solution-iphone-with-fw-21-want-start-any-app-installed-by-appstore/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Address already in use: make_sock: could not bind to address &#8211; Apache &#8211; HTTPD Error</title>
		<link>http://inmyplace.info/2008/01/05/address-already-in-use-make_sock-could-not-bind-to-address-apache-httpd-error/</link>
		<comments>http://inmyplace.info/2008/01/05/address-already-in-use-make_sock-could-not-bind-to-address-apache-httpd-error/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 14:47:16 +0000</pubDate>
		<dc:creator>hmorandell</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://inmyplace.info/2008/01/05/address-already-in-use-make_sock-could-not-bind-to-address-apache-httpd-error/</guid>
		<description><![CDATA[I was getting the following error on one my servers, after updating apache2 and php5 Starting web server &#40;apache2&#41;...&#40;98&#41;Address already in use: make_sock: could not bind to address &#91;::&#93;:80 &#40;98&#41;Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs failed! This is what I [...]]]></description>
			<content:encoded><![CDATA[<p>I was getting the following error on one my servers, after updating apache2 and php5</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"> Starting web server <span style="color: #7a0874; font-weight: bold;">&#40;</span>apache2<span style="color: #7a0874; font-weight: bold;">&#41;</span>...<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">98</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>Address already <span style="color: #000000; font-weight: bold;">in</span> use: make_sock: could not <span style="color: #7a0874; font-weight: bold;">bind</span> to address <span style="color: #7a0874; font-weight: bold;">&#91;</span>::<span style="color: #7a0874; font-weight: bold;">&#93;</span>:<span style="color: #000000;">80</span>
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">98</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>Address already <span style="color: #000000; font-weight: bold;">in</span> use: make_sock: could not <span style="color: #7a0874; font-weight: bold;">bind</span> to address 0.0.0.0:<span style="color: #000000;">80</span>
no listening sockets available, shutting down
Unable to open logs
failed<span style="color: #000000; font-weight: bold;">!</span></pre></div></div>

<p>This is what I did to fix the problem</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">netstat</span> <span style="color: #660033;">-lnp</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #ff0000;">'80'</span><span style="color: #666666; font-style: italic;">#output</span>
tcp6       <span style="color: #000000;">0</span>      <span style="color: #000000;">0</span> :::<span style="color: #000000;">80</span>                   :::<span style="color: #000000; font-weight: bold;">*</span>                    LISTEN     <span style="color: #000000;">18712</span><span style="color: #000000; font-weight: bold;">/</span>apache2</pre></div></div>

<p>In my case the output showed that apache2 was already using the port, although no sites was working and it was not even possible to stop the apache2 daemon. I ran the following to learn more</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #000000;">18712</span>
PID TTY      STAT   TIME COMMAND
<span style="color: #000000;">18712</span> ?        Ss     <span style="color: #000000;">0</span>:00 <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>apache2 <span style="color: #660033;">-k</span> start</pre></div></div>

<p>I killed the apache2 process, which was blocking everything</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">kill</span> <span style="color: #000000;">19712</span></pre></div></div>

<p>and restarted apache</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>apache start</pre></div></div>

<p>and everything was working fine again. Hopefully this is useful for someone..</p>
]]></content:encoded>
			<wfw:commentRss>http://inmyplace.info/2008/01/05/address-already-in-use-make_sock-could-not-bind-to-address-apache-httpd-error/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Top wordpress plugins you can&#8217;t do without</title>
		<link>http://inmyplace.info/2007/02/18/top-wordpress-plugins-you-cant-do-without/</link>
		<comments>http://inmyplace.info/2007/02/18/top-wordpress-plugins-you-cant-do-without/#comments</comments>
		<pubDate>Sun, 18 Feb 2007 15:00:00 +0000</pubDate>
		<dc:creator>hmorandell</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[WP Plugin]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://inmyplace.info/2007/02/18/top-wordpress-plugins-you-cant-do-without/</guid>
		<description><![CDATA[There are probably more then 1,000 plugins avaliable for wordpress, and some of them have to be good. But how to determine which one you need for your blog? There are a lot of &#8220;best wordpress plugins&#8221; out there, so this list isn&#8217;t intended to be a list with the &#8220;best&#8221; plugins, but I show [...]]]></description>
			<content:encoded><![CDATA[<p>There are probably more then 1,000 plugins avaliable for <a title="wordpress" href="http://wordpress.org/" target="_blank">wordpress</a>, and some of them have to be good. But how to determine which one you need for your blog? There are a lot of &#8220;best wordpress plugins&#8221; out there, so this list isn&#8217;t intended to be a list with the &#8220;best&#8221; plugins, but I show you here the plugins I use on all my blogs and are essential in my eyes. So, let&#8217;s get started:</p>
<ul>
<li><a style="font-size: 1.5em" title="Akismet" rel="tag" href="http://akismet.com/download/Akismet" target="_blank">Akismet</a> &gt;&gt; The most common spam fighter plugin. It comes already shipped with wordpress, you just have to get your API-key on wordpress.com and you&#8217;re done. This plugins works great for my sites, on some of them I get more them 200 comment spam a day, and just imagine how much time you save by turning this plugin on and not have to go to such a lot of comments to find a few good ones.</li>
<p><span id="more-29"></span></p>
<li><span style="font-size: 1.5em"><a title="Visit plugin homepage" href="http://dev.lipidity.com/feature/digg-this-wordpress-plugin-reloaded" target="_blank">Digg This Reloaded</a></span> &gt;&gt; This simple plugin adds a &#8220;Digg this&#8221; button/link to the post. Easy configuration, no need to edit the theme files. This plugin has to be on my list, I&#8217;m a &#8220;digg&#8221; addicted!</li>
<li><span style="font-size: 1.5em"><a title="Feedburner Feed Replacement" href="http://orderedlist.com/wordpress-plugins/feedburner-plugin/" target="_blank">Feedburner Feed Replacement</a></span> &gt;&gt; This plugin forwards all feed traffic to feedburner.com, where you can get a lot of statistic about your feed readers. A plugin for a statistic addicted like me.</li>
<li><a style="font-size: 1.5em" title="Google XML Sitempaps" href="http://www.arnebrachhold.de/redir/sitemap-home/" target="_blank">Google XML Sitempaps</a> &gt;&gt; This plugin creates a sitempas.org compliant sitemap of your whole wordpress site. Sitemaps are supported by Google, MSN Live Search and Yahoo and one of the key factors to get traffic from search engines to your sites. This plugin is pretty straightforward to use, nearly no configuration needed, the sitemaps are generated on the fly.</li>
<li><a style="font-size: 1.5em" title="Google Analyticator" href="http://cavemonkey50.com/code/google-analyticator/" target="_blank">Google Analyticator</a> &gt;&gt; A simple plugin which adds the needed javascript code for the <a title="google analytics" href="http://google.com/analytics" target="_blank">google analytics</a> statistic tracking service. Nice configuration page, you just have to copy and paste yout Analytics UID and your pages are ready to be analized.</li>
<li><a style="font-size: 1.5em" title="Installer" href="http://mattread.com/" target="_blank">Installer</a> &gt;&gt; This is not a very famous plugin, but I love it so much. This is a one click installer plugin for plugins and themes, sounds a bit confusing, but the usage is so straightforward that you can&#8217;t do wrong. And the best is, you can search right from your plugins page on <a title="wp-plugins.net" href="http://wp-plugins.net/" target="_blank">wp-plugins.net</a> for new plugins and install them with one click! And a great (but yet not much useful option) is the &#8220;Update plugin&#8221; option, which installs updates for your plugin if you&#8217;ve them installed using Installer. Obviously, always if the plugin author is using some syntax definition in there plugin description.</li>
<li><a style="font-size: 1.5em" title="Related Posts" href="http://www.w-a-s-a-b-i.com/" target="_blank">Related Posts</a> &gt;&gt; This plugin can show related posts for the post entry you&#8217;re reading. It&#8217;s using a keyword list to find related entries. It seems that the developer is not longer supporting this plugin.</li>
<li><a style="font-size: 1.5em" title="Sidebar Widgets" href="http://svn.wp-plugins.org/widgets/trunk" target="_blank">Sidebar Widgets</a> &gt;&gt; If you&#8217;re using a widget enabled theme, then you definitely want this plugin. This plugin adds the &#8220;Sidebar Widgets&#8221; option under the Presentation menu where you can drag and drop your sidebar(s).</li>
<li><a style="font-size: 1.5em" title="Tags in the head" href="http://www.maxpower.ca/plugins/" target="_blank">Tags in the head</a> &gt;&gt; A simple plugin to use UTW tags as meta keyword to get some more search engine friendly posts.</li>
<li><a style="font-size: 1.5em" title="the_excerpt Reloaded" href="http://guff.szub.net/the-excerpt-reloaded/" target="_blank">the_excerpt Reloaded</a> &gt;&gt; When a post does not contain an excerpt, this plugin displays the content of the post, which can be customized on the length and filtering type. You must call the function in your theme, so this plugin requires a bit of modification of your theme file.</li>
<li><a style="font-size: 1.5em" title="Tidy Up" href="http://www.urbangiraffe.com/plugins/tidy-up" target="_blank">Tidy Up</a> &gt;&gt; This plugin runs a HTML Tidy on all of your posts and comments. You need this plugin, if you want to create XHTML complaint web sites. A good administration web page, but not always that easy to use.</li>
<li><a style="font-size: 1.5em" title="Ultimate Tag Warrior" href="http://www.neato.co.nz/ultimate-tag-warrior/" target="_blank">Ultimate Tag Warrior</a> &gt;&gt; A must have plugin. Tag your posts, create tag clouds, create links to flickr, technorati and a lot more. This plugin is so easy to use, and so much worth. You can&#8217;t run a blog without this plugin.</li>
<li><a style="font-size: 1.5em" title="WP-PostViews" href="http://www.lesterchan.net/portfolio/programming.php" target="_blank">WP-PostViews</a> &gt;&gt; Enables you to display how many times a post had been viewed. A nice gimmick.</li>
<li><a style="font-size: 1.5em" title="WP Admin Bar 2" href="http://mattread.com/projects/wp-admin-bar-20/" target="_blank">WP Admin Bar 2</a> &gt;&gt; This plugin adds a small admin bar to the top of every page (you probably know it already if you have an account on wordpress.com).</li>
<li><a style="font-size: 1.5em" title="Youtube" href="http://bassistance.de/index.php/2006/04/09/wordpress-youtube-plugin/" target="_blank">Youtube</a> &gt;&gt; A sma ll plugin which adds a filter for displaying youtube videos in your posts.</li>
<li><a style="font-size: 1.5em" title="zooomr_RSS" href="http://inmyplace.info/2006/09/02/my-zooomrrss-plugin-a-first-release/">zooomr_RSS</a> &gt;&gt; Well, this is the plugin I created for displaying photos from a <a title="zooomr" href="http://beta.zooomr.com/photos/hmorandell" target="_blank">zooomr</a> rss feed. It is based on the flickrRSS plugin, similar option page, and if you&#8217;ve a widget enabled site you can set it up even without the need of modifying your theme files.</li>
</ul>
<p>Well, this list is not intended to present the best wordpress plugins, but imho some of the most useful ones. If you&#8217;ve any suggestions, if you like some (other) plugins, just leave a reply here and write <span style="text-decoration: underline;">why</span> you like them. I hope to hear from you <img src='http://inmyplace.info/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<!--adsense--></p>
<p class="zoundry_bw_tags"><!-- Tag links generated by Zoundry Blog Writer. Do not manually edit. http://www.zoundry.com --><br />
<span class="ztags"><span class="ztagspace">Technorati</span> : <a class="ztag" rel="tag" href="http://technorati.com/tag/adsense">adsense</a>, <a class="ztag" rel="tag" href="http://technorati.com/tag/plugins">plugins</a>, <a class="ztag" rel="tag" href="http://technorati.com/tag/review">review</a>, <a class="ztag" rel="tag" href="http://technorati.com/tag/reviews">reviews</a>, <a class="ztag" rel="tag" href="http://technorati.com/tag/tools">tools</a>, <a class="ztag" rel="tag" href="http://technorati.com/tag/top">top</a>, <a class="ztag" rel="tag" href="http://technorati.com/tag/wordpress">wordpress</a></span><br />
<span class="ztags"><span class="ztagspace">Del.icio.us</span> : <a class="ztag" rel="tag" href="http://del.icio.us/tag/plugins">plugins</a>, <a class="ztag" rel="tag" href="http://del.icio.us/tag/review">review</a>, <a class="ztag" rel="tag" href="http://del.icio.us/tag/wordpress">wordpress</a>, <a class="ztag" rel="tag" href="http://del.icio.us/tag/zooomr">zooomr</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://inmyplace.info/2007/02/18/top-wordpress-plugins-you-cant-do-without/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
	</channel>
</rss>

