DistroWatch Weekly |
| DistroWatch Weekly, Issue 255, 2 June 2008 |
|
Welcome to this year's 22nd issue of DistroWatch Weekly! One of the best-known and most widely-used features of FreeBSD, its CVS infrastructure designed to store all of the operating system's and userland's source code, was finally given boot last week when it was replaced with Subversion. What will this major switch mean for the FreeBSD user community? While on the surface not much will change in the foreseeable future, eventually everybody will need to get used to a new way of performing source updates. In other news, Novell reports better than expected revenue from its Linux business, Ubuntu plans universal connectivity in Intrepid Ibex, Fedora reports on the progress of integrating KDE 4 into the distribution, and BLAG's Jeff Moe explains why he continues to remove all non-free "blobs" from the Linux kernel. Also not to be missed, a first-look review of openSUSE's Zypper, probably the most advanced and comprehensive package management utility on the market. Finally, we are pleased to announce that the recipient of the DistroWatch.com May 2008 donation is the FileZilla project. Happy reading!
Content:
Join us at irc.freenode.net #distrowatch
|
| Feature Story |
openSUSE package management with Zypper
Although openSUSE (and SUSE Linux before) has had a comprehensive package management infrastructure for years, a brand new package management option was introduced in openSUSE 10.3. Called Zypper, this command-line utility has all the ingredients of other successful package managers, such as apt-get, urpmi or yum. Not only is it much faster than any graphical tool can ever be, it has the additional advantage of being available for use in scripts. I tested the utility on the current development versions of openSUSE 11.0 by using it exclusively for synchronising an installed openSUSE system with the distribution's "Factory" tree in regular intervals.
The installed system was the third beta release of openSUSE 11.0, the i386 edition, installed from the standard installation DVD. I expected to be able to use the distribution's normal upgrade mechanisms for synchronising the installed system with Factory, but surprisingly, this didn't work as expected. The reason was that, unlike Ubuntu or Fedora which automatically configure their update utilities to point to their respective development branches, openSUSE's beta releases aren't set up to follow the development in this manner. Instead, the openSUSE update sources all point to an (as yet unavailable) 11.0 final update directory.
That said, it isn't particularly difficult to modify the relevant configuration in openSUSE in order to make it point to the Factory tree. First, remove all the existing repositories (type zypper repos to see a full list) with zypper rr alias. When done, adding the Factory repositories can be accomplished with the following commands:
• zypper sa http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/ oss
• zypper sa http://download.opensuse.org/distribution/SL-Factory-non-oss/inst-source-extra/ non-oss
Now if you run zypper repos again, you should get an output similar to the one pictured below:

Zypper lists all package repositories in a nice tabular format.
Once setting up the Factory repositories is completed, updating the entire distribution to the latest development build is done with the following commands:
• zypper refresh
• zypper dist-upgrade
As is often the case with command-line package management tools, they come with a large number of options and arguments that can make the update process go so much smoother. As an example, if your installation includes non-free software, you will need to agree to their software licenses before installing (or upgrading) any such packages. This can be avoided with the zypper update --auto-agree-with-licenses command. Similarly, you can avoid having to confirm certain tasks with zypper --non-interactive update. Some of the other available options include searching for packages or exporting a complete package list into a text file in order to re-import it on another computer. Many of the commands come with extra options, which can be found in the program's comprehensive online documentation.
During my usage of Zypper over the past couple of weeks, I've learnt to appreciate the convenience it provides to the end user. There is not doubt in my mind that Zypper is the most powerful package management utility available today, with many useful options and arguments that do not exist elsewhere. While its apparent complexity could be seen as discouraging at times, once you take the time to learn the tool and to understand its intricacies you will undoubtedly appreciate the effort openSUSE developers have put into creating Zypper. It's an excellent tool for all those who wish to follow the development of openSUSE 11.0 without having to re-install the system after each alpha or beta release.
For more information:
|
| Miscellaneous News |
FreeBSD moves to Subversion, Novell reports growing Linux business, Ubuntu plans universal connectivity, Fedora outlines KDE plans, BLAG and Granular interviews
 There can't be many FreeBSD users who are not familiar with the project's omnipresent CVS infrastructure, including its famous "cvsup" and "csup" commands. Times are changing, however. Last week, after some 12 years of usage and nearly 180,000 commits, the FreeBSD project officially switched to Subversion: "The day has finally come - FreeBSD is using Subversion instead of CVS for the base source tree! Congratulations to everyone involved, especially Peter Wemm. This move was discussed extensively during the DevSummit at BSDCan 2008; there have been many issues with CVS over the years, most of which are minor enough to be overlooked, but some of which are just nasty (the inability of CVS to move/rename files, bad handling of branching in the event of constant new development and additions to the directory tree, non-atomic commits) and have frequently required manual interventions in the CVS repository." Of course, the big bang switch to Subversion doesn't mean that "cvsup" and "csup" will stop working instantly, but those users who are just starting with FreeBSD or those who wish to move ahead with times should start learning about "svnsync" and other, more modern tools.
