DistroWatch Weekly |
DistroWatch Weekly, Issue 835, 7 October 2019 |
Welcome to this year's 40th issue of DistroWatch Weekly!
The freedom open source software provides to developers allows for a great deal of experimentation. Someone is always creating a new tool, a new desktop feature, or a distribution with a special focus. This week we explore a wide variety of programs, open source operating systems, and tools. We begin with three quick looks at young projects on our waiting list: Isotop, Mazon OS, and KduxOS. All three have completely different goals and designs and each is relatively new too, making for a mixed experience. Read on to learn more about these three projects. In our News section we talk about Solus developers updating the distribution's supported desktop environments while OpenMandriva manages to build the Linux kernel with an alternative compiler. We also talk about Linux Mint's new, proactive tools for system maintenance and Arch Linux's new mandatory base package. Then Matt Zand shares examples of the flexible find command in action. The find command locates files on the disk and Zand shows off ten ways to get the most out of this command line utility. Then we are pleased to share the releases of the past week and list the torrents we are seeding. In our Opinion Poll we ask which Ubuntu flavour you think we should review when Ubuntu 19.10 and its community editions launch later this month. We wish you all a wonderful week and happy reading!
Content:
- Review: Isotop, Mazon OS, and KduxOS
- News: Solus updates supported desktops, OpenMandriva compiles kernel with Clang, Linux Mint makes System Reports proactive, Arch Linux introduces new base package
- Tips and tricks: How to find files by multiple criteria in Linux
- Torrent corner: 4MLinux, Arch, AUSTRUMI, GParted, Project Trident, Raspbian, SparkyLinux, Volumio
- Upcoming releases: FreeBSD 12.1-RC1
- Opinion poll: Which Ubuntu flavour should we review?
- New distributions: OpenStage Linux
- Reader comments
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (15MB) and MP3 (11MB) formats.
|
Feature Story (by Jesse Smith) |
Isotop, Mazon OS, and KduxOS
This past week I took the opportunity to browse three of the items on the DistroWatch waiting list to see what new and interesting ideas were being presented. I then experimented with the following intriguing projects.
* * * * *
Isotop 651 - OpenBSD with desktop customisations
The first project I looked at was Isotop. Originally, Isotop began as a derivative of OpenBSD that ran the Xfce desktop and shipped its own installation media. The project's developer e-mailed me to say Isotop no longer spins its own media. Instead, Isotop provides a script which can be run on a vanilla install of OpenBSD (version 6.5 and higher are supported). The idea is that we install OpenBSD and then download and run the Isotop script. The script automates setting up the CWM window manager, CUPS for printing support; enables some command line aliases; installs a music player, the PCManFM file manager, and the doas utility for performing privileged tasks. A complete list of changes the script can make is listed in the project's documentation (available in French and English).
I began my experiment by installing OpenBSD's AMD64 (x86_64) build. I installed the base system, plus graphical packages. Then I downloaded the Isotop script and ran the file. One of the first things the script does is verify its checksum and this checked failed, causing the script to abort. I downloaded the script and its checksum file to another computer and confirmed that while the checksums and contents of the files on both computers were identical, the script was correct: its checksum did not match the ones published for verification purposes.
Usually this indicates a file has been corrupted or altered, but I suspect in this case it simply means the script has been updated while the verification data has not. At any rate, this correctly prevents the script from executing and brought my trial to a premature close.
My impression of Isotop at the moment is that the script does several nice, small configuration steps for the user. At least in theory. The script doesn't do anything really big, but it certainly offers some good time-saving options, according to the documentation. Hopefully the checksum bug is fixed soon as, at the moment, that is a barrier to trying out the customization script.
* * * * *
Mazon OS 1.4-3 Beta - Linux From Scratch with a banana
The next project on my list was Mazon OS 1.4-3. The distribution, which is currently in Beta development, is based on Linux From Scratch (LFS) and sticks to the Keep It Simple philosophy of system design. The distribution reportedly has a minimal base system, runs SysV init, and uses a custom package manager called BananaPKG.
The distribution's documentation lays out a series of installation instructions which are similar in style to those used by Arch Linux.
The distribution ships a 1.7GB ISO file which boots to a text console. I was able to sign into the root account using the password "root". At this point I ran into a serious problem: the distribution incorrectly mapped my keyboard, meaning the keys I typed did not result in the same characters appearing on the screen. This made it difficult to run some commands, and prohibited the running of several of the commands in the installation guide.
The distribution's manual offers a suggestion for changing the keyboard mapping, but it only works in desktop sessions, and was not useful when working from a text terminal. At first I had thought I could use steps similar to those used by Arch or Debian to change keyboard layouts from the command line, but those standard methods did not work.
I had hoped to try Mazon OS, if for no other reason than I was curious to try the BananaPKG package manager. I like low-level tools that maintain a simple, UNIX-style approach, but this distribution will need to wait for another time.
* * * * *
KduxOS 0.1.2 Alpha - Arch with an installer
At this point in my week I was, as they say, oh-for-two, and cast about for another project to try. KduxOS caught my eye. The project is still in its very early stages (version 0.1.2 Alpha is the latest release at the time of writing). KduxOS is an Arch-based project available in two editions: Standard and Desktop. The Standard edition provides a minimal, console-only environment while the Desktop edition provides a lightweight graphical interface.
KduxOS is a lightweight Linux distro based on Arch Linux, it aims to provide a better out-of-the-box installation. It comes with terminal based utilities like neovim, tmux, and ranger. There are currently two editions - Desktop and Standard. The Desktop edition comes with a graphical session using Openbox, polybar and jgmenu. The standard edition is a text-based release that gives users the most basic experience with KduxOS.
There are several distributions which try to make it easier to install Arch Linux, but most of them run a full featured desktop environment, such as Xfce. I was curious to see what it would be like to run an Arch-based system that, after installing, would stick to a bare minimum of tools.
I downloaded both editions of Kdux which are built for 64-bit (x86_86) machines exclusively. The ISO files weigh in at 664MB (for the Standard edition) and 1.3GB (for the Desktop edition). I got started with the Desktop edition first.

