DistroWatch Weekly |
DistroWatch Weekly, Issue 377, 25 October 2010 |
Welcome to this year's 43rd issue of DistroWatch Weekly! Editing videos on Linux has never been an easy task due to a lack of professional applications designed to do the work. But things could be changing. PiTiVi, a relatively new open-source tool that is designed to make video editing click-and-point easy, has been slowly making its way into many Linux distributions. Jesse Smith has taken the application for a spin to find out whether it has a chance of becoming a new standard in video editing on free operating systems. In the news section, Red Hat announces the final (non-public) release candidate for Red Hat Enterprise Linux 6, Fedora introduces OpenSCAP for maintaining system security, Debian developer Raphaël Hertzog presents the distribution's release process, and Linux Mint lead developer answers some frequently-asked questions about the upcoming release of version 10 "Julia". Also in this issue, a brief introduction to open-source virtualisation technologies and a plethora of new distributions, including an Arch Linux variant ported to GNU Hurd. Happy reading!
Content:
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (14MB) and MP3 (16MB) formats
Join us at irc.freenode.net #distrowatch
|
Feature Story (by Jesse Smith) |
Introducing PiTiVi (version 0.13.4)
PiTiVi isn't just what appeared in my alphabet soup last weekend, it's also the name of a video editor for Linux systems. The first time I stumbled across PiTiVi (pronounced PeeTeeVee) was when I was recently trying out the Trisquel distribution and found the application pre-installed. The program has an unusually simple layout for a video editor and I was happy to discover that PiTiVi has a very small learning curve. I quickly became hooked on shuffling clips around and dropping segments of video on the virtual cutting room floor.
The PiTiVi project, which sprung from the work of Edward Hervey, Alessandro Decina, Brandon Lewis and a handful of other volunteers, is free software released under the Lesser General Public License. According to the project's website work is rapid and on-going. The application is written in the Python programming language and relies on GStreamer for importing and processing multimedia files.
The video editor is available in the repositories of the Debian family of distributions, Fedora, Gentoo and FreeBSD. For people on other distros, there are source packages available from the PiTiVi web site. I installed the application via Synaptic on my Mint box and, when I tried to run the program, ran into a dependency problem. PiTiVi requires the GStreamer ALSA or OSS plugin to be installed and neither was automatically added to my system during the install process. The program would start, display an error requesting one of the plugins be installed and exit. Manually installing the GStreamer ALSA plugin cleared up the issue. When I tried installing PiTiVi on PC-BSD from the FreeBSD Ports Collection I ran into the same missing package issue.

PiTiVi - starting from scratch (full image size: 40kB, resolution 1366x733 pixels)
When I first fired up PiTiVi there were four distinct sections of the program window. There is, as usual, the menu and toolbar area at the top. In the centre is a big blank area where the user is invited to drag media files to add them to the program's library. Over to the right is a mini-media player and down at the bottom is a time-line. Most of the controls begin greyed out prior to adding any media, and the Import Clips To Use button stands out on the menu bar. Clicking the Import button allowed me to grab video and audio files and add them to PiTiVi's library.
There videos appear with a small preview of their contents. GStreamer does the heavy work of handling media files in the background and the library was able to manage almost every media file I threw at it. In case you're unfortunate enough to deal with WMV files, you may find PiTiVi has trouble importing this type of video file. This results from a known problem with recent versions of the GStreamer "Ugly" package and was fixed a short time ago upstream. I tested out the WMV fix via Ubuntu's personal package archives and found the new package did correct the issue.
Once we have clips in our library, we can drag them down into the time-line area at the bottom of the window. When placed in the time-line the clip is displayed as a series of still previews (for video) and sound waves (for audio). Below the clips is a small group of buttons for "cutting" clips into two smaller pieces, deleting clips and either detaching an audio clip from video or attaching a new audio clip to video. While the buttons themselves may seem a little abstract, I found the time-line interface to be intuitive.
To arrange clips we can click and drag a piece of video to its desired place. Clicking the Cut button allows us to move a clip independently of the rest of its file. Dragging a clip next to another one causes them to stick together. Selecting a clip and clicking the Delete button removes the clip from the time-line entirely. Over to the left side of the time-line is a small slider bar. Moving this slider causes PiTiVi to stretch or shrink the time-line, allowing us to see finer segments or pull back for a big-picture view.
At the top of the time-line there is a bar showing the current location (time wise) in the clip. Clicking on this bar moves us forward or backward through the available clips and a snapshot of our location is displayed in the preview window. The preview isn't just for static snapshots, it can also be used to play forward through our clip(s).

