Updated Package: kpassgen
Version: 0.5
Repository: KDE:KDE4:Community
Archive for August, 2009
Updated package: kpassgen 0.5
August 16th, 2009 by Sascha MannsCall for Participation: openSUSE Weekly News
August 16th, 2009 by Sascha MannsHello Mates,
since 2 Month our Call for Participation is running. We would like to hear more feedback. Please tell us your likes and unlikes, your Wishes and so on. Please share your Ideas with us. You can drop your ideas here:
http://forums.opensuse.org/surveys-polls/416228-how-opensuse-news.html
Interview with Greg Kroah-Hartmann
August 14th, 2009 by Sascha MannsThe openSUSE Weekly News are pleased to publish an little Interview with one of Novells Kernel-Hackers: Greg Kroah-Hartmann.
Twitter Statusupdate via CLI (Shell)
August 13th, 2009 by Sascha MannsThis was an interesting Idea, and i have found it on Tips4Linux. Based on: http://tips4linux.com/update-your-twitter-status-from-the-linux-command-line/
T4L: You can easily update your Twitter status from the CLI by using this one simple command:
curl -u user:password -d status=”Your status message” http://twitter.com/statuses/update.xml
where user is your username and password is your Twitter password entered in plaintext. Replace the text Your status message with anything you wish.
Cliced Hybrids
August 13th, 2009 by cooloMarcus and me have been busy improving the USB experience. So here is how to use it:
download the live cd of your choice from http://download.opensuse.org/factory/iso/ and make sure you grab build218 or later. And then do something like I did:
linux-vgqb:~ # ls -l /dev/disk/by-id/*usb*
lrwxrwxrwx 1 root root 9 13. Aug 10:04 /dev/disk/by-id/usb-Kingston_DataTraveler_II+_5B751D8C1994-0:0 -> ../../sdbSo I use /dev/sdb in my commands to shorten it, normally I would use /dev/disk/by-id/.. directly to avoid overwriting my hard disk image.
(more…)
Some KDE 4 tips you should know
August 13th, 2009 by FabioMuxKDE 4 is definitively my daily desktop environment, although it’s not yet mature like the 3.5.x branch i consider it enough stable and usable, but sometime the default settings and the few time available, don’t help us to appreciate it, so let’s resume some little tip for beginners that feel lost with everything new and don’t want waste their time.
openSUSE@ARM: GSoC status and final spurt
August 12th, 2009 by Jan-Simon MöllerI was buried with work in the last couple of days, so whats new on my GSoC-project:
- a lot of patches went into factory and some more are queued
- fixed issues with qemu
- most yast packages already building
- zypper builds, but requires some more bugfixing
- X11 builds
- cross-compilation stable, speed is good
Todo:
- create image (bootable to console)
- create image (bootable to x11 on beagleboard)
- evaluate switch in webfrontend for cross-feature
- project documentation/GSoC
GSoC – summary of this week’s meeting
August 12th, 2009 by Marcus HüweSince the rails oauth-plugin got support for oauth 1.0a I started to migrate the frontend so that it also supports 1.0a. This was a nice exercise to learn how certain things are done with rails. Additionally I did some code cleanups, bugfixing etc.
The goal for this week is more testing, bugfixing and writing a user documentation.
Enlightenment is coming…
August 10th, 2009 by Dmitry SerpokrylIt’s scheduled to release Enlightenment-DR17 Desktop Shell as a Christmas gift and we glad to announce the update of SOAD to the version 3.2.0. It’s a current openSUSE-11.1 with all updates and Enlightenment set as a prime GUI.
We tried to cook a nice documentation. Please examine it before you consider to download the images:
General Documentation
USB-stick readme
The EFL is compiled from official 3-rd pre-release sources and pretty stable here.
Software is updated and several nice utilities added as well. We created some modest GUI customizations/presets and hope that you like them.
Our TODO list is to fix all errors with “Ecomorph” and provide it for LiveCD and USB systems.
We wish to say “HUGE THANKS!” to “cyberorg” (Jigish Gohil) and “schaefi” (Marcus Schaefer) for their help with this release.
Have fun!
Regards,
SOAD Team
Comparing openSUSE 11.2 and Kubuntu Karmic LiveUSB setups
August 8th, 2009 by Rupert HorstkötterSome days ago, KDE 4.3.0 has been released by the KDE community and I myself as a loyal GNOME user was just curious about this new release of the KDE4 desktop environment. Thus I took a test-drive of both openSUSE 11.2 Milestone 5 and the Kubuntu Karmic Daily Build as of the 8th of August 2009 – both are shipping with KDE 4.3.0. Utilizing my Eee PC 901 I setup LiveUSB sticks of both distributions and I’d herewith like to share my findings with the openSUSE community. As you might have noticed, openSUSE Milestone releases provide the ability to deploy the LiveCD ISO image directly to USB flash media as of 11.2 Milestone 4, which is a great step ahead from my perspective. So, let’s get started:
1. openSUSE 11.2 Milestone 5 – (so far) non-persistent
Only one single step is needed here 🙂 Couldn’t be easier!
# dd if=openSUSE-KDE4-LiveCD-Build0201-i686.iso of=/dev/"usbdrive" bs=4M
2. Kubuntu Karmic Daily Build as of the 8th of August 2009 – persistent
While this setup is a bit “harder” to complete it delivers (at least from my perspective) the smoother solution – so far!
Mount the ISO to /mnt/ and rsync the whole content to a FAT32 partition on the USB flash media (here labelled “ubuntu”)
# mount -o loop karmic-desktop-i386.iso /mnt/
# rsync -avh /mnt/ /media/ubuntu/
Now install GRUB (Syslinux should work as well, but I myself prefer GRUB here)
# grub-install --no-floppy --root-directory=/media/ubuntu/ /dev/"usbdrive"
Create a GRUB configuration file /media/ubuntu/boot/grub/menu.lst with the following content
default 0
timeout 3
hiddenmenu
###
title Kubuntu 9.10 (Karmic Koala) Daily Build 08-Aug-2009
kernel /casper/vmlinuz file=/preseed/kubuntu.seed boot=casper persistent quiet splash
initrd /casper/initrd.lz
Last but not least, resize the FAT32 partition labelled “ubuntu” to its minimal extent and create an ext2/3 partition labelled “casper-rw” within the remaining free space.
Conclusion:
What I’m currently curious about and the major reason for posting this comparison actually: Could some fellow openSUSE community member extend my current solution to beat the Kubuntu setup not only in ease of creation but also in regard of usability? The major difference here is that the openSUSE 11.2 Milestone 4/5 LiveUSB setup isn’t persistent while the Kubuntu one is due to the casper-rw aufs overlay partition.