DistroWatch Weekly |
DistroWatch Weekly, Issue 832, 16 September 2019 |
Welcome to this year's 37th issue of DistroWatch Weekly!
Is your computer and its network secure? Most people would assume so, especially if they have taken some basic security precautions. However, to really know whether a system is locked down or not we need to test it. There are a number of penetration testing and security distributions available and this week we begin with a look at a Debian-based penetration testing project called BlackWeb. Read on to learn more about BlackWeb, its strengths and problems. Security is not the only thing we can test and verify; this week in our Questions and Answers column we explain how to confirm whether a desktop session is running on a Wayland or X.Org server. Our Opinion Poll continues the discussion on Wayland versus X.Org sessions as we would like to know how many of our readers are running pure Wayland environments. Then, in our News section, we talk about Fedora making changes to its firewall front-end and Debian releasing updated installation media. Plus the OpenBSD team is disabling DNS over HTTPS in Firefox while the DragonFly BSD team is adopting a more flexible approach to domain name resolution and we share more information on these changes. Plus we are pleased to share the releases of the past week and list the torrents we are seeding. We wish you all a fantastic week and happy reading!
Content:
- Review: BlackWeb 1.2
- News: Fedora to use nftables with firewalld, Debian publishes updated media, DragonFly BSD makes resolving DNS more flexible, OpenBSD disables DoH in Firefox
- Questions and answers: Checking for Wayland and Wayland applications
- Released last week: LXLE 18.04.3, OSGeoLive 13.0, Funtoo Linux 1.4
- Torrent corner: ArcoLinux, Debian, EasyOS, Endless, KaOS, Live Raizo, LXLE, Manjaro, KDE neon, OSGeoLive, Slax, SmartOS, Volumio, Voyager
- Upcoming releases: Fedora 31 Beta
- Opinion poll: Applications running on Wayland sessions
- Reader comments
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (16MB) and MP3 (12MB) formats.
|
Feature Story (by Jesse Smith) |
BlackWeb 1.2
BlackWeb is a penetration and security testing distribution based on Debian. The project's website presents the distribution's features as follows:
BlackWeb is a Linux distribution aimed at advanced penetration testing and security auditing. BlackWeb contains several hundred tools which are geared towards various information security tasks, such as penetration testing, security research, computer forensics and reverse engineering. Starting from an appropriately configured LXDE desktop manager it offers stability and speed. BlackWeb has been designed with the aim of achieving the maximum performance and minimum consumption of resources.
There are 32-bit (x86) and 64-bit (x86_64) builds of BlackWeb available on the distribution's website. I downloaded the 64-bit build which is 2.6GB in size. Booting from the media brings up a menu asking if we would like to try BlackWeb's live desktop, run the installer or run the graphical installer. Taking the live desktop options presents us with a graphical login screen where we can sign in with the username "root" and the password "blackweb".
Signing in presents us with the LXDE desktop which has an unusual layout and theme. There is a transparent panel at the top of the screen which makes it look as through the application menu button is floating at the top of the screen in the centre of the desktop. The system tray also appears to be free floating in the upper-right corner. A single icon on the desktop is present for opening the file manager. At the bottom of the display is a panel containing quick-launch buttons for a virtual terminal, Firefox and a few other applications.

BlackWeb 1.2 -- The live desktop and application menu
(full image size: 110kB, resolution: 1366x768 pixels)
After exploring the LXDE interface for a while, I decided to try installing BlackWeb. I could not find a launcher for the system installer in the live session and rebooted to start the installer from the boot menu. I soon found the graphical installer option did not work, choosing it would simply return me to the boot menu. The plain install option launches Debian's text installer. The Debian installer is not particularly attractive and there are a lot of steps to go through.
We are guided through selecting out region, keyboard layout, language and disk partitioning. These all worked pretty much as expected and with the same reliability one would expect from upstream Debian. One of the steps in the installer offers to download the latest version of packages from the network and I was asked to select a mirror. I tried three different mirrors and, in each case, the installer connected to the mirror and then produced an error indicating it could not find the files it needed. I then went back a step and chose to install packages from local media only. The installer still tried to download packages from on-line mirrors and failed again. I ended up starting over, sticking to local media and ignoring network errors as they came up.
Later in the install process, I was told the local copy of GRUB's configuration file did not match the version of the file being installed. I was asked which version I wanted to use and was given the chance to view the differences between the two copies. Opting to view the differences did not work and, instead, the installer just went ahead and installed one of the two versions without telling me which one was used.
Despite these problems, the installation eventually completed successfully and, upon restarting the computer, my new copy of BlackWeb loaded and showed me a graphical login screen. The first time I signed into my desktop I noticed three things. The first is we are greeted by a pop-up the first time we log in that asks if we want to save clipboard history. We are warned the clipboard may contain passwords or other information that is stored in plain text and therefore may be readable by others. Once we answer Yes or No, this pop-up does not appear again.
The second thing that was immediately apparent was the installed desktop session looked completely different from the live media desktop. LXDE is displayed with a more classic layout - one opaque panel placed at the bottom of the screen. There is no quick-launch dock and the only icon on the desktop opens the trash folder.
Finally, I found the desktop to be very responsive. Menus snap open as soon as they are clicked and most programs open almost immediately. This made for a pleasant, responsive environment.