PiTiVi - mixing sounds and visuals (full image size: 197kB, resolution 1366x733 pixels)
A feature I had a lot of fun with is the uncoupling of sound from the video. Typically when we move a video clip around in PiTiVi, the corresponding audio track moves with it. So if we have a segment of Julie Andrews singing "The hills are alive..." and we cut that out of the rest of the film, the audio gets dragged along with the image frames. However, with the click of a button, we can uncouple the audio from the video. This allows us to mix and match various audio and visual pieces -- handy if you're creating a music video, adding commentary or making a parody.
Once all the pieces are in the right place we will want to save our new creation. On PiTiVi's toolbar there is a Render button which brings up a dialogue box with two options. The first option is the name under which we want to save our latest creation. The other concerns the format of our output file. Diving into the format options there are a wide selection of choices on hand. We can select the resolution and frame rate using pre-defined DVD encoding for PAL and NTSC, 720 and 1080 hi-def, VGA and SVGA. If these choices aren't appealing we can also input custom video resolution and frame rates.
Likewise there are different levels of quality for sound output and a huge array of available containers and codecs. During my testing of PiTiVi, I rendered four projects of varying lengths and with different input/output formats. For the most part I found the end result was what I wanted, taking into account my extremely amateur editing skills. Again, the exception to this was when dealing with WMV files. Output which resulted from using WMV files would sometimes run longer than expected, missing their cut-off points.
There were some problems with output formats too. Videos when rendered using all the default settings would switch between being in colour (as intended) and being shown in either black & white or a washed out brown, such as found in old photographs. Adjusting the program settings to use different containers/codecs results in a better quality video. Times to render a final product varied a little, but generally I found the process would take about one to four times longer than the running time of the video. That is, a five minute, low-resolution video might take five minutes to create. A ten minute video at DVD quality took me just under forty minutes to render.

