<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6646067391174217203</id><updated>2011-10-14T02:50:14.633+13:00</updated><category term='linux'/><category term='apache'/><category term='Coldfusion'/><category term='guide'/><category term='css'/><category term='java'/><category term='VMware'/><category term='mysql'/><category term='air'/><category term='amazon'/><category term='cfeclipse'/><category term='BlueDragon'/><category term='htaccess'/><category term='skype'/><category term='eclipse'/><category term='ubuntu'/><category term='Spry'/><category term='ftp'/><category term='flex'/><title type='text'>flews blog</title><subtitle type='html'>Some useful reminder guides and other goodies</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>27</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-96988227590332941</id><published>2010-03-30T12:03:00.003+13:00</published><updated>2010-03-30T12:06:44.284+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='htaccess'/><title type='text'>htaccess file to help prevent sql injection attempts</title><content type='html'>I use the text below in a .htaccess file to help prevent sql injection attacks that seem to crop up from time to time.&lt;br /&gt;&lt;br /&gt;This will look for common attack methods and redirect them to a page called hack.cfm which I will commonly just leave as a blank page while recording the type of attack.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;RewriteEngine On&lt;br /&gt;&lt;br /&gt;Options +FollowSymLinks&lt;br /&gt;ServerSignature Off&lt;br /&gt;&lt;br /&gt;RewriteCond %{REQUEST_METHOD}  ^(HEAD|TRACE|DELETE|TRACK) [NC,OR]&lt;br /&gt;RewriteCond %{THE_REQUEST}     ^.*(\\r|\\n|%0A|%0D).* [NC,OR]&lt;br /&gt;&lt;br /&gt;RewriteCond %{HTTP_REFERER}    ^(.*)(&lt;|&gt;|'|%0A|%0D|%27|%3C|%3E|).* [NC,OR]&lt;br /&gt;RewriteCond %{HTTP_COOKIE}     ^.*(&lt;|&gt;|'|%0A|%0D|%27|%3C|%3E|).* [NC,OR]&lt;br /&gt;RewriteCond %{REQUEST_URI}     ^/(,|;|:|&lt;|&gt;|"&gt;|"&lt;|/|\\\.\.\\).{0,9999}.* [NC,OR]&lt;br /&gt;&lt;br /&gt;RewriteCond %{HTTP_USER_AGENT} ^$ [OR]&lt;br /&gt;RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget).* [NC,OR]&lt;br /&gt;RewriteCond %{HTTP_USER_AGENT} ^.*(winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner).* [NC,OR]&lt;br /&gt;RewriteCond %{HTTP_USER_AGENT} ^.*(libwww-perl|curl|wget|python|nikto|scan).* [NC,OR]&lt;br /&gt;RewriteCond %{HTTP_USER_AGENT} ^.*(&lt;|&gt;|'|%0A|%0D|%27|%3C|%3E|).* [NC,OR]&lt;br /&gt;&lt;br /&gt;RewriteCond %{QUERY_STRING}    ^.*(;|&lt;|&gt;|'|"|\)|%0A|%0D|%22|%27|%3C|%3E|).*(/\*|union|select|insert|cast|set|declare|drop|update|md5|benchmark).* [NC,OR]&lt;br /&gt;RewriteCond %{QUERY_STRING}    ^.*(localhost|loopback|127\.0\.0\.1).* [NC,OR]&lt;br /&gt;#RewriteCond %{QUERY_STRING}    ^.*\.[A-Za-z0-9].* [NC,OR]&lt;br /&gt;RewriteCond %{QUERY_STRING}    ^.*(&lt;|&gt;|'|%0A|%0D|%27|%3C|%3E|).* [NC]&lt;br /&gt;&lt;br /&gt;RewriteRule ^(.*)$ hack.cfm&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-96988227590332941?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/96988227590332941/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=96988227590332941' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/96988227590332941'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/96988227590332941'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2010/03/htaccess-file-to-help-prevent-sql.html' title='htaccess file to help prevent sql injection attempts'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-8544616492888384067</id><published>2009-07-29T08:26:00.003+12:00</published><updated>2009-07-29T08:33:50.666+12:00</updated><title type='text'>Backup FTP/SFTP settings in Aptana/Coldfusion Builder</title><content type='html'>I have had a problem with Aptana in the past and also with Coldfusion Builder now (it appears to use Aptana used under the hood). The problem is if Eclipse/Computer freezes up and you have to restart the computer with Eclipse still open. This process seems to corrupt the workspace and you tend to lose all your settings (incl FTP/SFTP settings). So here is how you back them up.&lt;br /&gt;&lt;br /&gt;1. Goto 'File' then 'Export'&lt;br /&gt;2. Select 'Coldfusion' then select 'Syncing Settings'&lt;br /&gt;3. Name the file and save somewhere&lt;br /&gt;&lt;br /&gt;these can be imported in the same way. Hope this saves some time for people.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-8544616492888384067?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/8544616492888384067/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=8544616492888384067' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/8544616492888384067'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/8544616492888384067'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2009/07/backup-ftpsftp-settings-in.html' title='Backup FTP/SFTP settings in Aptana/Coldfusion Builder'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-3513322365071364553</id><published>2009-04-08T20:47:00.004+12:00</published><updated>2009-04-08T21:02:53.911+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Coldfusion'/><title type='text'>Changing the user of Coldfusion on Linux</title><content type='html'>I made the mistake of setting up Coldfusion 8 on a linux system (centOS) with the user set as 'nobody'. This proved to be a big mistake when it came to using tags like cffile to write to the filesystem. I had a hunt around for some info on how to do this with Adobe suggesting a &lt;a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_17279"&gt;reinstall of coldfusion&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To change the user running coldfusion to the same as the owner of the web directory I completed the following steps.&lt;br /&gt;&lt;br /&gt;1. vi /etc/init.d/coldfusion_8 then change the runtime user to the same as the user of your web folder&lt;br /&gt;2.  vi /etc/init.d/cfsearch8 then change the runtime user to the same as the user of your web folder&lt;br /&gt;3. vi /opt/coldfusion8/bin/coldfusion then change the runtime user to the same as the user of your web folder&lt;br /&gt;4. chown -R /opt/coldfusion8 name_of_new_runtimeuser&lt;br /&gt;&lt;br /&gt;This allowed me to then use cffile to copy files to my server, however I was still running into a minor problem with the image functions of Coldfusion. &lt;a href="http://www.bennadel.com/blog/1289-ColdFusion-8-0-1-Bug-Coldfusion-Image-ImageWriter-ImageWritingException.htm"&gt;Thanks to Ben Nadal who has a note on installing a hot fix to solve this problem.&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-3513322365071364553?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/3513322365071364553/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=3513322365071364553' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/3513322365071364553'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/3513322365071364553'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2009/04/changing-user-of-coldfusion-on-linux.html' title='Changing the user of Coldfusion on Linux'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-3353109468264336435</id><published>2009-03-13T12:25:00.003+13:00</published><updated>2009-03-13T12:29:52.246+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mysql'/><category scheme='http://www.blogger.com/atom/ns#' term='apache'/><title type='text'>Forbidden 403 Error after installing phpMyAdmin</title><content type='html'>After I had installed phpMyAdmin (in my case centos, using YUM) I received a 403 forbidden error. By default phpmyadmin installed path is /usr/share/phpmyadmin and the apache configuration file is located in /etc/httpd/conf.d/phpmyadmin.conf.&lt;br /&gt;&lt;br /&gt;To fix:&lt;br /&gt;&lt;br /&gt;vi /etc/httpd/conf.d/phpmyadmin.conf&lt;br /&gt;&lt;br /&gt;Remove or comment these lines&lt;br /&gt;&lt;br /&gt;#Order Allow,Deny&lt;br /&gt;#Deny from all&lt;br /&gt;Allow from 127.0.0.1&lt;br /&gt;&lt;br /&gt;Restart the apache server.&lt;br /&gt;&lt;br /&gt;/etc/init.d/httpd restart&lt;br /&gt;&lt;br /&gt;You should be able to see phpmyadmin working by going to http://ipaddress/phpmyadmin&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-3353109468264336435?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/3353109468264336435/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=3353109468264336435' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/3353109468264336435'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/3353109468264336435'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2009/03/forbidden-403-error-after-installing.html' title='Forbidden 403 Error after installing phpMyAdmin'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-7997885398360352024</id><published>2009-03-10T09:40:00.004+13:00</published><updated>2009-03-10T09:51:46.529+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='amazon'/><title type='text'>Resizing a Amazon EBS Volume</title><content type='html'>I struggled to find the answer to resizing an existing Amazon Elastic Block Store Volume.&lt;br /&gt;&lt;br /&gt;Here is how I resolved this&lt;br /&gt;&lt;br /&gt;1. Created a snapshot of the existing volume (log into Amazons Console for this https://console.aws.amazon.com)&lt;br /&gt;&lt;br /&gt;2. Create a new volume based on the snapshot&lt;br /&gt;&lt;br /&gt;3. Attach this new volume to my Amazon Instance (after detaching the other volume)&lt;br /&gt;&lt;br /&gt;4. SSH into my Amazon Instance&lt;br /&gt;&lt;br /&gt;5. Enter the following, this checks the integrity of the disk 'e2fsck -f /dev/sdf'&lt;br /&gt;&lt;br /&gt;6. Enter the following 'resize2fs /dev/sdf'&lt;br /&gt;&lt;br /&gt;7. Mount the volume 'mount /dev/sdf /mnt/data-store'&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-7997885398360352024?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/7997885398360352024/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=7997885398360352024' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/7997885398360352024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/7997885398360352024'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2009/03/resizing-amazon-ebs-volume.html' title='Resizing a Amazon EBS Volume'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-275635166109179949</id><published>2009-02-20T12:00:00.002+13:00</published><updated>2009-02-20T12:02:02.076+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Arrow and delete keys not working in VMWare on Ubuntu</title><content type='html'>Browse to the hidden directory inside your home directory&lt;br /&gt;&lt;br /&gt;.vmware&lt;br /&gt;&lt;br /&gt;then create the following file&lt;br /&gt;&lt;br /&gt;config&lt;br /&gt;&lt;br /&gt;and copy the following info into the file&lt;br /&gt;&lt;br /&gt;xkeymap.keycode.108 = 0x138 # Alt_R&lt;br /&gt;xkeymap.keycode.106 = 0x135 # KP_Divide&lt;br /&gt;xkeymap.keycode.104 = 0x11c # KP_Enter&lt;br /&gt;xkeymap.keycode.111 = 0x148 # Up&lt;br /&gt;xkeymap.keycode.116 = 0x150 # Down&lt;br /&gt;xkeymap.keycode.113 = 0x14b # Left&lt;br /&gt;xkeymap.keycode.114 = 0x14d # Right&lt;br /&gt;xkeymap.keycode.105 = 0x11d # Control_R&lt;br /&gt;xkeymap.keycode.118 = 0x152 # Insert&lt;br /&gt;xkeymap.keycode.119 = 0x153 # Delete&lt;br /&gt;xkeymap.keycode.110 = 0x147 # Home&lt;br /&gt;xkeymap.keycode.115 = 0x14f # End&lt;br /&gt;xkeymap.keycode.112 = 0x149 # Prior&lt;br /&gt;xkeymap.keycode.117 = 0x151 # Next&lt;br /&gt;xkeymap.keycode.78 = 0x46 # Scroll_Lock&lt;br /&gt;xkeymap.keycode.127 = 0x100 # Pause&lt;br /&gt;xkeymap.keycode.133 = 0x15b # Meta_L&lt;br /&gt;xkeymap.keycode.134 = 0x15c # Meta_R&lt;br /&gt;xkeymap.keycode.135 = 0x15d # Menu&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-275635166109179949?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/275635166109179949/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=275635166109179949' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/275635166109179949'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/275635166109179949'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2009/02/arrow-and-delete-keys-not-working-in.html' title='Arrow and delete keys not working in VMWare on Ubuntu'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-2930106131604708264</id><published>2009-02-20T09:37:00.001+13:00</published><updated>2009-02-20T09:40:17.301+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='eclipse'/><title type='text'>Subclipse and Eclipse on Ubuntu</title><content type='html'>Install libsvn-java&lt;br /&gt;&lt;br /&gt;The package libsvn-java contains JavaHL. &lt;br /&gt;&lt;br /&gt;Install libsvn-java by typing the following into a command line:&lt;br /&gt;&lt;br /&gt;sudo  apt-get install libsvn-java&lt;br /&gt;&lt;br /&gt;then make sure you add the following to your Eclipse launcher parameters (ie add it to the end of the shortcut to eclipse):&lt;br /&gt;&lt;br /&gt;-vmargs -Djava.library.path=/usr/lib/jni&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Restart Eclipse.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-2930106131604708264?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/2930106131604708264/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=2930106131604708264' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/2930106131604708264'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/2930106131604708264'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2009/02/subclipse-and-eclipse-on-ubuntu.html' title='Subclipse and Eclipse on Ubuntu'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-5671540992347471765</id><published>2008-04-16T12:49:00.006+12:00</published><updated>2008-04-16T13:03:31.771+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Coldfusion'/><category scheme='http://www.blogger.com/atom/ns#' term='Spry'/><title type='text'>Adding a Column to JSON using Coldfusion8</title><content type='html'>I use Spry to output a lot of queries that I use in my projects.&lt;br /&gt;&lt;br /&gt;So I call my coldfusion function from Spry&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;var ts = new Date();&lt;br /&gt;var spry_ContactList = new&lt;br /&gt;Spry.Data.JSONDataSet("module_contacts.cfc?method=qry_ContactsList &amp;returnFormat=json&amp; queryFormat=column&amp;TS=" + ts.toString(),{path:"DATA", pathIsObjectOfArrays:true});&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;There are a couple of things to note here, first of I am using Coldfusion 8's new returnFormat=json to return the query that resides in my function, as well as this I am also using queryFormat=column. Finally I have added on a date string to prevent browsers such as IE6 from caching the request.&lt;br /&gt;&lt;br /&gt;So based on the above I can return my query as JSON, however I found that any dates were being returned in a fairly ugly way eg. March 21, 2008 00:00:00. I wanted to remove the dates and on consulting with a couple of people I came to the conclusion that doing this in Javascript would not be the best solution so I added the following after the query in my function.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;&amp;lt;cfset tempArr = arrayNew(1) /&amp;gt;&lt;br /&gt;&amp;lt;cfloop query="qry_ContactsList"&amp;gt;&lt;br /&gt;&amp;lt;cfset arrayAppend(tempArr, "#DateFormat(qry_ContactsList.visitdate,'dd-mm-yyyy')#")/&amp;gt;&lt;br /&gt;&amp;lt;/cfloop&amp;gt;&lt;br /&gt;&amp;lt;cfset qry_ContactsList.addColumn("PRETTYDATE", tempArr) /&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;This created an additional column in the JSON that was returned, and I could now display the date as I wanted to.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-5671540992347471765?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/5671540992347471765/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=5671540992347471765' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/5671540992347471765'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/5671540992347471765'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2008/04/adding-column-to-json-using-coldfusion8.html' title='Adding a Column to JSON using Coldfusion8'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-4112886778300405945</id><published>2008-04-15T09:49:00.002+12:00</published><updated>2008-04-15T10:01:43.679+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='guide'/><title type='text'>Change the Date and Timezone in Centos</title><content type='html'>Log into your server then retrieve the current date and timezone by typing in&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;date&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;all timezone information is stored at /usr/share/zoneinfo you can browse to this by typing&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;cd /usr/share/zoneinfo&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;you should see a list of all the available timezones including folders for countries which have multiple time zones eg. America&lt;br /&gt;&lt;br /&gt;so to change the time zone just enter the following&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;ln -sf /usr/share/zoneinfo/Europe/London /etc/localtime&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;If you then want to manually set the time to 30/03/2008 09:57, the format to enter the date is 'mmddhhmmyyyy'&lt;br /&gt;&lt;blockquote&gt;033009572008&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;The following command will update your hardware clock&lt;br /&gt;&lt;blockquote&gt;hwclock --systohc&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;And now when you type in 'date' you should see an up to date clock&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-4112886778300405945?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/4112886778300405945/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=4112886778300405945' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/4112886778300405945'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/4112886778300405945'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2008/04/change-date-and-timezone-in-centos.html' title='Change the Date and Timezone in Centos'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-4061597042818211635</id><published>2008-03-29T18:43:00.010+13:00</published><updated>2009-03-09T11:13:13.821+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><category scheme='http://www.blogger.com/atom/ns#' term='ftp'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='guide'/><title type='text'>Setting up VSFTPD</title><content type='html'>The virtual machine I used was a centos 5 linux distribution, I then installed VSFTP&lt;br /&gt;&lt;br /&gt;1. Install VSFTPD &lt;br /&gt;&lt;blockquote&gt;[root@localhost]# yum install vsftpd&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;2. Make sure vsftpd starts on bootup &lt;br /&gt;&lt;blockquote&gt;[root@localhost]# chkconfig vsftpd on&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;3. Switch of anonymous ftp access&lt;br /&gt;&lt;blockquote&gt;[root@localhost]# vi /etc/vsftpd/vsftpd.conf&lt;/blockquote&gt;&lt;br /&gt;then change the line to&lt;br /&gt;&lt;blockquote&gt;anonymous_enable=no&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;4. You can change the greeting you see when you connect to the ftp server by changing the line&lt;br /&gt;&lt;blockquote&gt;tpd_banner= New Banner Here&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;5. Create a user group and shared directory. In this case, use /var/www/vhosts and a user group name of ftp-users for the remote users&lt;br /&gt;&lt;blockquote&gt;[root@localhost]# groupadd ftp-users&lt;br /&gt;[root@localhost]# mkdir /var/www/vhosts&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;6. Make the directory accessible to the ftp-users group.&lt;br /&gt;&lt;blockquote&gt;[root@localhost]# chmod 775 /var/www/vhosts&lt;br /&gt;[root@localhost]# chmod 775 /var/www&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;7. Add users, and make their default directory /var/www/vhosts&lt;br /&gt;&lt;blockquote&gt;[root@localhost]# useradd -g ftp-users -d /var/www/vhosts user1&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;8. Change the permissions of the files in the /var/www/vhosts directory for read/write only access by the group&lt;br /&gt;&lt;blockquote&gt;[root@localhost]# chown root:ftp-users /var/www/vhosts*&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;9. Restart the VSFTPD service using&lt;br /&gt;&lt;blockquote&gt;[root@localhost]# service vsftpd restart&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;10. Make sure you are not blocking ftp ports to the server (ftp requires port 21 to be open)&lt;br /&gt;&lt;blockquote&gt;system-config-securitylevel&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;11. After configuring the vsftpd server on an Amazon ec2 server , I was not able to connect to vsftpd in one server from my ftp client. It throws the error:&lt;br /&gt;&lt;br /&gt;500 OOPS: vsf_sysutil_recv_peek&lt;br /&gt;&lt;br /&gt;The solution for this problem is to load capability module:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;# modprobe capability&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;12. If you are having trouble connecting with an FTP client (such as FileZilla) and receiving an error like below&lt;br /&gt;&lt;br /&gt;Error: Could not read from socket: ECONNRESET - Connection reset by peer&lt;br /&gt;Error: Disconnected from server&lt;br /&gt;Error: Failed to retrieve directory listing&lt;br /&gt;&lt;br /&gt;Then make sure you change the connection settings in the client to 'active' rather than 'default'&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-4061597042818211635?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/4061597042818211635/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=4061597042818211635' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/4061597042818211635'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/4061597042818211635'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2008/03/setting-up-ftp-on-virtual-machine.html' title='Setting up VSFTPD'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-4712605377172677576</id><published>2008-02-29T09:46:00.003+13:00</published><updated>2010-04-14T08:22:46.533+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mysql'/><title type='text'>Import a CSV file into MySql</title><content type='html'>I recently received a CSV file that I needed to import into MySQL, I tried to use Navicat on a Windows machine but the file was large enough to cause it to hang. So I went to the command line on the server and created it as follows&lt;br /&gt;&lt;br /&gt;mysqlimport --fields-terminated-by="," --fields-optionally-enclosed-by="\"" --lines-terminated-by="\n" &lt;span style="font-weight:bold;"&gt;databasename&lt;/span&gt; &lt;span style="font-weight:bold;"&gt;/pathtocsvfile/csv.csv&lt;/span&gt; -u &lt;span style="font-weight:bold;"&gt;mysqlusername&lt;/span&gt; -p&lt;br /&gt;&lt;br /&gt;note that the name of the file I was importing was csv.csv, in order for this to work you must have created a table that will accept this data wit the same name as the file you are importing (minus the extension)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-4712605377172677576?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/4712605377172677576/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=4712605377172677576' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/4712605377172677576'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/4712605377172677576'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2008/02/import-csv-file-into-mysql.html' title='Import a CSV file into MySql'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-3132637724760792024</id><published>2008-02-28T08:53:00.002+13:00</published><updated>2008-02-28T09:01:04.728+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='flex'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><title type='text'>Install Flex 2 Alpha for Linux on Ubuntu</title><content type='html'>Make sure you have a copy of Eclipse 3.3 Classic (Europa Installed)&lt;br /&gt;&lt;br /&gt;Download this from http://www.eclipse.org/downloads/&lt;br /&gt;&lt;br /&gt;Create a directory in your home file called eclipse3.3&lt;br /&gt;&lt;br /&gt;Extract eclipse into this directory&lt;br /&gt;&lt;br /&gt;Make sure you have the latest version of Java Installed (ie. Version 1.6)&lt;br /&gt;&lt;br /&gt;and make sure it is set as the default Java sudo update-java-alternatives&lt;br /&gt;&lt;br /&gt;Download Flex for Linux http://labs.adobe.com/technologies/flex/flexbuilder_linux/&lt;br /&gt;&lt;br /&gt;chmod +x flex* (to allow you to execute the download file)&lt;br /&gt;&lt;br /&gt;follow the installation process and select the eclipse installation that you have created above when prompted by the flex installer&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-3132637724760792024?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/3132637724760792024/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=3132637724760792024' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/3132637724760792024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/3132637724760792024'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2008/02/install-flex-2-alpha-for-linux-on.html' title='Install Flex 2 Alpha for Linux on Ubuntu'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-4360109122694383553</id><published>2008-01-18T15:28:00.000+13:00</published><updated>2008-01-18T15:42:38.433+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>CSS and Transparent PNG's</title><content type='html'>I use the simple solution for Transparent PNG's&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;&amp;lt;div id="newsletter_subscribe"&amp;gt;&lt;br /&gt;&amp;lt;form action="" method="post"&amp;gt;&lt;br /&gt;&amp;lt;input type="text" name="email" id="subscribeemail" /&amp;gt;&lt;br /&gt;&amp;lt;input type="submit" name="submit" /&amp;gt;&lt;br /&gt;&amp;lt;a href=""&amp;gt;This is a link&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Non-IE6&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;div#newsletter_subscribe&lt;br /&gt;{&lt;br /&gt; position:absolute;&lt;br /&gt; top:150px;&lt;br /&gt; right:15px;&lt;br /&gt; background-image:url(../images/site/subscribe_home.png);&lt;br /&gt; background-repeat:no-repeat;&lt;br /&gt; width:150px;&lt;br /&gt; height:139px;&lt;br /&gt; z-index:80;&lt;br /&gt;}&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Conditional Statement for IE6&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;div#newsletter_subscribe&lt;br /&gt;{&lt;br /&gt;background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/site/subscribe_home.png,sizingMethod='scale');&lt;br /&gt;}&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;This works well, except I was finding that links and text boxes within this particular div had been disabled altogether. It is a known glitch that in IE6 any child link tag within a AlphaImageLoader filtered tag will be rendered useless. So my work around was to do the following.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;&amp;lt;div id="newsletter_subscribe"&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div id="newsletter_subscribe_container"&amp;gt;&lt;br /&gt;&amp;lt;form action="" method="post"&amp;gt;&lt;br /&gt;&amp;lt;input type="text" name="email" id="subscribeemail" /&amp;gt;&lt;br /&gt;&amp;lt;input type="submit" name="submit" /&amp;gt;&lt;br /&gt;&amp;lt;a href=""&amp;gt;This is a link&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;I then altered my CSS as follow&lt;br /&gt;&lt;br /&gt;non-IE6&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;div#newsletter_subscribe&lt;br /&gt;{&lt;br /&gt; position:absolute;&lt;br /&gt; top:150px;&lt;br /&gt; right:15px;&lt;br /&gt; background-image:url(../images/site/subscribe_home.png);&lt;br /&gt; background-repeat:no-repeat;&lt;br /&gt; width:150px;&lt;br /&gt; height:139px;&lt;br /&gt; z-index:80;&lt;br /&gt;}&lt;br /&gt;div#newsletter_subscribe_container&lt;br /&gt;{&lt;br /&gt; position:absolute;&lt;br /&gt; top:150px;&lt;br /&gt; right:15px;&lt;br /&gt; width:150px;&lt;br /&gt; height:139px;&lt;br /&gt; z-index:80;&lt;br /&gt;}&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Conditional Statement for IE6&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;div#newsletter_subscribe&lt;br /&gt;{&lt;br /&gt;background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/site/subscribe_home.png,sizingMethod='scale');&lt;br /&gt;}&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;This then rendered a seperate div with no child elements and just positioned the Links and Input boxes in another div over the top of my transparent PNG.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-4360109122694383553?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/4360109122694383553/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=4360109122694383553' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/4360109122694383553'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/4360109122694383553'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2008/01/css-and-transparent-pngs.html' title='CSS and Transparent PNG&apos;s'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-6260437997398151632</id><published>2007-12-19T10:19:00.000+13:00</published><updated>2007-12-19T10:35:38.955+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='eclipse'/><title type='text'>Bug Tracking using Mylyn and Trac</title><content type='html'>You will need to be using the Eclipse IDE in order to use the Mylyn Plugin.&lt;br /&gt;&lt;br /&gt;The mylyn plugin can be found at &lt;a href="http://www.eclipse.org/mylyn/"&gt;http://www.eclipse.org/mylyn/&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Follow the installation instructions that are appropriate for your version of Eclipse.&lt;br /&gt;&lt;br /&gt;I use 'FastViews' a lot when developing in Eclipse, so after installation of the mylyn plugin I add a new fastview for both 'Task Repositories' and 'Task Lists'. &lt;br /&gt;&lt;br /&gt;For those who don't know what a fastview is it is a button on a toolbar normally on the side or bottom of the eclipse window which enables a pop up to be displayed.&lt;br /&gt;&lt;br /&gt;Once you have your fast views working then open the 'Task Repository' fastview  and right click and create a new repository. You will then need to paste the url of your Trac Installation. In my case this looks something like https://www.***.com/trac/***/nameofproject. Then enter your username and password should your Trac Installation require this. Then click validate settings.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;To Create a Task&lt;/span&gt;&lt;br /&gt;So how do you get your tasks to appear in the task list? You should now be able to now go to your fastview called 'Task List' just type an asterisk into the 'find' text box in the task list and hit enter.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;To Add a Task&lt;/span&gt;&lt;br /&gt;You should now be able to now go to your fastview called 'Task List' and right click and create a new task and select the repository you want your task stored in. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;NOTE:&lt;/span&gt;If you find that your task opens up in a Trac webpage it is likely your Trac Installation does not have the XML-RPC plugin which is required for the Mylyn to use its internal Bug Frontend. You should be able to install the plugin to your Trac Installation easy enough and once you have done this, go back to the fastview titled 'Task Repositories' select you repository and under additional settings select XML-RPC as the access type. When you add a Task now you should be using the Mylyn bug Reporting Tools rather than the webpage.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Happy Bug Tracking.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-6260437997398151632?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/6260437997398151632/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=6260437997398151632' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/6260437997398151632'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/6260437997398151632'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2007/12/bug-tracking-using-mylyn-and-trac.html' title='Bug Tracking using Mylyn and Trac'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-1759415372307487123</id><published>2007-12-19T09:45:00.000+13:00</published><updated>2007-12-19T10:18:23.279+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='amazon'/><title type='text'>Amazon S3 useful commands with S3Sync</title><content type='html'>If you are using &lt;a href="http://s3.amazonaws.com/"&gt;Amazon's S3 service&lt;/a&gt; for Simple Storage (offsite backups) in conjunction with the &lt;a href="http://s3sync.net/wiki"&gt;S3Sync Project&lt;/a&gt; then there are some simple commands that may be of benefit to you&lt;br /&gt;&lt;br /&gt;From the command line browse to the directory that hold the file s3cmd.rb&lt;br /&gt;&lt;br /&gt;To list all available buckets type&lt;br /&gt;&lt;blockquote&gt;./s3cmd.rb listbuckets&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;To create a bucket&lt;br /&gt;&lt;blockquote&gt;./s3cmd.rb createbucket BucketName&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;To list all files within a bucket&lt;br /&gt;&lt;blockquote&gt;./s3cmd.rb list BucketName&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;To list all files within a key&lt;br /&gt;&lt;blockquote&gt;./s3cmd.rb list BucketName:Key&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;To drill down into folders in a bucket&lt;br /&gt;&lt;blockquote&gt;./s3cmd.rb list BucketName:Key/folder1/folder2&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;To copy a directory from a bucket to your local computer&lt;br /&gt;&lt;blockquote&gt;./s3sync.rb -r BucketName:Key/folder/subfolder /somedirectory&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-1759415372307487123?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/1759415372307487123/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=1759415372307487123' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/1759415372307487123'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/1759415372307487123'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2007/12/amazon-s3-useful-commands-with-s3sync.html' title='Amazon S3 useful commands with S3Sync'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-4070194588797594162</id><published>2007-11-08T10:23:00.000+13:00</published><updated>2007-11-08T10:29:09.254+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='air'/><title type='text'>SQLite Browser</title><content type='html'>I have been looking for a good SQLite Browser and came across this firefox plugin. Makes creating and viewing your SQLite databases straightforward enough &lt;br /&gt;&lt;br /&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/5817"&gt;https://addons.mozilla.org/en-US/firefox/addon/5817&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-4070194588797594162?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/4070194588797594162/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=4070194588797594162' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/4070194588797594162'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/4070194588797594162'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2007/11/sqlite-browser.html' title='SQLite Browser'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-2110163831568622767</id><published>2007-10-06T10:10:00.000+13:00</published><updated>2007-10-17T09:31:03.707+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='BlueDragon'/><category scheme='http://www.blogger.com/atom/ns#' term='Coldfusion'/><title type='text'>Create a Virtual Server with Apache, VMWare and Blue Dragon</title><content type='html'>This is a brief guide to creating a VMWare Server that runs Centos Linux, PHP, MySQL, BlueDragon on Apache. It also briefly shows how you can run this so that the files being served in apache are running from a windows machine, which makes it perfect for a testing environment.&lt;br /&gt;&lt;br /&gt;To begin&lt;br /&gt;&lt;br /&gt;Download Centos5 from ThoughtPolice (www.thoughtpolice.co.uk) and unzip the VMWare image file&lt;br /&gt;&lt;br /&gt;Load the file in VMWare Player&lt;br /&gt;&lt;br /&gt;Once loaded log in username:root password:thoughtpolice&lt;br /&gt;enter 'yum install apache2' (installs apache)&lt;br /&gt;enter 'yum install mysql-server' (installs mysql server)&lt;br /&gt;enter 'yum install php-mysql' (installs the plug ins for php and mysql'&lt;br /&gt;enter 'system-config-securitylevel' (open port for apache www)&lt;br /&gt;&lt;br /&gt;Create and share a windows directory called www and create a user on the windows machine called 'linux' with a password of 'linux'&lt;br /&gt;&lt;br /&gt;On the virtual server enter 'mkdir /mnt/www' (creates a directory which you will mount the windows share on)&lt;br /&gt;&lt;br /&gt;Then enter 'vi /etc/fstab' and add the line at the bottom of the file by pressing '*' then 'a' and adding //192.168.79.1/www  /mnt/www   rw,user=linux,password=linux   0 0   (the ip address at the front of this line is the ipaddress of the windows computer) &lt;br /&gt;&lt;br /&gt;after this enter 'mount /mnt/www' this should mount successfully, if not you may want to check any firewall settings on the windows machine to make sure it will allow access from the ip address of the vmware server. You can check the ip address on a linux computer by entering (ifconfig)&lt;br /&gt;&lt;br /&gt;Download the BlueDragon Script from www.newatlanta.com&lt;br /&gt;&lt;br /&gt;Copy in the BlueDragon script to install into the windows shared directory you created&lt;br /&gt;browse to the directory you created earlier on the linux machine 'cd /mnt/www' then copy the Blue Dragon script onto the Linux Machine 'cp bluedragonscript /home' make sure the blue dragon script has execute rights 'chmod +x bluedragonscriptname'&lt;br /&gt;&lt;br /&gt;Browse to the home directory 'cd /home' and run the script 'sh bluedragonscript'&lt;br /&gt;&lt;br /&gt;Accept all the defaults and make sure you select Apache as the option of webserver&lt;br /&gt;&lt;br /&gt;Automatic Startup of BlueDragon 'ln -s /etc/rc.d/init.d/BlueDragon_Server /etc/rc.d/rc3.d/K95bluedragon' and 'ln -s /etc/rc.d/init.d/BlueDragon_Server /etc/rc.d/rc3.d/S95bluedragon'&lt;br /&gt;&lt;br /&gt;Create a directory for apache conf files 'mkdir /mnt/www/conf' this is where we will hold .conf files for virtual hosting&lt;br /&gt;&lt;br /&gt;Give apache access to your folder 'chgrp -R apache /mnt/www'&lt;br /&gt;&lt;br /&gt;Start mysql /etc/init.d/mysqld restart&lt;br /&gt;&lt;br /&gt;Set a password for mysql  '/usr/bin/mysqladmin -u root password 'password'&lt;br /&gt;&lt;br /&gt;Make sure mysql starts on bootup 'chkconfig mysqld on'&lt;br /&gt;&lt;br /&gt;Make sure apache starts on bootup 'chkconfig httpd on'&lt;br /&gt;&lt;br /&gt;Make sure you download the mysql jar odbc connector file from the mysql website. This needs to be copied into the bluedragon lib directory (/usr/local/NewAtlanata/BlueDragon_Server_70/lib) (make sure the correct permissions exist for this file), you can download it into the windows directory and copy it across from the virtual server.&lt;br /&gt;&lt;br /&gt;Download phpMyAdmin from http://www.phpmyadmin.net/home_page/downloads.php copy it across into the directory /var/www/html on the virtual server. Then rename the folder to phpMyAdmin. &lt;br /&gt;&lt;br /&gt;Should then be able to browse to this at http://ipaddressofvmaware/phpMyAdmin&lt;br /&gt;&lt;br /&gt;The username should be root and the password as password as we set above.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-2110163831568622767?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/2110163831568622767/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=2110163831568622767' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/2110163831568622767'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/2110163831568622767'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2007/10/create-virtual-server.html' title='Create a Virtual Server with Apache, VMWare and Blue Dragon'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-4388523765526146393</id><published>2007-08-28T17:26:00.000+12:00</published><updated>2007-10-17T09:34:46.111+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><category scheme='http://www.blogger.com/atom/ns#' term='guide'/><title type='text'>Guide : Mount a linux directory from windows</title><content type='html'>From windows right click on the folder you want to share with your VMWare Web Server and share this as 'www' you will want to create a user and password within windows, I normally run with the username as 'linux' and password as 'linux'&lt;br /&gt;&lt;br /&gt;NOTE: NTFS drives are only read only when mounted from Linux, alternatively create a FAT partition and use this so that you can write files to your windows machine from Linux.&lt;br /&gt;&lt;br /&gt;Open up your fstab file in linux&lt;br /&gt;&lt;br /&gt;'vi /etc/fstab'&lt;br /&gt;&lt;br /&gt;then press '*' then 'a' to start editing&lt;br /&gt;&lt;br /&gt;add a line at the bottom as follows&lt;br /&gt;&lt;br /&gt;share a directory including a username and password for the user&lt;br /&gt;&lt;br /&gt;//192.168.79.1/www    /mnt/www   cifs    rw,user=linux,password=linux   0 0&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-4388523765526146393?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/4388523765526146393/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=4388523765526146393' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/4388523765526146393'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/4388523765526146393'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2007/08/guide-mount-linux-directory-from.html' title='Guide : Mount a linux directory from windows'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-3885046777123961373</id><published>2007-08-28T17:23:00.001+12:00</published><updated>2007-08-28T17:26:18.286+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='guide'/><title type='text'>Guide : Change hosts file in windows</title><content type='html'>Browse to&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;c:/windows/system32/drivers/etc&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;open in notepad/wordpad&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;hosts&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;add under 127.0.0.1 localhost&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;ipaddressofvmwareserver webserver(or name of development domain)&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;reboot windows for changes to take affect&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-3885046777123961373?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/3885046777123961373/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=3885046777123961373' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/3885046777123961373'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/3885046777123961373'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2007/08/guide-change-hosts-file-in-windows.html' title='Guide : Change hosts file in windows'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-4713617522081355021</id><published>2007-08-21T08:53:00.000+12:00</published><updated>2007-08-21T09:01:59.092+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='guide'/><title type='text'>T3G Sierra 580 Wireless Card connecting with Ubuntu 7.04</title><content type='html'>This guide is for users of Ubuntu Feisty Fawn 7.04 on the Telecom New Zealand network&lt;br /&gt;&lt;br /&gt;first plug in your Sierra Wireless 580 T3G Data Card&lt;br /&gt;then install kppp&lt;br /&gt;&lt;blockquote&gt;sudo apt-get install kppp&lt;/blockquote&gt;&lt;br /&gt;then start kppp&lt;br /&gt;&lt;blockquote&gt;kppp&lt;/blockquote&gt;&lt;br /&gt;click on configure and add a new account call it 'telecom', add the phone number as '#777' and the authentication as 'PAP'. &lt;br /&gt;&lt;br /&gt;Then add a new modem call it 'telecom' and select '/dev/tty/USB0'.&lt;br /&gt;You are now ready to connect the username is 'mobile@jamamobile' (same for all users) and the password is 'telecom'(same for all users) and click on connect&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-4713617522081355021?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/4713617522081355021/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=4713617522081355021' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/4713617522081355021'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/4713617522081355021'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2007/08/t3g-sierra-580-wireless-card-connecting.html' title='T3G Sierra 580 Wireless Card connecting with Ubuntu 7.04'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-1233247012233634738</id><published>2007-08-18T00:07:00.000+12:00</published><updated>2007-08-18T00:16:03.590+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><title type='text'>Connect to a remote NFS Server</title><content type='html'>Enter the following commands on the server you want to share&lt;br /&gt;&lt;blockquote&gt;sudo gedit /etc/exports&lt;/blockquote&gt;&lt;br /&gt;Then enter the following replacing the ipaddress I have below with your own, you can remove the last digits of your ipadress an replace with a 0 for anyone to access from that ip range&lt;br /&gt;&lt;blockquote&gt;/pathtoshare 172.16.197.0/255.255.255.0(ro,sync)&lt;/blockquote&gt;&lt;br /&gt;Reload the Exports File&lt;br /&gt;&lt;blockquote&gt;sudo exportfs -r&lt;/blockquote&gt;&lt;br /&gt;On the client machine set up a directory up to mount to&lt;br /&gt;&lt;blockquote&gt;sudo mkdir /mnt/www&lt;/blockquote&gt;&lt;br /&gt;Then edit your fstab file&lt;br /&gt;&lt;blockquote&gt;sudo gedit /etc/fstab&lt;/blockquote&gt;&lt;br /&gt;and add &lt;br /&gt;&lt;blockquote&gt;172.16.197.1:/pathtoshareremote /pathtosharelocal nfs rsize=8192,wsize=8192,timeo=14,intr&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-1233247012233634738?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/1233247012233634738/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=1233247012233634738' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/1233247012233634738'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/1233247012233634738'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2007/08/connect-to-remote-nfs-server.html' title='Connect to a remote NFS Server'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-1287993369920337945</id><published>2007-08-17T18:45:00.000+12:00</published><updated>2007-08-17T18:50:39.381+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='skype'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='guide'/><title type='text'>Guide : Installing Skype on Ubuntu Feisty</title><content type='html'>&lt;blockquote&gt;sudo gedit /etc/apt/sources.list&lt;/blockquote&gt;&lt;br /&gt;add the following line&lt;br /&gt;&lt;blockquote&gt;deb http://download.skype.com/linux/repos/debian/ stable non-free&lt;/blockquote&gt;&lt;br /&gt;&lt;blockquote&gt;sudo apt-get update&lt;/blockquote&gt;&lt;br /&gt;&lt;blockquote&gt;sudo apt-get install skype&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-1287993369920337945?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/1287993369920337945/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=1287993369920337945' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/1287993369920337945'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/1287993369920337945'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2007/08/installing-skype-on-ubuntu-feisty.html' title='Guide : Installing Skype on Ubuntu Feisty'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-7332742638981862523</id><published>2007-08-17T18:39:00.000+12:00</published><updated>2007-08-17T18:51:02.267+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='guide'/><title type='text'>Guide : Install VMWare Server on Ubuntu Feisty</title><content type='html'>&lt;blockquote&gt;sudo gedit /etc/apt/sources.list&lt;/blockquote&gt;&lt;br /&gt;add the line&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;deb http://archive.canonical.com/ubuntu feisty-commercial main&lt;/blockquote&gt;&lt;br /&gt;&lt;blockquote&gt;sudo apt-get update&lt;/blockquote&gt;&lt;br /&gt;&lt;blockquote&gt;sudo apt-get install vmware-server vmware-tools-kernel-modules&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-7332742638981862523?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/7332742638981862523/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=7332742638981862523' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/7332742638981862523'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/7332742638981862523'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2007/08/install-vmware-server-on-ubuntu-feisty.html' title='Guide : Install VMWare Server on Ubuntu Feisty'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-7973105482833483971</id><published>2007-08-08T13:43:00.000+12:00</published><updated>2007-08-08T14:04:48.414+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='amazon'/><category scheme='http://www.blogger.com/atom/ns#' term='guide'/><title type='text'>Guide : Ubuntu and Backing up to Amazon S3</title><content type='html'>I have been looking for a good method to back up to Amazon's S3 service. I have used the 'S3 Firefox Organizer' although this seems a bit cumbersome at times and does not give much feedback.&lt;br /&gt;&lt;br /&gt;I have since installed &lt;a href="http://s3sync.net/wiki"&gt;s3sync&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;you need to have ruby installed as well as openssl-ruby, so using aptget I installed these&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;sudo apt-get install ruby&lt;/blockquote&gt;&lt;br /&gt;&lt;blockquote&gt;sudo apt-get install libopenssl-ruby&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Extract s3sync somewhere on your computer and then create a file in this directory called s3config.yml and put your key and secret key that you have obtained from Amazon in this file, there is an example file in the directory to help out here.&lt;br /&gt;&lt;br /&gt;You will need to create a bucket (somewhere to save your files) on your AmazonS3 Service so browse to the newly extracted folder and run the commands below to list the buckets in your account and also create a bucket&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;s3cmd.rb listbuckets&lt;/blockquote&gt;&lt;br /&gt;&lt;blockquote&gt;s3cmd.rb createbucket BucketName&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;You can then backup to AmazonS3 service with a command such as&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;s3sync.rb  -r  directory  bucketname:nameofbackup&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;There are some other useful commands which can be obtained in the readme files.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-7973105482833483971?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/7973105482833483971/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=7973105482833483971' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/7973105482833483971'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/7973105482833483971'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2007/08/ubuntu-and-backing-up-to-amazon-s3.html' title='Guide : Ubuntu and Backing up to Amazon S3'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-2710087425093615606</id><published>2007-08-01T09:01:00.000+12:00</published><updated>2007-08-17T18:53:40.577+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='cfeclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><title type='text'>Guide : Starting Eclipse using a different Java Version</title><content type='html'>The following shortcuts are on Ubuntu Feisty&lt;br /&gt;&lt;br /&gt;Create a shortcut with the path as follows &lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;/usr/bin/eclipse -vm /usr/lib/jvm/java-6-sun-1.6.0.00/jre/bin/java&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;or in the eclipse.ini file add the following&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;-vm &lt;br /&gt;/usr/lib/jvm/java-6-sun-1.6.0.00/jre/bin/java&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-2710087425093615606?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/2710087425093615606/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=2710087425093615606' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/2710087425093615606'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/2710087425093615606'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2007/07/starting-eclipse-using-different-java.html' title='Guide : Starting Eclipse using a different Java Version'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-2578778908339783059</id><published>2007-07-28T09:58:00.001+12:00</published><updated>2007-08-01T09:19:13.388+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='guide'/><title type='text'>Guide : VMWare Share Folders with Windows from Ubuntu</title><content type='html'>Make sure Samba is installed on Ubuntu&lt;br /&gt;&lt;blockquote&gt;sudo apt-get install samba&lt;/blockquote&gt;&lt;br /&gt;Create a new Samba User&lt;br /&gt;&lt;blockquote&gt;sudo smbpasswd -a USERNAME&lt;/blockquote&gt;&lt;br /&gt;Then edit the samba configuration file&lt;br /&gt;&lt;blockquote&gt;sudo gedit /etc/samba/smb.conf&lt;/blockquote&gt;&lt;br /&gt;Then add the following to the bottom of the file&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;security = user&lt;br /&gt;[NAMEOFSHARE]&lt;br /&gt;path = DIRECTORYPATH&lt;br /&gt;valid users =USERNAMEAS ABOVE&lt;br /&gt;read only = No&lt;br /&gt;create mask = 0777&lt;br /&gt;directory mask = 0777&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Then restart Samba&lt;br /&gt;&lt;blockquote&gt;sudo /etc/init.d/samba restart&lt;/blockquote&gt;&lt;br /&gt;Then you need to configure the network connection of the VMWare instance, so edit the settings of the VMWare instance, I had the Ethernet Connection set as NAT.&lt;br /&gt;&lt;br /&gt;It is then just a matter of starting windows, open 'My Network' and then the 'Entire Network' and you should see the share available for use.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-2578778908339783059?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/2578778908339783059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=2578778908339783059' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/2578778908339783059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/2578778908339783059'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2007/07/guide-vmware-share-folders-with-windows.html' title='Guide : VMWare Share Folders with Windows from Ubuntu'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6646067391174217203.post-1663294869605593605</id><published>2007-07-25T10:30:00.000+12:00</published><updated>2007-08-03T10:23:35.962+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mysql'/><category scheme='http://www.blogger.com/atom/ns#' term='guide'/><title type='text'>Guide : MySQL Importing and Exporting</title><content type='html'>&lt;span style=";font-family:arial;font-size:100%;"  &gt;Importing a SQL File from the command line&lt;/span&gt;&lt;br /&gt;&lt;blockquote&gt;mysql -u USER -p DBNAME  &lt; FILENAME.sql&lt;/blockquote&gt;&lt;br /&gt;&lt;span style=";font-family:arial;font-size:100%;"  &gt;Exporting a SQL File from the command line&lt;/span&gt;&lt;br /&gt;&lt;blockquote&gt;mysql -u USER -p DBNAME &gt; FILENAME.sql&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6646067391174217203-1663294869605593605?l=nzflew.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzflew.blogspot.com/feeds/1663294869605593605/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6646067391174217203&amp;postID=1663294869605593605' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/1663294869605593605'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6646067391174217203/posts/default/1663294869605593605'/><link rel='alternate' type='text/html' href='http://nzflew.blogspot.com/2007/07/guide-mysql.html' title='Guide : MySQL Importing and Exporting'/><author><name>nzflew</name><uri>http://www.blogger.com/profile/10334457199828311251</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