KduxOS 0.1.2 -- Running the KduxOS Desktop edition in a virtual machine
(full image size: 49kB, resolution: 800x600 pixels)
The Desktop edition boots to a graphical interface and presents us with the Openbox window manager. There are just a few tools installed in the live environment, such as a terminal, Firefox, and text editor. We can access these tools by right-clicking on the desktop. The Openbox interface is pleasantly responsive and the included tools seemed to be working. I then went looking for the system installer, but was unable to find it. I explored the menu and checked the project's website, but did not find any clues for running the installer from the live session.
I switched over to the Standard version of Kdux, which boots to a text console where we can sign into the root account without a password. The Standard edition (like the Desktop edition) uses zsh as the default shell. The text console provides access to some basic GNU/Linux tools, and runs the systemd init software, but otherwise is quite bare and uncluttered.
Once again I ran into the problem of figuring out how to install the distribution. There was no "install" or "installer" file and I didn't find any documentation to explain how to get the operating system onto the disk. After a while I discovered that the message of the day file (/etc/motd) contains one line which tells us to run the command kdux-install-cli to launch the installer. Usually the message of the day is displayed when a user logs in, however the first thing Kdux does when we sign in is clear the text console, thus preventing this tip from being shown. (The Desktop edition does not have the kdux-install-cli program and the Desktop message of the day file is empty.)
Installing
The Kdux installer is a text-based program which begins by showing us the GNU Public License (GPLv3) and asking us to accept it. Then we are asked to provide the name of our "target disk". No hints are given here as to our options so I typed in /dev/sda which was accepted. We are then asked if we want to use UEFI support. At this point the Pacman package manager is used to download packages over the network and install them to our hard drive without any further questions being asked. We are not given a chance to partition the drive, select a filesystem, or confirm we want to proceed. The disk is wiped and assigned one ext4 partition for Kdux. A boot loader is also installed for us without first asking for confirmation. In other words, be careful with Kdux, it may wipe out existing operating systems when you try to install it.
The installer does ask us two more questions. We are asked to type our time zone's name (for instance "America/New York". We are also asked to type our preferred language and country code, for instance "en-US". We need to know these and type them, there is no list or default selection to choose. The total install time was, according to zsh, 12 minutes. When the installer is finished we can reboot to try out the local copy of Kdux.
Early impressions
Kdux boots to a console environment where we can once against sign in as the root user without a password. (Passwords can be set once we login.) The default installation is fairly minimal. The operating system uses just 2.5GB of space and consumes 35MB of memory. The GNU command line tools and manual pages are installed. The systemd init software and an up to date Linux kernel are installed. There is no compiler or development tools.
By default there is no network connection enabled. We can run the dhcpcd command to get a dynamic, wired address. Otherwise we need to manually set up networking. Once we get on-line, the Pacman package manager can be used to install and upgrade packages. Pacman connects to the Arch Linux repositories.
At this point, as far as I could tell, there is virtually no difference between running Arch Linux with the zsh shell and running Kdux. We have the same base packages, the same repositories, the same Arch documentation seems to be relevant. We are given the bare minimum building blocks for a distribution and left to build whatever operating system we want from the pieces.
Hardware support, out of the box is limited. Kdux was unable to detect my laptop's wireless card, preventing me from getting on-line. The distribution ran smoothly in a VirtualBox instance, but was unable to use more than a 800x600 resolution.
I'm not sure I see many benefits to using Kdux instead of plain Arch. The install process is less flexible and at least as cryptic, but once it is up and running, Kdux and Arch appear to be virtually identical. The one perk to using Kdux seems to be the Desktop edition which allows us to test our hardware prior to installing. However, this benefit is somewhat balanced by the apparent lack of installer on the Desktop edition, meaning I had to download the Desktop edition to test Kdux on my hardware and then use the Standard edition to install the distribution. I could have set up Arch in a similar amount of time with one download and without wiping out the contents of my hard drive.
* * * * *
Each of these projects is fairly young and they do not have many resources. Some, particularly Isotop, are working with some interesting ideas, and all of them seem to seek to add value to their parent distributions. However, at this stage they all have issues to work out in key areas before I would recommend trying to use them.
* * * * *
Hardware used in this review
My physical test equipment for this review was a de-branded HP laptop with the following
specifications:
- Processor: Intel i3 2.5GHz CPU
- Display: Intel integrated video
- Storage: Western Digital 700GB hard drive
- Memory: 6GB of RAM
- Wired network device: Realtek RTL8101E/RTL8102E PCI Express Fast
- Wireless network device: Realtek RTL8188EE Wireless network card
|
Miscellaneous News (by Jesse Smith) |
Solus updates supported desktops, OpenMandriva compiles kernel with Clang, Linux Mint makes System Reports proactive
The Solus team has announced a series of updates and improvements to each of the distribution's supported desktop environments. In particular, Budgie received several enhancements, gaining improved menu handling, new font options, and the ability to work with multiple modern versions of the GNOME software stack. "Budgie 10.5.1 introduces a few new goodies to make your Budgie experience, as well as those of our Budgie theme authors, even better! Budgie 10.5.1 introduces hinting and anti-aliasing settings in our Fonts section of Budgie Desktop Settings, allowing you even more flexibility with how document, interface, monospace, and window title fonts render. For font hinting, you can choose between a range of options ranging from no font hinting to full font hinting. For anti-aliasing, you can choose between subpixel anti-aliasing, standard grayscale, and no anti-aliasing." Details on these improvements and updates to Solus's other desktops can be found in the project's blog post.
* * * * *
Most Linux distributions use the GNU Compiler Collection (GCC) to translate source code into binary programs that our computers can run. However, one distribution has been using the Clang compiler to build packages. Clang is generally well known in the BSD communities for having a more liberal license and clearer diagnostic messages, but it has not been widely adopting in the Linux community. In fact, until recently, Clang was unable to build the Linux kernel because Linux uses many GCC-specific features. This is changing as OpenMandriva can now build the Linux kernel using the latest version of Clang. Since GCC and Clang produce slightly different code and warnings, testing both on the same software package can reveal bugs or potential logic problems which would otherwise go unnoticed when just one compiler is used. Getting the kernel, and other packages, compiled with Clang is likely to result in more robust software for all Linux users.
* * * * *
The Linux Mint team is improving their distribution's System Reports tool. The System Reports utility is a desktop application for browsing system information. Originally, it was used to browse through basic information and crash reports, but now System Reports is taking on a more proactive role: "Going forward it will run in the background and let you know when issues require your attention. This allows us to communicate with you and to help you in a way we couldn't before. Unlike the documentation and the release notes which are generic and targeted at all users, this tool allows us to show information and solutions which are relevant to you specifically, and if we know how to fix them, to provide you with a button you can click to solve things easily. So far the tool checks: If a new version of Linux Mint is available. If your version of Linux Mint is getting close to EOL. If your Timeshift configuration is set up (the Update Manager won't care about this anymore). If there are drivers available. If you are missing language packs. If you are missing multimedia codecs." Further information on System Reports and the upcoming MintBox 3 hardware can be found in the project's monthly newsletter.
* * * * *
The Arch Linux team has published a notice about a change to the distribution which requires manual intervention. The announcement reads: "The base group has been replaced by a meta-package of the same name, we advise users to install this package (pacman -Syu base), as it is effectively mandatory from now on. Users requesting support are expected to be running a system with the base package. Addendum:
Be aware that base as it stands does not currently contain: a kernel; an editor; filesystem tools (e.g. e2fsprogs); and other software that you might expect. You will have to install these separately on new installations."
* * * * *
These and other news stories can be found on our Headlines page.
|
Tips and Tricks (by Matt Zand) |
How to find files by multiple criteria in Linux
Back in August we explored several ways to locate files on a Linux system. This week we are taking a more detailed approach to locating files on the system using the find command.
Imagine your new project or task at work is to find files that meet multiple criteria, then you wonder how you can achieve it. In this tutorial, I walk you through some hands-on examples to give you a better idea on how to run find commands in Linux for search for files.
As a reminder, beginner knowledge of Linux OS is required to proceed. If you are not familiar with Linux filesystem, here is a good article to learn it in depth.
You can combine many of find's options to find files that match multiple criteria. Here are two examples that show you how to combine multiple criteria.
Example 1: To list files in your home directory whose names begin with the string 'boy', and that are newer than the file '/etc/motd', type:
find ~ -name 'boy*' -newer /etc/motd
This command will search all directories on the system to which you have access; without execute permission for a directory, find will report that permission is denied to search the directory. Also, the '-name' option is case sensitive; use the similar '-iname' option to locate a file by name regardless of case.
Example 2: To compress all the files in your home directory that are 3 megabytes or larger, and that are not already compressed with gzip (having a '.gz' file name extension), type:
find ~ -size +3000000c -regex '.*[^gz]' -exec gzip '{}' ';'
Example 3: To list all files on the system whose names begin with the characters 'boy', type:
find / -name 'boy*'
Example 4: To list all files whose names begin with the four characters 'alex' followed by exactly two more characters, type:
find / -name 'alex??'
Example 5: To list all files whose names begin with the two characters 'up' followed by four or more characters, type:
find / -name 'up????*'
Example 6: To list all files in your home directory that end in '.png', regardless of case sensitivity, type:
find ~ -iname '*.png'
Example 7: To list the files in the '/usr/var' directory that were modified exactly 24 hours ago, type:
find /usr/var -mtime 1
Example 8: To list the files in the '/usr' directory tree that were modified exactly 10 minutes ago, type:
find /usr -mmin 10
Example 9: To find all files in the '~/html/' directory with an '.html' extension, and output lines from these files that contain the string 'book', type:
find ~/html/ -name '*.html' -exec grep book '{}' ';'
In this example, the command "grep book" is executed for each file that find finds, with file being the name of each file in turn.
Example 10: To find files in the '/etc' directory that are newer than the file '/etc/motd', type:
find /etc -newer /etc/motd
Additional information on the find command can be found in its manual page and in the simplified manual page.
* * * * *
About the author
This tutorial is written by Matt Zand who is the founder of High School Technology Services, DC Web Makers and Coding Bootcamps. He has written extensively on advance topics on web design, mobile App development and blockchain. He is a senior editor at Touchstone Words where he writes and reviews coding and technology articles. He is also senior instructor and developer living in Washington DC. You can follow him on Linkedin.
* * * * *
Additional tips can be found in our Tips and Tricks archive.
|
Released Last Week |
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. We also maintain a Torrents RSS feed for people who wish to have open source torrents delivered to them. To share your own open source torrents of Linux and BSD projects, please visit our Upload Torrents page.
Torrent Corner statistics:
- Total torrents seeded: 1,640
- Total data uploaded: 28.4TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll (by Jesse Smith) |
Which Ubuntu flavour should we review?
In a few weeks Canonical will launch Ubuntu 19.10 and it will be accompanied by about half a dozen community editions, featuring various alternative desktops and utilities. Which of the many Ubuntu flavours would you like to see us review when 19.10 becomes available?
You can see the results of our previous poll on reasons for using portable packages in last week's edition. All previous poll results can be found in our poll archives.
|
Which Ubuntu flavour should we review?
Ubuntu: | 399 (17%) |
Kubuntu: | 436 (18%) |
Lubuntu: | 223 (9%) |
Ubuntu Budgie: | 152 (6%) |
Ubuntu Kylin: | 33 (1%) |
Ubuntu MATE: | 411 (17%) |
Ubuntu Studio: | 179 (8%) |
Xubuntu: | 548 (23%) |
|
|
Website News (by Jesse Smith) |
Distributions added to waiting list
- OpenStage Linux. OpenStage Linux is an Arch-based, rolling release distribution. The project features the KDE Plasma desktop and is available in two editions: systemd and OpenRC. The OpenRC build is based on Artix.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 14 October 2019. 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: 0, value: US$0.00) |
  1J5s35r7v8L3k2zmr3JmUfydzvdnsiNXm2 |