PiTiVi - rendering the video (full image size: 117kB, resolution 1366x733 pixels)
During my trial with the program, there were some stability issues. PiTiVi locked up on me several times, twice while copying a clip from the library into the time-line, a few times during rendering operations and once when removing a clip from my library. I'm hoping the project fixes these bugs and, perhaps, adds an auto-save/recover function. Aside from these interruptions the application worked smoothly and virtually without lag.
What impresses me about PiTiVi isn't so much that it's a flexible multimedia editor -- we have a handful of those already in the Linux community. What I think sets PiTiVi apart is that it makes video editing intuitive. I don't generally create or edit video files, but I was able to jump right in with this application. I didn't have any need for a manual or tutorial (though there is a short tutorial on the project's website). PiTiVi has an interface which allows people to learn by doing without a bunch of scary options or jargon. Almost everything is drag-n-drop with this editor and I feel it lowers the bar for people interested in putting together their own videos.
|
Miscellaneous News (by Ladislav Bodnar) |
RHEL hits release candidate status, Fedora 14 features, understanding Debian release process, Linux Mint 10 look and feel
The long-awaited release of Red Hat Enterprise Linux (RHEL) 6 is nearing the finishing line. Last week, the world's biggest Linux vendor announced a non-public availability of a release candidate build, hinting that the final release should be out before the end of the year: "Today, we take a large step forward toward Red Hat Enterprise Linux 6 with the delivery of the release candidate for the product, marking our entrance into the final stages of product delivery for Red Hat Enterprise Linux 6. The release candidate is available to a small set of strategic testing partners, including our OEM partners, and Red Hat's independent software vendor (ISV) partners. We encourage all of our ISV partners to enable our joint customers to experience the significant enhancements in performance, reliability and security offered in this version of what is intended to become our new flagship platform by accelerating testing and final certification of ISV offerings on the release candidate. We expect no further changes to the ABI or API that might otherwise affect application compatibility as we finalize Red Hat Enterprise Linux 6 and make it generally available later this year." Among the popular RHEL clones only Scientific Linux has built an early alpha version (based on the last public beta of RHEL 6), which can be downloaded from the project's FTP server.
* * * * *
With the upcoming release of Fedora 14 just around the corner (scheduled for 2 November, pending the usual go/no-go review), Red Hat has published a series of articles detailing some of the new features in the new version. Among them, the Get Mobile with Fedora 14 and Keeping Secure with OpenSCAP should be of interest to those who are already having upgrade itches: "Staying true to its motto of 'Freedom, Friends, Features, First,' the Fedora Project always looks to implement the latest open-source technologies. The release of Fedora 14 is expected to mark a 'first' with inclusion of support for the SCAP (Security Content Automation Protocol) 1.0 standard -- a first across all distributions. SCAP is a line of standards managed by the National Institute of Standards and Technology (NIST). It provides a standardized approach to maintaining the security of systems, such as automatically verifying the presence of patches, checking system security configuration settings, and examining systems for signs of compromise. With OpenSCAP, the open source community is leveraging many different components from the security standards ecosystem." More Fedora 14-related articles can be expected in the coming weeks.
* * * * *
Unlike many mainstream distributions, the Debian project has always maintained its released-when-ready release policy. This is a great approach that ensures that the product is only made available once it passes the strict quality control tests, but the lack of deadlines and target dates means that a new release can take years to reach "stable" status. How does a complex operating like that take shape? Raphaël Hertzog explains the finer details of the routine in an article entitled "Understanding Debian's release process": "Currently, the main product of the Debian project is its stable release. Those release come out approximately every 18-24 months. This article gives a short overview of the process leading to the next stable release. Immediately after a stable release, a new distribution is created in the Debian archive. Its initial content is a copy of the (just released) stable distribution. Its code name is decided by the release managers and there's a tradition of picking a character's name from the Toy Story movie. As an example, the 'wheezy' distribution will be created once 'squeeze' (aka Debian 6.0) is out. For simplicity there's a generic name to refer to the distribution used to prepare the next stable release: it's 'testing'. In the Debian archive, 'testing' is just a symbolic link pointing to the right directory ('squeeze' currently)."
Debian is famous for producing more installation media than any other distribution out there. But that's not the only product form available. The Debian Live team has been building live CD images for several years now and, according to this article by Steven Rosenberg, they are getting better all the time: "Nobody writes much about the Debian Live project, which went from a bunch of stable images for Intel architectures to offering stable and testing images not just for i386 and amd64 but also for PowerPC, the latter in a time when many distributions (Fedora, Ubuntu) have abandoned the Power architecture almost entirely. Users of i386 and amd64 can also choose from monthly, weekly and daily builds of Debian Live with GNOME, KDE, Xfce, LXDE or the standard install, and there's also a web-based utility to build a custom 'Lenny', 'Squeeze' or 'Sid' image.Aside from the usual ISO images, there are also .img files for USB drives. There is a manual for Debian Live. It's pretty geeky, but I have a feeling I'll be able to drop a live, bootable image on a USB flash drive without taking the interim step of burning an ISO to a DVD-RW and using it to install Debian Live to the Flash drive, which is the way I've been doing it until now."
* * * * *
Hot on the heels of Ubuntu's latest version comes the release candidate for Linux Mint 10, announced last week. Based on the initial impressions of those who tried the new release and who reported about it on their web sites and blogs, it's going to be yet-another-great Linux Mint, full of clever improvements and user-friendly features. Clement Lefebvre has put together a quick list of frequently asked questions and answers related to the projects latest version, including comments on the desktop's new look and feel: "There's a trend out there towards the glossy and the minimalist/slick looking... and to say that Mac OS hasn't had an influence on this would be ridiculous. With products such as the iPod, iPhone and iPad, and even with the lines of the iMac, and the glossiness of their operating system, they're setting the tone and acting as pioneers in IT. But that trend is also followed by Ubuntu (I think that's quite established by now) and Microsoft Windows, it simply reflects the demand and the popularity of that kind of look, and it's not only there in IT, it's everywhere. Look at Web 2.0. Didn't that start it all on our screens even before Mac changed their look? Look at modern kitchens, with their glossy black and chrome appliances, plastic corrian tops... it's there as well and it's popular. The computer is becoming an appliance and its look needs to follow the trend that's popular at the moment. Mint 10 is a step forward in that direction, and whether the influence comes from Mac or not, it doesn't really matter. We believe it's the right way to go."
|
Questions and Answers (by Jesse Smith) |
Virtual Machine options
Looking-at-virtual-machine-options asks: I am setting up my first virtual machine. I am aware of the status of VirtualBox and have decided that the future is too murky for me to choose this software at the moment. I am aware of VMware, but if possible would like to choose an open source solution. Any suggestions would be greatly appreciated!
DistroWatch answers: You mentioned VirtualBox, so let's take a look at that first. While I agree that the future of some projects recently acquired by Oracle have question marks over them, VirtualBox is still receiving attention from its developers. And it's an open-source project, so chances are it will be able to carry on (perhaps under a different name) if Oracle decides to remove its support. I mention this because the question said that this was your first virtual machine and I believe VirtualBox is an excellent learning tool. A novice to virtual environments can point and click their way though a VirtualBox setup in a few minutes and feel secure in taking the defaults offered. So even if you decide to branch out and settle on a different virtual machine later, I recommend starting on VirtualBox to get a feel for the technology.
The question also mentioned VMware and it's a solid product too. Granted, their virtual environment isn't open-source, but VMware is friendly toward the open source community and their software runs on Linux and FreeBSD. So if you're comfortable mixing open source and proprietary solutions, I find VMware to be user-friendly.
But since you wish to stick to open source solutions (aside from VirtualBox), I recommend using Kernel-based Virtual Machine (KVM) with Virtual Machine Manager (often packaged as virt-manager) as the graphical interface. Some of the terminology will take time getting accustomed to, but it's a solid technology with backing from Red Hat. I find KVM to be efficient, it has a reliable company behind it and it's open-source software.
|
Released Last Week |
Ultimate Edition 2.8
Glenn Cady has announced the release of Ultimate Edition 2.8, an Ubuntu-based distribution on a DVD with extra applications, media codecs and hardware drivers: "Ultimate Edition 2.8 was built off Ubuntu 10.10. All packages upgraded. The software you have come to love with previous editions of Ultimate Edition have been also pre-installed along with 12 new ones. At time of build Cinelerra and Wine-Doors were broken and did not make the cut. I also want to apologise for the delay and at the same time thank my admin for the delay of the Ultimate Edition 2.8 s release. Many issues have been squashed in 2.8 because of the delay. Cowboy's handiwork at the theme has won the poll and will be deemed 'Cowboy Blue'. Don't like the blue theme? There are 107 themes to choose from, it does not have to be dark. I have included a now enhanced, color and font selectable Conky script I wrote that will generate as per computer." Here is the brief release announcement.

Ultimate Edition 2.8 - an extended build of the latest Ubuntu on a DVD (full image size: 1,934kB, resolution 1280x1024 pixels)
Ubuntu Rescue Remix 10.10
Andrew Zajac has announced the release of Ubuntu Rescue Remix 10.10, an Ubuntu-based live medium which provides the data recovery specialist with a command-line interface environment equipped with some of the best free and open source data recovery and forensics tools available: "Version 10.10 of the very best free-libre open-source data recovery software toolkit based on Ubuntu is out. This release of Ubuntu Rescue Remix features a full command-line environment with up-to-date versions of the most powerful free/libre open-source data recovery software, including GNU ddrescue, PhotoRec, The Sleuth Kit and GNU fdisk. The live environment has a very low minimum requirement due to the fact that there is no graphical interface. If you prefer to work in a graphical environment, a metapackage is available which will install the data recovery and forensics toolkit onto your current Ubuntu desktop system." See the release announcement for full details.
LinEx 2010
LinEx 2010, a Spanish, "libre", Debian-based distribution and live DVD whose development is sponsored by the Spanish regional government of Extremadura, has been released. New features in this version include: both installation and live modes are provided on the DVD; faster than ever; based on Debian 5.0.4 "Lenny"; Linux kernel 2.6.32 with support for recent wireless network adapters; GNOME desktop version 2.20; GRUB 2 bootloader; OpenOffice.org 3.2 office suite in Spanish with dictionaries included; Firefox web browser version 3.6.10, upgradable; fast access to social networks; multimedia software - Totem and MPlayer video players, Audacious and Rhythmbox audio players, OpenShot video editor, gThumb and F-Spot image viewers; games - Frozen Bubble and Crack-Attack, among others.... Please read the rest of the release announcement (in Spanish) for further details.

LinEx 2010 - a Spanish distribution based on Debian 5.0 "Lenny" (full image size: 524kB, resolution 1280x1024 pixels)
* * * * *
Development, unannounced and minor bug-fix releases
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
DistroWatch.com News |
New distributions added to waiting list
- 4MLinux. 4MLinux is a minimalist distribution in 25 MB designed primarily for basic rescue and maintenance tasks. It also includes utilities for organising music files, connecting to 3G networks and even some games.
- Arch Hurd. Arch Hurd is a derivative work of Arch Linux porting it to the GNU Hurd system with packages optimised for the i686 architecture. The goal is to provide an Arch-like user environment (BSD-style init scripts, i686-optimised packages, use of the Pacman package manager, rolling-release, and a KISS set up) on the Hurd which is stable enough for use, if not as a primary OS, at least as something to consider as a dual-boot option.
- MarBSD. MarBSD is an OpenBSD live CD. MarBSD exists in three variations: MarBSD-light, MarBSD-X and MarBSD-serial. MarBSD-X is the biggest variation. MarBSD-X includes all file sets from base, except comp and some other packages like Mutt, Fetchmail, Wget, cURL, unzip, GQview and Firefox.
- OpenHost OS. OpenHost OS is a Slackware-based distribution with focus on gaming with WINE.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 1 November 2010.
Ladislav Bodnar and Jesse Smith
|
|
Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 0, value: US$0.00) |
|
|
|
 bc1qtede6f7adcce4kjpgx0e5j68wwgtdxrek2qvc4  lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
Linux Foundation Training |
| |
TUXEDO |

TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
Archives |
• Issue 1048 (2023-12-04): openSUSE MicroOS, the transition from X11 to Wayland, Red Hat phasing out X11 packages, UBports making mobile development easier |
• Issue 1047 (2023-11-27): GhostBSD 23.10.1, Why Linux uses swap when memory is free, Ubuntu Budgie may benefit from Wayland work in Xfce, early issues with FreeBSD 14.0 |
• Issue 1046 (2023-11-20): Slackel 7.7 "Openbox", restricting CPU usage, Haiku improves font handling and software centre performance, Canonical launches MicroCloud |
• Issue 1045 (2023-11-13): Fedora 39, how to trust software packages, ReactOS booting with UEFI, elementary OS plans to default to Wayland, Mir gaining ability to split work across video cards |
• Issue 1044 (2023-11-06): Porteus 5.01, disabling IPv6, applications unique to a Linux distro, Linux merges bcachefs, OpenELA makes source packages available |
• Issue 1043 (2023-10-30): Murena Two with privacy switches, where old files go when packages are updated, UBports on Volla phones, Mint testing Cinnamon on Wayland, Peppermint releases ARM build |
• Issue 1042 (2023-10-23): Ubuntu Cinnamon compared with Linux Mint, extending battery life on Linux, Debian resumes /usr merge, Canonical publishes fixed install media |
• Issue 1041 (2023-10-16): FydeOS 17.0, Dr.Parted 23.09, changing UIDs, Fedora partners with Slimbook, GNOME phasing out X11 sessions, Ubuntu revokes 23.10 install media |
• Issue 1040 (2023-10-09): CROWZ 5.0, changing the location of default directories, Linux Mint updates its Edge edition, Murena crowdfunding new privacy phone, Debian publishes new install media |
• Issue 1039 (2023-10-02): Zenwalk Current, finding the duration of media files, Peppermint OS tries out new edition, COSMIC gains new features, Canonical reports on security incident in Snap store |
• Issue 1038 (2023-09-25): Mageia 9, trouble-shooting launchers, running desktop Linux in the cloud, New documentation for Nix, Linux phasing out ReiserFS, GNU celebrates 40 years |
• Issue 1037 (2023-09-18): Bodhi Linux 7.0.0, finding specific distros and unified package managemnt, Zevenet replaced by two new forks, openSUSE introduces Slowroll branch, Fedora considering dropping Plasma X11 session |
• Issue 1036 (2023-09-11): SDesk 2023.08.12, hiding command line passwords, openSUSE shares contributor survery results, Ubuntu plans seamless disk encryption, GNOME 45 to break extension compatibility |
• Issue 1035 (2023-09-04): Debian GNU/Hurd 2023, PCLinuxOS 2023.07, do home users need a firewall, AlmaLinux introduces new repositories, Rocky Linux commits to RHEL compatibility, NetBSD machine runs unattended for nine years, Armbian runs wallpaper contest |
• Issue 1034 (2023-08-28): Void 20230628, types of memory usage, FreeBSD receives port of Linux NVIDIA driver, Fedora plans improved theme handling for Qt applications, Canonical's plans for Ubuntu |
• Issue 1033 (2023-08-21): MiniOS 20230606, system user accounts, how Red Hat clones are moving forward, Haiku improves WINE performance, Debian turns 30 |
• Issue 1032 (2023-08-14): MX Linux 23, positioning new windows on the desktop, Linux Containers adopts LXD fork, Oracle, SUSE, and CIQ form OpenELA |
• Issue 1031 (2023-08-07): Peppermint OS 2023-07-01, preventing a file from being changed, Asahi Linux partners with Fedora, Linux Mint plans new releases |
• Issue 1030 (2023-07-31): Solus 4.4, Linux Mint 21.2, Debian introduces RISC-V support, Ubuntu patches custom kernel bugs, FreeBSD imports OpenSSL 3 |
• Issue 1029 (2023-07-24): Running Murena on the Fairphone 4, Flatpak vs Snap sandboxing technologies, Redox OS plans to borrow Linux drivers to expand hardware support, Debian updates Bookworm media |
• Issue 1028 (2023-07-17): KDE Connect; Oracle, SUSE, and AlmaLinux repsond to Red Hat's source code policy change, KaOS issues media fix, Slackware turns 30; security and immutable distributions |
• Issue 1027 (2023-07-10): Crystal Linux 2023-03-16, StartOS (embassyOS 0.3.4.2), changing options on a mounted filesystem, Murena launches Fairphone 4 in North America, Fedora debates telemetry for desktop team |
• Issue 1026 (2023-07-03): Kumander Linux 1.0, Red Hat changing its approach to sharing source code, TrueNAS offers SMB Multichannel, Zorin OS introduces upgrade utility |
• Issue 1025 (2023-06-26): KaOS with Plasma 6, information which can leak from desktop environments, Red Hat closes door on sharing RHEL source code, SUSE introduces new security features |
• Issue 1024 (2023-06-19): Debian 12, a safer way to use dd, Debian releases GNU/Hurd 2023, Ubuntu 22.10 nears its end of life, FreeBSD turns 30 |
• Issue 1023 (2023-06-12): openSUSE 15.5 Leap, the differences between independent distributions, openSUSE lengthens Leap life, Murena offers new phone for North America |
• Issue 1022 (2023-06-05): GetFreeOS 2023.05.01, Slint 15.0-3, Liya N4Si, cleaning up crowded directories, Ubuntu plans Snap-based variant, Red Hat dropping LireOffice RPM packages |
• Issue 1021 (2023-05-29): rlxos GNU/Linux, colours in command line output, an overview of Void's unique features, how to use awk, Microsoft publishes a Linux distro |
• Issue 1020 (2023-05-22): UBports 20.04, finding another machine's IP address, finding distros with a specific kernel, Debian prepares for Bookworm |
• Issue 1019 (2023-05-15): Rhino Linux (Beta), checking which applications reply on a package, NethServer reborn, System76 improving application responsiveness |
• Issue 1018 (2023-05-08): Fedora 38, finding relevant manual pages, merging audio files, Fedora plans new immutable edition, Mint works to fix Secure Boot issues |
• Issue 1017 (2023-05-01): Xubuntu 23.04, Debian elects Project Leaders and updates media, systemd to speed up restarts, Guix System offering ground-up source builds, where package managers install files |
• Issue 1016 (2023-04-24): Qubes OS 4.1.2, tracking bandwidth usage, Solus resuming development, FreeBSD publishes status report, KaOS offers preview of Plasma 6 |
• Issue 1015 (2023-04-17): Manjaro Linux 22.0, Trisquel GNU/Linux 11.0, Arch Linux powering PINE64 tablets, Ubuntu offering live patching on HWE kernels, gaining compression on ex4 |
• Issue 1014 (2023-04-10): Quick looks at carbonOS, LibreELEC, and Kodi, Mint polishes themes, Fedora rolls out more encryption plans, elementary OS improves sideloading experience |
• Issue 1013 (2023-04-03): Alpine Linux 3.17.2, printing manual pages, Ubuntu Cinnamon becomes official flavour, Endeavour OS plans for new installer, HardenedBSD plans for outage |
• Issue 1012 (2023-03-27): siduction 22.1.1, protecting privacy from proprietary applications, GNOME team shares new features, Canonical updates Ubuntu 20.04, politics and the Linux kernel |
• Issue 1011 (2023-03-20): Serpent OS, Security Onion 2.3, Gentoo Live, replacing the scp utility, openSUSE sees surge in downloads, Debian runs elction with one candidate |
• Issue 1010 (2023-03-13): blendOS 2023.01.26, keeping track of which files a package installs, improved network widget coming to elementary OS, Vanilla OS changes its base distro |
• Issue 1009 (2023-03-06): Nemo Mobile and the PinePhone, matching the performance of one distro on another, Linux Mint adds performance boosts and security, custom Ubuntu and Debian builds through Cubic |
• Issue 1008 (2023-02-27): elementary OS 7.0, the benefits of boot environments, Purism offers lapdock for Librem 5, Ubuntu community flavours directed to drop Flatpak support for Snap |
• Issue 1007 (2023-02-20): helloSystem 0.8.0, underrated distributions, Solus team working to repair their website, SUSE testing Micro edition, Canonical publishes real-time edition of Ubuntu 22.04 |
• Issue 1006 (2023-02-13): Playing music with UBports on a PinePhone, quick command line and shell scripting questions, Fedora expands third-party software support, Vanilla OS adds Nix package support |
• Issue 1005 (2023-02-06): NuTyX 22.12.0 running CDE, user identification numbers, Pop!_OS shares COSMIC progress, Mint makes keyboard and mouse options more accessible |
• Issue 1004 (2023-01-30): OpenMandriva ROME, checking the health of a disk, Debian adopting OpenSnitch, FreeBSD publishes status report |
• Issue 1003 (2023-01-23): risiOS 37, mixing package types, Fedora seeks installer feedback, Sparky offers easier persistence with USB writer |
• Issue 1002 (2023-01-16): Vanilla OS 22.10, Nobara Project 37, verifying torrent downloads, Haiku improvements, HAMMER2 being ports to NetBSD |
• Issue 1001 (2023-01-09): Arch Linux, Ubuntu tests new system installer, porting KDE software to OpenBSD, verifying files copied properly |
• Issue 1000 (2023-01-02): Our favourite projects of all time, Fedora trying out unified kernel images and trying to speed up shutdowns, Slackware tests new kernel, detecting what is taking up disk space |
• Issue 999 (2022-12-19): Favourite distributions of 2022, Fedora plans Budgie spin, UBports releasing security patches for 16.04, Haiku working on new ports |
• Issue 998 (2022-12-12): OpenBSD 7.2, Asahi Linux enages video hardware acceleration on Apple ARM computers, Manjaro drops proprietary codecs from Mesa package |
• Issue 997 (2022-12-05): CachyOS 221023 and AgarimOS, working with filenames which contain special characters, elementary OS team fixes delta updates, new features coming to Xfce |
• Issue 996 (2022-11-28): Void 20221001, remotely shutting down a machine, complex aliases, Fedora tests new web-based installer, Refox OS running on real hardware |
• Issue 995 (2022-11-21): Fedora 37, swap files vs swap partitions, Unity running on Arch, UBports seeks testers, Murena adds support for more devices |
• Issue 994 (2022-11-14): Redcore Linux 2201, changing the terminal font size, Fedora plans Phosh spin, openSUSE publishes on-line manual pages, disabling Snap auto-updates |
• Full list of all issues |
Star Labs |

Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
Shells.com |

Your own personal Linux computer in the cloud, available on any device. Supported operating systems include Android, Debian, Fedora, KDE neon, Kubuntu, Linux Mint, Manjaro and Ubuntu, ready in minutes.
Starting at US$4.95 per month, 7-day money-back guarantee
|
Random Distribution | 
Co-CreateLinux
Co-CreateLinux was a product of OpenDesktop.net, an open source developer community of Chinese developers. The project was sponsored by several large software companies, universities and research centres from around China. The Co-CreateLinux distribution was designed for business and home desktop market and its main features are simplified installation procedure, high compatibility with Windows and ease of use. It was based on Fedora Core and released under GPL.
Status: Discontinued
|
TUXEDO |

TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
Star Labs |

Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
|