* * * * *
Reporting the financial results for its second fiscal quarter of 2008, Novell announced that its Linux business was up by 31% when compared to the same period of the previous year: "Novell saw its Linux business top US$29 million in its second fiscal quarter of 2008 (US$30 million in total Open Platform Solutions revenue), up 31 percent over the same period a year ago, with other business units also seeing healthy growth. Only its Workgroup business unit continues to founder, down 1 percent in the period that ended April 30." In the meantime, the continued rivalry between Novell and its main Linux competitor, Red Hat, continued to generate some interesting exchanges. Replying to a question about Red Hat's exit from the desktop market, Novell CEO Ron Hovsepian remarked last week: "I wouldn't attribute any of it to them exiting the market because technically, they would have had to put a product out there to enter the market, which they never got done." Both vendors continue to focus on the established enterprise business, rather than attempting to develop offerings for a mass-market, commercially-supported Linux desktop for consumers, concludes InternetNews in its report.
* * * * *
Barely a few weeks have passed since the release of Ubuntu 8.04, but ITWire has already launched a discussion about the likely features in Intrepid Ibex, Ubuntu's next release, due in October 2008: "Ubuntu, arguably the most popular Linux distribution today, came out with its 8.04 release last month, dubbed Hardy Heron. That's passé now; here's the low down on what the future holds this October with Ubuntu 8.10, Intrepid Ibex." So what is likely to receive plenty of attention? Universal connectivity: "The intention of pervasive Internet access on trains and the like also suggests support must be included for increasingly-popular 3G modems. I struggled to make my Telstra NextG modem work with my ASUS Eee PC; it required a lot of 'modprobes' and recompiling of kernel sources. Imagine how tremendous it would be to replace the custom ASUS edition of Xandros with Intrepid Ibex and have a tiny super-light ultra-portable laptop that works anywhere."
* * * * *
The KDE desktop implementation in Fedora has been a hit and miss in all of its recent releases, but never more obvious than in Fedora 9 where the only option is the feature-incomplete KDE 4.0.3. Luckily, the Fedora developers are aware of the problems and keep working on acceptable solutions. Rahul Sundaram: "The many interface changes bring their own set of problems. Icons and files on the desktop only have rudimentary support by design, yet there is no better replacement ready. You cannot drag and drop or copy paste files, nor can you use the context menu to open a file with a alternative program. When you delete icons from the desktop, they are not actually deleted but merely hidden for the current session and reappear on your next login. Panel widgets cannot be relocated within the panel easily. There is no way to remove the plasmoid handler from the desktop. With the Oxygen theme, the difference between an active window and the passive windows are too subtle."
* * * * *
Finally, two interviews with the project leaders of two distributions which don't often find themselves featuring in the headlines, but which certainly have their dedicated followers. The first one is a talk with Jeff Moe, the founder of the Fedora-based BLAG Linux And GNU: "Jeff Moe is a 37-year old self-employed father. Better known as 'jebba', he is the main developer behind the 100% free distribution BLAG (for BLAG Linux And GNU). He is also leading a couple of other Free software projects." One of the special features of BLAG Linux And GNU is its kernel, specially modified to remove any non-free "blobs": "Q: gNewSense has just released a new version based on Ubuntu Hardy Heron. They chose to replace Ubuntu's kernel with 'linux-libre'. Has any other distribution (Ututo maybe?) shown interest in using your kernel? A: Alexandre Oliva (Red Hat compiler engineer) has shown interest in getting it into Fedora. I'm not sure what's up with Ututo, but dyne:bolic will almost certainly use it in their next main release. I talk to 'jaromil' from dyne:bolic and Brian Brazil from gNewSense frequently."
* * * * *
The second interview is with Anurag Bhandari, the founder and project leader of the PCLinuxOS-based Granular Linux: "Q: What exactly is Granular Linux? What does the name Granular signify?A: Granular is an easy-to-use Linux distribution aimed at desktop users and newbies in the world of Linux. It can also be a good choice for regular Linux users. The name 'Granular' signifies one of the reasons behind the creation of this distro, that is, 'customizability'. Granular was intended to be able to get easily customized by the end user. An overall customization can only be achieved by customizing the individual components (granules). And for that, KDE is an excellent option, combined with the various options provided with Granular. Hence the word Granular." And a little personal info about the founder of Granular Linux: "I am a computer engineering student heading towards my fourth and last year at the National Institute of Technology, Jalandhar, India. I am pursuing my B.Tech degree there. I am a resident of Jalandhar, Punjab."

