DistroWatch Weekly |
DistroWatch Weekly, Issue 700, 20 February 2017 |
Welcome to the 700th issue of DistroWatch Weekly!
Sometimes it feels good to put aside the bright lights and smooth buttons of a graphical desktop environment and dig into the lower levels of an operating system. Much of the power of modern Linux and BSD systems comes from the underlying tools, the command line and its utilities. This week we explore some lower level features and some more technical environments, beginning with a look at RaspBSD, a special build of FreeBSD for the Raspberry Pi computer. We also talk about various command line tricks to make life easier in our Tips and Tricks column. The subject of command line use and how much time our readers spend typing commands is the subject of this week's opinion poll. Plus, in our News section, we discuss Debian replacing the Icedove e-mail application with Thunderbird, GParted working with LUKS encrypted volumes and Fedora's software licensing guidelines. We also discuss new features in Linux Mint, FreeBSD's Quarterly Status Report and challenges DragonFlyBSD is facing while upgrading their ports tree. We are also happy to share last week's releases and we provide a list of the torrents we are seeding. And we are pleased to welcome the OSGeo-Live distribution to our database. We wish you all a superb week and happy reading!
Content:
- Reviews: RaspBSD
- News: Debian swaps out Icedove for Thunderbird, GParted Live to support LUKS, Fedora's licensing guidelines, Mint's new features, FreeBSD's Status Report, DragonFlyBSD works to update video card support
- Tips and tricks: Shell switching, battery charge, getting the system's IP address and dealing with stubborn processes
- Released last week: Ubuntu 16.04.2, RancherOS 0.8.0, ReactOS 0.4.4
- Torrent corner: CRUX, DEFT Linux, LinHES, Parsix GNU/Linux, ReactOS
- Opinion poll: Time spent on the command line
- New additions: OSGeo-Live
- New distributions: Emmi Linux, ToaruOS
- Reader comments
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (52MB) and MP3 (33MB) formats.
|
Feature Story (by Jesse Smith) |
RaspBSD
RaspBSD is a FreeBSD-based project which strives to create a custom build of FreeBSD for single board and hobbyist computers. RaspBSD takes a recent snapshot of FreeBSD and adds on additional components, such as the LXDE desktop and a few graphical applications. The RaspBSD project currently has live images for Raspberry Pi devices, the Banana Pi, Pine64 and BeagleBone Black & Green computers.
I decided to give the RaspBSD operating system a try on my Raspberry Pi 2 computer. The download images vary a good deal in size, for example the Raspberry Pi B download is 267MB while my compressed Raspberry Pi 2 image was a 746MB download. Once the compressed file was downloaded, I unpacked it and the result was a 2384MB (2.3GB) image file I could write to my SD card.
Inserting the card into my Pi booted the RaspBSD operating system which, for all practical purposes, is FreeBSD 12.0-CURRENT. When the operating system finishes booting, we can sign into the Pi over secure shell using the account name raspberry and the password raspberry. There is a root account on the system which is, by default, not protected by a password. However, the root account cannot be accessed remotely. Signing into the Pi gives us a command line interface and the login message provides links to FreeBSD's documentation and helpful resources.
Running RaspBSD on an 8GB SD card provided me with a fairly standard FreeBSD installation on a 7GB root partition. Of that 7GB, 1.9GB of space is used by the base operating system, utilities and the LXDE desktop. This leaves us with 4.5GB of free space, once reserved space is taken into account. RaspBSD does not set up swap space for us.
The default RaspBSD system is quite minimal, running a mere 16 processes when I was logged in. In the background the operating system runs cron, OpenSSH, syslog and the powerd power management service. Other than the user's shell and terminals, nothing else is running. This means RaspBSD uses little memory, requiring just 16MB of active memory and 31MB of wired or kernel memory.
One of the first things I did with RaspBSD was to see if I could attach a ZFS volume I had stored on an external drive. RaspBSD ships with ZFS modules enabled by default and this allowed me to import my external drive's ZFS pool as RaspBSD's root user. From there, I was able to check the ZFS pool's status, look at snapshots and copy files to and from the external drive. With my 2TB storage pool attached to the system, RaspBSD used about an extra 25MB of memory (16MB active, 56MB wired).
About a year and a half ago I experimented with FreeBSD on my Raspberry Pi and had to compile my own ZFS kernel modules. I also ran into a series of stability issues when transferring files between the root UFS partition and external ZFS partition. I was pleased to find ZFS is now included by default and the stability issues I encountered previously have been resolved.
Should we wish to add extra software to our copy of RaspBSD, we can use the pkg command line package manager. RaspBSD connects to the FreeBSD's software repositories and this gives us access to several thousand pre-compiled packages. We can then upgrade existing packages or install new software. I found unpacking and installing new software happened slowly and any effort to access files on the SD card while pkg was working took a long time. The week I was running RaspBSD, I downloaded 51 upgraded packages, totalling 114MB in size.
On the subject of software updates, I checked to see if I could update the core operating system using FreeBSD's freebsd-update utility. The freebsd-update program was unable to find a server with the files it needed, which means binary software updates are probably not available for RaspBSD's core operating system. The RaspBSD does not included FreeBSD's source code in the root file system, probably in an effort to save space on small SD cards. We could download the code and build or patch our operating system from source, but this is likely to be a long and tedious process. Disk access on RaspBSD was quite slow and accessing the disk tended to be a severe bottleneck when performing tasks.
Earlier I mentioned RaspBSD ships with the LXDE graphical environment and a small collection of desktop applications. The operating system does provide these tools, though during my trial I was focused entirely on using the RaspBSD operating system remotely over secure shell. I did try running a handful of desktop applications remotely via OpenSSH's X11 forwarding capability. This worked and I was able to remotely run desktop applications on RaspBSD, though performance was somewhat sluggish.
I made note of a few practical differences between running RaspBSD on the Pi verses my usual Raspbian operating system. One minor difference is RaspBSD turns off the Pi's external power light after booting. Raspbian leaves the light on. This means it looks like the Pi is off when it is running RaspBSD, but it also saves a little electricity.
When running the shutdown -r command on RaspBSD to restart the computer, the Pi would power off and not come back on-line. If I ran reboot though the Pi would restart as expected. On the subject of rebooting, I noticed that RaspBSD would not automatically re-mount my external ZFS volume when the system booted. I could add a start-up command to handle this, but it is something FreeBSD (on x86 servers) and Raspbian both do automatically.
Conclusions
Apart from these little differences, running RaspBSD on the Pi was a very similar experience to running Raspbian and my time with the operating system was pleasantly trouble-free. Long-term, I think applying source updates to the base system might be tedious and SD disk operations were slow. However, the Pi usually is not utilized for its speed, but rather its low cost and low-energy usage. For people who are looking for a small home server or very minimal desktop box, RaspBSD running on the Pi should be suitable.
I am definitely pleased to see ZFS support improved in recent builds of FreeBSD/RaspBSD and I like that RaspBSD users have access to FreeBSD's massive collection of pre-built binary packages. This should make setting up a Pi with a FreeBSD-powered web server or NAS much more appealing than it was a year ago.
|
Miscellaneous News (by Jesse Smith) |
Debian swaps out Icedove for Thunderbird, GParted Live to support LUKS, Fedora's licensing guidelines, Mint's new features, FreeBSD's Status Report, DragonFlyBSD works to update video card support
For some time now the Debian distribution has shipped a re-branded version of the Mozilla Thunderbird e-mail application, called Icedove. The Icedove package contained no trademarks of the Mozilla organization and could be patched or modified as Debian's developers wished. However, times change and Debian is planning to return to packaging the Thunderbird application and will be phasing out Icedove. Christoph Goehre writes: "Hi Debian Developers and followers. Thunderbird is back in Debian! We also renamed other related packages to use official names, e.g. iceowl-extension -> lightning. For now, we need testers to catch existing issues and things we haven't seen
until now. What happens the first time you start Thunderbird? With the change to the official Mozilla branding the user's profile will also be changing from '$HOME/.icedove' to '$HOME/.thunderbird' so we need to migrate the profile folder." Details on the transition and things which still need to be tested can be found in this mailing list post.
* * * * *
Fans of LUKS encrypted file systems received some good news this week. The GParted partitioning management software (commonly used through GParted Live) now supports working with LUKS encrypted volumes as of version 0.28.0. "This release adds partial read-write support for LUKS encrypted file systems. GParted can't create, open or close LUKS encryption volumes; however it can copy, resize and manipulate file systems inside open LUKS volumes and move closed LUKS volumes. (Resizing requires Linux kernel >= 3.6 and libparted >= 3.2 for online partition resizing)." The GParted project included a reminder that people who use these features should first create backups of any important files as manipulating partitions and volumes can result in data loss.
* * * * *
The Fedora distribution has one of the more strict licensing requirements in the Linux community. The project attempts to ship only free software on its installation media and provides only free software in its software repositories, with a few rare exceptions such as binary firmware. There are good reasons for this and Tom Callaway has laid them all out in a talk, covered by LWN. Callaway presented the history of Red Hat Linux and Fedora, some of the legal concerns Red Hat has faced and efforts to simplify the licensing guidelines for the distribution. "Licensing was the next problem. Red Hat Linux used to have a "contrib" repository, where people put all sorts of stuff that had been built against Red Hat Linux so that it could be more widely used. When Fedora opened up, busy volunteers took nearly everything in contrib and threw it into Fedora. Unfortunately, much of this effort happened with no particular concern for licenses. There was a "license" field in the database of packages, but instead of "GPLv3" or "MIT", it often said things like "distributable", or in one memorable case, simply "ok". Callaway went through Fedora and found over 350 different licenses, including 16 BSD variants and 34 MIT variants (there were still more of those, but he stopped counting at 34)." The LWN article is an interesting read and covers some of the legal and practical concerns surrounding distributing open source software.
* * * * *
The Linux Mint team has been hard at work recently, preparing updated media for both the project's main editions (which are based on Ubuntu) and Linux Mint Debian Edition. Some of the features Mint users can expect to see include better Bluetooth support and Bluetooth file transfers through the Blueberry utility. "OBEX file transfers are now supported out of the box, so you can send files very easily over Bluetooth to your computer from any remote device. An option was added also so you can change the Bluetooth name of your computer. That name usually defaults to your hostname or to mint-0 and many people don't know how to change it via the command line. Last but not least, in addition to its cross-desktop system tray, Blueberry now provides a Cinnamon applet which uses symbolic icons and looks similar to other status applets, such as the power, sound or network applets. When this applet is present, the tray icon is hidden." Mint's Xed text editor is gaining the ability to sort lines of text as well as quickly change the size of text in the editor. Mint's Xplayer video player is also getting some new features, including a more compact interface and short-cut keys for handing subtitles and language support. Further details can be found in this Mint Monthly News post.
* * * * *
The FreeBSD project has posted a new Quarterly Status Report which summarizes the progress and on-going tasks of the various FreeBSD teams. The latest Quarterly Report offers insight into the project's progress on ARM boards, updates to the WINE ports, efforts to make the LLVM linker (LLD) the default linker on FreeBSD and updates to the GNU Compiler Collection. The report also talks about efforts to make builds of FreeBSD reproducible: "Reproducible builds are a set of software development practices which create a verifiable path from human readable source code to the binary code used by computers. A build is reproducible if given the same source code, build environment and build instructions, any party can recreate bit-for-bit identical copies of all specified artifacts. Baptiste Daroussin and Ed Maste attended the second Reproducible Builds Summit last December, in Berin. We discussed issues of common interest to operating system providers, including other BSDs and Linux distributions. Following the summit, changes were committed to the FreeBSD base system to address outstanding sources of non-reproducibility. It is now possible to build the FreeBSD base system (kernel and userland) completely reproducibly, although it currently requires a few non-default settings. Approximately 80% of the ports tree builds reproducibly, with a few work-in-progress patches. Now that the base system can be built reproducibly, focus will move on to the ports tree." The Quarterly Status Report has further details.
* * * * *
Following some of the changes being worked on by the FreeBSD team to improve video driver support, including importing video drivers from Linux, the DragonFlyBSD team is now playing catch-up with the many changes happening in the FreeBSD ports tree. Rimvydas Jasinskas explains: As some of you are aware there were some recent developments regarding the DragonFly ports collection and FreeBSD-ports in general. Huge graphics stack update (including but not limited to dri, gbm, libdrm, libEGL, libGL, clang39, xorg-server and its drivers) was just pushed without giving us a any heads up to prepare for it or perform an early testing. This came as a surprise since last time we were notified about upcoming developments that allowed us could construct, patch and test the new stack. This is how RadeonSI card support was added to Xorg for the Radeon owners to enjoy running their desktop machines with accelerated graphics. We pushed ours and later FreeBSD pushed theirs since we have a different level of GPU support in kernel DRM drivers yet we share the same ports tree. However, this time it was not the case and we are trying to understand what has happened. We are aware that there is huge ongoing effort to finally import the DRM 4.9 GPU drivers from Linux using linux-kpi emulator layer allowing to copy/paste Linux drivers almost without modifications including the OFED. We understand this is quite an achievement that FreeBSD users will finally be able to run their desktop machines without a need to buy expensive NVIDIA cards and use binary blobs." The post goes on to explore some of the challenges the DragonFlyBSD ports team is facing as they try to test the new changes before releasing DragonFlyBSD 4.8.
* * * * *
These and other news stories can be found on our Headlines page.
|
Tips and Tricks (by Jesse Smith) |
Shell switching, battery charge, getting the system's IP address and dealing with stubborn processes
Part of what makes Linux a flexible and powerful system is the wide range of command line tools. This week I would like to cover some useful tips and address questions I have received concerning the Linux command line.
First, I want to address a question I received that asked how a person can go about changing which command line shell they are using. The shell is the process which interprets your commands and runs programs. Most Linux distributions default to using the bash shell, but there are several others. Different shells use different syntax and some have handy features to make navigating the file system or running commands easier.
To get a list of available shells on your system, look in the /etc/shells file. This will list the available shells with their complete path names. We can see the list of shells by running
cat /etc/shells
Additional shells may be available in your distribution's software repositories. Performing a search for the term "shell" in your package manager should provide you with a list of alternative command line shells.
If we want to experiment with a shell, just for now, we can launch a shell from within our existing shell. For example, if I want to run the tcsh shell, I can run
tcsh
When I am finished exploring tcsh I can type exit to return to my default shell. Once we have found a shell we want to continue using we can switch our default shell by running the chsh command. For example, if I want to switch to using the tcsh shell, I can run
chsh -s /usr/bin/tcsh
Please note that I provided the full directory path to the new shell. When we change our shell we should always provide its full path, as specified in the /etc/shells file.
* * * * *
Have you ever wanted to check the status of your laptop's battery from the command line? If you have the ACPI package installed, this is an easy task. From the command line, simply run the command
acpi
The acpi command will show you whether your battery is charging or discharging, the percentage of the charge remaining and an estimate of how long your battery will continue to run your laptop. The acpi command can be made to show additional information.
acpi -V
The above command will not only display battery charge information, but also the temperature of the CPU and other information acpi can gather from your computer's sensors.
* * * * *
In case you are wondering what your address is on the local network or Internet, there are a few ways to get this information. You can get your local network IP address by running either the ifconfig or ip commands, depending on your distribution. The grep command can be used to filter out the extra networking information we do not need. Here we see an example with ifconfig:
ifconfig | grep inet
And here we get the same information from the ip command:
ip address show | grep inet
You may notice multiple addresses being displayed. Usually, you will see one address which is listed as 127.0.0.1 or as ::1. These addresses are special values which your computer can use as a quick way to reference itself. A connection to the address 127.0.0.1 simply accesses services on your own computer. The other address you see is how other computers and devices on the same network can identify you.
The above commands are useful for getting your IP address on the local network, but if you are wondering what your address is from the point of view of other people on the Internet, you need to ask another computer how they identify you. This can typically be done with the curl command and any number of public services which will send you back your address when contacted. As an example, the ifconfig.me server will send us back our Internet address when we contact it:
curl ifconfig.me
* * * * *
Sooner or later we all run into misbehaving desktop applications which lock-up or refuse to close. Some desktop environments will handle situations like this for us, offering to terminate applications which are no longer responding. Other desktop environments are less proactive and leave us to deal with the problem program ourselves. There are a few ways to handle a desktop application which is not responding. On most desktop Linux systems we can run the xkill program. The xkill program, when run, turns the mouse cursor into an X and the next window we click on gets immediately terminated.
Another approach we can take, which should work for any application whether it is an application running on the X display server or not, is to run the pkill command and provide it with the name of the program we want to stop. The pkill command finds applications with matching names and terminates them. As an example, let us assume the gedit text editor has stopped responding to input. We can terminate it using the following command:
pkill gedit
The only problem with this approach is pkill could find multiple programs with the name and shut them all down. To avoid this interrupting your work, I recommend saving anything you have open in similarly named programs before running the pkill command.
* * * * *
These tips, along with other tutorials, can be found in our Tips and Tricks archive.
|
Released Last Week |
DEFT Linux 2017.1 "Zero"
After more than two years of apparent hiatus, the Ubuntu-based DEFT Linux distribution (featuring specialist tools for forensic analysis) has sprung to life with a new release. Dubbed as "DEFT Zero" and labelled as version 2017.1, the new build is much more compact and lightweight, but it brings some useful new features: "DEFT Zero 2017.1 ready for download. We can finally announce that a stable version of DEFT Zero is available. DEFT Zero is a light edition of DEFT specifically designed to perform forensic acquisition of digital evidence. Among the biggest features is the support to NVMExpress memory (MacBook 2015), eMMC memories and UEFI. DEFT Zero requires considerably lower space in RAM and on a CDROM or USB drive. It needs about 400 MB, which can even boot in the RAM pre-loaded mode on a obsolete and low-resource hardware. DEFT Zero is based on Lubuntu 14.04.02 LTS and its future releases will be developed in parallel with DEFT full edition." Here is the brief release announcement,
RancherOS 0.8.0
Sven Dowideit has announced the release of RancherOS 0.8.0, an updated build of the project's minimalist Linux distribution designed for running Docker containers: "RancherOS release - version 0.8.0. Linux 4.9.9 (amd64), Linux 4.4.43 hypriot-v7+ (Raspberry Pi), Docker 1.12.6 default, Docker 1.13.0 available for testing. Note: due to the change from Ubuntu kernels to mainline stable Linux kernels, the Xfce console is currently not supported, and upgrading systems that use that console will probably break. New features: RancherOS now uses an unmodified current mainline Linux kernel 4.9; cloud-init now runs before most system services, allowing it to be used to customize or replace services; image name validation for service, console and engine commands; completely new installation code - replaces GRUB with Syslinux (including upgrade; you can now boot from the ISO image without a net connection and the install will run using the installer image...." Here is the full release announcement with a list of new features and bug fixes.
ReactOS 0.4.4
ReactOS is an open source operating system which seeks to be binary compatible with Microsoft Windows, capable of running Windows applications. The project's latest release, ReactOS 0.4.4, introduces printing support and offers several visual improvements and graphical fixes. "Today marks the fifth release of the ReactOS 0.4.x series, as well as the fifth following the 4 month release cycle started by 0.4.0 itself. Progress has continued steadily, with a great deal of work going on in the background to improve ReactOS' general usability and stability. Many of these improvements were on display at the FOSDEM convention in Brussels that took place on the 4th and 5th of this month. Certainly one of the more notable albeit less visible additions was the incorporation of basic printing support by Colin Finck. At present ReactOS is only capable of sending print commands to a parallel port printer, but this is the first step towards universal support and Colin should be applauded for his effort." Further details and screen shots can be found in the project's release announcement. ReactOS is available in two editions, the first provides an installation disc while the second offers a live desktop environment.
Ubuntu 16.04.2
The second maintenance update of the Ubuntu 16.04 LTS (long-term support) release is now ready for download: "The Ubuntu team is pleased to announce the release of Ubuntu 16.04.2 LTS for its Desktop, Server and Cloud products, as well as other flavours of Ubuntu with long-term support. Like previous LTS series, 16.04.2 includes hardware enablement stacks for use on newer hardware." The above comes from the release announcement published by Adam Conrad. The change summary page offers a detailed description of all the bug fixes since Ubuntu 16.04.1. As usual, updated images for Kubuntu, Xubuntu, Mythbuntu, Ubuntu GNOME, Lubuntu, Ubuntu Kylin, Ubuntu MATE and Ubuntu Studio are also provided.

