DistroWatch Weekly |
DistroWatch Weekly, Issue 334, 21 December 2009 |
Welcome to the final issue of DistroWatch Weekly in 2009! It is fascinating to see how Linux is used in real-world situations, where it often proves to be an outstanding solution at very little cost. This week's feature article presents SheevaPlug, a $99 mini-computer not much larger than an electric plug. Inside it, there is an ARM-based processor, some RAM, and a Flash storage device - just enough for a creative geek to set it up as a low-cost MythTV server with Debian GNU/Linux. Read on to find out more about this unusual system. In the news section, Mark Shuttleworth announces that he will step down as the CEO of Canonical early next year, Mandriva announces a new edition of its Linux operating system that boots in less than 10 seconds, Omega releases a Fedora remix that includes multimedia codecs and other conveniences not shipped in Fedora itself, and Linux Mint has good news for those who prefer the project's fast and lightweight edition with Fluxbox. Also not to be missed, a link to an interview with openSUSE community manager Joe Brockmeier and a look at the current state of Linux Standard Base. As always, happy reading and see you all in 2010!
Content:
Join us at irc.freenode.net #distrowatch
|
Feature Story (by Patrick Van Oosterwijck) |
SheevaPlug - a Debian home server in a wall-wart
Personally I have always been interested in unusual hardware. Coming from a background in electronics, I tend to find "standard" computer hardware rather boring and always like to experiment with stuff that is off the beaten path. So I was thrilled when I found out about the Linux-powered Marvell SheevaPlug and ordered one right away from GlobalScale Technologies for only US$99. My intended project was replacing my ageing and power-hungry home server with this tiny, power-saving device.
System-level decisions
The SheevaPlug (pictured on the left) is an ARM-based computer with a 1.2 GHz processor, 512 MB of RAM and 512 MB of Flash memory, a Gigabit Ethernet port and a USB host connector, all rolled into the tiny form factor of a wall-wart power adapter. It is offered as a development kit in the hope that developers will find cool things to do with it and jump start a new concept called "plug computing". Since its introduction, several web sites have sprung up that provide valuable information to get it up and running for a variety of applications.
Installing Linux on a device like this is nothing like the standard pop-in-a-CD-and-go install process we are accustomed to when installing Linux on a normal PC. For one thing, there is no local user interface in the form of a monitor and keyboard. There is also no CD drive, and the device has no BIOS, instead it has a powerful open-source boot-loader called U-Boot that is quite famous in embedded systems circles.
The SheevaPlug comes with a stripped-down Ubuntu already pre-installed on the Flash drive and, for many uses as a standard file or web server, this may be just fine. But I use my home server as a MythTV backend, and I was surprised to find that the pre-installed Ubuntu does not have any kernel modules installed. This caused my USB TV tuner not to be recognized. I might have been able to hack in the right modules, but since I was going to add an external USB hard drive to store network backups and recorded TV shows anyway, I decided to leave the Ubuntu installation on the Flash drive alone and install a Debian system on the USB hard drive instead.
In case someone would like to install a fresh Ubuntu, it is worth noting that the ARM edition of Ubuntu 9.10 is not compatible with the SheevaPlug processor. Ubuntu 9.10 uses the ARMv6+VFP instruction set, while the SheevaPlug processor can only handle ARMv5 instructions. As far as I know, every other distro with an ARM branch should work though, as does Ubuntu 9.04.
A quick note on running a MythTV backend on the SheevaPlug. While the SheevaPlug has a processor that is quite capable of handling many server-related workloads, it is missing a floating point unit which causes media encoding performance to be pretty poor. In my setup, I only receive over-the-air HDTV, and the incoming MPEG2 stream can be dumped straight to the hard drive without requiring extra encoding. If you were to try to make MythTV on a SheevaPlug record analog TV though, the results would likely be very poor, since the SheevaPlug doesn't have the muscle to handle the required encoding in real time. As always, use the right tool for the task. In my case, not requiring additional encoding, the SheevaPlug handles the backend tasks for both playback of recorded shows and live TV playback with time-shifting just fine.
Installation
After I had already started this project, I found out that there are different ways to install Debian on the SheevaPlug that are probably easier than what I did, but since I didn't use them, I can't comment on them here. Instead I followed the manual bootstrapping procedure described here which is probably harder, but worked well for me nonetheless. The initial step needs to be performed on a different machine that is already running Debian. I didn't follow the procedure to the letter but made some changes to customize my system. For one thing, instead of Debian "unstable", I decided to install Debian "testing". It has a kernel that is recent enough to support my TV tuner (an ATI TV Wonder 600 USB, well supported under Linux), and it is more stable than Debian's "unstable" branch.
I customized /etc/hostname, /etc/network/interfaces and /etc/fstab to fit my network and system. I decided to partition the USB hard drive to have an ext3 system partition, a 1 GB swap partition and use the rest of the drive as a JFS file system that would hold network storage, backups and MythTV recordings. I chose the lesser known JFS file system because it deals well with the large files generated by MythTV and it is well know to be light on CPU usage, a marked advantage for a low-end system like this one. I decided to skip some of the read-only-root recommendations listed in the procedure since I was not using a Flash storage device but a real hard drive.
With my hard drive now set up with the first stage of the bootstrap system, it was time to hook it up to the SheevaPlug and give it a spin. Since I needed to hook up both a USB hard drive and a USB tuner, I had to add an external USB hub to split the one USB connection on the SheevaPlug into four. I do wish the manufacturer would have included a USB hub in the SheevaPlug hardware so more than just one USB connector would be available, but alas, an external hub does the trick.
The SheevaPlug has no connection for a screen, instead the initial console is accessed through a separate USB device connection that provides a virtual serial port. In fact, two virtual serial ports are provided through this connection: one provides JTAG connectivity for very low-level debugging, the other one provides a serial console at 115,200 bps. On a Linux system, these virtual serial ports can be accessed as /dev/ttyUSBx devices, and the serial console ends up being the second device. An inconvenience is that these devices only appear after the SheevaPlug is powered up, so you have to be fast in making your serial terminal connection once the devices appear to be able to stop the automatic bootloader in time.
The SheevaPlug (white) on top of an external USB hard drive (black) and a TV tuner plugged into a USB hub (full image size: 1,063kB, screen resolution 1024x768 pixels)
After changing the bootloader parameters according to the directions in the procedure, I booted and reached a Bash prompt where I could run the second stage of the bootstrap process and the remaining setup. Besides the regular Debian package sources, I also added the debian-multimedia.org repository and was pleasantly surprised how well stocked their ARM repository is. Debian proper has an excellent reputation when it comes to supporting different architectures, but I hadn't expected this to extend to third-party repositories. A MythTV package for ARM was readily available, saving me the lengthy compile-cycle I had been expecting.
Still, I wasn't able to escape compiling entirely. I ran into trouble getting the USB tuner to work, although it is supposed to work just fine under Linux. The kernel always failed to load the firmware, although I had added it according to the instructions, and the kernel could find the file just fine, but then would error out trying to add a duplicate device node. Plugging the tuner in to my netbook running sidux, it worked just fine out of the box. This had me stumped for a while, but eventually I traced the problem down to a difference in how the Debian ARM and x86 kernels are configured. The ARM kernel has an option set to have the I2C device file system compiled into the kernel, while this is a module in the x86 kernel. The USB tuner uses components that connect to each other using the I2C bus, and both the I2C device file system and the TV tuner driver were trying to create device nodes for these components. I solved the issue by having APT download the kernel sources, copying the standard kernel configuration from the /boot directory, changing this troublesome option and recompiling the kernel.
I finished my system by using apt-get to install SSH, Samba, SWAT, MySQL, MythTV, rsync and probably some other stuff I forgot. How to set all these up is beyond the scope of this article and works pretty much the same as on any other Debian system, so plenty of information is available. The only thing that is unusual and that may confuse people is how to run mythtv-setup, since this is a Qt program and the SheevaPlug has no native GUI interface. The answer is that you can use ssh -X <hostname> to log in to the SheevaPlug with port forwarding, and then when you run mythtv-setup, the user interface will be exported to the machine you're logging in from.
MythTV playing IceAge 2 (full image size: 1,046kB, screen resolution 1280x1024 pixels)
Conclusion
This write-up was intended as a very high-level review of my experience setting up this unusual system, and is by no means a step-by-step walkthrough. There is plenty of detailed information available online on websites such as plugcomputer.org and computingplugs.com that can prove invaluable to get things working on the SheevaPlug. As remarked before, the system is sold as a developer's kit and setting it up is definitely not for the faint of heart or for those who avoid the terminal like the plague. In the end, I had a lot of fun getting this to work and the system is working beautifully. I learned a lot in the process and am amazed yet again at how flexible Debian is as an operating system for just about any computer, even embedded systems like this one.
* * * * *
About the author. Patrick Van Oosterwijck is an embedded software developer who in his professional life spends most of his days designing embedded systems and writing software for micro-controllers, usually on bare-metal devices without operating systems. His interest in Linux started about six years ago and since then he has experimented with everything from SuSE and Ubuntu to Gentoo and Buildroot. The last couple of years he has worked on several projects that apply Linux to embedded systems running on x86, Blackfin and ARM processors.
|
Miscellaneous News (by Ladislav Bodnar) |
Management changes at Canonical, Mandriva "InstantOn" and "Moblin" editions, Omega Fedora Remix with media codecs, Linux Mint "Fluxbox", interview with openSUSE's Joe Brockmeier
Mark Shuttleworth, the founder of Ubuntu and Canonical, has announced his resignation from the position of CEO of Canonical, effective March 2010: "From March next year, I'll focus my Canonical energy on product design, partnerships and customers. Those are the areas that I enjoy most and also the areas where I can best shape the impact we have on open source and the technology market. I'm able to do this because Jane Silber, who has been COO at Canonical virtually from the beginning, will take on the job of CEO." The new CEO, Jane Silber (pictured on the right), has been with the company for over five years. A brief interview on Canonical blogs tells us more about her background: "I am currently Chief Operating Officer and Director of Online Services. I joined Canonical in 2004, and since then have been closely involved in the establishment and management of most Canonical functions. I have a technical background and started my career as a software developer, and have since held engineering and senior management positions at companies as diverse as a health and wellness promotion start-up, a large technology and manufacturing company in Japan, and the US defence contractor General Dynamics. I am American, and came to the UK in 2002 to complete an MBA at Oxford."
* * * * *
The developers and community contributors of Mandriva seem to have been rather busy recently, with two new products announced last week. The first of them is called "Mandriva InstantOn", an operating system for netbooks and other mobile devices with boot times of "less than 10 seconds": "Mandriva is proud to announce its brand new environment for mobile devices - Mandriva InstantOn. Mandriva InstantOn comes from OEM specific developments and is available now from our online store, from only €9.90€ (US$14.90). Dump it on a CD or USB key, install in a few clicks and you are ready to use it. InstantOn ideally fits to mobile devices such as netbooks, laptops and MIDs. It can connect to Internet everywhere using a very easy and efficient network manager." Mandriva InstantOn includes the usual application for the Internet, such as Mozilla Firefox (with Flash and Java plugins), Mozilla Thunderbird, Skype and Pidgin, and it requires just 256 MB of memory and 1.4 GB of disk space. The second Mandriva product announced last week is a community initiative, an experimental Mandriva Moblin live CD, which is available for free download: "Thomas Lottmann is providing experimental Mandriva-based Moblin live CD images. Theses images are provided in order to help testing Mandriva Moblin implementation."
* * * * *
The Fedora distribution, as a proponent of free software, doesn't ship with any proprietary components or patent-encumbered media codecs. Although it isn't difficult to add these extras post-install from third-party repositories, for those who would prefer an even easier option, there is Omega Fedora Remix: "Omega is a completely free and open source Linux-based operating system and a Fedora remix suitable for desktop and laptop users. It is an installable live image (1.3 GB) for regular PC (i686 architecture) systems. It has all the features of Fedora and a number of additional software, including multimedia players and codecs enabled by default. Omega plays any multimedia content (including MP3) or commercial DVDs out of the box. Features: simple and effective GNOME desktop environment; plays MP3 and all your multimedia content; OpenOffice.org office suite; extra utilities and games; xine and MPlayer frontends; includes the latest updates. Omega is 100% compatible with Fedora, only including packages from Fedora, RPM Fusion and Livna software repositories." The live DVD image is available for download from here: Omega-12-i686-Live.iso (1,230MB, SHA256).
* * * * *
Good news for the fans of lighter variants of Linux Mint - the Fluxbox community edition has been resurrected and the first development build of the upcoming version 8 should be available shortly: "The Fluxbox community edition produced releases for Linux Mint 5 'Elyssa' and Linux Mint 6 'Felicia' and it became quite popular among Linux Mint users. But in 2009, due to personal circumstances Shane Joe Lazar, the maintainer of this edition, had to focus his attention elsewhere and so the Fluxbox CE was discontinued. During the release cycle for Linux Mint 7 'Gloria', no Fluxbox edition was released. Kendall Weaver recently stepped up from the community and worked on a new Fluxbox edition of Linux Mint. We had a conversation and I got the opportunity to test his preliminary ISOs. Today, I'm happy to welcome him within the development team as the new maintainer of the Fluxbox Community Edition. His vision of the Fluxbox edition is a bit different and he's interested in replacing some of the most popular software in order to make it even lighter. He's already started to interact with the community on the forums and he will be getting the help and support of the development team.".
* * * * *
Finally, a brief extract from an interview with Joe Brockmeier, the openSUSE community manager, as published last week at H Open: "Q: You have said that openSUSE 11.2 is not necessarily suited to new users but is more attuned to the needs of developers with a degree of experience. Why is this so and what kind of functionalities would an experienced software engineer new to SUSE recognise that would let them know they are working with a more sophisticated product? A: I would say it's not necessarily suited to all new users and is very well attuned to needs of developers. What many openSUSE users come back for again and again is the well-integrated selection of development environments and tools on openSUSE. Whether a developer is working with C/C++, Java, Mono/.NET, Python, Ruby, PHP, or whatever - openSUSE is up-to-date with a solid stack of development tools." The well-known openSUSE personality also predicts some interesting developments in the new year, especially in the mobile devices arena: "I think 2010 is going to be crucial for Linux on client devices. To be honest, I don't see it making huge inroads to the 'traditional' consumer desktop, but I do see big changes coming on the netbook, thin client and mobile devices. Linux and open platforms have an opportunity to rule the roost here."
|
Questions and Answers (by Jesse Smith) |
LSB - does it matter?
Wondering-about-standards asks: LSB, does it matter? Does it help? Do all the major distros adhere?
DistroWatch answers: The Linux Standard Base (I'm assuming that's what you mean by LSB) is an effort by the Linux Foundation and a number of distributions. The idea behind the Linux Standard Base is that there are a lot of Linux distributions and a lot of differences between most of them. This situation makes it difficult for software developers to create applications which will run on all the various Linux systems. The Linux Standard Base (LSB) lays down some guidelines to help make distributions more compatible with each other. The hope is that a common base will make things easier for application developers and make the Linux operating system a more inviting platform.
In theory, this is a good idea. As an end-user, I often find myself frustrated because an application will run fine on my distro, version X, but not on version Y. Or, perhaps, another application will work on distro A, but not on distro B. It's also frustrating, as a developer, discovering the many incompatibilities between various distributions and all the little patches or tweaks required to get software working on multiple flavours of Linux. And those quirks don't begin to address the many different package managers and package formats. The LSB tries to smooth out those wrinkles.
But in practice, does it really make a difference? If we look at this list of compliant distributions or this list, both maintained by the Linux Standard Base, we'll see a few interesting things. Some of the big players (Mandriva, Novell, Red Hat and Ubuntu) are on the list. Other big names (Debian, Fedora and Slackware) are not. It's also obvious that either the lists are well out of date or just about all the distributions have dropped LSB in the past two years. I suspect the former. It's also curious to note that despite the lack of certain big names on the lists, the LSB web site claims, "Luckily all major distribution vendors are certified to the LSB." I suppose it depends on how you define "major" and "vendor".
Does LSB help? According to the information at the bottom of this page, a total of four companies have certified their applications through LSB in the past eight years. I'd say the answer is pretty clear: LSB is a good idea, but there doesn't seem to be an effort to engage the community. There hasn't been a strong effort to get their message out there or keep their site up to date. Sadly, this idea seems to be fading away faster than it is gaining support.
|
Released Last Week |
Untangle Gateway 7.1
Untangle Gateway 7.1 has been released. Untangle is a Debian-based network gateway with pluggable modules for network applications like spam blocking, web filtering, anti-virus, anti-spyware, intrusion prevention, VPN, SSL VPN and firewall. From the release announcement: "We are pleased to announce broad availability of our latest version, Untangle 7.1, which includes a host of new features and improvements: hierarchical policy management - managing multiple policies is now much more productive, with much less task repetition; automated sessions ending - sessions are now automatically ended is the user's policy changes at a point in time; safe search - Esoft web filter can now enforce safe search for popular search engines, such as Google; password override - administrators can now allow for block pages to be bypassed using a password...."
Absolute Linux 13.0.5
Paul Sherman has released Absolute Linux 13.0.5, an updated version of the Slackware-based distribution featuring the lightweight IceWM window manager: "Absolute Linux 13.0.5 released. Monthly minor release cycle? Primarily security updates (kernel, GIMP, Firefox, BIND, etc.). Also removed Brasero (CD burning) as it is too dependent upon GNOME and switched to a simpler Xfburn. It has a few Xfce-related dependencies but these are small and they also allow easier development for users if they want to use the libraries. You may also notice that wxGTK libraries are in the base install, used by the CHM help viewer and also support Audacity, now compiled and sitting on CD2 in the multimedia folder." Visit the project's home page to read the release announcement.
kademar Linux 4.9.1
Adonay Sanz Alsina has announced the release of kademar Linux 4.9.1, a Debian-based desktop distribution and live CD/DVD with support for the Catalan language and some custom configuration tools. Some of the changes in this version include: major improvements in the PulseAudio sound server; ext4 as the default file system; NetworkManager applet replaced by wicd; new CADI module for configuring multimedia keyboards; Linux kernel 2.6.31.5 compiled for the i686 architecture and with NVIDIA proprietary kernel module version 185.18.36; system installer improvements with initial support for GRUB 2 bootloader, a console-mode installation option, various improvements in graphical interface and corrections in the Catalan-language translations. Read the full release announcement (in Spanish) for additional notes.
Tiny Core Linux 2.7
Robert Shingledecker has released of Tiny Core Linux 2.7, a minimalist Linux distribution in only 10 megabytes: "Tiny Core Linux 2.7 is now posted. The theme for 2.7 is to make Tiny Core and Micro Core easier to use by promoting a single extension installation method (mount) while still supporting copy into file system. Change log: updated appbrowser - single 'Install' button and renamed 'Download Only' to 'OnDemand'; updated appsaudit - new menu option 'Install Options' to maintain copy2fs.flg and copy2fs.lst; new ondemand - create flwm right-click menu shortcuts to load and start applications from /tce/optional - tune your system for much faster boot times; updated tce-load - dropped l, m, lm, ml testing, ldconfig always called; stripped more libraries for smaller size, now at 10.1 MB...." for additional details please see the full changelog.
Parsix GNU/Linux 3.0r1
Alan Baghumian has announced the availability of the first revision of Parsix GNU/Linux 3.0, a desktop distribution and live CD based on Debian's testing branch: "The first update of Parsix GNU/Linux 3.0 is available for immediate download. This version merges all security and bug-fix updates. Also, a bug in installer that prevented detection of other installed operating systems has been fixed. Parsix 3.0 brings a vast amount of new features, like GNOME 2.26.3, brand new kernel based on Linux 2.6.29.6 with extra patches and drivers, updated installer that supports separate /home partition, ext4 file system and GRUB 2. In other news, Parsix 3.5 repositories are up and running and all community users are welcome to start testing and using it. The final release is planned for March 2010." Here is the brief release announcement.
Parted Magic 4.7
Patrick Verner has released Parted Magic 4.7, a small live CD with a collection of hard disk partitioning, hardware testing and data rescue tools. What's new? "Parted Magic 4.7 adds and removes some programs and fixes a few bugs. Key changes: Partclone 0.1.9 was added again despite Clonezilla being removed, people still wanted to use it from the command line; Xfburn and libburnia are replaced by SimpleBurn and cdrtools; LXMusic 0.4.0 was added with a very limited xmms2 build; util-linux is replaced by util-linux-ng; Firefox is replaced by Google Chrome (official beta version); Linux kernel is updated to 2.6.32.2 with Squashfs and LZMA compression; a mistake in the kernel configuration was fixed and Broadcom wireless drivers work again; some major problems were fixed in the wireless scripts; lsof 4.78, workman 1.3.4, hddtemp 0.3-beta15 were added." The full release announcement can be found on the project's home page.
* * * * *
Development, unannounced and minor bug-fix releases
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
DistroWatch.com News |
New distributions added to database
- Jolicloud. Jolicloud is an Ubuntu-based Linux distribution for netbooks. It is geared towards extreme user-friendliness so that any computer user can install it with just one click. Besides the standard ISO image, the distribution is also provided as a Windows executable file which can resize an existing Windows partition and install Jolicloud as an alternative operating system. Other Jolicloud features include heavy orientation towards web application and services, online backup option, web-based software installation interface, inclusion of proprietary hardware drivers and non-free media codecs, and extensive social networking features.
Jolicloud Pre-Beta - a user-friendly, Ubuntu-based distribution for the cloud computing era (full image size: 62kB, screen resolution 1024x600 pixels)
- Masonux. Masonux is an Ubuntu-based distribution featuring the lightweight LXDE desktop environment. As such, it is suitable for computers with as little as 256 MB of memory. While in its default state it only contains a base system and a few popular applications, Masonux is fully compatible with Ubuntu and additional software can be easily installed from Ubuntu repositories using the standard package management tools.
Masonux 9.10 Beta 2 - an Ubuntu-based distribution with LXDE (full image size: 1,055kB, screen resolution 1280x1024 pixels)
* * * * *
New distributions added to waiting list
- NeDiO. NeDiO (NeDi on OpenBSD) is a highly optimised OpenBSD CD image providing everything to install a self-contained NeDi appliance. At mere 85 MB, it includes an SSL web server with PHP (used by the frontend), MySQL and Perl (for the backend).
- Viper OS. Viper OS is a desktop Linux distribution - a remastered build of Ubuntu with a new wallpaper and dark GNOME theme.
* * * * *
DistroWatch database summary
* * * * *
This is the last issue of DistroWatch Weekly in 2009. To all our faithful readers, the DistroWatch Weekly team wishes you peaceful end-of-the-year holidays and a very happy and prosperous new year. See you again on Monday, 4 January 2010!
Ladislav Bodnar, Jesse Smith, Caitlyn Martin and Susan Linton
|
|
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) |
|
|
|
bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr 86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
Extended Lifecycle Support by TuxCare |
| |
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 1099 (2024-12-02): AnduinOS 1.0.1, measuring RAM usage, SUSE continues rebranding efforts, UBports prepares for next major version, Murena offering non-NFC phone |
• Issue 1098 (2024-11-25): Linux Lite 7.2, backing up specific folders, Murena and Fairphone partner in fair trade deal, Arch installer gets new text interface, Ubuntu security tool patched |
• Issue 1097 (2024-11-18): Chimera Linux vs Chimera OS, choosing between AlmaLinux and Debian, Fedora elevates KDE spin to an edition, Fedora previews new installer, KDE testing its own distro, Qubes-style isolation coming to FreeBSD |
• Issue 1096 (2024-11-11): Bazzite 40, Playtron OS Alpha 1, Tucana Linux 3.1, detecting Screen sessions, Redox imports COSMIC software centre, FreeBSD booting on the PinePhone Pro, LXQt supports Wayland window managers |
• Issue 1095 (2024-11-04): Fedora 41 Kinoite, transferring applications between computers, openSUSE Tumbleweed receives multiple upgrades, Ubuntu testing compiler optimizations, Mint partners with Framework |
• Issue 1094 (2024-10-28): DebLight OS 1, backing up crontab, AlmaLinux introduces Litten branch, openSUSE unveils refreshed look, Ubuntu turns 20 |
• Issue 1093 (2024-10-21): Kubuntu 24.10, atomic vs immutable distributions, Debian upgrading Perl packages, UBports adding VoLTE support, Android to gain native GNU/Linux application support |
• Issue 1092 (2024-10-14): FunOS 24.04.1, a home directory inside a file, work starts of openSUSE Leap 16.0, improvements in Haiku, KDE neon upgrades its base |
• Issue 1091 (2024-10-07): Redox OS 0.9.0, Unified package management vs universal package formats, Redox begins RISC-V port, Mint polishes interface, Qubes certifies new laptop |
• Issue 1090 (2024-09-30): Rhino Linux 2024.2, commercial distros with alternative desktops, Valve seeks to improve Wayland performance, HardenedBSD parterns with Protectli, Tails merges with Tor Project, Quantum Leap partners with the FreeBSD Foundation |
• Issue 1089 (2024-09-23): Expirion 6.0, openKylin 2.0, managing configuration files, the future of Linux development, fixing bugs in Haiku, Slackware packages dracut |
• Issue 1088 (2024-09-16): PorteuX 1.6, migrating from Windows 10 to which Linux distro, making NetBSD immutable, AlmaLinux offers hardware certification, Mint updates old APT tools |
• Issue 1087 (2024-09-09): COSMIC desktop, running cron jobs at variable times, UBports highlights new apps, HardenedBSD offers work around for FreeBSD change, Debian considers how to cull old packages, systemd ported to musl |
• Issue 1086 (2024-09-02): Vanilla OS 2, command line tips for simple tasks, FreeBSD receives investment from STF, openSUSE Tumbleweed update can break network connections, Debian refreshes media |
• Issue 1085 (2024-08-26): Nobara 40, OpenMandriva 24.07 "ROME", distros which include source code, FreeBSD publishes quarterly report, Microsoft updates breaks Linux in dual-boot environments |
• Issue 1084 (2024-08-19): Liya 2.0, dual boot with encryption, Haiku introduces performance improvements, Gentoo dropping IA-64, Redcore merges major upgrade |
• Issue 1083 (2024-08-12): TrueNAS 24.04.2 "SCALE", Linux distros for smartphones, Redox OS introduces web server, PipeWire exposes battery drain on Linux, Canonical updates kernel version policy |
• Issue 1082 (2024-08-05): Linux Mint 22, taking snapshots of UFS on FreeBSD, openSUSE updates Tumbleweed and Aeon, Debian creates Tiny QA Tasks, Manjaro testing immutable images |
• Issue 1081 (2024-07-29): SysLinuxOS 12.4, OpenBSD gain hardware acceleration, Slackware changes kernel naming, Mint publishes upgrade instructions |
• Issue 1080 (2024-07-22): Running GNU/Linux on Android with Andronix, protecting network services, Solus dropping AppArmor and Snap, openSUSE Aeon Desktop gaining full disk encryption, SUSE asks openSUSE to change its branding |
• Issue 1079 (2024-07-15): Ubuntu Core 24, hiding files on Linux, Fedora dropping X11 packages on Workstation, Red Hat phasing out GRUB, new OpenSSH vulnerability, FreeBSD speeds up release cycle, UBports testing new first-run wizard |
• Issue 1078 (2024-07-08): Changing init software, server machines running desktop environments, OpenSSH vulnerability patched, Peppermint launches new edition, HardenedBSD updates ports |
• Issue 1077 (2024-07-01): The Unity and Lomiri interfaces, different distros for different tasks, Ubuntu plans to run Wayland on NVIDIA cards, openSUSE updates Leap Micro, Debian releases refreshed media, UBports gaining contact synchronisation, FreeDOS celebrates its 30th anniversary |
• Issue 1076 (2024-06-24): openSUSE 15.6, what makes Linux unique, SUSE Liberty Linux to support CentOS Linux 7, SLE receives 19 years of support, openSUSE testing Leap Micro edition |
• Issue 1075 (2024-06-17): Redox OS, X11 and Wayland on the BSDs, AlmaLinux releases Pi build, Canonical announces RISC-V laptop with Ubuntu, key changes in systemd |
• Issue 1074 (2024-06-10): Endless OS 6.0.0, distros with init diversity, Mint to filter unverified Flatpaks, Debian adds systemd-boot options, Redox adopts COSMIC desktop, OpenSSH gains new security features |
• Issue 1073 (2024-06-03): LXQt 2.0.0, an overview of Linux desktop environments, Canonical partners with Milk-V, openSUSE introduces new features in Aeon Desktop, Fedora mirrors see rise in traffic, Wayland adds OpenBSD support |
• Issue 1072 (2024-05-27): Manjaro 24.0, comparing init software, OpenBSD ports Plasma 6, Arch community debates mirror requirements, ThinOS to upgrade its FreeBSD core |
• Issue 1071 (2024-05-20): Archcraft 2024.04.06, common command line mistakes, ReactOS imports WINE improvements, Haiku makes adjusting themes easier, NetBSD takes a stand against code generated by chatbots |
• Issue 1070 (2024-05-13): Damn Small Linux 2024, hiding kernel messages during boot, Red Hat offers AI edition, new web browser for UBports, Fedora Asahi Remix 40 released, Qubes extends support for version 4.1 |
• Issue 1069 (2024-05-06): Ubuntu 24.04, installing packages in alternative locations, systemd creates sudo alternative, Mint encourages XApps collaboration, FreeBSD publishes quarterly update |
• Issue 1068 (2024-04-29): Fedora 40, transforming one distro into another, Debian elects new Project Leader, Red Hat extends support cycle, Emmabuntus adds accessibility features, Canonical's new security features |
• Issue 1067 (2024-04-22): LocalSend for transferring files, detecting supported CPU architecure levels, new visual design for APT, Fedora and openSUSE working on reproducible builds, LXQt released, AlmaLinux re-adds hardware support |
• Issue 1066 (2024-04-15): Fun projects to do with the Raspberry Pi and PinePhone, installing new software on fixed-release distributions, improving GNOME Terminal performance, Mint testing new repository mirrors, Gentoo becomes a Software In the Public Interest project |
• Issue 1065 (2024-04-08): Dr.Parted Live 24.03, answering questions about the xz exploit, Linux Mint to ship HWE kernel, AlmaLinux patches flaw ahead of upstream Red Hat, Calculate changes release model |
• Issue 1064 (2024-04-01): NixOS 23.11, the status of Hurd, liblzma compromised upstream, FreeBSD Foundation focuses on improving wireless networking, Ubuntu Pro offers 12 years of support |
• Issue 1063 (2024-03-25): Redcore Linux 2401, how slowly can a rolling release update, Debian starts new Project Leader election, Red Hat creating new NVIDIA driver, Snap store hit with more malware |
• Issue 1062 (2024-03-18): KDE neon 20240304, changing file permissions, Canonical turns 20, Pop!_OS creates new software centre, openSUSE packages Plasma 6 |
• Issue 1061 (2024-03-11): Using a PinePhone as a workstation, restarting background services on a schedule, NixBSD ports Nix to FreeBSD, Fedora packaging COSMIC, postmarketOS to adopt systemd, Linux Mint replacing HexChat |
• Issue 1060 (2024-03-04): AV Linux MX-23.1, bootstrapping a network connection, key OpenBSD features, Qubes certifies new hardware, LXQt and Plasma migrate to Qt 6 |
• Issue 1059 (2024-02-26): Warp Terminal, navigating manual pages, malware found in the Snap store, Red Hat considering CPU requirement update, UBports organizes ongoing work |
• Issue 1058 (2024-02-19): Drauger OS 7.6, how much disk space to allocate, System76 prepares to launch COSMIC desktop, UBports changes its version scheme, TrueNAS to offer faster deduplication |
• Issue 1057 (2024-02-12): Adelie Linux 1.0 Beta, rolling release vs fixed for a smoother experience, Debian working on 2038 bug, elementary OS to split applications from base system updates, Fedora announces Atomic Desktops |
• Issue 1056 (2024-02-05): wattOS R13, the various write speeds of ISO writing tools, DSL returns, Mint faces Wayland challenges, HardenedBSD blocks foreign USB devices, Gentoo publishes new repository, Linux distros patch glibc flaw |
• Issue 1055 (2024-01-29): CNIX OS 231204, distributions patching packages the most, Gentoo team presents ongoing work, UBports introduces connectivity and battery improvements, interview with Haiku developer |
• Issue 1054 (2024-01-22): Solus 4.5, comparing dd and cp when writing ISO files, openSUSE plans new major Leap version, XeroLinux shutting down, HardenedBSD changes its build schedule |
• Issue 1053 (2024-01-15): Linux AI voice assistants, some distributions running hotter than others, UBports talks about coming changes, Qubes certifies StarBook laptops, Asahi Linux improves energy savings |
• Issue 1052 (2024-01-08): OpenMandriva Lx 5.0, keeping shell commands running when theterminal closes, Mint upgrades Edge kernel, Vanilla OS plans big changes, Canonical working to make Snap more cross-platform |
• Issue 1051 (2024-01-01): Favourite distros of 2023, reloading shell settings, Asahi Linux releases Fedora remix, Gentoo offers binary packages, openSUSE provides full disk encryption |
• Issue 1050 (2023-12-18): rlxos 2023.11, renaming files and opening terminal windows in specific directories, TrueNAS publishes ZFS fixes, Debian publishes delayed install media, Haiku polishes desktop experience |
• Issue 1049 (2023-12-11): Lernstick 12, alternatives to WINE, openSUSE updates its branding, Mint unveils new features, Lubuntu team plans for 24.04 |
• 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 |
• 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.
|
Random Distribution |
ATmission
ATmission was a Fedora-based Linux live CD that enables you to experiment with the Linux operating system and other open source software, without the requirement to install Linux on your PC. The ATmission Live CD contains the KDE desktop, OpenOffice.org, and many other application programs.
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.
|
|