Granular Linux 1.0 preview offers a sneak peek at the upcoming version 1.0, due for release next month. (full image size: 308kB, screen resolution: 1280x1024 pixels)
|
| Released Last Week |
Bluewhite64 Linux 12.1 "Live DVD"
Attila Craciun has announced the availability of the "LiveDVD" edition of Bluewhite64 Linux 12.1, an unofficial port of Slackware Linux to the x86_64 architecture: "I am delighted to announce the availability of Bluewhite64 Linux 12.1 'LiveDVD' and Bluewhite64 Linux 12.1 'LiveUSB'. The new Bluewhite64 Linux 12.1 LiveDVD includes the stable SMP Linux kernel 2.6.24.7 with advanced features and performance. The LiveDVD is designed to bring a modern Linux desktop to the AMD64/EM64T architectures; it includes a modularized X.Org 1.4.0.90 (7.3) with Compiz, the award-winning KDE 3.5.9 in 65 languages, OpenOffice.org 2.3, Firefox 2.0.0.14 (Flash-ready) and Konqueror (Flash and Java-ready) web browsers, Thunderbird 2.0.0.12 and KMail 1.9.9 mail clients, Swaret 1.6.3 and Qtswaret 0.1.5 package managers, IA32 emulation to run 32-bit programs, and many more server and desktop programs and tools." Here is the full release announcement.
SystemRescueCd 1.0.3
SystemRescueCd 1.0.3, a Gentoo-based live CD designed for disk partitioning and data rescue tasks, has been released. From the changelog: "Updated the default kernel to Linux 2.6.25.4 with Reiser4; updated the alternative kernel to Linux 2.6.24.7 with Reiser4; switched from Unionfs to Aufs (another union file system); boot from network via PXE or with docache now works with as little as 256 MB of RAM; updated the btrfs file system support to 0.14 (kernel patch and utilities); updated the graphical environment to xorg-server version 1.4; updated NTFS-3G to 1.2506 (NTFS full read and write support); updated GParted to 0.3.7; improved fonts in the graphical environment (X.Org and Xvesa); added support for 256-byte inode in ext3 file system in GRUB 0.97; added a PDF viewer (ePDFView); fixed shell problem with the serial console."
Epidemic GNU/Linux 2.1
Epidemic GNU/Linux is an easy-to-use, Debian-based desktop distribution created in Brazil. An updated version 2.1 was announced yesterday. With this release, the project's developers focused primarily on bug fixes, stability and speed improvements, and general polish. Some the improvements include: Easy Channel, a graphical utility for installing proprietary applications and non-free media codecs; Enetwork, a network configuration tool; a new version of the Epidemic installer; integration of Compiz Fusion with several 3D plugins; an i686-optimised Linux kernel 2.6.24 with a number of patches for wireless network cards and other hardware devices; improved support for webcams; Aufs file system on live CD; read-write support for NTFS partitions; various artwork and theme updates. Please visit the distribution's home page (in Portuguese) to read the release announcement and to take a look at some screenshots.

