I love spinning my cube round and round and round…
by cyberorg,
Wednesday, April 15th, 2009 @ 8:39 am Comments (9)
Enjoy!
Edit: You’d need to click on post link to see embedded video if reading this from planets. More videos here.
Most efficient ways to download
by cyberorg,
Saturday, April 11th, 2009 @ 9:37 am Comments (2)
..or download on steroids and how to update gigabytes of isos without downloading whole of it again and again.
In India good internet connection is quite expensive, to download 2GB iso it takes me about 15 hours. Here is what I do to optimize the download speed available.
Use metalinks:
Get the “metalink” from the download repository, for example openSUSE-Edu repo.
aria2c http://download.opensuse.org/repositories/Education/images/iso/$IMAGE_NAME.iso.metalink
This will use multiple mirrors to download the iso. Replace $IMAGE_NAME to actual image.
If you click on “mirrors” on any openSUSE repository, you will see nice little tip:
Hint: For larger downloads, a Metalink client is best — easier, more reliable, self healing downloads.
aria2c is a CLI metalink client, download from network:utilities repo. You can configure firefox to use aria2c to download files too.
Use Rsync:
Now what happens in open source world is things improve/update by the time download of huge files complete here. Here is how downloaded iso images can be updated without redownloading new one.
Use your favorite mirror that provides rsync, see the list of mirros providing rsync connection.
Check the availability of the image you want on the mirror by running:
rsync rsync://mirror.leaseweb.com/opensuse/repositories/Education/images/iso/
Copy old image with exactly same name as new image available:
cp oldimage.iso exact-name-new-image-is.iso
Run rsync again to patch it:
rsync -avP rsync://mirror.leaseweb.com/opensuse/repositories/Education/images/iso/exact-name-new-image-is.iso .
Dot at the end with space before it is part of the command.
This will download only the bytes that have changed, which in some cases is just few MBs, saving few GBs of download.
Announcing openSUSE Education with KIWI-LTSP server Live DVD
by cyberorg,
Sunday, April 5th, 2009 @ 3:46 pm Comments (9)
Hello Community
openSUSE Education team is proud to announce the first ever openSUSE Education and KIWI-LTSP live/installable server DVD.
The DVD is created using openSUSE Build Service, a free and open source multi-distribution collaborative packaging platform and openSUSE distribution builder. The build service uses the same KIWI imaging technology to create live DVD we use to create kiwi-ltsp images.
The DVD contains fully pre-configured, ready to run KIWI-LTSP server with tons of applications from openSUSE Education repository. It also has the updates to all packages since the 11.1 release. With the KIWI-LTSP server you can PXE(network) boot other PCs to use this live DVD without installing or modifying anything on them. Booting from hard disk again will leave those PCs as they were.
Selection of very useful softwares for students as well as educators in the DVD are:
bluefish TuxMathScrabble xlogo xdrawchem
tuxtype tuxpaint tuxmath stellarium stardict
plutimikation piklab openbabel octave nvu
ktechlab ksociograma ksimus kseg knoda
klogic klavaro kdissert gnome-chemistry-utils
k3dsurf jMemorize gramofile gnucap
gcompris galculator fluidsynth eclipse dynamips
chemtool celestia canorus bwbasic brainworkshop
bibletime avogadro atomix XaraLX TuxWordSmith
MultiplicationStation italc drgeo childsplay bluej
xboard vym qcad pysycache netbeans littlewizard
knights klogoturtle kding kdeedu3 gelemental
Apart from the whole of Gnome with hundreds of other applications.
Users to log in from terminals are linux1-linux5, password is linux. As the DVD is meant to demonstrate KIWI-LTSP the IP address of the eth0 is set as 10.0.0.254, you can modify to your environment after installation. To test iTalc with LTSP, “su -” to root and run “italc-launcher”.
As this is the first release, feedback, suggestions, bug reports would be highly appreciated. It would be great if all LTSP developers give it a try and comment on our way of the implementation of their hard work. The DVD will be improved/fine tuned further over the next few months.
Special thanks to the repository maintainers for all the hard work on Education project. Robert “bud313″ Lewis for testing the DVD.
Have a lot of fun…
Your openSUSE Education team
Update: This is perhaps the first distribution that has Moonshine making it possible to play Microsoft WMA/V out of box legally on GNU/Linux :).

Finally Windows users can get Compiz easily!!
by cyberorg,
Wednesday, April 1st, 2009 @ 7:31 am Comments (85)
On behalf of Compiz developers and the super smart guys at Novell-Microsoft Interop lab, I am happy to announce the easy way to get Compiz for Windows users.
Download Compiz for Windows users.
Run the .exe file, follow the familiar on screen wizard, reboot, that simple.
Special thanks to Jordi Massaguer Pla and his team for making this possible.
Here is another great use of Compiz(sic), you can now spin openSUSE installer cube.
Edit: This was april fool joke for all the people still(It’s November!!) leaving comment here after trying to get compiz on their Windoz. Hard luck fellas get the real OS that can run compiz.