Ubuntu 16.04 -- Running the Unity desktop
(full image size: 589kB, resolution: 1600x900 pixels)
GParted Live 0.28.1-1
Curtis Gedak has announced the availability of a new version of the GParted Live Linux distribution. GParted Live provides users with a Debian-based live CD with which to manipulate, rescue and rescue disk partitions from within a graphical user interface. The latest version, GParted Live 0.28.1-1, features version 4.9.6 of the Linux kernel and offers the ability to work with LUKS encrypted file systems. "The GParted team is pleased to announce another stable release of GParted Live. This release includes GParted 0.28.1, patches for libparted for FAT file system operations, and other improvements. This release includes partial read-write support for LUKS encrypted file systems. GParted can't create, open or close LUKS encryption volumes; however it can copy, resize and manipulate file systems inside open LUKS volumes and move closed LUKS volumes. (Resizing requires Linux kernel >= 3.6 and libparted >= 3.2 for online partition resizing)." Further details can be found in the project's release announcement.
* * * * *
Development, unannounced and minor bug-fix releases
|
Torrent Corner |
Weekly Torrents
The table below provides a list of torrents DistroWatch is currently seeding. If you do not have a bittorrent client capable of handling the linked files, we suggest installing either the Transmission or KTorrent bittorrent clients.
Archives of our previously seeded torrents may be found in our Torrent Archive. Thanks to Linux Tracker we are able to share the following torrent statistics.
Torrent Corner statistics:
- Total torrents seeded: 300
- Total data uploaded: 57.2TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll |
Time spent on the command line
Many of us, who have either been using Linux for a long time or used command line driven systems (such as DOS) previously, tend to grow comfortable with typing commands. Some of us keep a virtual terminal open at all times because quickly switching to it to fire off a command can be faster than opening a new window to deal with a situation in a graphical interface.
This week we would like to find out approximately how much of your time do you spend using a virtual terminal. Are you typing commands all day, perhaps a few times a day, or do you prefer to use graphical applications exclusively?
You can see the results of our previous poll on archive formats here. All previous poll results can be found in our poll archives.
|
Time spent on the command line
I use the command line almost exclusively: | 220 (10%) |
I use the command line multiple times per day: | 1125 (51%) |
I use the command line about once per day: | 278 (12%) |
I use the command line weekly: | 249 (11%) |
I rarely use the command line: | 319 (14%) |
I never use the command line: | 36 (2%) |
|
|
DistroWatch.com News |
New distributions added to database
OSGeo-Live
OSGeo-Live is a bootable DVD, USB thumb drive or Virtual Machine based on Lubuntu, that allows the user to try a wide variety of open source geospatial software without installing anything. It is composed entirely of free software, allowing it to be freely distributed, duplicated and passed around. OSGeo-Live provides pre-configured applications for a range of geospatial use cases, including storage, publishing, viewing, analysis and manipulation of data. It also contains sample datasets and documentation.