Epidemic GNU/Linux - a Brazilian desktop distribution based on Debian's testing branch (full image size: 1,816kB, screen resolution: 1280x1024 pixels)
Foresight Linux 2.0.2
Ken VanDine has announced the release of Foresight Linux 2.0.2, an rPath-based desktop distribution featuring the latest GNOME technologies: "Announcing the release of Foresight Linux 2.0.2 GNOME edition. Some highlights: GNOME 2.22.2; GNOME Display Manager 2.22; 2.6.25.4 kernel; NetworkManager, more stable than ever; Mono 2.0 beta (now uses less memory); Banshee 1.0 beta. Foresight GNOME edition is a Linux distribution for your desktop that features a rolling release schedule that always keeps your desktop up to date; a revolutionary package manager, Conary; the latest GNOME desktop environment and an innovative set of excellent, up-to-date packages." Read the release announcement and release notes for further details.
DeLi Linux 0.8.0
Henry Jensen has announced the release of DeLi Linux 0.8.0, a light-weight desktop distribution designed for computers with as little as 32 MB of RAM: "DeLi Linux 0.8.0 is the next big step and the first release of the 0.8.x branch. The main focus of the 0.8.x series will be internationalisation. The biggest changes are: switched to UTF-8 as the default encoding; dropped GTK+ 1.x, switched to GTK+ 2.x (2.10); switched to the 'pacman' package manager (from Arch Linux); Netsurf or Skipstone as web browsers; AbiWord 2.4.6 with ODT plugin and Gnumeric 1.6.3; Linux kernel 2.4.36.4, now with LSI Logic support (important for VMware guests). Unfortunately, the hardware requirements had to be raised: for running the GUI at least 32 MB of RAM are recommended; a MMX capable processor is recommended for multimedia applications; a full installation with all applications requires about 750 MB space on hard disk." Here is the full release announcement.
Myah OS 3.0
Jeremiah Cheatham has announced the release of Myah OS 3.0, a complete desktop Linux distribution with Xfce and a variety of administration tools: "The long-awaited Myah OS 3.0 is here. 3.0 has been in development since 2006 right after the release of version 2.3. This release is a complete Linux solution for personal computers. It is created to do just about anything right out of the box without any hassle. There is full support for watching and editing videos. If you like music you can tune into online stations or even record your own. You can also write you own web pages or even use the IDE to start developing software. Myah OS also comes with a complete set of system tools to help with administration. Adding packages is a simple and easy task. Myah will also let you know when there are updates available." Read the rest of the release announcement for more information.

