########################################## # # --------------- 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, there are better viewers, such as Hippo Opensim, and Imprudence. 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 DELICIOUS: OSGRID DOCS EVENT CALENDAR FLICKR: OPENSIM GALLERY FLICKR: OSGRID PHOTO GALLERY #01 FLICKR: OSGRID PHOTO GALLERY #02 FLICKR: OSGRID PHOTO GALLERY #03 FORUMS GENERAL STORE GOOGLE: OSGRID LATEST NEWS LOGIN SCREEN METAVERSE BUSINESS GRID METRICS: OSGRID NEW MEDIA ON THE GO: OSGRID OPENSIMULATOR GRID LIST: OSGRID OSG COMMUNITY COLLEGE OSGRID BLOGSPOT OSGRID IN SECOND LIFE OSGRID LAUNCHER 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 LISTING STATISTICS TWITTER: OSGRID WIKI WIRE POSTS WORDPRESS.COM: OSGRID WORLD MAP 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. For Imprudence Viewer, replace # ./hippo_opensim_viewer with ./imprudence # ./hippo_opensim_viewer \ --grid osgrid \ --purge \ --login name1 name2 password \ --url secondlife://Wright%20Plaza/127/127/22 # end code ------------------------------------------------------------------