Amusing when you realize
... the people who are the most stern advocates of normal users moving away from Windows, trying out alternatives, are the same people who are usually lost whenever they themselves have to change their way of doing things.
You can see preview on temporary development copy of the wiki at http://wiki.opensuse.org . It will be switched with http://en.opensuse.org later this year, so if you link to it, please make sure that your visitors are aware that fact .
Another outlet for openSUSE TV
At one of the project meetings, it was highlighted that our selected video service provider isn’t the easiest to reach from some parts of the world. So I was assigned the task of finding an alternative/complimentary service that would be acceptable.
The decision I came to, and confirmed with others that they were happy, was to use YouTube as a complimentary service to BlipTV. So yes people we now have an Official YouTube channel. I’d like to say a huge thanks to Leslie Hawthorn for enabling this for us, and the fine folks over at Google & YoutTube. There is very little content on there at the moment, but that will change shortly as I will sync the content from BlipTV across.
The rationale for keeping BlipTV as our primary provider is:
* They allow people to download the original video file without having to login etc. This is great as it means we can keep providing video in open formats for all to consume.
* It provides us with the means of centralising distribution of all the videos. We upload to BlipTV and they take care of adding it to YouTube and anywhere else we want (should we upload to Facebook too?)
* They’re a great bunch of guys & gals who are very responsive to support requests and general queries – their customer service is superb!
* Oh and last but by no means least, they’re big OpenSourcers using Linux (granted it’s Gentoo but we like the Gentoo community don’t we?
), and a wealth of open source software (ffmpeg, gstreamer etc).
This means that the likes of tube.o.o may well be removed in the near future, as all the content will be stored online and offered to the widest possible audience, without a strain on any resources on openSUSE’s end. If anyone has any issues with either service please let me know.
What people search for
http://software.opensuse.org/stage includes now a little box to show what other people search for. It was a little idea The Boosters had, but I found the results so far pretty suprising. I didn’t really expect subversion in the top 3, but perhaps it’s only the moment.
The results shown are from actual downloads, for that every download url is a little redirect to save the query the download was for.
FLISOL 2010 Guayaquil-Ecuador : 1 day before
-
Similar to more than 20 cities in Ecuador and 17 countries in Latin America, Guayaquil is preparing to join the celebration of FLISOL 2010. This year, the Department of Electrical and Computer Engineering of ESPOL will be the home of the event in Guayaquil. The event is coordinated in Guayaquil by Prof. Dr. Daniel Ochoa, current leader of KOKOA (ESPOL’s Free Software Community). For this edition, there will be divided in four areas targeting different user interests.
Area 1: Talks
For this year we have on schedule around 22 talks (splited in 3 tracks) covering different topics of FLOSS. This year, the talks track will be featuring Jossie, a FLOSS CMS to develop accessible websites that developed in Ecuador. Another main talk is given by Luis Galarraga explaining his experiences while leading the J!Research project, which is a Joomla extension that is being used by an increasing number of research-related institutions. Following by the presentation of the findings on using FLOSS on education. Something that I am happy to say is that the number of talks is increasing every year, so hopefully in 5 years the FLISOL event of Guayaquil might scale to a higher level.
Area 2: Workshops
This area is aimed for different users, but most of them are oriented to experienced users. This year we have on schedule 6 workshops.
Area 3: Demo/Gaming room
This is a must-visit place for the young ones and a proof that “Hey!!! it is possible to play video games on GNU/Linux”. This area will be the home of small tournaments in the games Frets on Fire, OpenArena and Super Tuxkart, where participants will be able to earn small FLOSS related prizes. In addition to this, visitors will be able to test some desktop environments and cool apps.
Area 4: Installation Party
Last but not the least, and the reason that drove FLISOL on first place, the installation Party. The installation party is complemented by a cross-distro stand were users are explained the main features of each distro in order to ease their decision in the moment of the installation party. During the installation, the users receive a brief introduction to GNU/Linux and are assisted on its installation. This year, the available distros are: openSUSE, Fedora, (k)ubuntu, CentOS and Debian.
In addition to this, for those who are not so sure if it’s their time to move to FLOSS, KOKOA prepare the KOKOA Toolkit, which is a CD with Free Software and tutorials that can be installed on windows. This gives the users the chance to taste the power of FLOSS and help in their transition decision :D.
The time keeps going and that moment in the year when all Latin America joins to celebrate a FLOSS party has arrived.
More info at:
Encrypt your files quick n’ dirty
Encrypt a file can be useful when we want to keep sensitive information but do not trust the site is being stored.
GnuPG allows to quickly and easily create encrypted files without the use of public keys or complicated procedures, just run the following at a Linux terminal:
$ gpg -c test.txt _
Enter Password:
Repeat Password:
$ _
After you have run the command gpg -c, this will leave intact the original file and create another file called “test.gpg” in the same directory. This second file is the place where you want to prune without fear that information may be disclosed. You can then proceed to remove the original if needed.
To retrieve the contents of the file, perform the following process on the encrypted file:
$ gpg test.gpg _
Enter Password:
Repeat Password:
$ _
GnuPG will automatically detect that it is an encrypted file, and request the key that first used.
Hope its useful 
Community Discussion - Part 6 Feedback
Novell Client on openSUSE 11.2
This has been covered on a couple of forums out there, but I’ve yet to find a decent comprehensive post. This is for 32bit systems, it’s easily modified for 64bit setups.
First off, search your favorite RPM repo for binutils-2.19-9.3. I like to use http://rpm.pbone.net, but at the time of writing, they happen to be down.
Get a copy of the Novell Client ISO from http://download.novell.com and mount it:
sudo mount -o loop novell-client-2.0-sp2-sle11-i586.iso /mnt
Extract the files from the RPM:
rpm2cpio binutils-2.19-9.3.i586.rpm | cpio -idv
This should create a “usr” directory in your present working directory. Go ahead and copy it’s contents to your filesystem:
sudo cp -R usr/* /usr/
Change directories to wherever you mounted your ISO (in this case “/mnt”) and run the installer:
cd /mnt && sudo ./ncl_install
As the packages attempt to install, you’ll be given options and warnings concerning libbfd and several other packages. Choose option “2” for everything (“Break dependencies”). Don’t worry about actually breaking anything, just roll with option 2.
Lastly, issue ldconfig as root and reboot:
sudo /sbin/ldconfig
sudo /sbin/reboot
That should get you up and running. You can run “ncl_tray” directly from the command line, or create a shortcut to the client. If you’re having connection issues, make sure that openSLP is configured.
The only issues I’ve had so far is the inability to browse trees, which turned out to be a DNS problem on my end. Occasionally I get warnings on login about novfs kernel modules not being properly loaded, but this appears to be benign.
Check your WPA2 Enterprise setup
Do you have to enter user name and password to establish a link with
your wireless network? If so chances are good that WPA2 Enterprise
with EAP-TTLS or PEAP are used. Sounds familiar? Better check your
setup then. An attacker might easily impersonate your access point
and steal your password if the client you are using isn’t configured
properly.
You are likely vulnerable if you’ve disabled certificate checks
or you’ve checked some button to use a public CA but didn’t specify
any “Subject” or “Common Name” that has to match. NetworkManager for
example doesn’t even allow to enter the latter.
Read more in the paper I’ve written.
Only a few days for the FLISOL in Venezuela
Venezuelan Linux community is finishing all the preparations for the April 24, the day that all Latin America celebrate the FLISOL, Latin American Festival of Free Software Installation.
Through the sponsorship of Novell, the collaboration of ambassadors from other distributions, and GoSVe, the user group from Venezuela openSUSE, our distro will be present in all the sites of the great event of free software in the region, giving away DVD’s, LiveCD’s, stickers, t-shirts, and more.
In the city of Merida, we will be giving talks and demonstrations of our distribution and giving away all the material of that will be common in all the sites and stuffed animals for those that choose to “free” their computers and install openSUSE Linux.
Next to come: A lot of pictures 
zypper-1.4.2: rewritten package selection code
I'll submit zypper 1.4.2 including this change to Factory soon. It seems to work fine for the most part, but if you spot something that used to work for you in 1.4.1, please let us know via bugzilla. Don't forget to attach both zypper.log and solver test case.
The new version already enables use of unified package arguments (in install, update, and remove commands) in the form of:
[+/-][repo:][type:]name[.arch][OPevr[.arch]]
± (or ~|!) ; install/remove modifier
repo = ; repo alias, number, or name
type = patch|pattern|product ; if not specified 'package' isimplied
name ; can even be a glob
OP = -|=|>=|<=|>|< ; version operator
evr = [epoch:]version[-release] ; edition (version)
E.g. $ zypper in packman:xine-ui-0.99.5cvs20091115-0.pm.1.4 (don't forget to quote the args, if they contain ?/*/</> or spaces).
More about all this (and about a few more features added in the last months) later ...
There is still some work to do to fully support this (especially don't try foo.arch :O), but the main focus now is to make sure that all that used to work before works also now. For future plans see roadmap and comments in the SolverRequester_test code. Don't hesitate to send feedback to or discuss this stuff on zypp-devel@opensuse.org or comment this blog post.
Similar to more than 20 cities in Ecuador and 17 countries in Latin America, 