BlackWeb 1.2 -- Error when running beef utility
(full image size: 120kB, resolution: 1366x768 pixels)
Applications
BlackWeb's application menu has a classic, tree-style layout. The menu places all of the distribution's penetration testing tools in one sub-menu while the rest of the menu mostly contains typical open source tools. Items like Firefox, a document viewer, the PCManFM file manager, and the Deluge torrent client are included. There are a few media players and note taking programs.
BlackWeb uses Wicd to connect with networks instead of Network Manager, but otherwise most of the utilities are pretty standard. The distribution runs systemd's init software and version 4.9 of the Linux kernel.

BlackWeb 1.2 -- Connecting to wireless networks
(full image size: 122kB, resolution: 1366x768 pixels)
The sub-menu containing security tools is further broken down into sub-categories. There is one batch of tools for cracking passwords, another for exploring and exploiting wireless networks, one for running exploits on compromised systems, and so on. There are also tools for listening to network traffic, examining binary files and exploring databases. Almost all of the launchers open a virtual terminal window and run their corresponding program in the terminal window. These tools almost universally need some parameters to do anything useful, so the effect is that the program fails to do anything and prints out a page of usage tips in the terminal window. Most of the time it would be more straight forward to simply run the desired tool from the command line, unless we are exploring these tools for the first time. I did appreciate having the menu categories though as it means we can quickly discover which security auditing tools are available.
One of the first things I wanted to do was try to recover or reset my root password. I had originally tried to use sudo to perform administrative tasks, but my user did not have sudo access. I then discovered I must have made a typo when creating my root password because I could not sign in to that account. This seemed like a good chance to guess (or brute force) my root password. Unfortunately, I soon discovered that while there was a menu entry (and a manual page) for the John The Ripper password cracker, the executable was not available. In a similar vein, several of the password guessing tools, such as Johnny, rely on John to do their work in the background. Without root access and without John installed, guessing the password was not going to work. I ended up rebooting and setting the password in recovery mode.