OSGeo-Live 10.0 -- Running the LXDE desktop
(full image size: 1.1MB, resolution: 1280x1024 pixels)
* * * * *
Distributions added to waiting list
- Emmi Linux. Emmi Linux is a Brazilian Linux distribution based on openSUSE Leap. The distribution is available in Xfce, LXQt and MATE editions.
- ToaruOS. ToaruOS is a hobby kernel and supporting userspace, built mostly from scratch. While not a Linux distribution, the project does provide a UNIX-like environment. It features a small collection of applications and a graphical desktop environment.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 27 February 2017. Past articles and reviews can be found through our Article Search page. To contact the authors please send e-mail to:
- Jesse Smith (feedback, questions and suggestions: distribution reviews/submissions, questions and answers, tips and tricks)
- Ladislav Bodnar (feedback, questions, donations, comments)
- Bruce Patterson (podcast)
|
|
Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 2, value: US$62.81) |
|
|
|
 bc1qtede6f7adcce4kjpgx0e5j68wwgtdxrek2qvc4  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le |
|
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 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 |
• Issue 993 (2022-11-07): Static Linux, working with just a kernel, Mint streamlines Flatpak management, updates coming to elementary OS |
• Issue 992 (2022-10-31): Lubuntu 22.10, setting permissions on home directories, Linux may drop i486, Fedora delays next version for OpenSSL bug |
• Issue 991 (2022-10-24): XeroLinux 2022.09, learning who ran sudo, exploring firewall tools, Rolling Rhino Remix gets a fresh start, Fedora plans to revamp live media |
• Issue 990 (2022-10-17): ravynOS 0.4.0, Lion Linux 3.0, accessing low numbered network ports, Pop!_OS makes progress on COSMIC, Murena launches new phone |
• Issue 989 (2022-10-10): Ubuntu Unity, kernel bug causes issues with Intel cards, Canonical offers free Ubuntu Pro subscriptions, customizing the command line prompt |
• Issue 988 (2022-10-03): SpiralLinux 11.220628, finding distros for older equipment and other purposes, SUSE begins releasing ALP prototypes, Debian votes on non-free firmware in installer |
• Issue 987 (2022-09-26): openSUSE's MicroOS, converting people to using Linux, pfSense updates base system and PHP, Python 2 dropped from Arch |
• Issue 986 (2022-09-19): Porteus 5.0, remotely wiping a hard drive, a new software centre for Ubuntu, Proxmox offers offline 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 | 
DRBL Live
DRBL (Diskless Remote Boot in Linux) is server software to boot and operate remote desktop clients. The DRBL software allows client machines to run as stateless, thin-client style computers which are managed by the DRBL server. DRBL Live is a Debian-based, live disc distribution of the DRBL server software which can be run from a USB drive or CD/DVD. It includes a desktop environment to assist users in configuring the server.
Status: Dormant
|
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.
|
|