Home Home > Miscellaneous
Sign up | Login

Deprecation notice: openSUSE Lizards user blog platform is deprecated, and will remain read only for the time being. Learn more...

Archive for the ‘Miscellaneous’ Category

Happy Birthday RadioTux – The Birthday Broadcast now online

April 1st, 2009 by

The Broadcast can be recieved through archiv.radiotux.de/sendungen or:

* Broadcast as  MP3 (65 MB)
* Broadcast as MP3 Mono (33 MB)
* Broadcast as OGG-Vorbis (85 MB)

The *real* antidote to Conficker…

April 1st, 2009 by

I’m almost as sick of this Conficker stuff as I am going to be sick of April Fools Day stuff when I wake up tomorrow (not to mention I think this is a big promotional stunt for a movie called ‘Conficker’ coming out soon. You watch!), but I have to laugh when I see all these mainstream news organizations falling all over themselves to tell people how to get rid of this malware. In reality, all you have to tell your friends and family is to use one product that will protect them from Conficker and future viruses:

openSUSE 11.1

No joke. Happy April Fools Day, I guess.

Happy Birthday RadioTux

March 31st, 2009 by
Radiotux

Radiotux

Many People thought at 1 April 2001, that is a hoax. Few Linuxuser announced, that they would like to create an Radio about Linux. 2001 Streaming was not cheap, so the Guys behind RadioTux looks for another Way. Radio on demand now known as Podcast.

At first April 2001 Steffen Zoerning and Ingo Ebel starting the Open Project Radiotux [1], an free Internet Radio. The Themes now are similar to the beginning Themes: Informations about LINUX and the OpenSource Scene.
RadioTux has the following Guests: John `Maddog` Hall, Richard Stallman (GNU Founder), Hans Reiser, Marc Shuttleworth (Ubuntu Founder), Klaus Knopper (Knoppix Founder). In the meantime many People are standing behind the open Project.

Now we celebrating the 8th Birthday, and RadioTux has an new, fresh Internet-Presence. The whole Archive of the past broadcasts, the actual Brodcasts and actual Informations are ported to the New Site. Through the Mailinglist everyone can join to the Team or can give an Feedback.

RadioTux sends on his Birthday a new Magazine-Broadcast, as OGG-Vorbis or MP3.The broadcast can be recieved via an Livestream or on the next Day via Podcast.
The Themes are Radiotux itself, an Article about the Mindmapping Tool XMind and the Virtualisation Software KVM. The next Themes are Groupware-Solutions. The first Broadcast from this Series are with the Theme Zarafa.

[1] http://radiotux.de

Personal Note: Going on Paternity Leave

March 18th, 2009 by

Next weekend we’re celebrating the first birthday of our daughter and that’s also the start for my two months paternity leave from Novell – and the openSUSE project.  I’ll be back on the 22nd of May.

During that time I plan not to  read my emails and plan not to be active in the openSUSE project, so don’t count on me getting involved or expect me to do anything.

I’m basically on a long vacation and my primary focus will be taking care of Jonna Ylvi – and also recharging my batteries, taking photos etc.

I see a lot of good changes in the openSUSE  project currently and look forward to engaging  fully again soon.

Hello and APT repository decline

March 15th, 2009 by

Let me introduce myself. I’m an active packager for openSUSE. You can find packages that I build in the following repositories:

Some of you might remember me as the provider of the apt rpm package. The apt package is already for a long time included in the openSUSE base distribution, as such I don’t need to maintain it anylonger. Another reason is, that apt has been superceded by other package managers, such as smart and of course openSUSE’s own zypper.

The apt repository that is provided on the great opensuse mirror GWDG for the suse distributions 7.3 – 10.1 gets still many visitors, although the numbers are declining, with every new version that openSUSE releases. Only this weekend the number of visitors dropped below 100 (99) on a single day for the first time in 6 years (the top was around november 2005 with more 3600 visitors a day). It’s amazing to see how long people are using a service. It’s even more amazing when one realizes that the repository provides only packages for discontinued SuSE distributions….

That’s it for now, I hope that you will enjoy my future blogs!

Trainee small project

March 9th, 2009 by

Hi all!