BlackWeb 1.2 -- The Johnny password guessing utility
(full image size: 125kB, resolution: 1366x768 pixels)
It was a good thing I was able to reset the root password as a number of the included tools require root access. The rootkit hunter, for instance, needs root permissions to function properly. Given how often I wanted to run tools as root, I was surprised the first user on the system was not granted sudo access and menu entries are not set to run sudo-like permission elevation when these tools are run from the application menu.
To be fair to the distribution, when we run BlackWeb from a live disc instead of installing it, we are always signed in as the root user and these permission issues do not exist.
Hardware
I ran into some hardware-related problems while exploring BlackWeb. The first was that writing the distribution's ISO file to a thumb drive resulted in media which would not boot. I had to modify the ISO with isohybrid before writing it to the USB drive, something most distributions do for us.
Later, I found BlackWeb would not integrate with VirtualBox and, with the default settings, could not make full use of my screen's resolution. We need to install VirtualBox guest modules to fix this. However, VirtualBox modules are not available in the default repositories and we need to find the necessary packages elsewhere. Otherwise, BlackWeb worked well when running in a virtual machine.
The distribution worked fairly well on my laptop. The system booted quickly and ran smoothly. However, there is no working volume control on the desktop and sound was muted. When I launched the PulseAudio mixer (from the application menu) the mixer was unable to connect with PulseAudio as the service appears to be disabled. This means we cannot play any audio files or hear audio in videos.
The distribution is light in memory and, when signed into LXDE, uses just 160MB of RAM. The number of tools on the disk though uses up quite a bit of space. A fresh install of BlackWeb consumes 8.1GB of space.
Other observations
During my exploration of this distribution I made a few other observations. When I first downloaded the distribution I was sceptical of the project's claim that there were several hundred forensic and penetration tools included on the disc. As it turns out, the claim is correct. I counted 304 of these types of tools in the application menu. Granted, some may not work, and a few are quite similar to others, but the majority are unique and there are about 300 to choose from.
A minor annoyance I ran into was the GRUB background is varied, with light and dark spots. This makes it difficult to see and change the text in the boot options. When I was trying to boot into recovery mode, I had to be careful not to make any typos since I wouldn't be able to see the text I was editing.
The project's website has documentation on some of the hacking utilities included on the ISO. However, many of the documentation links lead to pages which simply say "This topic does not exist yet." The documentation will hopefully be fleshed out over time.
The distribution's tools identify it as "BlackWeb 9.9 Stretch", a mixture of the project's name and its parent's version. The latest stable edition is based on Debian 9 Stretch while a new version of BlackWeb is being developed and looks to be based on Debian 10.
Package management on BlackWeb is handled by the APT command line tools. When using APT I ran into two problems. The first is that, even when we try to perform a network install of BlackWeb, the distribution leaves the optical media in the APT sources list. This short-circuits package management until the local media is removed from the /etc/apt/sources.list file. The other problem is there are custom repositories set up for the distribution. These repositories connect us to the hackpedia.org server. This repository cannot be reached and this blocks package management until the repository entries are removed. Once these extra repositories are deleted, a new entry for Debian needs to be added before package management works the same as it would on Debian 9. This problem also occurs on the live media, making it impossible to install or update tools until we manually fix the repositories APT uses.
Conclusions
While I was using BlackWeb, I often had mixed feelings about the distribution in its current state. There are some things this project has done very well. There is a forum, issue tracking, and the source code is all published and easy to find. I really like how the hacking tools are organized in LXDE's menu and there are a lot of tools available. Shipping with a lightweight desktop that uses so little memory makes for a pleasant experience and I like that the project is working toward providing on-line documentation for its utilities. Finally, I like that BlackWeb includes a wide range of penetration testing tools. It's not just password crackers or a fancy wrapper around Metasploit; there is a lot of variety in the tools and approaches a person can use.
On the other hand, I ran into a number of problems and hurdles that slowed me down while using the distribution. There were a few issues with the installer and the live session feels oddly configured - especially when we consider how different LXDE looks once installed. Most of the included tools do not have on-line documentation yet, though hopefully that will change over time. Since some tools need root access to run, I would have liked the first user to have sudo access and to have had those tools run with sudo so I did not need to re-run them manually. A few tools either didn't work for me or, in the case of John, were missing, and this could be polished. Package management was a poor area for BlackWeb as APT does not work out of the box and requires us to remove at least three repositories and manually add another before it will work. Lastly, audio did not work out of the box as it seems PulseAudio is not configured and there is no functioning volume control.