Myah OS 3.0 - a complete desktop Linux distribution with excellent package management infrastructure. (full image size: 373kB, screen resolution: 1280x1024 pixels)
* * * * *
Development, unannounced and minor bug-fix releases
|
| Upcoming Releases and Announcements |
|
Summary of expected upcoming releases
|
| DistroWatch.com News |
May 2008 donation: FileZilla receives US$400.00
We are pleased to announce that the recipient of the May 2008 DistroWatch.com donation is FileZilla, a cross-platform, open-source FTP client for Linux, Mac OS X and Windows, released under the General Public Licence. It receives US$400.00 in cash.
Developed in Germany by Tim Kosse, the FileZilla client provides an impressive list of useful features, including the following: "Support for FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP); available in many languages; supports resume and transfer of large files (4 GB and above); powerful site manager and transfer queue; drag and drop support; configurable speed limits; file name filters; network configuration wizard; remote file editing; keep-alive; FTP proxy support." FileZilla is an excellent replacement for some of the traditional open-source FTP clients which are no longer in active development, such as gFTP. Linux.com published a good overview of FileZilla in August 2007.
As always, this monthly donations programme is a joint initiative between DistroWatch and two online shops selling low-cost CDs and DVDs with Linux, BSD and other open source software - LinuxCD.org and OSDisc.com. These vendors contributed US$50.00 each towards this month's donation to FileZilla.
Here is the list of projects that received a DistroWatch donation since the launch of the programme (figures in US dollars):
- 2004: GnuCash ($250), Quanta Plus ($200), PCLinuxOS ($300), The GIMP ($300), Vidalinux ($200), Fluxbox ($200), K3b ($350), Arch Linux ($300), Kile KDE LaTeX Editor ($100) and UNICEF - Tsunami Relief Operation ($340)
- 2005: Vim ($250), AbiWord ($220), BitTorrent ($300), NdisWrapper ($250), Audacity ($250), Debian GNU/Linux ($420), GNOME ($425), Enlightenment ($250), MPlayer ($400), Amarok ($300), KANOTIX ($250) and Cacti ($375)
- 2006: Gambas ($250), Krusader ($250), FreeBSD Foundation ($450), GParted ($360), Doxygen ($260), LilyPond ($250), Lua ($250), Gentoo Linux ($500), Blender ($500), Puppy Linux ($350), Inkscape ($350), Cape Linux Users Group ($130), Mandriva Linux ($405, a Powerpack competition), Digikam ($408) and SabayonLinux ($450)
- 2007: GQview ($250), Kaffeine ($250), sidux ($350), CentOS ($400), LyX ($350), VectorLinux ($350), KTorrent ($400), FreeNAS ($350), lighttpd ($400), Damn Small Linux ($350), NimbleX ($450), MEPIS Linux ($300), Zenwalk Linux ($300)
- 2008: VLC ($350), Frugalware Linux ($340), cURL ($300), GSPCA (Linux webcam support) ($400), FileZilla ($400)
Since the launch of the Donations Programme in March 2004, DistroWatch has donated a total of US$17,683 to various open source software projects.
* * * * *
New distributions added to waiting list
- BSDanywhere. BSDanywhere is a bootable live CD image based on OpenBSD. It consists of the entire OpenBSD base system (without compiler) plus graphical desktop (Enlightenment), an unrepresentative collection of software, automatic hardware detection, and support for many graphics cards, sound cards, SCSI and USB devices as well as other peripherals. BSDanywhere can be used as a productive UNIX system for the desktop, educational CD, rescue system or hardware testing platform.
* * * * *
DistroWatch database summary
And this concludes the latest issue of DistroWatch Weekly. The next instalment will be published on Monday, 9 June 2008.
Ladislav Bodnar
|
|
|
Archives |
| • Issue 507 (2013-05-13): Impressions of Calculate Linux, 13.4, Ubuntu's portable packages, mintDrivers |
| • Issue 506 (2013-05-06): Ubuntu and Kubuntu 13.04, Debian "Wheezy", Slackware on systemd, distros for Raspberry Pi |
| • Issue 505 (2013-04-29): First look at PCLinuxOS 2013.04, Saucy Salamander, Remastersys and System Imager, Linux containers |
| • Issue 504 (2013-04-22): Look at Bodhi 2.3.0, Ubuntu 13.04 features, building OpenBSD ports, opening large files |
| • Issue 503 (2013-04-15): CentOS versus Scientific Linux, PCLinuxOS 64, Lucas Nussbaum, ZFS/Btrfs versus ext4 |
| • Issue 502 (2013-04-08): Look at Mint 201303 "Debian", Ubuntu versus openSUSE, comparing ZFS and Btrfs file systems |
| • Issue 501 (2013-04-01): KANOTIX 2013 and GhostBSD 3.0, openSUSE Rescue-CD, Haiku package management, computer forensics |
| • Issue 500 (2013-03-25): Look at openSUSE 12.3, Ubuntu release changes, Debian backports, growing divide |
| • Issue 499 (2013-03-18): MINIX 3.2.1, openSUSE 12.3 on desktop, Ubuntu GNOME and UbuntuKylin, distros for musicians, KolibriOS |
| • Issue 498 (2013-03-11): Sabayon Linux 11, Ubuntu's Mir, Linux malware |
| • Issue 497 (2013-03-04): Rebellin Linux 1.00 "Adrenaline", rolling-release Ubuntu, Arch vs spin-offs, justification and diversity |
| • Issue 496 (2013-02-25): Review of Chakra 2013.02, The Book of GIMP, Ubuntu and privacy, FreeNAS vs NAS4Free |
| • Issue 495 (2013-02-18): SparkyLinux 2.1 "Ultra", Fedora 19 schedule, Xubuntu on DVD, cloud privacy |
| • Issue 494 (2013-02-11): FreeBSD 9.1, web server stats, Anaconda, rolling-release PC-BSD, fixing broken packages in Arch |
| • Issue 493 (2013-02-04): UberStudent 2.0, OmniBoot 1.0, MariaDB, Enlightenment 0.17 |
| • Issue 492 (2013-01-28): Fedora 18 review, systemd, Kali Linux, Ubuntu Unleashed |
| • Issue 491 (2013-01-21): Fuduntu 2013.1, Fedora 18 desktop choices, Consort, accessing encrypted drive |
| • Issue 490 (2013-01-14): Look at Manjaro Linux 0.8.3, openSUSE on Chromebook, Able2Extract 8.0 |
| • Issue 489 (2013-01-07): PC-BSD 9.1, Arch spin-offs, rolling-releases, year-end PHR stats, removing applications |
| • Issue 488 (2012-12-24): Reviews of Unity and Puppy Linux 5.4 "Slacko", FreeBSD 10 |
| • Issue 487 (2012-12-17): Cinnarch 2012.11.22, OpenMandriva, Fedora Magazine, Tumbleweed, OpenJDK vs Oracle Java |
| • Issue 486 (2012-12-10): Linux Mint 14 review, Ubuntu "spyware" controversy, Haiku overview, troubleshooting Linux servers |
| • Issue 485 (2012-12-03): Kwort Linux 3.5, Mint bug-fix update, Fedora's new Anaconda, defining a distribution |
| • Issue 484 (2012-11-26): Look at SMS 2.0.1, Fedora pre-beta report, Illumos, Secure Boot update |
| • Issue 483 (2012-11-19): DragonFly BSD 3.2.1 and Xubuntu 12.10, Gentoo and udev, switching file systems |
| • Issue 482 (2012-11-12): Review of Zenwalk 7.2, Clang in FreeBSD, Omniboot 0.5, priorities on external drives |
| • Issue 481 (2012-11-05): Look at Tails 0.13, EFF on Ubuntu and privacy, Debian installer changes, ext4 data corruption bug |
| • Issue 480 (2012-10-29): Review of Ubuntu 12.10, Wayland 1.0, FreeBSD's pkgng |
| • Issue 479 (2012-10-22): Look at Zentyal 3.0, Debian bug reporting, initiating a halt |
| • Issue 478 (2012-10-15): Slackware 14.0 review, Ubuntu donations, connecting to multiple machines behind router |
| • Issue 477 (2012-10-08): Review of ODROID-X, OpenBSD's anti-Linux song, interview with Vincent Untz, Linux as operating system |
| • Issue 476 (2012-10-01): Review of openSUSE 12.2, Slackware 14.0 features, accessing home computer with SSH |
| • Issue 475 (2012-09-24): Look at PCLinuxOS 2012.08, Ubuntu and Amazon, SolusOS and PiSi, ownCloud |
| • Issue 474 (2012-09-17): Bodhi Linux 2.0.1, OpenIndiana interview, Frugalware history, update notifications |
| • Issue 473 (2012-09-10): The Linux Command Line, Slackware documentation project, Debian's new primary arch, Goobuntu |
| • Issue 472 (2012-09-03): Kororaa Linux 17, OpenIndiana and SchilliX, Ubuntu GNOME remix, home server tip |
| • Issue 471 (2012-08-27): Linux Mint 13 "KDE", Ubuntu 12.10 features, Slax update, folder quotas |
| • Issue 470 (2012-08-20): Liberté Linux 2012.2, Arch and systemd, NetBSD's sysbuild and sysupgrade, 19 years of Debian |
| • Issue 469 (2012-08-13): Peppermint OS Three, SUSE on Secure Boot, GNOME OS, moving email to Linux |
| • Issue 468 (2012-08-06): First look at CentOS 6.3, Debian installer beta, Fedora and MATE, Libtrash |
| • Issue 467 (2012-07-30): Ubuntu Made Easy, Debian "Jessie", OpenBSD on Secure Boot, Rawhide troubles |
| • Issue 466 (2012-07-23): Fuduntu 2012.3, Linux in PC-BSD jails, secure boot on older computers |
| • Issue 465 (2012-07-16): Netrunner 4.2, Mandriva's two codebases, firewalls and window frames |
| • Issue 464 (2012-07-09): Zorin OS 6, FSF's views on secure boot, Virtual PDF Printer |
| • Issue 463 (2012-07-02): TurnKey Linux 11.3, Red Hat and Btrfs, Sabayon's MATE spin, ZFS on Linux |
| • Issue 462 (2012-06-25): Sabayon 9, "Wheezy" freeze, Zorin OS overview, Vinux interview, mounting network shares |
| • Issue 461 (2012-06-18): Linux Mint 13, openSUSE 12. delays, Debian Multimedia, Mageia 3 roadmap |
| • Issue 460 (2012-06-11): Look at Fedora 17, PC-BSD and Slackware interviews, Openfiler and FuguIta |
| • Issue 459 (2012-06-04): Impressions of Mageia 2, Fedora updates, Debian or Raspberry Pie, improving software performance |
| • Issue 458 (2012-05-28): Impressions of SolusOS 1, Linux kernel 3.4, encrypting home folder |
| • Issue 457 (2012-05-21): Linux accessibility, Fedora 17 overview, MultiSystem, launching tasks |
| • Issue 456 (2012-05-14): Look at OpenBSD 5.1, Debian Installer 7.0 alpha, UDS news round-up |
| • Issue 455 (2012-05-07): Review of Ubuntu 12.04, "Quantal Quetzal" plans, Debian infographic |
| • Full list of all issues |
|