<?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>chronx &#187; Uncategorized</title>
	<atom:link href="http://chronx.info/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://chronx.info</link>
	<description>Find something you love to do and you&#039;ll never have to work another day for the rest of your life</description>
	<lastBuildDate>Fri, 24 Feb 2012 06:01:36 +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>copy/move/alias</title>
		<link>http://chronx.info/2012/02/23/copymovealias/</link>
		<comments>http://chronx.info/2012/02/23/copymovealias/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 05:48:04 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=520</guid>
		<description><![CDATA[copy: drag+drop move: command+drag+drop alias: option+command+drag+drop dragging the icon and not the text will prevent the word "alias" being appended to the end of the file]]></description>
		<wfw:commentRss>http://chronx.info/2012/02/23/copymovealias/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>synergy and dual monitors</title>
		<link>http://chronx.info/2012/02/15/synergy-and-dual-monitors/</link>
		<comments>http://chronx.info/2012/02/15/synergy-and-dual-monitors/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 20:18:22 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[monitors]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[synergy]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=518</guid>
		<description><![CDATA[I want to have this setup on Ubuntu using synergy... DUAL_MONITOR_SYSTEM_MONITOR-1 SINGLE_MONITOR_SYSTEM DUAL_MONITOR_SYSTEM_MONITOR-2 go to Monitor settings in ubuntu change the position of existing dual monitors from A->B to B->A now open up your synergy.conf file and make it look like this section: links right = left = left = right = end]]></description>
		<wfw:commentRss>http://chronx.info/2012/02/15/synergy-and-dual-monitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dos2unix</title>
		<link>http://chronx.info/2012/02/08/dos2unix/</link>
		<comments>http://chronx.info/2012/02/08/dos2unix/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 02:13:08 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=516</guid>
		<description><![CDATA[it's been awhile since needing this and when I went to install it was gone. wtf not really, it just changed a bit install is easy $ sudo aptitude install tofrodos to convert from DOS to UNIX $ fromdos FILE to convert from UNIX to DOS $ todos FILE]]></description>
		<wfw:commentRss>http://chronx.info/2012/02/08/dos2unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>disable &#8220;application downloaded from the internet&#8221;</title>
		<link>http://chronx.info/2012/02/03/disable-application-downloaded-from-the-internet/</link>
		<comments>http://chronx.info/2012/02/03/disable-application-downloaded-from-the-internet/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 14:36:37 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=514</guid>
		<description><![CDATA[for a specific location: $ xattr -d -r com.apple.quarantine ~/Downloads for a specific location: $ xattr -d -r com.apple.quarantine /Path/to/application/ globally: $ defaults write com.apple.LaunchServices LSQuarantine -bool NO $ killall -9 Finder]]></description>
		<wfw:commentRss>http://chronx.info/2012/02/03/disable-application-downloaded-from-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>remove svn merge information</title>
		<link>http://chronx.info/2012/01/30/remove-svn-merge-information/</link>
		<comments>http://chronx.info/2012/01/30/remove-svn-merge-information/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 22:58:36 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=512</guid>
		<description><![CDATA[from workspace root... svn propdel svn:mergeinfo -R svn revert . # if you have merges that happened at a lower level then issue a revert on them as well svn ci -m "Removed mergeinfo"]]></description>
		<wfw:commentRss>http://chronx.info/2012/01/30/remove-svn-merge-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>paste buffer into file using cat</title>
		<link>http://chronx.info/2012/01/13/paste-buffer-into-file-using-cat/</link>
		<comments>http://chronx.info/2012/01/13/paste-buffer-into-file-using-cat/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 00:49:23 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=510</guid>
		<description><![CDATA[1) first issue the following command $ cat > FILENAME 2) type whatever you want -- or -- 2) paste in a buffer then press ENTER to write the pasted buffer to the file 3) to complete the operation issue a CTRL+D to return to the console]]></description>
		<wfw:commentRss>http://chronx.info/2012/01/13/paste-buffer-into-file-using-cat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fixing function keys on ubuntu + mac keyboard</title>
		<link>http://chronx.info/2012/01/10/fixing-function-keys-on-ubuntu-mac-keyboard/</link>
		<comments>http://chronx.info/2012/01/10/fixing-function-keys-on-ubuntu-mac-keyboard/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 23:19:59 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[function keys]]></category>
		<category><![CDATA[input device]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[mac keyboard]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=508</guid>
		<description><![CDATA[issuing the following will make the function keys behave like normal $ echo options hid_apple fnmode=2 &#124; sudo tee -a /etc/modprobe.d/hid_apple.conf $ sudo update-initramfs -u $ sudo reboot for more info see: https://help.ubuntu.com/community/AppleKeyboard]]></description>
		<wfw:commentRss>http://chronx.info/2012/01/10/fixing-function-keys-on-ubuntu-mac-keyboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>syncing google contacts on iphone</title>
		<link>http://chronx.info/2011/12/23/syncing-google-contacts-on-iphone/</link>
		<comments>http://chronx.info/2011/12/23/syncing-google-contacts-on-iphone/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 20:41:03 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=498</guid>
		<description><![CDATA[Problem... my google contacts don't show up when I add my account on my iphone. Solution... you're adding your google account using Gmail/IMAP not Exchange. In IOS4+ you can have multiple exchange accounts. Adding your google mail account to your iphone using Exchange will expose your contacts and allow you to sync on your iphone.]]></description>
		<wfw:commentRss>http://chronx.info/2011/12/23/syncing-google-contacts-on-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lock screen from mac menu bar</title>
		<link>http://chronx.info/2011/12/17/lock-screen-from-mac-menu-bar/</link>
		<comments>http://chronx.info/2011/12/17/lock-screen-from-mac-menu-bar/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 08:15:08 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=496</guid>
		<description><![CDATA[1) Launch “Keychain Access” located in /Applications/Utilities/ 2) From the ‘Keychain Access’ menu, open Preferences 3) Select the checkbox next to “Show Status in Menu Bar”]]></description>
		<wfw:commentRss>http://chronx.info/2011/12/17/lock-screen-from-mac-menu-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert DMG to ISO</title>
		<link>http://chronx.info/2011/12/16/convert-dmg-to-iso/</link>
		<comments>http://chronx.info/2011/12/16/convert-dmg-to-iso/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 19:10:58 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[dmg]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=494</guid>
		<description><![CDATA[on your Mac, open a Terminal, and type the following hdiutil convert /PATH/TO/SOURCE_FILENAME.dmg -format UDTO -o /PATH/TO/TARGET_FILENAME.iso]]></description>
		<wfw:commentRss>http://chronx.info/2011/12/16/convert-dmg-to-iso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

