UPDATE: Putty now supports Kerberos out of the box - see comment below
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
introduction
I setup on doing a dual boot (or hopefully dual boot + dual install) of Windows and Ubuntu on USB stick. This proved to be more challenging than I would expect, so I'll try to outline what my conclusions are and how to make dual boot stick.
Let's start with the basics, unlike Vista, Windows 7 optimizes driver installation when it boots, preventing it from booting from USB stick on different machine (or different type of the machine) than it was installed on. This yields a simple result that one probably does not want to install Windows 7 on USB drive, but only to have bootable install partition.
Ubuntu's option to make bootalbe USB drive asks for amount of persistent space that you can use to keep your data on USB drive, thereby really making USB drive a full install without a need to additional partition with "full install".
This leads us to needing only bootable Ubuntu and bootable Windows 7 install. While it may be possible to boot Ubuntu from windows bcd bootloader, I opted for opposite direction thus booting into Ubuntu boot screen that has an option to start Windows 7 installer.
My first few attempts to get syslinux (Ubuntu installer to boot Windows from same partitino were unsuccessful). My next few attempts to get windows to boot from second USB partition were as well unsuccessful and at the end I found this prescription that works.
the prescription
1. Boot into Ubuntu Live CD
2. Start GParted and create two primary partitions (first at least 2.5Gb, and second at least 1.1Gb)
3. Format both partitions as FAT32
4. Boot into Windows
5. Note drive letter of your USB drive's first partiton (example Q:)
6. Go to Windows 7 installer DVD (or folder where you extracted ISO using 7-zip)
7. Go to boot folder and from command line (with Administrative privilegies) run:
bootsect /nt60 Q: /mbr
8. Extract Windows 7 DVD files to your USB drive (example Q: drive)
9. Boot back into Ubuntu
10. Make bootable usb drive (option from Administration menu)
11. Get chain.c32 from syslinux and copy to /isolinux folder
12. Get ldlinux.sys from syslinux and copy to / folder [this may be optional step]
13. Edit text.cfg and add at the end:
MENU LABEL Windows 7
COM32 /syslinux/chain.c32
APPEND hd0 1 ntldr=/BOOTMGR
14. Dual boot your Windows 7 Installation
Happy dual booting...
Analytics @ Bugaco is updated with a new feature - stored reports.
Currently only google maps report can be stored. When report is stored, user is given URL that can be embedded or shared with friends.
Analytis @ Bugaco is collection of freely available reports that utilize Google Analytics data to produce additional report. The tool was originally announced in this blog post.
Here is an example of stored report.
In previous blog post I talked about seagate date code calculator. It seems to be useful tool for the people out there, and I decided to revamp it. It has better user interface, and I now created off-spin that works well on touch devices like iPhone.
Did you ever feel like Google Analytics is somewhat constrained in reports it has?
If the answer to this question is NO - that stop here and go do something else.
If on the other hand you wanted to do more with google analytics, but it was almost impossible to get a report you wanted, you may be interested in a new effort at Analytics @ Bugaco.
It starts as a modest effort that created two custom reports that use Google Analyics API to provide different reports than ones provided by Google Analytics itself.
It is in early stages of development, and any comments that would make it better are welcomed by development team. All comments you do send will be seriously evaluated and prioritized.
So, what is Analytics@Bugaco at this early stage of development?
At this time Analytics@Bugaco has two reports - one is oriented toward developers - it allows you to determine what kind of screens your users have, and thus it will help you design better software/website layouts that will fit your real users.
Another report available is mapping visitors on google map. This is cool for a few reasons, and where we intend to go with it is to allow you to include generated map into your website. For an example of how this would work visit Software Tools for Academics and Researchers site. They have a map that displays visitors from last 30 days - it's an cool and impresive map, and what's really cool, you can zoom in and see your city!
At this stage, through map is not embeddable, but with sufficient interest (read comments) it will be put ahead of other priorities.
Thanks, and enjoy Analytics@Bugaco site
Posted by
Ivica Ceraj
at
7:16 PM
0
comments
Labels: analytics api, custom, custom reports, free, google analytics, google map, reports, website
There is new sequence conversion tool at Bioinf @ Bugaco.com. It allows conversion between 16 most popular sequence formats.
Here is direct link to sequence conversion utility
What is really cool is that it supports:
Posted by
Ivica Ceraj
at
8:47 PM
0
comments
Labels: ace, conversion, embl, fasta, fastq, fastq-illumina, fastq-solexa, genbank, ig, nexus, phd, phylip, pir, qual, sequence, stockholm, swiss, tab
A new open source project dubbed StarCluster has been released aiming to simplify the management of virtual clusters hosted on Amazon's Elastic Compute Cloud (EC2) service. According to developer Justin Riley, StarCluster minimises the administrative overhead associated with obtaining, configuring, and managing a traditional computing cluster used in research labs or for general distributed computing applications. The StarCluster project started at MIT's Software Tools for Academics and Researchers (STAR) Program.
Source ComputerWorld AU