<?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>IT News, Tutorials, Solutions - SYSTEM HALT</title>
	<atom:link href="http://blog.syshalt.net/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.syshalt.net</link>
	<description></description>
	<lastBuildDate>Sun, 29 Jan 2012 11:38:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Host your website home and dynamic update dns zone on zoneedit.com</title>
		<link>http://blog.syshalt.net/index.php/2012/01/25/host-your-website-home-and-dynamic-update-dns-zone-on-zoneedit-com/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=host-your-website-home-and-dynamic-update-dns-zone-on-zoneedit-com</link>
		<comments>http://blog.syshalt.net/index.php/2012/01/25/host-your-website-home-and-dynamic-update-dns-zone-on-zoneedit-com/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 14:07:33 +0000</pubDate>
		<dc:creator>Sergiu Moza</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[c program]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[dns servers]]></category>
		<category><![CDATA[domain registrant]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[FREE]]></category>
		<category><![CDATA[free solutions]]></category>
		<category><![CDATA[home server]]></category>
		<category><![CDATA[Host]]></category>
		<category><![CDATA[host status]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[ini]]></category>
		<category><![CDATA[interval]]></category>
		<category><![CDATA[ip changes]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[member area]]></category>
		<category><![CDATA[msc]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[PPPoE]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[syshalt]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[TTL]]></category>
		<category><![CDATA[unix info]]></category>
		<category><![CDATA[username]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[WAN]]></category>
		<category><![CDATA[wan ip]]></category>
		<category><![CDATA[website www]]></category>
		<category><![CDATA[windows client]]></category>
		<category><![CDATA[windows server]]></category>
		<category><![CDATA[windows service]]></category>
		<category><![CDATA[zeDynDNS]]></category>
		<category><![CDATA[zone name]]></category>
		<category><![CDATA[ZoneEdit]]></category>

		<guid isPermaLink="false">http://blog.syshalt.net/?p=150</guid>
		<description><![CDATA[This week I tried to find a solution for hosting my website (www.syshalt.net) home on a small server. I had all resources but no fixed IP in order to host DNS Server in my location. I have an ultra-fast connection but I`m connecting using PPPoE and after each disconnect and reconnect my IP changes. After some time [...]]]></description>
			<content:encoded><![CDATA[<p>This week I tried to find a solution for hosting my website (<a href="http://www.syshalt.net">www.syshalt.net</a>) home on a small server. I had all resources but no fixed IP in order to host DNS Server in my location. I have an ultra-fast connection but I`m connecting using PPPoE and after each disconnect and reconnect my IP changes.</p>
<p>After some time researching on internet I found that there are free solutions to this approach, and you can host your website on your home server.</p>
<p>First this you need to do is to go on <a href="http://www.zoneedit.com">www.zoneedit.com</a> and register an account. Zone Edit hosts for FREE a Dynamic DNS Zone. What that means? Well they host for you DNS zone and you can update dynamic the DNS when your ip changes. After you register on zoneedit, create a zone name with your domain name and set the TTL to 300. Now you will need to go to your domain registrant account and change the DNS servers to the ones provided to you from zoneedit.com (when you log on member area, on the left side under "Host Status")</p>
<p>The final step is to install a client that updates on zoneedit.com your WAN ip every time it changes.</p>
<p>Installation on Windows:</p>
<p>After searching a windows client that can be installed as a windows server, and what I found did not worked as expected, I decided to create my own client that has no GUI, it runs only as a windows server and updates the zone automatically on zoneedit.com</p>
<p>zeDynDNS Version 1.1 - <a href="http://www.syshalt.net/release/zeDynDNS/zeDynDNS.1.1.exe">Download</a></p>
<p>Changes</p>
<p>- Fixed some issues on event messages handling.</p>
<p>The setup will install the client in C:\Program files\zeDynDNS and register automatically as windows service. After install go to installed folder and open zeDynDNS.ini in order to configure username, password (for zoneedit), domain zone (to be updated), update interval (default 5 minutes). Reboot your server or restart the service (Start -&gt; run -&gt; services.msc and find Zone Edit DynDNS) in order to apply the new settings.</p>
<p>Installation on Linux/UNIX (info from zoneedit.com)</p>
<p>Recommanded client by me: <a href="http://encodable.com/eponym/">http://encodable.com/eponym/</a> (I used this on a linux server and works very good)</p>
<p>You can also use these commands:</p>
<p><code>lynx -source -auth=username:password 'http://dynamic.zoneedit.com/auth/dynamic.html?host=www.mydomain.com'</code></p>
<p><code>or</code></p>
<p><code>wget -O - --http-user=username --http-passwd=password 'http://dynamic.zoneedit.com/auth/dynamic.html?host=www.mydomain.com'</code></p>
<p>PPP users should place one of the above commands (or a perl client) in the file /etc/ppp/ip-up or /etc/ppp/ppp.linkup, which are called whenever a ppp connection is made.</p>
<p>Users of dhcpcd may place these commands in the file /etc/dhcpc/dhcpcd-eth0.exe or /etc/dhcpc/dhcpcd-eth1.exe which are executed whenever a new dynamic IP address is acquired.</p>
<p>More info you can find here: <a href="http://www.zoneedit.com/doc/dynamic.html">http://www.zoneedit.com/doc/dynamic.html</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.syshalt.net/index.php/2012/01/25/host-your-website-home-and-dynamic-update-dns-zone-on-zoneedit-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable iOS 4 services. Optimize your iPhone, iPod, iPad and save memory.</title>
		<link>http://blog.syshalt.net/index.php/2011/02/10/disable-ios-4-services-optimize-your-iphone-pod-ipad-and-save-memory/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=disable-ios-4-services-optimize-your-iphone-pod-ipad-and-save-memory</link>
		<comments>http://blog.syshalt.net/index.php/2011/02/10/disable-ios-4-services-optimize-your-iphone-pod-ipad-and-save-memory/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 10:05:39 +0000</pubDate>
		<dc:creator>Sergiu Moza</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[alpine]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apsd]]></category>
		<category><![CDATA[chud]]></category>
		<category><![CDATA[chum]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[datamigrator]]></category>
		<category><![CDATA[iDevice]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[jetsam]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[mac users]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[pdp]]></category>
		<category><![CDATA[pilotfish]]></category>
		<category><![CDATA[Putty]]></category>
		<category><![CDATA[ReportCrash]]></category>
		<category><![CDATA[safetynet]]></category>
		<category><![CDATA[SimulateCrash]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh client]]></category>
		<category><![CDATA[syslog]]></category>
		<category><![CDATA[syslogd]]></category>
		<category><![CDATA[system library]]></category>
		<category><![CDATA[tcpdump]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://blog.syshalt.net/index.php/2011/02/10/disable-ios-4-services-optimize-your-iphone-pod-ipad-and-save-memory/</guid>
		<description><![CDATA[I know iOS is a super fast and optimized operating system but still there are some services that start but are unuseful for us and consume memory that can be used in other ways. So in order to disable this services you must have a jailbroken iDevice with OpenSSH installed (you can install from Cydia). [...]]]></description>
			<content:encoded><![CDATA[<p>I know iOS is a super fast and optimized operating system but still there are some services that start but are unuseful for us and consume memory that can be used in other ways.</p>
<p>So in order to disable this services you must have a jailbroken iDevice with OpenSSH installed (you can install from Cydia).</p>
<p>How connect to your device (after you connected to an wireless network) using Putty or any other ssh client (Mac users can connect from terminal). The default password for OpenSSH after fresh install is: alpine</p>
<p>Now copy line, one by one in order to disable the services.</p>
<p><span style="font-size: xx-small;">launchctl unload /System/Library/LaunchDaemons/com.apple.CrashHousekeeping.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.DumpPanic.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.ReportCrash.DirectoryService.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.ReportCrash.Jetsam.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.ReportCrash.SafetyNet.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.ReportCrash.SimulateCrash.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.ReportCrash.StackShot.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.ReportCrash.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.apsd.tcpdump.en0.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.apsd.tcpdump.pdp_ip0.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.chud.chum.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.chud.pilotfish.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.marco.tcpdump.en0.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.tcpdump.server.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.datamigrator.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.marcoagent.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.syslogd.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.powerlog.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.mobile.profile_janitor.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.AOSNotification.plist<br />
launchctl unload /System/Library/LaunchDaemons/com.apple.AdminLite.plist</span></p>
<p>Reboot your iDevice. Now the startup speed should be improved. Also memory usage on fresh reboot is lower.</p>
<p>Tried these optimizations on iPhone 3GS and iPad 3G.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.syshalt.net/index.php/2011/02/10/disable-ios-4-services-optimize-your-iphone-pod-ipad-and-save-memory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>greenp0ison RC5 libcurl.4.dylib &#8220;Incompatible library version: greenpois0n requires version 6.0.0&#8221; on OSX 10.5.8</title>
		<link>http://blog.syshalt.net/index.php/2011/02/04/greenp0ison-rc5-libcurl-4-dylib-incompatible-library-version-greenpois0n-requires-version-6-0-0-on-osx-10-5-8/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=greenp0ison-rc5-libcurl-4-dylib-incompatible-library-version-greenpois0n-requires-version-6-0-0-on-osx-10-5-8</link>
		<comments>http://blog.syshalt.net/index.php/2011/02/04/greenp0ison-rc5-libcurl-4-dylib-incompatible-library-version-greenpois0n-requires-version-6-0-0-on-osx-10-5-8/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 19:08:50 +0000</pubDate>
		<dc:creator>Sergiu Moza</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[chown]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[command chmod]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[error message]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[greenp]]></category>
		<category><![CDATA[ison]]></category>
		<category><![CDATA[ldquo]]></category>
		<category><![CDATA[lib]]></category>
		<category><![CDATA[library version]]></category>
		<category><![CDATA[message library]]></category>
		<category><![CDATA[rc5]]></category>
		<category><![CDATA[Reason]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[root wheel]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[unzip]]></category>
		<category><![CDATA[username]]></category>
		<category><![CDATA[usr]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[version 6]]></category>
		<category><![CDATA[wheel]]></category>

		<guid isPermaLink="false">http://blog.syshalt.net/index.php/2011/02/04/greenp0ison-rc5-libcurl-4-dylib-incompatible-library-version-greenpois0n-requires-version-6-0-0-on-osx-10-5-8/</guid>
		<description><![CDATA[For those people who get error on launching greenp0ison on OSX 10.5.8. Dyld Error Message: Library not loaded: /usr/lib/libcurl.4.dylib Referenced from: /Users/username/Downloads/greenpois0n-5.app/Contents/MacOS/greenpois0n Reason: Incompatible library version: greenpois0n requires version 6.0.0 or later, but libcurl.4.dylib provides version 4.0.0 Here is a fast fix: Download libcurl.4.dylib unzip the archive open terminal sudo su copy the file to [...]]]></description>
			<content:encoded><![CDATA[<p>For those people who get error on launching greenp0ison on OSX 10.5.8.</p>
<p>Dyld Error Message:<br />
Library not loaded: /usr/lib/libcurl.4.dylib<br />
Referenced from: /Users/username/Downloads/greenpois0n-5.app/Contents/MacOS/greenpois0n<br />
Reason: Incompatible library version: greenpois0n requires version 6.0.0 or later, but libcurl.4.dylib provides version 4.0.0</p>
<p>Here is a fast fix:</p>
<p>Download <a href="http://www.syshalt.net/pub/idevice/libcurl.4.zip">libcurl.4.dylib</a></p>
<p>unzip the archive</p>
<ol>
<li>open terminal</li>
<li>sudo su</li>
<li>copy the file to /usr/lib overwriting the current one then.</li>
<li>then use: cd /usr/lib</li>
<li>Use command: chown root:wheel libcurl.4.dylib</li>
<li>Use command: chmod 755 libcurl.4.dylib</li>
</ol>
<p>start greenp0ison</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.syshalt.net/index.php/2011/02/04/greenp0ison-rc5-libcurl-4-dylib-incompatible-library-version-greenpois0n-requires-version-6-0-0-on-osx-10-5-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install iOS 4.3b2 on iPad and jailbreak (tethered) &#8211; fully working</title>
		<link>http://blog.syshalt.net/index.php/2011/02/01/install-ios-4-3b2-on-ipad-and-jailbreak-tethered-fully-working/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-ios-4-3b2-on-ipad-and-jailbreak-tethered-fully-working</link>
		<comments>http://blog.syshalt.net/index.php/2011/02/01/install-ios-4-3b2-on-ipad-and-jailbreak-tethered-fully-working/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 09:59:08 +0000</pubDate>
		<dc:creator>Sergiu Moza</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[3b2]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[beta lt]]></category>
		<category><![CDATA[blobs]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[Connect]]></category>
		<category><![CDATA[cydia]]></category>
		<category><![CDATA[developer account]]></category>
		<category><![CDATA[DFU]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[easly]]></category>
		<category><![CDATA[follow instructions]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[iDevice]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[mac press]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[plist]]></category>
		<category><![CDATA[power button]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[recovery mode]]></category>
		<category><![CDATA[redsn]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[system library]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[TinyUmbrella]]></category>
		<category><![CDATA[windows c]]></category>

		<guid isPermaLink="false">http://blog.syshalt.net/index.php/2011/02/01/install-ios-4-3b2-on-ipad-and-jailbreak-tethered-fully-working/</guid>
		<description><![CDATA[Today I installed for test on my iPad, iOS 4.3b2. Unfortunelly I don’t have an developer account and my UDID is not registered anyware so…I was stuck on the Recovery screen. Researching on internet, I found that you can bypass this very easly. This is how you need to do in order to bypass UDID [...]]]></description>
			<content:encoded><![CDATA[<p>Today I installed for test on my iPad, iOS 4.3b2. Unfortunelly I don’t have an developer account and my UDID is not registered anyware so…I was stuck on the Recovery screen. Researching on internet, I found that you can bypass this very easly.</p>
<p>This is how you need to do in order to bypass UDID activation and jailbreak iOS 4.3b2:</p>
<p>1. If you already had a jailbroken phone/ipad/ipod and you modified the hosts file from (windows: c:\windows\system32\drivers\etc) – (mac: /private/etc/hosts) comment out the line: 74.208.105.171 gs.apple.com</p>
<p>I suggest to download TinyUmbrella <a title="http://thefirmwareumbrella.blogspot.com/" href="http://thefirmwareumbrella.blogspot.com/">http://thefirmwareumbrella.blogspot.com/</a> and save your SHSH blobs for 4.2.1 and 4.3b2 so you can restore in future.</p>
<p>2. Now put your iPad in DFU mode pressing Main button + Power Button same time and wait 10 seconds, after that release the Power Button but keep Main Button pressed another 10 seconds.</p>
<p>3. Restore iDevice to <a href="http://imodzone.net/download/">iOS 4.3b2</a> (Press to download; search for: iPad1,1_4.3_8F5153d_Restore.ipsw)</p>
<p>4. After restore put device again in DFU mode using <a href="http://www.syshalt.net/pub/idevice/redsn0w_mac_0.9.7b6.zip">redsn0w 0.9.7b6</a> Mac only (press to download) or <a href="http://www.syshalt.net/pub/idevice/redsn0w_win_0.9.6rc8.zip">redsn0w 0.9.6b8</a> Windows only (press to download). Now click browse for the <a href="http://appldnld.apple.com/iPad/061-9857.20101122.VGthy/iPad1,1_4.2.1_8C148_Restore.ipsw">iOS 4.2.1</a> firmware (press to download). Look at the images bellow:</p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2011/02/pic1.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="pic1" src="http://blog.syshalt.net/wp-content/uploads/2011/02/pic1_thumb.jpg" alt="pic1" width="552" height="271" border="0" /></a></p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2011/02/pic2.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="pic2" src="http://blog.syshalt.net/wp-content/uploads/2011/02/pic2_thumb.jpg" alt="pic2" width="296" height="369" border="0" /></a></p>
<p>Connect your device TURNED OFF. Press Next and follow instructions how to put in DFU mode.<br />
redsn0w will jailbreak your iPad and will install Cydia.</p>
<p>5. After reboot you will notice that you are still in recovery mode. In order to bypass this, connect iPad to your computer, now using <a href="http://www.ithemesky.com/iSpirit/download/">iSpirt</a> for windows (press to download) or <a href="http://www.macroplant.com/release/iPhone_Explorer_2006.zip">iPhone Explorer</a> for Mac (press to download) browse to /System/Library/CoreServices/SystemVersion.plist like in the picture attached bellow:</p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2011/02/pic3.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="pic3" src="http://blog.syshalt.net/wp-content/uploads/2011/02/pic3_thumb.jpg" alt="pic3" width="538" height="320" border="0" /></a></p>
<p>Remove:</p>
<p>&lt;key&gt;ReleaseType&lt;/key&gt;<br />
&lt;string&gt;Beta&lt;/string&gt;</p>
<p>6. After pressing Save button just reboot the iPad, let him boot normally to Recovery Screen connected to computer, then open iTunes and it will automatically activate your iPad.</p>
<p>7. In order to use the iPad in jailbreak state you will need to shutdown again. Then put it normally like in Step 2 in DFU mode. Download <a href="http://www.syshalt.net/pub/idevice/tetheredboot-syshalt-4.3b2.zip">tetheredboot-syshalt-4.3b2.zip</a> (press to download), unzip then open <strong>tetheredboot.bat</strong> (not the .exe one) and he will start to upload the new patched kernel and boot tethered state (it will appear a white screen, don’t worry, just wait he will, boot into SpringBoard in around 40 seconds).</p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2011/02/IMG_0266.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="IMG_0266" src="http://blog.syshalt.net/wp-content/uploads/2011/02/IMG_0266_thumb.jpg" alt="IMG_0266" width="406" height="541" border="0" /></a></p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2011/02/IMG_0268.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="IMG_0268" src="http://blog.syshalt.net/wp-content/uploads/2011/02/IMG_0268_thumb.jpg" alt="IMG_0268" width="404" height="537" border="0" /></a></p>
<p>Here are some screenshots that prove is working.</p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2011/02/IMG_0263.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="IMG_0263" src="http://blog.syshalt.net/wp-content/uploads/2011/02/IMG_0263_thumb.jpg" alt="IMG_0263" width="404" height="538" border="0" /></a></p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2011/02/IMG_0264.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="IMG_0264" src="http://blog.syshalt.net/wp-content/uploads/2011/02/IMG_0264_thumb.jpg" alt="IMG_0264" width="405" height="540" border="0" /></a></p>
<p><span style="color: #ff0000;">IMPORTANT!!</span></p>
<p><span style="color: #ff0000;">Every time you will reboot the iPad, need to connect him at computer in DFU mode, and boot tethered using tetheredboot.bat</span></p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:701b04bf-0a98-43a7-a92e-4d6d179e8a66" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">Technorati Tags: <a href="http://technorati.com/tags/iOS+4.3b2" rel="tag">iOS 4.3b2</a>,<a href="http://technorati.com/tags/iPad" rel="tag">iPad</a>,<a href="http://technorati.com/tags/Apple" rel="tag">Apple</a>,<a href="http://technorati.com/tags/jailbreak" rel="tag">jailbreak</a>,<a href="http://technorati.com/tags/tethered" rel="tag">tethered</a>,<a href="http://technorati.com/tags/iOS4" rel="tag">iOS4</a>,<a href="http://technorati.com/tags/TinyUmbrella" rel="tag">TinyUmbrella</a>,<a href="http://technorati.com/tags/Restore" rel="tag">Restore</a>,<a href="http://technorati.com/tags/iTunes" rel="tag">iTunes</a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.syshalt.net/index.php/2011/02/01/install-ios-4-3b2-on-ipad-and-jailbreak-tethered-fully-working/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Prevent Winmail.dat in mail attachment (Exchange 2007)</title>
		<link>http://blog.syshalt.net/index.php/2010/12/09/prevent-winmail-dat-in-mail-attachment-exchange-2007/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=prevent-winmail-dat-in-mail-attachment-exchange-2007</link>
		<comments>http://blog.syshalt.net/index.php/2010/12/09/prevent-winmail-dat-in-mail-attachment-exchange-2007/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 16:00:23 +0000</pubDate>
		<dc:creator>Sergiu Moza</dc:creator>
				<category><![CDATA[Exchange 2003/2007]]></category>
		<category><![CDATA[amp]]></category>
		<category><![CDATA[attachment]]></category>
		<category><![CDATA[Character]]></category>
		<category><![CDATA[character sets]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[Format]]></category>
		<category><![CDATA[format tab]]></category>
		<category><![CDATA[hub]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mail attachment]]></category>
		<category><![CDATA[mail server]]></category>
		<category><![CDATA[Message]]></category>
		<category><![CDATA[message format]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft exchange]]></category>
		<category><![CDATA[MIME]]></category>
		<category><![CDATA[none]]></category>
		<category><![CDATA[Organisation]]></category>
		<category><![CDATA[Remote]]></category>
		<category><![CDATA[rich-text format]]></category>
		<category><![CDATA[Set]]></category>
		<category><![CDATA[Sets]]></category>
		<category><![CDATA[tab]]></category>
		<category><![CDATA[today]]></category>
		<category><![CDATA[winmail dat attachments]]></category>

		<guid isPermaLink="false">http://blog.syshalt.net/index.php/2010/12/09/prevent-winmail-dat-in-mail-attachment-exchange-2007/</guid>
		<description><![CDATA[One of our clients reported today that some of his employees  send messages with winmail.dat attachments. They have Exchange 2007 installed as they main mail server. The fix is pretty easy: Go to Microsoft Exchange Console –&#62; Organisation Configuration –&#62; click Hub Transport –&#62; select Remote Domain. Go to the properties of Remote Domain, click [...]]]></description>
			<content:encoded><![CDATA[<p>One of our clients reported today that some of his employees  send messages with winmail.dat attachments. They have Exchange 2007 installed as they main mail server.</p>
<p>The fix is pretty easy:</p>
<p>Go to Microsoft Exchange Console –&gt; Organisation Configuration –&gt; click Hub Transport –&gt; select Remote Domain. Go to the properties of Remote Domain, click on Message Format tab then –&gt; Exchange rich-text format –&gt; Never Use then go to –&gt; Character Sets –&gt; MIME character Set - Select none &amp; Non-MIME character Set - select none.</p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2010/12/Prop.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Prop" src="http://blog.syshalt.net/wp-content/uploads/2010/12/Prop_thumb.jpg" alt="Prop" width="435" height="488" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.syshalt.net/index.php/2010/12/09/prevent-winmail-dat-in-mail-attachment-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blue Screen of Death (BSOD) on Windows 2000 Server</title>
		<link>http://blog.syshalt.net/index.php/2010/12/07/blue-screen-of-death-bsod-on-windows-2000-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=blue-screen-of-death-bsod-on-windows-2000-server</link>
		<comments>http://blog.syshalt.net/index.php/2010/12/07/blue-screen-of-death-bsod-on-windows-2000-server/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 12:34:10 +0000</pubDate>
		<dc:creator>Sergiu Moza</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[bad idea]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[Blue]]></category>
		<category><![CDATA[blue screen of death]]></category>
		<category><![CDATA[blue screen of death bsod]]></category>
		<category><![CDATA[BOOT]]></category>
		<category><![CDATA[bsod]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[Death]]></category>
		<category><![CDATA[Duo]]></category>
		<category><![CDATA[ERP]]></category>
		<category><![CDATA[erp applications]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[HDD]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[inaccessible boot device]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[intel core duo]]></category>
		<category><![CDATA[intervention]]></category>
		<category><![CDATA[malfunction]]></category>
		<category><![CDATA[mode]]></category>
		<category><![CDATA[motherboard battery]]></category>
		<category><![CDATA[raid1]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[role]]></category>
		<category><![CDATA[S-ATA]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[windows 2000]]></category>
		<category><![CDATA[windows 2000 server]]></category>

		<guid isPermaLink="false">http://blog.syshalt.net/index.php/2010/12/07/blue-screen-of-death-bsod-on-windows-2000-server/</guid>
		<description><![CDATA[I recently had and intervention on a company that reported a blue screen of death on one of their servers. Error was: 0x0000007B INACCESSIBLE_BOOT_DEVICE The server had the role of SQL Server for one of their ERP applications. Specs of so called “server” were: Intel Core Duo CPU 2 GB RAM 2 x S-ATA HDD [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had and intervention on a company that reported a blue screen of death on one of their servers.</p>
<p>Error was:</p>
<p>0x0000007B<br />
INACCESSIBLE_BOOT_DEVICE</p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2010/12/029-bsod_Windows_2000.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="029-bsod_Windows_2000" src="http://blog.syshalt.net/wp-content/uploads/2010/12/029-bsod_Windows_2000_thumb.png" alt="029-bsod_Windows_2000" width="532" height="400" border="0" /></a></p>
<p>The server had the role of SQL Server for one of their ERP applications. Specs of so called “server” were:</p>
<p>Intel Core Duo CPU<br />
2 GB RAM<br />
2 x S-ATA HDD (RAID1)</p>
<p>In fact this was a normal PC, with the function of a server. The bad idea was to make on this system PC a RAID1 using that motherboard and no additional controller.</p>
<p>Going to BIOS I found out that settings were reset by the motherboard battery malfunction and the on-board mode for HDD controller was set to S-ATA mode and not on RAID.</p>
<p>After fixing the problem, their server booted flawless into the windows.</p>
<p>I know this seems a silly and simple idea, but hope it helps people who encounter this type or error on their systems, even if they have server or pc systems.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.syshalt.net/index.php/2010/12/07/blue-screen-of-death-bsod-on-windows-2000-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 iPhone applications and customizations</title>
		<link>http://blog.syshalt.net/index.php/2010/10/21/top-10-iphone-applications-and-customizations/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=top-10-iphone-applications-and-customizations</link>
		<comments>http://blog.syshalt.net/index.php/2010/10/21/top-10-iphone-applications-and-customizations/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 08:02:40 +0000</pubDate>
		<dc:creator>Sergiu Moza</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[aplication]]></category>
		<category><![CDATA[attachment]]></category>
		<category><![CDATA[Auto]]></category>
		<category><![CDATA[awsome]]></category>
		<category><![CDATA[cd system]]></category>
		<category><![CDATA[chud]]></category>
		<category><![CDATA[chum]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[CrashHouseKeeping]]></category>
		<category><![CDATA[cydia]]></category>
		<category><![CDATA[Delete]]></category>
		<category><![CDATA[different things]]></category>
		<category><![CDATA[Disables]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[download videos from youtube]]></category>
		<category><![CDATA[e mail]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[flash memory]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[itunes 2]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[LaunchDaemons]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[multitasking]]></category>
		<category><![CDATA[Notifications]]></category>
		<category><![CDATA[ReportCrash]]></category>
		<category><![CDATA[repos]]></category>
		<category><![CDATA[reserve space]]></category>
		<category><![CDATA[springboard]]></category>
		<category><![CDATA[stackshot]]></category>
		<category><![CDATA[system library]]></category>
		<category><![CDATA[tcpdump]]></category>
		<category><![CDATA[usb cable]]></category>
		<category><![CDATA[witch]]></category>
		<category><![CDATA[zToggle]]></category>

		<guid isPermaLink="false">http://blog.syshalt.net/index.php/2010/10/21/top-10-iphone-applications-and-customizations/</guid>
		<description><![CDATA[I want to present some of my top 10 applications and customizations I use on my iPhone. For the start you should have an jailbreaked iPhone, I`ll not cover how to do that here. Now open Cydia application (this comes with jailbreak) and add at sources these repos: http://www.sinfuliphonerepo.com/ http://www.cmdshft.ipwn.me/apt/ http://cydia.hackulo.us http://cydia.myrepospace.com/hackstor/ http://cydia.xsellize.com http://rpetri.ch/repo http://apt.dmytro.me [...]]]></description>
			<content:encoded><![CDATA[<p>I want to present some of my top 10 applications and customizations I use on my iPhone.<br />
For the start you should have an jailbreaked iPhone, I`ll not cover how to do that here. Now open Cydia application (this comes with jailbreak) and add at sources these repos:</p>
<p><a href="http://www.sinfuliphonerepo.com/">http://www.sinfuliphonerepo.com/</a><br />
<a title="http://www.cmdshft.ipwn.me/apt/" href="http://www.cmdshft.ipwn.me/apt/">http://www.cmdshft.ipwn.me/apt/</a><br />
<a title="http://cydia.hackulo.us" href="http://cydia.hackulo.us">http://cydia.hackulo.us</a><br />
<a title="http://cydia.myrepospace.com/hackstor/" href="http://cydia.myrepospace.com/hackstor/">http://cydia.myrepospace.com/hackstor/</a><br />
<a title="http://cydia.xsellize.com" href="http://cydia.xsellize.com">http://cydia.xsellize.com</a><br />
<a title="http://rpetri.ch/repo" href="http://rpetri.ch/repo">http://rpetri.ch/repo</a><br />
<a title="http://apt.dmytro.me" href="http://apt.dmytro.me">http://apt.dmytro.me</a><br />
<a title="http://cydia.myrepospace.com/ukakotar/" href="http://cydia.myrepospace.com/ukakotar/">http://cydia.myrepospace.com/ukakotar/</a></p>
<p>After fresh install of iOS on iPhone, I usually install this aplications witch I consider mandatory in day by day usage:</p>
<p><strong>1. AppsSync </strong></p>
<p>Let`s you install applications that are not from AppStore and syncronize them with iTunes</p>
<p><strong>2. Push Doctor<br />
</strong><br />
Installs certificates for Push Notifications and Youtube</p>
<p><strong>3. Youtube2 </strong></p>
<p>Let`s you download videos from Youtube</p>
<p><strong>4. zToggle </strong></p>
<p>Disables Wallpaper &amp; Multitasking on iOS 4</p>
<p><strong>5. Respring<br />
</strong><br />
Restarts the springboard</p>
<p><strong>6. SwitcherMod </strong></p>
<p>Adds functionality on multitasking bar</p>
<p><strong>7. Remove Recents </strong></p>
<p>Auto removes recents applications from multitasking bar (not the ones active)</p>
<p><strong>8. Attachment Saver<br />
</strong><br />
Let`s you save attachments from e-mail to iPhone</p>
<p><strong>9. Recent/CallLog Delete 1.4<br />
</strong><br />
One of the best applications that iOS 4 lacks by default, let`s you delete one by one recent calls log.</p>
<p><strong>10. USB Drive </strong></p>
<p>This aplication is awsome, let`s you reserve space from your flash memory and acts like a USB Drive using the USB cable.</p>
<p>On iOS 4 (3gs) I usually disable the wallpaper because it seems that the springboard is running more smooth without wallpaper. Also I remove these services (using SSH):</p>
<p>cd /System/Library/LaunchDaemons<br />
and then remove files using: rm –rf file</p>
<p>com.apple.DumpPanic.plist<br />
com.apple.ReportCrash.(Different Things).plist<br />
com.apple.CrashHouseKeeping.plist<br />
com.apple.stackshot.server.plist<br />
com.apple.tcpdump.server.plist<br />
com.apple.chud.chum.plist<br />
com.apple.chud.pilotfish.plist</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:70f4c28a-9b1b-4ce4-9f57-abe2947193f1" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">Technorati Tags: <a href="http://technorati.com/tags/iphone" rel="tag">iphone</a>,<a href="http://technorati.com/tags/ios+4" rel="tag">ios 4</a>,<a href="http://technorati.com/tags/applications+iphone" rel="tag">applications iphone</a>,<a href="http://technorati.com/tags/repos+cydia" rel="tag">repos cydia</a>,<a href="http://technorati.com/tags/cydia" rel="tag">cydia</a>,<a href="http://technorati.com/tags/optimization+iphone" rel="tag">optimization iphone</a>,<a href="http://technorati.com/tags/iphone+deamons" rel="tag">iphone deamons</a>,<a href="http://technorati.com/tags/battery+life" rel="tag">battery life</a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.syshalt.net/index.php/2010/10/21/top-10-iphone-applications-and-customizations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java on iOS 4 (iPhone)</title>
		<link>http://blog.syshalt.net/index.php/2010/09/24/java-on-ios-4-iphone/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-on-ios-4-iphone</link>
		<comments>http://blog.syshalt.net/index.php/2010/09/24/java-on-ios-4-iphone/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 07:59:12 +0000</pubDate>
		<dc:creator>Sergiu Moza</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[alpine]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[APT-Strict]]></category>
		<category><![CDATA[course]]></category>
		<category><![CDATA[ctrl]]></category>
		<category><![CDATA[HelloJava]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphones]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java application]]></category>
		<category><![CDATA[java vm]]></category>
		<category><![CDATA[jikes]]></category>
		<category><![CDATA[lib]]></category>
		<category><![CDATA[Lucky]]></category>
		<category><![CDATA[main string]]></category>
		<category><![CDATA[moment]]></category>
		<category><![CDATA[nano]]></category>
		<category><![CDATA[nbsp]]></category>
		<category><![CDATA[need]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[println]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[source file]]></category>
		<category><![CDATA[steve jobs]]></category>
		<category><![CDATA[strict application]]></category>
		<category><![CDATA[string args]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[technorati]]></category>
		<category><![CDATA[trype]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[username]]></category>
		<category><![CDATA[using java]]></category>

		<guid isPermaLink="false">http://blog.syshalt.net/index.php/2010/09/24/java-on-ios-4-iphone/</guid>
		<description><![CDATA[Recently I had done some research about Java VM running on iPhone devises. At the moment Apple does not support java application and from what Steve Jobs said, there is not plan in the future to do so. Lucky we can have Java VM on our iPhones. In order to do this you will need [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I had done some research about Java VM running on iPhone devises. At the moment Apple does not support java application and from what Steve Jobs said, there is not plan in the future to do so. Lucky we can have Java VM on our iPhones.</p>
<p>In order to do this you will need of course to jailbreak you iPhone and install OpenSSH and APT-Strict application from Cydia, then SSH to your iPhone IP with username: root and password: alpine and trype to install java this commands:</p>
<p>1. apt-get update<br />
2. apt-get upgrade<br />
3. apt-get install jamvm jikes classpath iphone-java</p>
<p>Here is an example of HelloJava application:</p>
<p>Create a new file with command nano HelloJava.java and write the code from bellow.</p>
<blockquote><p>public class HelloJava {<br />
public static void main(String args[]) {<br />
System.out.println(“Hello, Java”);<br />
}<br />
}</p></blockquote>
<p>Now ctrl+x to save and exit then compile the source file:<br />
jikes –cp /usr/lib/rt.jar HelloJava.java<br />
Now you can run the application using:<br />
java HelloJava</p>
<p>&nbsp;</p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2010/09/java.jpg"><img style="display: inline; border-width: 0px;" title="java" src="http://blog.syshalt.net/wp-content/uploads/2010/09/java_thumb.jpg" alt="java" width="542" height="342" border="0" /></a></p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:faa11463-7c91-441b-9c64-3bc05a4c34ec" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">Technorati Tags: <a href="http://technorati.com/tags/java+on+ios+4" rel="tag">java on ios 4</a>,<a href="http://technorati.com/tags/java+ios+4" rel="tag">java ios 4</a>,<a href="http://technorati.com/tags/iphone" rel="tag">iphone</a>,<a href="http://technorati.com/tags/apple" rel="tag">apple</a>,<a href="http://technorati.com/tags/programming" rel="tag">programming</a>,<a href="http://technorati.com/tags/ios4" rel="tag">ios4</a>,<a href="http://technorati.com/tags/technology" rel="tag">technology</a>,<a href="http://technorati.com/tags/jailbreak" rel="tag">jailbreak</a>,<a href="http://technorati.com/tags/cydia" rel="tag">cydia</a>,<a href="http://technorati.com/tags/apt-get" rel="tag">apt-get</a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.syshalt.net/index.php/2010/09/24/java-on-ios-4-iphone/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Compile C applications with gcc on iOS 4 (iPhone)</title>
		<link>http://blog.syshalt.net/index.php/2010/09/12/compile-c-applications-with-gcc-on-ios-4-iphone/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=compile-c-applications-with-gcc-on-ios-4-iphone</link>
		<comments>http://blog.syshalt.net/index.php/2010/09/12/compile-c-applications-with-gcc-on-ios-4-iphone/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 16:12:25 +0000</pubDate>
		<dc:creator>Sergiu Moza</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Anastas]]></category>
		<category><![CDATA[c application]]></category>
		<category><![CDATA[c applications]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command cd]]></category>
		<category><![CDATA[command cp]]></category>
		<category><![CDATA[command tar]]></category>
		<category><![CDATA[Compile]]></category>
		<category><![CDATA[Connect]]></category>
		<category><![CDATA[cydia]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[int]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[lib]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Sign]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[suggestion]]></category>
		<category><![CDATA[tar gz]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[type cd]]></category>
		<category><![CDATA[Untar]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://blog.syshalt.net/index.php/2010/09/12/compile-c-applications-with-gcc-on-ios-4-iphone/</guid>
		<description><![CDATA[I search a lot on internet how to do this, and I found some info from Anastas Stoyanovsky. Most people posted that if you install libgcc on iOS 4 it will crash at boot but this is not true. Here is what you need to do in order to be able to compile and run [...]]]></description>
			<content:encoded><![CDATA[<p>I search a lot on internet how to do this, and I found some info from Anastas Stoyanovsky. Most people posted that if you install libgcc on iOS 4 it will crash at boot but this is not true.</p>
<p>Here is what you need to do in order to be able to compile and run a C application on iphone:</p>
<blockquote>
<p style="text-align: left;">1. You will need to Jailbreak the iPhone first, search on google for more info.<br />
2. Install OpenSSH from Cydia.<br />
3. Connect iPhone to your wireless network and SSH to it.<br />
4. Download this application using: wget <a href="http://www.syshalt.net/pub/iphone/gcc-iphone/fake-libgcc_1.0_iphoneos-arm.deb">http://www.syshalt.net/pub/iphone/gcc-iphone/fake-libgcc_1.0_iphoneos-arm.deb</a><br />
5. Install libcc using: dpkg –i fake-libgcc_1.0_iphoneos-arm.deb<br />
6. Install iphone-gcc using this command: apt-get install iphone-gcc<a href="http://apt.saurik.com/debs/iphone-gcc_4.2-20080604-1-8_iphoneos-arm.deb"><br />
</a>(you can download this version from my website: <a href="http://www.syshalt.net/pub/iphone/gcc-iphone/iphone-gcc_4.2-20080604-1-8_iphoneos-arm.deb">iphone-gcc</a> if does not work on your device the one that is installed by default)<br />
7. Download using: wget <a title="http://www.syshalt.net/pub/iphone/gcc-iphone/sdk-2.0-headers.tar.gz" href="http://www.syshalt.net/iphone/gcc-iphone/sdk-2.0-headers.tar.gz">http://www.syshalt.net/iphone/gcc-iphone/sdk-2.0-headers.tar.gz</a><br />
8. Untar with command: tar -xvzf sdk-2.0-headers.tar.gz<br />
9. Enter in the new created folder with: cd include-2.0-sdk-ready-for-iphone<br />
10. Copy all files to include folder with command: cp –r * /usr/include<br />
11. Now type: cd .. in order to return to the previous folder<br />
12. Download using: wget <a href="http://www.syshalt.net/iphone/gcc-iphone/gcc_files.tar.gz">http://www.syshalt.net/iphone/gcc-iphone/gcc_files.tar.gz</a><br />
13. Untar with command: tar -xvzf gcc_files.tar.gz<br />
14. Enter in the new created folder with command: cd gcc_files<br />
15. Copy all files to /usr/lib using command: cp –r * /usr/lib<br />
16. Install ldid to sign the application (this will prevent iOS to kill the application at startup) using: apt-get install ldid<br />
17. Sign your compilet aplication using: ldid –S &lt;application&gt;<br />
18. Run the application using: ./&lt;application&gt;</p>
<p>Suggestion: Install using: apt-get install nano<br />
This will help you code easy directly from terminal.</p></blockquote>
<p>Here is an example of hello world using C and gcc to compile on iPhone iOS 4:</p>
<p>I used nano hello.c in terminal to open a new files and writed this simple application:</p>
<p>#include &lt;stdio.h&gt;<br />
int main()<br />
{<br />
printf("hello, world\n");<br />
return 0;<br />
}</p>
<p>and then CTRL+X to save it, then I typed: gcc –o hello hello.c and after that ldid –S hello<br />
Now you can run your application using ./hello</p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2010/09/gcc.jpg"><img style="display: inline; border-width: 0px;" title="gcc" src="http://blog.syshalt.net/wp-content/uploads/2010/09/gcc_thumb.jpg" alt="gcc" width="539" height="328" border="0" /></a></p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:10924238-0b7d-4e48-a631-a215d2ad96d5" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">Technorati Tags: <a href="http://technorati.com/tags/ios4" rel="tag">ios4</a>,<a href="http://technorati.com/tags/jailbreak" rel="tag">jailbreak</a>,<a href="http://technorati.com/tags/iphone" rel="tag">iphone</a>,<a href="http://technorati.com/tags/apple" rel="tag">apple</a>,<a href="http://technorati.com/tags/gcc" rel="tag">gcc</a>,<a href="http://technorati.com/tags/g%2b%2b" rel="tag">g++</a>,<a href="http://technorati.com/tags/programming" rel="tag">programming</a>,<a href="http://technorati.com/tags/cydia" rel="tag">cydia</a>,<a href="http://technorati.com/tags/apt-get" rel="tag">apt-get</a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.syshalt.net/index.php/2010/09/12/compile-c-applications-with-gcc-on-ios-4-iphone/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>ITCongress 2010</title>
		<link>http://blog.syshalt.net/index.php/2010/05/12/itcongress-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=itcongress-2010</link>
		<comments>http://blog.syshalt.net/index.php/2010/05/12/itcongress-2010/#comments</comments>
		<pubDate>Wed, 12 May 2010 07:34:35 +0000</pubDate>
		<dc:creator>Sergiu Moza</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[accent]]></category>
		<category><![CDATA[alocat]]></category>
		<category><![CDATA[asa]]></category>
		<category><![CDATA[cand]]></category>
		<category><![CDATA[care]]></category>
		<category><![CDATA[cei]]></category>
		<category><![CDATA[cum]]></category>
		<category><![CDATA[deosebit]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[desktop infrastructure]]></category>
		<category><![CDATA[Despre]]></category>
		<category><![CDATA[dintre]]></category>
		<category><![CDATA[foarte]]></category>
		<category><![CDATA[fost]]></category>
		<category><![CDATA[inceput]]></category>
		<category><![CDATA[ITCongress]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[nbsp]]></category>
		<category><![CDATA[netapp]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[p20]]></category>
		<category><![CDATA[prea]]></category>
		<category><![CDATA[prezenta]]></category>
		<category><![CDATA[r2]]></category>
		<category><![CDATA[revin]]></category>
		<category><![CDATA[tehnologii]]></category>
		<category><![CDATA[terminat]]></category>
		<category><![CDATA[thin client]]></category>
		<category><![CDATA[thin clients]]></category>
		<category><![CDATA[timp]]></category>
		<category><![CDATA[totusi]]></category>
		<category><![CDATA[vdi]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[windows server]]></category>
		<category><![CDATA[Wyse]]></category>
		<category><![CDATA[zile]]></category>

		<guid isPermaLink="false">http://blog.syshalt.net/index.php/2010/05/12/itcongress-2010/</guid>
		<description><![CDATA[&#160; Acum cateva zile s-a terminat IT Congress editia II. Eu am fost unul dintre baietii din staff-ul tehnic care am prezentat tehnologii VMWare, Wyse, 10zig ma refer aici cu accent deosebit pe partea de VDI (Virtual Desktop Infrastructure). Lume a fost si destule intrebari de asemenea, totusi timpul alocat subiectelor din pacate, a fost [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Acum cateva zile s-a terminat IT Congress editia II. Eu am fost unul dintre baietii din staff-ul tehnic care am prezentat tehnologii VMWare, Wyse, 10zig ma refer aici cu accent deosebit pe partea de VDI (Virtual Desktop Infrastructure).</p>
<p>Lume a fost si destule intrebari de asemenea, totusi timpul alocat subiectelor din pacate, a fost foarte scurt, nu prea am avut timp sa explic si sa raspund la intrebari asa cum mi-am dorit si cum mi-am planificat de la inceput.</p>
<p>Despre ce am discutat poate va intrebati cei care nu ati fost?</p>
<p>- VMWare View 4.0 (integrare AD, permisii / user, tipuri de grupuri de masini, linked clone)</p>
<p>- Wyse (P20 Thin Client cu PCoIP, demo multimedia, integrare cu view manager)</p>
<p>- Wyse (V10L Thin Client cu RDP si TCP, usb redirect, sunet bi-directional integrare cu view manager)</p>
<p>- 10zig (cu RDP 7, sunet bi-directional cand te conectezi pe Windows Server 2008 R2)</p>
<p>Atasez cateva poze de la IT Congress 2010.</p>
<p>&nbsp;</p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2010/05/IMG_0152.jpg"><img style="display: inline; border-width: 0px;" title="IMG_0152" src="http://blog.syshalt.net/wp-content/uploads/2010/05/IMG_0152_thumb.jpg" alt="IMG_0152" width="426" height="323" border="0" /></a></p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2010/05/IMG_0130.jpg"><img style="display: inline; border-width: 0px;" title="IMG_0130" src="http://blog.syshalt.net/wp-content/uploads/2010/05/IMG_0130_thumb.jpg" alt="IMG_0130" width="428" height="322" border="0" /></a></p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2010/05/IMG_0134.jpg"><img style="display: inline; border-width: 0px;" title="IMG_0134" src="http://blog.syshalt.net/wp-content/uploads/2010/05/IMG_0134_thumb.jpg" alt="IMG_0134" width="333" height="442" border="0" /></a></p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2010/05/IMG_0141.jpg"><img style="display: inline; border-width: 0px;" title="IMG_0141" src="http://blog.syshalt.net/wp-content/uploads/2010/05/IMG_0141_thumb.jpg" alt="IMG_0141" width="334" height="443" border="0" /></a></p>
<p>1) Pregatiri</p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2010/05/IMG_0133.jpg"><img style="display: inline; border-width: 0px;" title="IMG_0133" src="http://blog.syshalt.net/wp-content/uploads/2010/05/IMG_0133_thumb.jpg" alt="IMG_0133" width="432" height="325" border="0" /></a></p>
<p>2) De sus in jos (Cisco Nexus + NetApp Storage)</p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2010/05/IMG_0159.jpg"><img style="display: inline; border-width: 0px;" title="IMG_0159" src="http://blog.syshalt.net/wp-content/uploads/2010/05/IMG_0159_thumb.jpg" alt="IMG_0159" width="430" height="324" border="0" /></a></p>
<p>2) De la stanga la dreapata (V10L, 10zig, P20 cu PCoIP)</p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2010/05/IMG_0156.jpg"><img style="display: inline; border-width: 0px;" title="IMG_0156" src="http://blog.syshalt.net/wp-content/uploads/2010/05/IMG_0156_thumb.jpg" alt="IMG_0156" width="434" height="326" border="0" /></a></p>
<p>3) Stand VMWare cu Thin Clients, fiecare ruland un trailer pe RDP si PCoIP</p>
<p>&nbsp;</p>
<p><a href="http://blog.syshalt.net/wp-content/uploads/2010/05/IMG_0174.jpg"><img style="display: inline; border-width: 0px;" title="IMG_0174" src="http://blog.syshalt.net/wp-content/uploads/2010/05/IMG_0174_thumb.jpg" alt="IMG_0174" width="440" height="331" border="0" /></a></p>
<p>5) Una din prezentarile VDI si lumea prezenta.</p>
<p>&nbsp;</p>
<p>(am sa revin cu mai multe poze &amp; video, cele postate sunt facute de mine cu telefonul si nu am avut timp de prea multe)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.syshalt.net/index.php/2010/05/12/itcongress-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