|
|
|
Linux Foundation Training |
| |
Archives |
• Issue 843 (2019-12-02): Obarun 2019.11.02, Bluestar 5.3.6, using special characters on the command line, Fedora plans to disable empty passwords, FreeBSD's quarterly status report |
• Issue 842 (2019-11-25): SolydXK 10, System Adminstration Ethics book review, Debian continues init diversity debate, Google upstreaming Android kernel patches |
• Issue 841 (2019-11-18): Emmabuntus DE3-1.00, changing keys in a keyboard layout, Debian phasing out Python 2 and voting on init diversity, Slackware gets unofficial updated live media |
• Issue 840 (2019-11-11): Fedora 31, monitoring user activity, Fedora working to improve Python performance, FreeBSD gets faster networking |
• Issue 839 (2019-11-04): MX 19, manipulating PDFs, Ubuntu plans features for 20.04, Fedora 29 nears EOL, Netrunner drops Manjaro-based edition |
• Issue 838 (2019-10-28): Xubuntu 19.10, how init and service managers work together, DragonFly BSD provides emergency mode for HAMMER, Xfce team plans 4.16 |
• Issue 837 (2019-10-21): CentOS 8.0-1905, Trident finds a new base, Debian plans firewall changes, 15 years of Fedora, how to merge directories |
• Issue 836 (2019-10-14): Archman 2019.09, Haiku improves ARM support, Project Trident shifting base OS, Unix turns 50 |
• Issue 835 (2019-10-07): Isotop, Mazon OS and, KduxOS, examples of using the find command, Mint's System Reports becomes proactive, Solus updates its desktops |
• Issue 834 (2019-09-30): FreedomBox "Buster", CentOS gains a rolling release, Librem 5 phones shipping, Redcore updates its package manager |
• Issue 833 (2019-09-23): Redcore Linux 1908, why Linux distros are free, Ubuntu making list of 32-bit software to keep, Richard M Stallman steps down from FSF leadership |
• Issue 832 (2019-09-16): BlackWeb 1.2, checking for Wayland session and applications, Fedora to use nftables in firewalld, OpenBSD disables DoH in Firefox |
• Issue 831 (2019-09-09): Adélie Linux 1.0 beta, using ffmpeg, awk and renice, Mint and elementary improvements, PureOS and Manjaro updates |
• Issue 930 (2019-09-02): deepin 15.11, working with AppArmor profiles, elementary OS gets new greeter, exFAT support coming to Linux kernel |
• Issue 829 (2019-08-26): EndeavourOS 2019.07.15, Drauger OS 7.4.1, finding the licenses of kernel modules, NetBSD gets Wayland application, GhostBSD changes base repo |
• Issue 828 (2019-08-19): AcademiX 2.2, concerns with non-free firmware, UBports working on Unity8, Fedora unveils new EPEL channel, FreeBSD phasing out GCC |
• Issue 827 (2019-08-12): Q4OS, finding files on the disk, Ubuntu works on ZFS, Haiku improves performance, OSDisc shutting down |
• Issue 826 (2019-08-05): Quick looks at Resilient, PrimeOS, and BlueLight, flagship distros for desktops,Manjaro introduces new package manager |
• Issue 825 (2019-07-29): Endless OS 3.6, UBports 16.04, gNewSense maintainer stepping down, Fedora developrs discuss optimizations, Project Trident launches stable branch |
• Issue 824 (2019-07-22): Hexagon OS 1.0, Mageia publishes updated media, Fedora unveils Fedora CoreOS, managing disk usage with quotas |
• Issue 823 (2019-07-15): Debian 10, finding 32-bit packages on a 64-bit system, Will Cooke discusses Ubuntu's desktop, IBM finalizes purchase of Red Hat |
• Issue 822 (2019-07-08): Mageia 7, running development branches of distros, Mint team considers Snap, UBports to address Google account access |
• Issue 821 (2019-07-01): OpenMandriva 4.0, Ubuntu's plan for 32-bit packages, Fedora Workstation improvements, DragonFly BSD's smaller kernel memory |
• Issue 820 (2019-06-24): Clear Linux and Guix System 1.0.1, running Android applications using Anbox, Zorin partners with Star Labs, Red Hat explains networking bug, Ubuntu considers no longer updating 32-bit packages |
• Issue 819 (2019-06-17): OS108 and Venom, renaming multiple files, checking live USB integrity, working with Fedora's Modularity, Ubuntu replacing Chromium package with snap |
• Issue 818 (2019-06-10): openSUSE 15.1, improving boot times, FreeBSD's status report, DragonFly BSD reduces install media size |
• Issue 817 (2019-06-03): Manjaro 18.0.4, Ubuntu Security Podcast, new Linux laptops from Dell and System76, Entroware Apollo |
• Issue 816 (2019-05-27): Red Hat Enterprise Linux 8.0, creating firewall rules, Antergos shuts down, Matthew Miller answers questions about Fedora |
• Issue 815 (2019-05-20): Sabayon 19.03, Clear Linux's developer features, Red Hat explains MDS flaws, an overview of mobile distro options |
• Issue 814 (2019-05-13): Fedora 30, distributions publish Firefox fixes, CentOS publishes roadmap to 8.0, Debian plans to use Wayland by default |
• Issue 813 (2019-05-06): ROSA R11, MX seeks help with systemd-shim, FreeBSD tests unified package management, interview with Gael Duval |
• Issue 812 (2019-04-29): Ubuntu MATE 19.04, setting up a SOCKS web proxy, Scientific Linux discontinued, Red Hat takes over Java LTS support |
• Issue 811 (2019-04-22): Alpine 3.9.2, rsync examples, Ubuntu working on ZFS support, Debian elects new Project Leader, Obarun releases S6 tools |
• Issue 810 (2019-04-15): SolydXK 201902, Bedrock Linux 0.7.2, Fedora phasing out Python 2, NetBSD gets virtual machine monitor |
• Issue 809 (2019-04-08): PCLinuxOS 2019.02, installing Falkon and problems with portable packages, Mint offers daily build previews, Ubuntu speeds up Snap packages |
• Issue 808 (2019-04-01): Solus 4.0, security benefits and drawbacks to using a live distro, Gentoo gets GNOME ports working without systemd, Redox OS update |
• Issue 807 (2019-03-25): Pardus 17.5, finding out which user changed a file, new Budgie features, a tool for browsing FreeBSD's sysctl values |
• Issue 806 (2019-03-18): Kubuntu vs KDE neon, Nitrux's znx, notes on Debian's election, SUSE becomes an independent entity |
• Issue 805 (2019-03-11): EasyOS 1.0, managing background services, Devuan team debates machine ID file, Ubuntu Studio works to remain an Ubuntu Community Edition |
• Issue 804 (2019-03-04): Condres OS 19.02, securely erasing hard drives, new UBports devices coming in 2019, Devuan to host first conference |
• Issue 803 (2019-02-25): Septor 2019, preventing windows from stealing focus, NetBSD and Nitrux experiment with virtual machines, pfSense upgrading to FreeBSD 12 base |
• Issue 802 (2019-02-18): Slontoo 18.07.1, NetBSD tests newer compiler, Fedora packaging Deepin desktop, changes in Ubuntu Studio |
• Issue 801 (2019-02-11): Project Trident 18.12, the meaning of status symbols in top, FreeBSD Foundation lists ongoing projects, Plasma Mobile team answers questions |
• Issue 800 (2019-02-04): FreeNAS 11.2, using Ubuntu Studio software as an add-on, Nitrux developing znx, matching operating systems to file systems |
• Issue 799 (2019-01-28): KaOS 2018.12, Linux Basics For Hackers, Debian 10 enters freeze, Ubuntu publishes new version for IoT devices |
• Issue 798 (2019-01-21): Sculpt OS 18.09, picking a location for swap space, Solus team plans ahead, Fedora trying to get a better user count |
• Issue 797 (2019-01-14): Reborn OS 2018.11.28, TinyPaw-Linux 1.3, dealing with processes which make the desktop unresponsive, Debian testing Secure Boot support |
• Issue 796 (2019-01-07): FreeBSD 12.0, Peppermint releases ISO update, picking the best distro of 2018, roundtable interview with Debian, Fedora and elementary developers |
• Issue 795 (2018-12-24): Running a Pinebook, interview with Bedrock founder, Alpine being ported to RISC-V, Librem 5 dev-kits shipped |
• Issue 794 (2018-12-17): Void 20181111, avoiding software bloat, improvements to HAMMER2, getting application overview in GNOME Shell |
• Issue 793 (2018-12-10): openSUSE Tumbleweed, finding non-free packages, Debian migrates to usrmerge, Hyperbola gets FSF approval |
• Issue 792 (2018-1203): GhostBSD 18.10, when to use swap space, DragonFly BSD's wireless support, Fedora planning to pause development schedule |
• Issue 791 (2018-11-26): Haiku R1 Beta1, default passwords on live media, Slax and Kodachi update their media, dual booting DragonFly BSD on EFI |
• Full list of all issues |
Star Labs |

Star Labs - Laptops built for Linux.
View our range including the Star Lite, Star LabTop and more. Available with a choice of Ubuntu, Linux Mint or Zorin OS pre-installed with many more distributions supported. Visit Star Labs for information, to buy and get support.
|
Random Distribution | 
JAMD Linux
JAMD Linux was a distribution based on Red Hat Linux aimed for the end user. It has the following features: recompiled for i686 and above processors; single CD, yet full featured; includes OpenOffice, Mozilla web browser, Evolution PIM, GnuCash personal finance, The Gimp graphics editor, games, educational software, and more; 4 step install (mouse, timezone, administrator password, user account creation); 13 minutes from install to desktop; end user friendly customizations.
Status: Discontinued
|
Linux Training |

|
|