Well ,  beginning from this week i will start to work on one small project  (one week).

Probably it would be a YaST or QT application,  so if you had a really good idea,  give me simple  feedback. 😉

YaST Qt UI with Context Menus

March 6th, 2009 by

Context menus are supported by almost all UI frameworks and most people got used to them. Therefore it’s high time to provide context menus in the YaST Qt UI as well. yast2-qt-2.18.6 offers this feature, packages are available in my build service repository.

contextmenu

In four simple steps YCP programmers can benefit from this new feature:

Step 1:
Create a widget and tell via `opt(`contextMenu) that a ContextMenuActivated Event should be emitted when the user right clicks the widget:

`SelectionBox( `id(`sport), `opt(`notify,`immediate, `contextMenu),
"Open a context menu:",
[
"Item1",
"Item2",
"Item3"
] );

Step 2:
Wait and analyze events:
event = UI::WaitForEvent( ... );
...
if ( event["EventReason"]:"" == "ContextMenuActivated" )
...

Step 3:
Open a context menu. The argument of OpenContextMenu() describes the menu structure:

UI::OpenContextMenu( `menu(
[ `item(`id(`folder), "&Folder"  ),
`menu( "&Document",
[ `item(`id(`text),
"&Text File" ),
`item(`id(`image),
"&Image"     ) ]) ]  ));

Step 4:
Analyze the returned `id and trigger an action. An example called ContextMenu.ycp is included in the package yast2-ycp-ui-bindings.

Usability
A Context menu provides shortcuts to actions for a certain widget or item. This features improves usability when it’s used properly. Application programmers should avoid making certain features only using context menus because users might not find them.
Please keep in mind that YaST ncurses doesn’t provide context menus. Each operation that is only available via a context menu is useless in YaST ncurses because the user cannot select it.

New/Updated Applications @ home:saigkill

March 4th, 2009 by

Hello Folks,

now following an List from my last updated/worked Packages:

  1. boinc-client 6.4.5 (last stable and recommended Version)
  2. boinctray 2.3
  3. kde4-skrooge 0.2.4 (also published in openSUSE:Factory:contrib and KDE:KDE4:Community)
  4. libatlas3 3.8.2 (also published in Education)
  5. libdbus++ 0.6.0
  6. libtinyxml0 2.5.3 (also published in openSUSE:Factory:contrib)
  7. libtktray1 1.1
  8. lynis 1.2.3 (also published in openSUSE:Factory:contrib)
  9. mountmanager 0.2.6 (also published in openSUSE:Factory:contrib and KDE:KDE4:Community)
  10. necpp 1.2.6+cvs20070816
  11. python-iCalendar 1.2 (also published in openSUSE_Factory:contrib)
  12. qantenna 0.2.1
  13. rkhunter 1.3.4 (also published in openSUSE:Factory:contrib)

Have a lot of Fun 🙂

Low bandwith for openSUSE-Education

March 1st, 2009 by

Since July 2008, there’s a known problem with the sponsored server hosting the frozen openSUSE-Education repositories: our provider limits the bandwith for up- and downloads if more than 1 TB data is transfered per month. …and this is the case around the 25th of each month since this time.

People using HTTP requests to download packages are sadly very affected by this limitation at the end of each month, and I apologise for the trouble caused. Thanks to the FTP-Server Admins of openSUSE, we’ve already a place to host our ISO-Images, containing the same files as the frozen repositories. We’ve also a FTP (ftp://ftp.opensuse-education.org/) and a RSync-Server up and running (rsync rsync.opensuse-education.org::download/) – which should make it a bit easier until we’ve the final decision from the new openSUSE-Board, if they can provide some space for us.

Until then, feel free to offer additional space for our repositories. We’ve already an offer from Peter Poeml to help us configuring a “Mirrorbrain” setup.

Why Ant Sucks (Somehow)

February 16th, 2009 by

What is Ant?

According to Ant’s webpage:

“Ant is a Java-based build tool. In theory, it is kind of like Make, without Make’s wrinkles and with the full portability of pure Java code.”

Sounds nice, isn’t it? But XML design problems make Ant nearly unusable which this post becomes kind of a rant…

(more…)