BlackWeb 1.2 -- Trying to adjust audio volume
(full image size: 99kB, resolution: 1366x768 pixels)
On the whole. BlackWeb feels like a good design that is off to a rough start. There are a lot of good resources being assembled, both on the disc and on the website. The distribution feels to me like a younger, lighter version of Kali Linux. Hopefully, over time, the default configuration will be polished and the documentation will expand to provide descriptions and examines of the included tools.
* * * * *
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) |
Fedora to use nftables with firewalld, Debian publishes updated media, DragonFly BSD makes resolving DNS more flexible, OpenBSD disables DoH in Firefox
A small, yet helpful, change is being planned for the future release of Fedora 32. The project plans to change the backend used by firewalld to use the kernel's nftables instead of the older iptables. Upstream, firewalld already uses nftables and Red Hat adopted nftables as the backend for Red Hat Enterprise Linux 8 earlier this year. How will this adjustment benefit Fedora users? The change proposal explains this will simplify and isolate firewall rules: "Fewer firewall rules (rule consolidation). All of firewalld's primitives will use the same underlying firewall (nftables) instead of duplicating rules both in iptables and ip6tables. In nftables rules can match both IPv4 and IPv6 packets. This reduces the number of firewall rules by half. firewalld's rules are namespaced. With nftables firewalld's rules are isolated to a 'firewalld' table. A separate firewall (or user) can create its own independent ruleset and firewalld will never touch it. Netfilter upstream is focusing on nftables, not iptables."
* * * * *
The Debian team has published updated install media for Debian 9 "Stretch" and Debian 10 "Buster". The new media is not a new version of the distribution, but does include bug fixes to reduce the amount of updates a new user needs to download. "Please note that the point release does not constitute a new version of Debian 10 but only updates some of the packages included. There is no need to throw away old Buster media. After installation, packages can be upgraded to the current versions using an up-to-date Debian mirror." The announcements for Buster and Stretch include further details.
* * * * *
On most Unix-like operating systems there is a file called /etc/resolv.conf which contains information on domain name servers, the servers which help our computers translate domain names, like example.com, into IP addresses. While placing information about domain name system (DNS) servers into a text file is straight forward, it does not elegantly handle situations where computers connect to multiple networks which may all have their own specific DNS settings. To deal with these sorts of situations openresolv is being imported into DragonFly BSD: "Roy Marples has imported openresolv 3.9.2 to DragonFly. This is a replacement for the old-style /etc/resolv.conf file. The more complicated your network, the more you will appreciate this tool." Information on how openresolv works can be found on its developer's website.
* * * * *
The developers of Firefox and Chrome, two of the world's most popular web browsers, are testing a feature which encrypts domain name lookups and transmits them over the secure HTTPS protocol. This special type of domain name lookup is called DNS over HTTPS (DoH). The intention is to hide the names of servers a user is contacting by encrypting the DNS traffic, which is usually sent across the network in a way which makes it visible to anyone watching for it. While the added security sounds appealing to many users there are two issues some people are raising against DoH being included in web browsers. The first is this allows the web browsers to ignore system-wide DNS settings, which side-steps the administrator's configuration and may prevent host-based ad blocking tools from working. The second is all DoH lookups are sent to a single, third-party such as Cloudflare. This may allow Cloudflare to collect a large amount of information about most web users.
The OpenBSD team has decided to remove the DoH feature from their Firefox package to avoid having the operating system's DNS settings side-stepped. "While encrypting DNS might be a good thing, sending all DNS traffic to Cloudflare by default is not a good idea. Applications should respect OS configured settings. The DoH settings still can be overridden if needed."
* * * * *
These and other news stories can be found on our Headlines page.
|
Questions and Answers (by Jesse Smith) |
Checking for Wayland and Wayland applications
Looking through windows asks: Is there a way to tell whether the desktop environment I am currently using is running on Wayland or not? And is it possible to detect if my desktop application is using Wayland or XWayland?
DistroWatch answers: Yes, there are tools for detecting whether your current desktop is running on a Wayland or X.Org session. Perhaps the easiest way you can check this is by opening a virtual terminal and running the following command. This should work on most Linux distributions:
echo $XDG_SESSION_TYPE
The above command prints out the value of the XDG_SESSION_TYPE variable. The command should print either "x11" on your terminal, indicating your desktop session is running on X.Org, or "wayland" if you have signed into a Wayland session.
To see if one of your desktop applications is running as a pure Wayland program, or under either X.Org or XWayland, you can run a command line tool called xprop, which is short for "X properties". Running xprop will cause your mouse cursor to turn into a cross. The next window you click on will cause xprop to display the information it can find on that application in your terminal. Clicking on a Wayland program should not result in xprop displaying any information. Clicking in a program running in X.Org/XWayland mode will display the program's icon, process name and window identity information.
* * * * *
Additional answers can be found in our Questions and Answers archive.
|
Released Last Week |
LXLE 18.04.3
Ronnie Whisler has announced the release of LXLE 18.04.3, a new version of the project's Lubuntu-based distribution targeting primarily older and low-specification desktop computers. This release brings various changes to the default application set, including a switch from LibreOffice to AbiWord/Gnumeric: "After many weeks of tweaks, adjustments and issues addressed the final version of LXLE 18.04.3 is being released for public criticism. This release concentrated on slimming down the distribution; providing computing essentials with a focus on low system resource usage while maintaining ease of use. Issues addressed: GParted launcher fixed; driver manager updated; simple image reducer fixed; keyboard input method updated; PPA library additions corrected; Xarchiver contextual menu fixed. Replaced applications: GIMP replaced with Pinta; Htop replaced with Lxtask; Sakura set as default terminal; FBreader replaced with Bookworm; OpenShot video editor replaced by PiTiVi; Libreoffice replaced with Abiword/Gnumeric/Spice-Up. Removed applications: PulseAudio Equalizer; Lubuntu Software Center; Java OpenJDK." Read the complete release announcement for further details.
OSGeoLive 13.0
Astrid Emde has announced the release of OSGeoLive 13.0, an important new release from the project that develops a specialist Lubuntu-based distribution featuring a large collection of open-source geospatial software and free world maps: "Version 13.0 of the OSGeoLive GIS software collection has been released at the International Conference for Free and Open Source Software for Geospatial (FOSS4G) in Bucharest, Romania. It was handed out to delegates and used in many workshops. Highlights for this release include: new applications - MapCache, GeoExt, t-rex, actinia; additional Python modules like Fiona, rasterio, cartopy, pandas, geopandas, mappyfile; improved documentation and four new translations, now supporting English, German, Spanish, Finnish, French, Italian, Japanese and Hungarian; version updates to many of the included packages. Version 13.0 has improved the Python experience a lot. With the introduction of Jupyter, OSGeoLive can be used in Python training, which supports the rising usage and relevance of Python in geospatial architectures." Here is the full release announcement with links to talks and presentations of the new version.

