########################################## # # --------------- OSGRID --------------- # # ########################################## I have been exploring OSGrid, which is the open source equivalent to Second Life, although it has no connections at all with Linden Labs and the Second Life Grid. To use OSGrid, you will need to create a new account, because it has no connections with Linden Labs and the Second Life Grid, but you can still use the SL Viewer to connect to OSGrid using this command from Linux: ./secondlife -loginuri http://osgrid.org:8002 -loginpage http://osgrid.org/loginscreen.php -helperuri http://osgrid.org/ However, it is better to use the Hippo Opensim Viewer, and you can download it from here. To see more of my activities in OSGrid, please visit these websites: http://www.osgrid.org/elgg/pg/profile/Kevin.Leake http://osgrid.org/gallery/main.php?g2_itemId=1347 http://osgrid.org/forums/memberlist.php?mode=viewprofile&u=542 (Login required) ------------------------------------------------------------------ OSGrid links: MAIN WEBSITE OPENSIMULATOR PROJECT WEBSITE ----------- ABOUT OSGRID ADAM FRISBY: OSGRID ALL SITE PHOTO ALBUMS ASK.COM: OSGRID CHAT CREATE YOUR OWN OSURLS NOW CYBERTECH NEWS: OSGRID DELICIOUS: OSGRID DOCS EVENT CALENDAR FLICKR: OPENSIM GALLERY FLICKR: OSGRID PHOTO GALLERY #01 FLICKR: OSGRID PHOTO GALLERY #02 FLICKR: OSGRID PHOTO GALLERY #03 FORUMS GOOGLE: OSGRID HIPPO OPENSIM VIEWER #01 HIPPO OPENSIM VIEWER #02 KOINUP: OPENSIM LOGIN SCREEN MAP: BADE PLAZA MAP: LBSA PLAZA MAP: SEAPRIOR PLAZA MAP: TERAVUS PLAZA MAP: WRIGHT PLAZA MAP: ZAIUS PLAZA METAVERSE BUSINESS GRID METRICS: OSGRID NEW MEDIA ON THE GO: OSGRID OPENSIM LAUNCHER OPENSIM NEWS: OSGRID OPENSIMULATOR GRID LIST: OSGRID OSG COMMUNITY COLLEGE OSGRID BLOGSPOT OSGRID IN SECOND LIFE OSGRID ROUNDUP OSURL: BADE PLAZA OSURL: LBSA PLAZA OSURL: SEAPRIOR PLAZA OSURL: TERAVUS PLAZA OSURL: WRIGHT PLAZA OSURL: ZAIUS PLAZA PHOTO GALLERY PHOTOBUCKET GALLERY: OSGRID PLANET OPENSIM REGION REGISTRATION REGION LISTING SITE MEMBERS (Login required) STATISTICS TWITTER: OSGRID WIKI WIRE POSTS (Login required) WORDPRESS.COM: OSGRID YOSIMS: OSGRID YOUTUBE: OSGRID ------------------------------------------------------------------ PS: It is possible to login and teleport direct to Wright Plaza by using this command from the Hippo Opensim Viewer in Linux: #!/bin/sh # Command to teleport to Wright Plaza in Osgrid. Please replace name1, # name2, and password with your name and password. # # NOTE: Hippo Opensim Viewer only connects to the selected Opensim grid # through the --grid command, and these may have to be set up manually. # The other commands such as --loginuri, --helperuri, --loginpage &c are # all taken care of automatically. ./hippo_opensim_viewer \ --grid osgrid \ --purge \ --login name1 name2 password \ --url secondlife://Wright%20Plaza/127/127/22 # end code ------------------------------------------------------------------