<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>Life in 0 and 1</title>
	<link>http://lifein0and1.com</link>
	<description>My IT notebook...</description>
	<lastBuildDate>Fri, 26 Sep 2008 17:41:22 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>iPhone Hacking - Custom Ringtone and SMS Notification</title>
		<description>Following up on the earlier iPhone hacks is customizing the most common audio: ringtone and SMS notification. Apple has locked down custom ringtones and profit from them. The biggest problem is, their selection is scarce and sucks. Here's a simple guide on how to upload the Ringtones:

	Choose an MP3 file ...</description>
		<link>http://lifein0and1.com/2008/09/09/iphone-hacking-custom-ringtone-and-sms-notification/</link>
			</item>
	<item>
		<title>HOWTO: Fix Apple&#8217;s WebKit and JavaScriptCore Framework Error</title>
		<description>The error message:
Symbol not found: __ZN3KJS11Interpreter4markEv
Referenced from: /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
Expected in: /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore

The probable cause:
All fingers seems to point to the Safari and Security update. This happens mostly on Tiger system, but it happens on a brand new Macbook on the way being updated to the latest version after opening the box. 

Resolution:
This ...</description>
		<link>http://lifein0and1.com/2008/09/09/howto-fix-apples-webkit-and-javascriptcore-framework-error/</link>
			</item>
	<item>
		<title>SMTP Auth on Ubuntu with Postfix Problem</title>
		<description>Problem: postfix/smtpd[12563]: warning: unknown[192.168.1.126]: SASL PLAIN authentication failed: authentication failure
Solution: Change the line that says MECHANISMS="pam" in /etc/default/saslauthd to MECHANISMS="shadow"

Problem: postfix/smtpd[16619]: warning: SASL authentication failure: Password verification failed
Solution: Change /etc/init.d/saslauthd line from PIDFILE=$RUN_DIR/saslauthd.pid to PIDFILE="/var/spool/postfix/var/run/${NAME}/saslauthd.pid" and set ownership to group sasl then put ther user postfix in group sasl
 </description>
		<link>http://lifein0and1.com/2008/09/09/smtp-auth-on-ubuntu-with-postfix-problem/</link>
			</item>
	<item>
		<title>HOWTO: Fix Windows Vista - The trust relationship between this workstation and the primary domain failed</title>
		<description>For some unknown reason, one of my colleague gets this message everytime he's trying to login: 
"The trust relationship between this workstation and the primary domain failed"

Instead of deleting his profile and recreating it as proposed by most people, I just try to rejoin it to the domain. It works! ...</description>
		<link>http://lifein0and1.com/2008/09/09/howto-fix-windows-vista-the-trust-relationship-between-this-workstation-and-the-primary-domain-failed/</link>
			</item>
	<item>
		<title>HOWTO: Grab List of Installed Packages using dpkg</title>
		<description>Grab the package by running:
dpkg --get-selections > packages.installed </description>
		<link>http://lifein0and1.com/2008/07/23/howto-grab-list-of-installed-packages/</link>
			</item>
	<item>
		<title>HOWTO: Log Apache to MySQL on Ubuntu 8.04 (Hardy Heron)</title>
		<description>Installing the Software
Run the following commands in terminal:
sudo apt-get update
sudo apt-get install libapache2-mod-log-sql-mysql libapache2-mod-log-sql libapache2-mod-log-sql-ssl

Create DB & User
Run the following commands in MySQL:
CREATE DATABASE apachelogs;
GRANT INSERT,CREATE ON apachelogs.* 
  TO apachelogger@localhost 
  IDENTIFIED BY 'insert_passwd_here';
FLUSH PRIVILEGES;

Add Entry to apache2.conf
Add the following entry to apache2.conf before the VirtualHost settings ...</description>
		<link>http://lifein0and1.com/2008/07/03/log-apache-to-mysql-on-ubuntu-804-hardy-heron/</link>
			</item>
	<item>
		<title>Forcing Windows to Change Priority &#038; Processor Affinity on Processes Ran by SYSTEM</title>
		<description>I encountered a problem when trying to change the process priority & processor affinity for my VMWare. The problem is that this process is ran by SYSTEM instead of my username. In order to run 'Task Manager' at elevated level, make sure all 'Task Managers' are closed do the following:

	Open ...</description>
		<link>http://lifein0and1.com/2008/05/27/forcing-windows-to-change-priority-processor-affinity-on-processes-ran-by-system/</link>
			</item>
	<item>
		<title>Fixed: DVD Video Only Runs at Fullscreen</title>
		<description>If you're on Ubuntu 8.04 (Hardy Heron), the Multimedia Systems Selector is hidden. You will need to enable this first. 

Enabling Multimedia System Selector

	Goto System -> Preferences -> Main Menu
	Browse to System -> Preferences section
	Check the box where it says "Multimedia System Selector"


Changing the Multimedia System Video Output

	Goto System -> ...</description>
		<link>http://lifein0and1.com/2008/05/21/fixed-dvd-video-only-runs-at-fullscreen/</link>
			</item>
	<item>
		<title>HOWTO: DVD Ripping in Ubuntu 8.04 (Hardy Heron)</title>
		<description>This is completely illegal in the United States due to some copyright law. This site does not condone illegal activity; thus, if you’re in US, you’re on your own when you do the following.

Install the packages by running the command:
sudo apt-get install dvdrip subtitleripper ksubtitleripper gocr mplayer libdvdread3 debhelper fakeroot ...</description>
		<link>http://lifein0and1.com/2008/05/21/howto-dvd-ripping-in-ubuntu-804-hardy-heron/</link>
			</item>
	<item>
		<title>Fixed: Problems Installing VMWare Tools in Ubuntu 8.04 (Hardy Heron) Server as Guest in VMWare Server</title>
		<description>I tried to install Ubuntu 8.04 (Hardy Heron) Server edition as a guest system in my VMWare Server and got into a problem installing the vmware tools. I mostly follow the instructions given here with some changes with regards to the lack of GUI (X11).

Install the Basic Build Tools

	sudo apt-get ...</description>
		<link>http://lifein0and1.com/2008/05/16/fixed-problems-vmware-tools-in-ubuntu-hardy-heron-server-as-guest/</link>
			</item>
</channel>
</rss>