OSgeoLive 13.0 -- Running the LXDE desktop
(full image size: 3.2MB, resolution: 1920x1080 pixels)
Funtoo Linux 1.4
Daniel Robbins has announced the release of Funtoo Linux 1.4, a source-based distribution created by the original founder of Gentoo Linux in 2009. This version is probably the last one in the 1.x series as the author of the announcements suggests that work on Funtoo Linux 2.0 will begin shortly: "Funtoo Linux 1.4 is now to be considered officially released. Some changes in the last several weeks include: updating to GCC 9.2.0 to address an upstream compilation bug; additional testing/fixing of dependencies; new debian-sources and debian-sources-lts kernels; debian-sources-lts will now default to using 'custom-cflags' USE by default - this will give you a more optimized kernel; -march settings from your subarch mix-in will be applied to your kernel compilation as well - this appears to result in a noticeable performance improvement. I will continue to update documentation on the wiki relating to 1.4, and of course, 1.4 development continues with pull requests and issues reported to bugs.funtoo.org. I hope to start 2.0 development in about a month." Here is the brief release announcement, with further technical details provided in the release notes.
The Manjaro Linux team has announced the release of Manjaro Linux 18.1.0. The new version includes a graphical front-end for managing Snap and Flatpak packages through a tool called "buah". This version also presents an install-time option to include LibreOffice or FreeOffice. "After six months of development, version 18.1 of Manjaro Linux is now available. Juhraya offers numerous improvements, especially with regard to Office productivity applications and package management. Until now, only LibreOffice has been preinstalled. The latest version of Manjaro give you now a choice during installation. With the latest stable version 18.1 of the operating system, you can opt for the no-cost Office suite FreeOffice 2018 from the German software developer SoftMaker, still go for LibreOffice or even skip to install any Office Suite at all. The FreeOffice suite targets users who value seamless compatibility with Microsoft Office. It uses the current Microsoft file formats DOCX, XLSX and PPTX natively." Further details can be found in the project's release announcement.

Manjaro Linux 18.1.0 -- Running the Xfce desktop
(full image size: 497kB, resolution: 1280x1024 pixels)
Endless OS 3.6.3
The Endless OS team has published an update to their distribution's 3.6 series. The new update offers a few new key features to help the computer's owner lock down the system and also fixes some issues with booting and logging into the desktop. "Endless OS 3.6.3 was released to existing users today. Images for new installations will be available soon. It is now possible to restrict users' access to web browsers via parental controls. This will prevent the user from running the built-in web browser, or any of the browsers available through the app centre (including Chrome and Firefox). It is now possible to apply parental controls to administrator users, as well as standard users. This allows you to (for example) hide violent games from the app center, or prevent yourself from running certain installed apps (similar to 'digital wellbeing' features on other platforms). If your administrator user has a password set, the password is required to change these settings. Startup and login errors fixed: Between 3.6.0 and 3.6.2, there were two known issues which could prevent you from booting or logging into your computer. Both are addressed in this release." 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. 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,610
- Total data uploaded: 28.0TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll (by Jesse Smith) |
Applications running on Wayland sessions
In our Questions and Answers column this week we talked about detecting Wayland and X.Org desktop sessions as well as determining whether a specific application was purely a Wayland program or built to run in an X.Org environment. We would like to find out, from people running Wayland desktop sessions, are your applications all purely Wayland or do you also run X.Org applications?
You can see the results of our previous poll on large programs running in memory in last week's edition. All previous poll results can be found in our poll archives.
|
Applications running on Wayland sessions
I am running pure Wayland applications on Wayland: | 16 (1%) |
I am running X.Org applications on Wayland: | 13 (1%) |
I am running a mix of Wayland and X.Org applications on Wayland: | 102 (9%) |
I am not running a Wayland session: | 872 (77%) |
Unsure/Other: | 123 (11%) |
|
|
Website News (by Jesse Smith) |
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 23 September 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: 1, value: US$3.78) |
  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 | 
Xarnoppix
Xarnoppix was a Knoppix-based live CD with support for Catalan and Spanish.
Status: Discontinued
|
Linux Training |

|
|