Home Home > Lizardsopensuseorg
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 ‘lizards.openSUSE.org’ Category

South East Linux Fest

June 15th, 2009 by

This week I attended SELF (South East Linux Fest) at Clemson University here in South Carolina. It was a great day! I met and worked the openSUSE booth with Joe Brockmeier aka “Zonker”.  There were lots of enthusiastic attendees both from the Linux and Education communities.  All of the Educators that came to visit the booth where extremely pleased with the work the EDU team has completed and If I had been able to supply them, many would have taken copies of the EDU Li-F-E disk and Sugar disk that I had running on my laptop.  Cyberog and the team really have hit a home run! I had with me a thin client setup and did several demonstrations  on the ease of installation and setup.  Kiwi-LTSP is one of the most exciting products for Education I have seen in a long time.  Easy-LTSP, the openSUSE configuration utility for LTSP, is by far the easiest configuration utility available to LTSP users. Combine Easy-LTSP and Italc (a computerlab monitoring suite) and in 5 minutes a teacher can setup a computer lab and either display the lesson on each\all screen or capture a students screen for display to others or simple monitoring of all screens.

I sat through a couple of presenters and I was most excited to hear Chad Wollenburg from VA. Chad is a kindred spirit , he has been slowly moving his district to open source for a few years now and he started much the same way most of us have, his school district could not afford to relicense Microsoft office.  He too, had to show that Open Office was compatible and comparable to MSOffice and explain the over 200,000.o0$ savings to his district using small steps and insider advocates as his method of operation. I am glad to meet so many people dedicated to reducing the “criminal” costs of licensing.

Our project itself past another milestone this week, I am proud to present the OBS-Education forum. http://forums.opensuse.org/obs-projects/obs-education/      Please feel free to post questions specific to openSUSE Education development, bugs, enhancements, etc.

First Steps with QT/KDE Programming

June 9th, 2009 by

Since Saturday i’m lerarning prtogramming QT/KDE. It is very interesting. My first “Hello World”-Program has now an localisation in DE und EN, and an Online-Help. The next Step is an Chapter about Basics and Structure from the KDE-Programs.

Call for Contribution: LinuxTag @ RadioTux

June 3rd, 2009 by

RadioTux – the german Linuxradio – are present in LinuxTag Berlin. The following Community-Guys would be interviewed:

* Joe Zonker Brockmeier – openSUSE Community, SUSE Community Week, SUSE Summit
* Cornelius Schuhmacher – SUSE Studio
* Brent McDonnell – iFolder
* Jan Weber-SUSE Education.

If you have any Questions, you can submit the Questions to: live@radiotux.de. Then we’re using your Questions Live at LinuxTag.

New/Updated Versions

June 1st, 2009 by

The following Packages are updated:

– kde4-skrooge 0.2.9. Published in KDE:KDE4:Community and OpenSUSE:Factory:Contrib
– bleachbit 0.5.0. Published in openSUSE:Fatory:Contrib
– boinc-client. Just fixed gcc Errors. Published in openSUSE:Factory

Searching for Stories from the OpenSUSE Weekly News

May 21st, 2009 by

Hello Mates,

the OpenSUSE Weekly News is searching about Stories from Visitors of the Community Week, and Summits from the Teams.

Emails are welcome by: saigkill@opensuse.org

OpenSUSE Weekly News: How to make a Newsletter?

May 13th, 2009 by

Yesterday from 10:00 to 20:00 UTC the Weekly News Team holds an Session: “How to make a Newsletter?”. The Team prepared 2 Presentations:

* How to make an Newsletter and
* How to translate a Newsletter? (Thanks to Satoru).

So the Visitors can get an Overview about the Project. In an integrated Question and Answer Session Visitors can recieve Informations. We had construct an Special Edtion from the Community Week. The Special Edition merged the Blog Post, other Posts to one Site. You can see our Result: http://en.opensuse.org/OpenSUSE_Weekly_News/CommunityWeek2009.

The activity in the Channel was low. We hope that today more Visitors come to #opensuse-newsletter. For first Introductions we placed the Page: http://en.opensuse.org/OpenSUSE_Weekly_News/CommunityWeek .

If you would like to learn more about Translating you can visit us today from 12:00 to 14:00 in IRC: #opensuse-newsletter @ Freenode. The German Translaton will be held on #opensuse-de.

We hope to see you today …

Your Weekly News Team

Modified Versions out

May 2nd, 2009 by

The following Packages are modified and released in hamradio Repository:

* libatlas3
* necpp
* qantenna

Now out: kde4-skrooge 0.2.7

April 28th, 2009 by

Hi Mates,

now out: kde4-skrooge 0.2.7. Published in openSUSE:Factory:Contrib and KDE:KDE4:Community.

Combine osc with git

April 15th, 2009 by

Yesterday Jan-Simon (dl9pf) tells me about an great Program calls “git”. Git is an Version-Administration Program. Anything knows the Problem. We working on an Project into our osc, and 2 Weeks later, we don’t know, what the last changes was. On this place can git help.Now following a short Introducting:

First of all we need an .git Folder. In my case i have all Projects in ~/osc/- As example i’m going to my foo.

$ ~/osc> cd foo
$ ~/osc/foo> git init
Then git says:
Initialized empty Git repository in /home/sascha/osc/foo/.git/

$~/osc/foo> echo 123 > datei1

$~/osc/foo> git add datei1
This adds datei1 to your .git folder. If you use git add * you can add more than one File.

$~/osc/foo> git commit -m”Initial Version” (Or what you want)
git says:
Created initial commit a7458cf: Test
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 datei1

$~/osc/foo> echo 456 > datei2
$~/osc/foo> git commit -m”Change 1″
git says:
Created commit d1ef978: Change 1
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 datei2
$~/osc/foo> gitk (this is an GUI)

That looks:

gitk

There you can find all Changes since “Intial Version”.  Git can also manage branches and can merge it perfectly. So i think that git is very good Tool. And an good completion. With an wrapper file it is also possible to add or remove files in osc and git. Very nice -)

Updated Software: necpp 1.3.0+cvs20090101

April 12th, 2009 by

The Program necpp in Version 1.3.0+cvs20090101 is out. I’ve published it in hamradio:/ and home:saigkill