DistroWatch Weekly |
DistroWatch Weekly, Issue 722, 24 July 2017 |
Running a source-based distribution gives the user a great deal of flexibility when it comes to deciding what features should be included in the operating system. However, compiling applications from their source code can be a time-consuming endeavour. For people who would like to find a balance between customization and convenience, there are distributions like Calculate Linux. Calculate maintains its roots in the source-based Gentoo project while offering convenient, graphical utilities for installing and configuring the operating system. This week, first-time DistroWatch contributor Robert Rijkhoff explores Calculate Linux and reports on his experiences. In our Questions and Answers column we talk about tracking what privileged users are doing with the sudo command. We also talk about monitoring the operating system and log files in our Opinion Poll. In our News section we talk about Jide discontinuing their desktop, Android-based operating system. We also talk about new Linux laptops being sold by Starlabs, an update to Debian 9 and link to an interview with Debian's Project Leader, Chris Lamb. This week we added three new projects to our database: RasPlex, Raspberry Slideshow and Raspberry Digital Signage. We also divided our Pardus Linux page into two separate pages to better represent the separate efforts of the Pardus and Pardus Topluluk organizations. We wish you all a terrific week and happy reading.
Content:
- Review: Calculate Linux 17.6 "KDE"
- News: Remix OS discontinues desktop product, Starlabs launches line of Linux laptops, Debian project releases update for version 9, an interview with Debian's Project Leader
- Questions and answers: Logging sudo usage
- Released last week: SparkyLinux 5.0, Netrunner 2017.07, Quirky 8.2
- Torrent corner: AUSTRUMI, BackBox, Debian, deepin, Elive, Netrunner, OPNsense, Q4OS, Quirky, Revenge OS, SparkyLinux, Zenwalk
- Upcoming releases: FreeBSD 11.1, Ubuntu 17.10 Alpha 2
- Opinion poll: Checking system logs
- DistroWatch.com news: Dividing the Pardus page and renaming OBRevenge OS
- New additions: Raspberry Digital Signage, Raspberry Slideshow, RasPlex
- Reader comments
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (52MB) and MP3 (89MB) formats.
|
Feature Story (by Robert Rijkhoff) |
Calculate Linux 17.6 KDE
Calculate Linux is a Gentoo-based distribution. The project's slogan is "Easy Linux from the source," which refers to the fact that Calculate is relatively easy to use but still benefits from Gentoo's powerful and flexible source-based Portage package manager.
Calculate recently celebrated its tenth birthday and released Calculate Linux 17.6. The distro comes in four flavours; apart from a desktop and server edition there's Calculate Scratch ("for those who want to build a customized system that works for them") and Calculate Media Center ("for your home multimedia center"). Each version is available for the x86_64 and i686 architectures and uses SysV init rather than systemd.
The desktop edition has ISOs for the KDE, Cinnamon, MATE and Xfce desktop environments - GNOME is presumably not available because of its dependency on systemd. I opted for the 64-bit KDE version, which is just over 2GB in size.
Installation
Booting from the ISO takes us to a live desktop environment, which enables us to check if everything works as expected before taking the plunge. The desktop includes short-cuts to a local install guide (which is in fact a single page with links to documentation on the Calculate website), the KDE Partition Manager and the Calculate Linux Installer. I used the partition manager to set up my partitions before running the installer and found the application worked very well - if you're familiar with GParted you'll have no problems with KDE's equivalent.
Calculate Linux 17.6 -- Managing disk partitions
(full image size: 257kB, resolution: 1280x720 pixels)
Calculate's installer is unlike any graphical installer I've seen - it asks for a lot more information than, say, Ubuntu's Ubiquity installer or Fedora's Anaconda. Among others, we can choose whether we want to use Pulse Audio or ALSA for sound, what graphics card and screen resolution we want to use and how often Calculate should check for software updates. These settings can be changed later via the Calculate Console configuration utility, but I appreciate having these options at install-time. I found Calculate automatically detected all my hardware, so I could simply accept the default settings.
Calculate Linux 17.6 -- The system installer
(full image size: 322kB, resolution: 1280x720 pixels)
I mentioned that I had set up my partitions before running the installer. If you prefer, you can let Calculate "auto-partition" your hard drive. "Auto-partition" isn't quite the right term as the installer gives us various options for how the auto-partitioning should be done. On the next tab, called Mount Points, you then have the option to tweak your partitions - it's still possible to add, remove and resize partitions at this stage.
The Users tab is worth mentioning as well. Here, we set the root password and add users. By default there's a user named "guest" with "Full access" - this can be changed to "Updates only". I opted to delete the guest user and add myself as a user with full access. When we add a user we need to choose what groups our new user should belong to and here I ran into an error. Selecting "Default" (which seemed a sensible option) caused a cryptic error message that suggested I hadn't added myself to any groups. Adding myself to all groups and then displaying and then hiding the advanced options on the tab seemed to somehow solve the issue and I was able to proceed.
Apart from the unexpected error while adding a user I was quite impressed with the installer. The developers have clearly put some thought into how an installer can be feature-rich but still user-friendly. I also quite liked the banner images on the first and last tab - the first tab features an image of colourful balloons in a bright blue sky ("let the party begin!") while the final tab shows an image of penguins sliding down a slope and plunging into the sea ("here we go!").
Calculate Linux 17.6 -- The application menu
(full image size: 384kB, resolution: 1280x720 pixels)
Package management (Gentoo-style)
Out of the box Calculate uses binary packages which can be updated either via the graphical Calculate Linux Update utility or via the command line. The commands for updating package information and installing and removing software are fairly straight-forward - for all intents and purposes you can maintain software as you would on, say, Debian or Fedora. There are some fundamental differences between Portage and package managers such as APT and DNF however, and this is where Calculate becomes interesting.
One of Portage's most powerful features is USE flags. You can think of USE flags as settings that define if an option should or shouldn't be compiled. If you don't have a fancy graphics card you don't need your software to support OpenGL, for instance, and so you can disable this option, either "locally" (for individual packages) or "globally" (for all packages). The more you specify USE flags, the more your software will be tailored to your requirements.
To give an example, I decided that I wanted to install the Shutter screen shot tool. We can search for applications using the eix utility:
# eix shutter
* x11-misc/shutter
Available versions: 0.93.1-r3 {drawing}
Homepage: http://shutter-project.org/
Description: Feature-rich screen shot program
* x11-misc/shutterbug
Available versions: 1.7.49 {debug doc +jpeg +png profile +tiff}
Homepage: http://www.fox-toolkit.org/
Description: Screenshot utility based on the FOX Toolkit
Found 2 matches
We can next check what USE flags are available. The below output shows that there's a "drawing" flag which is disabled by default:
# equery uses x11-misc/shutter
[ Legend : U - final flag setting for installation]
[ : I - package is installed with flag ]
* Found these USE flags for x11-misc/shutter-0.93.1-r3:
U I
- - drawing : Enables drawing tool
Shutter's drawing tool makes it possible to draw things like arrows on your screen shots. To enable the feature I created a file named "shutter" (the name is irrelevant) in the /etc/portage/package.use directory and added a statement to tell Portage that "drawing" should be enabled when we compile the "x11-misc/shutter" package:
# cat /etc/portage/package.use/shutter
x11-misc/shutter drawing
Features can be disabled by adding a minus sign in front of the USE option. For example, we can tell Portage to compile the Chromium browser without proprietary codecs (such as H.264 and MP3) using this line:
www-client/chromium -proprietary-codecs
Next, we need to tell Portage to install (or merge, in Portage-speak) our Shutter package by compiling it from source:
# emerge -uN shutter
Installing software this way takes a long time and uses lots of system resources (the output actually displays the system's load averages). Compiling and installing Shutter took about an hour - larger packages such as the Chromium browser will take several hours. The result, though, is software that has been optimized for your system and/or requirements. In my case, I got Shutter with the drawing tool.
Calculate Linux 17.6 -- Creating a screen shot with drawings
(full image size: 197kB, resolution: 1280x720 pixels)
The desktop environment
The KDE version of Calculate comes with Plasma 5.9.5. For browsing we get the latest version of Firefox while LibreOffice is at version 5.2.7. Typical KDE applications include the Kmail email client, Dolphin file manager, Kwrite text editor and Konversation IRC client. There were a couple of unusual applications installed as well. For instance, we get Qt Designer (a "WYSIWYG tool for designing and building Qt-based GUIs") and Ktnef (a proprietary file viewer for e-mail attachments in the TNEF format).
Calculate Linux 17.6 -- Running the KDE Plasma desktop
(full image size: 327kB, resolution: 1280x720 pixels)
I found a few applications that had been customized by the Calculate developers. Firefox, for instance, comes with an ad-blocker (uBlock) and a Flash plug-in pre-installed. Claws Mail, which isn't installed by default, has got a Calculate theme (which needs to be installed separately) and by default the e-mail client checked for new e-mails every five seconds (Claws' default setting is to not automatically check for new emails).
Calculate's KDE desktop has been customized quite a bit as well. There's a panel at the top of the screen crammed with a traditional application menu and lots of other widgets and moving the mouse cursor to the bottom of the screen reveals a dock-like panel with application short-cuts. I like having a traditional menu but Calculate's implementation felt a bit crowded. For each application both the name and description are displayed, which results in entries like "Clementine (Clementine Music Player)". Most of these lines are too long to be displayed and the menu therefore contains lots of truncated entries. Personally, I would have been happy with just the names of the applications being displayed.
I'm not very familiar with KDE but got on well with the desktop environment. My only gripe was that there were some seemingly simple customization's that I was unable to make. For instance, there appears to be no way to reduce the size of the humongous clock in the system tray (I ended up removing the eyesore) and I wasn't able to remove desktop icons.
I encountered a couple of small bugs as well. Most notably, the KDE handbook was completely broken. Links to the handbook from KDE applications invariably resulted in a "Documentation not found" page and even navigating the handbook wasn't possible. I also noticed a few translation errors. The default "activity", for instance, was called "Начальная комната" (which translates as "Start-up room"). Overall, though, I was impressed by how responsive the desktop was and I liked the look and feel - it's very much a desktop that doesn't get in your way.
Documentation and community
During my trial I had various questions. Calculate's website has a fair amount of documentation but it's nowhere near enough to really get started with Calculate's more advanced features. I quickly learned that Calculate's English language forums aren't very active (the Russian forums are more lively) and I didn't receive much of a response to questions I asked on Calculate's IRC channel.
My main source of information was Gentoo's excellent handbook. This helped me understand Portage but not some Calculate-specific features. To give two examples, I wasn't able to find out whether or not Calculate really is a rolling release distro (as the documentation mentions in passing) and the graphical Calculate Console utility has various features which aren't documented at all.
Calculate Linux 17.6 -- The settings console
(full image size: 454kB, resolution: 1280x720 pixels)
Conclusions
If you're interested in Gentoo but don't want to dive in head-first then Calculate might be for you. The project's documentation could be improved but if you're an experienced Linux user than I'm sure you'll slowly get familiar with Portage's more advanced features.
I think people who want to avoid systemd should also consider Calculate. The distro is perfectly usable without ever compiling software from source. Everything "just worked" and the developers have clearly made a huge effort to make a polished operating system.
* * * * *
Hardware used for this review:
My physical test equipment for this review was a Lenovo Z570 laptop with the following specifications:
- Processor: Intel Core i3-2350M, 2.3GHz
- Memory: 4GB of RAM
- Wireless network adaptor: Qualcomm Atheros AR9285
- Wired network adaptor: Realtek RTL8101/2/6E 05)
* * * * *
Visitor supplied rating
Calculate Linux has a visitor supplied average rating of: 8.3/10 from 19 review(s).
Have you used Calculate Linux? You can leave your own review of the project on our ratings page.
|
Miscellaneous News (by Jesse Smith) |
Remix OS discontinues desktop product, Starlabs launches line of Linux laptops, Debian project releases update for version 9, an interview with Debian's Project Leader
The Remix OS project took the desktop port of Android, Android-x86, and used it to develop an operating system for desktop and laptop computers. Jide, the organization behind Remix OS, has stated that they are discontinuing their Android-based desktop operating system. "Over the past year, we received an increasing number of inquiries from enterprises in various industries, and began helping them build great tools for their organizations by leveraging Jide software and hardware. We see huge potential in the role that Jide can play to revolutionize how these businesses operate. And given our existing resources, we decided to focus our company efforts solely on the enterprise space moving forward. We'll be restructuring our approach to Remix OS and transitioning away from the consumer space. As a result, development on all existing products such as Remix OS for PC as well as products in our pipeline such as Remix IO and IO+ will be discontinued. Full refunds will be issued to all backers via Kickstarter for both Remix IO and Remix IO+. In addition any purchases made via our on-line store that has remained unfulfilled will also be fully refunded. This requires no action from you as we will begin issuing refunds starting August 15th."
* * * * *
Starlabs, a PC retailer in the United Kingdom, has announced a line of Linux-compatible laptops. These laptops can be purchased with either no operating installed, or with a selection of Linux distributions installed on the disk drive. There are four laptops available, which will run elementary OS, Kali Linux, Linux Mint and Ubuntu. Additional information and hardware specifications can be found on the Starlabs website.
* * * * *
The Debian project has announced updated installation media for the distribution's Debian 9 "Stretch" release. The new media is not a new version of Debian, but does provide fresh media with available security updates for people performing new installations. An announcement on the Debian website states: "Please note that the point release does not constitute a new version of Debian 9 but only updates some of the packages included. There is no need to throw away old Stretch media. After installation, packages can be upgraded to the current versions using an up-to-date Debian mirror. Those who frequently install updates from security.debian.org won't have to update many packages, and most such updates are included in the point release."
Chris Lamb became Debian's Project Leader earlier this year. In an interview with the Debian Brasil blog, Lamb shares how he got started with Debian, Debian's experimental ports and issues with the project's live installation media. "My first experience with Debian was a happy accident. I had sent off for a five CD set of Red Hat from 'The Linux Emporium', a company in the UK that shipped CD-ROMs of GNU/Linux distributions, an essential service prior to fast Internet connections. However, I was to discover I lacked the 12MB of RAM required to run the Red Hat installer. Annoyed, I reached for a Debian 'Potato' CD that was included (free-of-charge) in my order due to it being rather outdated, even at the time..."
* * * * *
These and other news stories can be found on our Headlines page.
|
Questions and Answers (by Jesse Smith) |
Logging sudo usage
Watching-what-sudo-does asks: I have a computer where multiple people have sudo access. Is there a way I can keep track of what everyone is doing when they run sudo <some command> and log it to a file?
DistroWatch answers: The sudo command is a powerful tool for granting users the ability to run commands as other users. Usually we use sudo to give select people administrative access to the computer. This can be very convenient, but it also means we need to place a certain amount of trust in each person who is granted sudo access.
To answer your question, the sudo command and its cousin doas both automatically log the commands people try to run. The exact location of this log may vary, but is often saved as /var/log/auth.log. Both commands will record who ran the command and the specific command line that was passed to sudo or doas. The auth.log file contains other entries too, but you can filter those out if you wish. The following example with the grep command will show all instances of recent sudo usage on my system:
grep sudo /var/log/auth.log
If you are worried about someone trying to cover their tracks by tampering with the log, you can run a scheduled script to copy the log to another computer at regular intervals.
While the log file will tell you who did what, a better preventative measure is to grant each user access to only the specific commands they need. With sudo and doas you can grant specific privileges to different users, access does not need to be handed out in an "all or nothing" manner. In a previous Questions and Answers column we covered how to share sudo permissions with multiple users. If you are planning on providing sudo access specifically so someone can set up a printer or install software updates, fine-tuning sudo's configuration to only grant a user access to those tools will provide a more secure solution than logging what the user does with full access to the system.
* * * * *
More answers can be found in our Questions and Answers archive.
|
Released Last Week |
SparkyLinux 5.0
The SparkyLinux team has announced the release of SparkyLinux 5.0. The new release is based on Debian's Testing branch and is available in three editions: LXQt, MATE and Xfce. "Sparky "Home" edition provides fully featured operating system with lightweight desktops: LXQt, MATE and Xfce. As usually, Sparky MinimalGUI (Openbox) and MinimalCLI (text based) lets you install the base system with a minimal set of applications and a desktop of your choice, via the Sparky Advanced Installer. Changes between version 4.5 and 5.0: full system upgraded from Debian Testing repos as of July 14, 2017; Linux kernel 4.11.6 as default (4.12.x is available in Sparky Unstable repo); new theme 'Sparky5'; new theme of LXQt edition; new default wallpaper created by our community member 'barti'; new set of wallpapers of the Nature category, with a few nice landscapes from Poland; Calamares 3.1.1 as the default system installer; new tool for checking and displaying notification on your desktop about available updates." More information on SparkyLinux 5.0 can be found in the project's release announcement.
Netrunner 2017.07 "Rolling"
The Netrunner team has announced a new snapshot of the project's rolling release edition, which is based on Manjaro Linux. The rolling release, which was last updated about 18 months ago, includes package updates across the board. The new snapshot, Netrunner 2017.07, features the KDE Plasma 5.10.3 desktop environment, Firefox 54 and version 4.11.8 of the Linux kernel. "Yes, it's back: An up-to-date Netrunner Rolling ISO has been released today after 18 months from the last release. That means Netrunner is now available again as part of the two biggest non-commercial, community-driven distributions since our split from Maui: Debian and Manjaro/Arch. While it would have been possible to simply update the previous system due to its inherent rolling nature, we recommend a fresh install. Our plan is to release an updated install medium regularly 2-3x times a year. What's new? Compared to the 2016.01 version which featured KDE Plasma 5.5.4, Qt 5.5.1 and Firefox 44 at that time, here is what's changed: KDE Plasma 5.10.3, KDE Frameworks 5.35, KDE Applications 17.04.2, Qt 5.9.0, Linux Kernel 4.11.8, Firefox 54.0.1, Thunderbird 52.2.1, LibreOffice 5.2.7." Additional information and screen shots can be found in the project's release announcement.
Netrunner 2017.07 -- Running the Plasma desktop
(full image size: 365kB, resolution: 1920x1080 pixels)
Quirky 8.2
Barry Kauler has announced the release of a new version of Quirky, a close relative to Puppy Linux that is built using a tool called Woof. The new release, Quirky 8.2, runs on 64-bit x86 computers and offers mostly incremental improvements over previous 8.x releases: "Quirky Linux 8.2 x86_64 is codenamed 'Xerus' and is built using the woofQ Quirky Linux build system, with the help of Ubuntu 16.04.2 binary packages. Thus, Xerus has compatibility with all of the Ubuntu repositories. Quirky is a fork of Puppy Linux, and is mainly differentiated by being a "full installation" only, with special snapshot and recovery features, and Service Pack upgrades, though recently there is limited support for live-CD session-saving and "frugal" installation. Version 8.2 has many architectural improvements and package upgrades, including new packages JWMDesk, UrxvtControl and Take-a-Shot. Among architectural improvements, the overlay file system has been dumped in favour of aufs, mime-handling fixes, and network-connection refinements. A significant change in application selection is VLC dumped in favour of Xine. The Linux kernel is version 4.11.11 and SeaMonkey is upgraded to version 2.48b1." Further information can be found in the project's release announcement and in the release notes.
deepin 15.4.1
The deepin team has announced the availability of a new release of the project's Debian-based distribution. The new version, deepin 15.4.1, provides mostly minor updates over the previously released 15.4 branch. "deepin is a Linux distribution devoted to providing beautiful, easy to use, security and reliable system for global users. As a revised edition, deepin 15.4.1 added Launcher mini mode, application start animation and window preview effect, optimized 2-D mode of window manager, fixed bugs that forum users submitted and updated Deepin applications to the newest version. Launcher mini mode is added, back to the classic operating way. Two modes are provided for user to switch freely. Well-designed application start animation increased the interest to run application. It's more efficient to drag and drop file to the application on Dock for opening. Window preview effect is back to make your dektop more vivid. Rebuilt Deepin Screenshot, really can start in one second. Newly designed the toolbar and marquee, added the function to directly capture context menu." Additional information and screen shots can be found in the project's release announcement.
BackBox 5
BackBox Linux is a Ubuntu-based distribution designed for penetration testing and security evaluations. The Backbox distribution is designed to be fast and easy to use with a wide collection of security utilities. It provides a minimal yet complete desktop environment The BackBox project has announced the release of a new version, BackBox 5. The new version features Linux 4.8, several updated tools and builds for 32-bit and 64-bit x86 computers. The release announcement shares the following details: "The BackBox Team proudly announces the major release of BackBox v5. It took long due to several development processes, but we worked hard and got through it. In this major release we made some structural changes, we removed outdated tools and added new ones. What's new: New logo and identity; updated Linux Kernel 4.8; updated all hacking tools."
* * * * *
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. Thanks to Linux Tracker we are able to share the following torrent statistics.
Torrent Corner statistics:
- Total torrents seeded: 503
- Total data uploaded: 14.7TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll |
Checking system logs
In this week's Questions and Answers column we talked about monitoring the actions of privileged users through system logs. Some people check their system logs on a regular basis, others rely on automated tools to watch logs and report suspicious activity. Others ignore their log files entirely. This week we would like to find out how our readers regard their log files. Do you use them to keep an eye on the system, or are your log files just cluttering up the disk?
You can see the results of our previous poll on installing software from source code in last week's edition. All previous poll results can be found in our poll archives.
|
Checking system logs
I check system logs manually: | 446 (36%) |
I get log summaries from automated tools: | 81 (6%) |
I do not check system logs: | 721 (58%) |
|
|
DistroWatch.com News |
Dividing the Pardus page and renaming OBRevenge OS
A few years ago the organization which was developing the Turkish Pardus distribution appeared to go dormant and, about six months later, a group of community developers launched a continuation of Pardus called "Pardus Community" or "Pardus Topluluk". This community effort appeared to be the only active branch of the Pardus distribution and we continued to track Pardus Topluluk on our Pardus information page.
In early July, the original Pardus distribution came out of retirement and published a new release, Pardus 17.0. Around the same time the community group released a new version called Pardus Topluluk 4.0. E-mails exchanged with the respect projects give the impression the two projects will not merge in the future.
As both Pardus communities were using the Pardus name, but using separate websites, developers and version numbers, there was great potential for confusion among our readers. In an effort to make it clear which software releases were coming from which Pardus project, the Pardus DistroWatch page has been divided into two separate pages. The project which uses the pardus.org.tr website and has sometimes been referred to as the "Corporate" edition of the distribution, will be tracked on our Pardus page. The "Community" edition, located at pardustopluluk.org will be tracked on our Pardus Topluluk page.
Links to the resources of the respective projects and their previous release announcements are being divided between the two separate project pages.
In other DistroWatch.com news, following a change in the naming of the OBRevenge OS distribution to Revenge OS, we have updated our page for the project. Information on the Arch-based distribution can be found on our Revenge OS page. The links have also been updated as the distribution's old home page was no longer active.
* * * * *
New projects added to database
Raspberry Digital Signage
Raspberry Digital Signage is an operating system designed for digital signage installations on the Raspberry Pi: it displays a full-screen browser view restricted to a specified resource. It shows web pages from an Internet, local area network or internal (SD-card contained) sources; there is no way to escape this view but rebooting the machine.
Raspberry Digital Signage 9.0 -- Configuring the browser view
(full image size: 336kB, resolution: 3200x1800 pixels)
Raspberry Slideshow
Raspberry Slideshow is focused on quick-to-set-up image and video slideshows for the Raspberry Pi. Insert a USB key with image/video files or retrieval information and boot: the system will display a slideshow of the media in a full-screen view using the Omxplayer.
RasPlex
RasPlex lets you turn your TV into a Smart TV. Similar to the AppleTV, but running on a Raspberry Pi computer and completely free and open source, RasPlex is basically a set-top box that lets you play content from your computer or smart phone to your TV. RasPlex currently uses LibreELEC as its base OS.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 31 July 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: 5, value: US$35.32) |
|
|
|
bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr 86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
Extended Lifecycle Support by TuxCare |
| |
TUXEDO |
TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
Archives |
• Issue 1091 (2024-10-07): Redox OS 0.9.0, Unified package management vs universal package formats, Redox begins RISC-V port, Mint polishes interface, Qubes certifies new laptop |
• Issue 1090 (2024-09-30): Rhino Linux 2024.2, commercial distros with alternative desktops, Valve seeks to improve Wayland performance, HardenedBSD parterns with Protectli, Tails merges with Tor Project, Quantum Leap partners with the FreeBSD Foundation |
• Issue 1089 (2024-09-23): Expirion 6.0, openKylin 2.0, managing configuration files, the future of Linux development, fixing bugs in Haiku, Slackware packages dracut |
• Issue 1088 (2024-09-16): PorteuX 1.6, migrating from Windows 10 to which Linux distro, making NetBSD immutable, AlmaLinux offers hardware certification, Mint updates old APT tools |
• Issue 1087 (2024-09-09): COSMIC desktop, running cron jobs at variable times, UBports highlights new apps, HardenedBSD offers work around for FreeBSD change, Debian considers how to cull old packages, systemd ported to musl |
• Issue 1086 (2024-09-02): Vanilla OS 2, command line tips for simple tasks, FreeBSD receives investment from STF, openSUSE Tumbleweed update can break network connections, Debian refreshes media |
• Issue 1085 (2024-08-26): Nobara 40, OpenMandriva 24.07 "ROME", distros which include source code, FreeBSD publishes quarterly report, Microsoft updates breaks Linux in dual-boot environments |
• Issue 1084 (2024-08-19): Liya 2.0, dual boot with encryption, Haiku introduces performance improvements, Gentoo dropping IA-64, Redcore merges major upgrade |
• Issue 1083 (2024-08-12): TrueNAS 24.04.2 "SCALE", Linux distros for smartphones, Redox OS introduces web server, PipeWire exposes battery drain on Linux, Canonical updates kernel version policy |
• Issue 1082 (2024-08-05): Linux Mint 22, taking snapshots of UFS on FreeBSD, openSUSE updates Tumbleweed and Aeon, Debian creates Tiny QA Tasks, Manjaro testing immutable images |
• Issue 1081 (2024-07-29): SysLinuxOS 12.4, OpenBSD gain hardware acceleration, Slackware changes kernel naming, Mint publishes upgrade instructions |
• Issue 1080 (2024-07-22): Running GNU/Linux on Android with Andronix, protecting network services, Solus dropping AppArmor and Snap, openSUSE Aeon Desktop gaining full disk encryption, SUSE asks openSUSE to change its branding |
• Issue 1079 (2024-07-15): Ubuntu Core 24, hiding files on Linux, Fedora dropping X11 packages on Workstation, Red Hat phasing out GRUB, new OpenSSH vulnerability, FreeBSD speeds up release cycle, UBports testing new first-run wizard |
• Issue 1078 (2024-07-08): Changing init software, server machines running desktop environments, OpenSSH vulnerability patched, Peppermint launches new edition, HardenedBSD updates ports |
• Issue 1077 (2024-07-01): The Unity and Lomiri interfaces, different distros for different tasks, Ubuntu plans to run Wayland on NVIDIA cards, openSUSE updates Leap Micro, Debian releases refreshed media, UBports gaining contact synchronisation, FreeDOS celebrates its 30th anniversary |
• Issue 1076 (2024-06-24): openSUSE 15.6, what makes Linux unique, SUSE Liberty Linux to support CentOS Linux 7, SLE receives 19 years of support, openSUSE testing Leap Micro edition |
• Issue 1075 (2024-06-17): Redox OS, X11 and Wayland on the BSDs, AlmaLinux releases Pi build, Canonical announces RISC-V laptop with Ubuntu, key changes in systemd |
• Issue 1074 (2024-06-10): Endless OS 6.0.0, distros with init diversity, Mint to filter unverified Flatpaks, Debian adds systemd-boot options, Redox adopts COSMIC desktop, OpenSSH gains new security features |
• Issue 1073 (2024-06-03): LXQt 2.0.0, an overview of Linux desktop environments, Canonical partners with Milk-V, openSUSE introduces new features in Aeon Desktop, Fedora mirrors see rise in traffic, Wayland adds OpenBSD support |
• Issue 1072 (2024-05-27): Manjaro 24.0, comparing init software, OpenBSD ports Plasma 6, Arch community debates mirror requirements, ThinOS to upgrade its FreeBSD core |
• Issue 1071 (2024-05-20): Archcraft 2024.04.06, common command line mistakes, ReactOS imports WINE improvements, Haiku makes adjusting themes easier, NetBSD takes a stand against code generated by chatbots |
• Issue 1070 (2024-05-13): Damn Small Linux 2024, hiding kernel messages during boot, Red Hat offers AI edition, new web browser for UBports, Fedora Asahi Remix 40 released, Qubes extends support for version 4.1 |
• Issue 1069 (2024-05-06): Ubuntu 24.04, installing packages in alternative locations, systemd creates sudo alternative, Mint encourages XApps collaboration, FreeBSD publishes quarterly update |
• Issue 1068 (2024-04-29): Fedora 40, transforming one distro into another, Debian elects new Project Leader, Red Hat extends support cycle, Emmabuntus adds accessibility features, Canonical's new security features |
• Issue 1067 (2024-04-22): LocalSend for transferring files, detecting supported CPU architecure levels, new visual design for APT, Fedora and openSUSE working on reproducible builds, LXQt released, AlmaLinux re-adds hardware support |
• Issue 1066 (2024-04-15): Fun projects to do with the Raspberry Pi and PinePhone, installing new software on fixed-release distributions, improving GNOME Terminal performance, Mint testing new repository mirrors, Gentoo becomes a Software In the Public Interest project |
• Issue 1065 (2024-04-08): Dr.Parted Live 24.03, answering questions about the xz exploit, Linux Mint to ship HWE kernel, AlmaLinux patches flaw ahead of upstream Red Hat, Calculate changes release model |
• Issue 1064 (2024-04-01): NixOS 23.11, the status of Hurd, liblzma compromised upstream, FreeBSD Foundation focuses on improving wireless networking, Ubuntu Pro offers 12 years of support |
• Issue 1063 (2024-03-25): Redcore Linux 2401, how slowly can a rolling release update, Debian starts new Project Leader election, Red Hat creating new NVIDIA driver, Snap store hit with more malware |
• Issue 1062 (2024-03-18): KDE neon 20240304, changing file permissions, Canonical turns 20, Pop!_OS creates new software centre, openSUSE packages Plasma 6 |
• Issue 1061 (2024-03-11): Using a PinePhone as a workstation, restarting background services on a schedule, NixBSD ports Nix to FreeBSD, Fedora packaging COSMIC, postmarketOS to adopt systemd, Linux Mint replacing HexChat |
• Issue 1060 (2024-03-04): AV Linux MX-23.1, bootstrapping a network connection, key OpenBSD features, Qubes certifies new hardware, LXQt and Plasma migrate to Qt 6 |
• Issue 1059 (2024-02-26): Warp Terminal, navigating manual pages, malware found in the Snap store, Red Hat considering CPU requirement update, UBports organizes ongoing work |
• Issue 1058 (2024-02-19): Drauger OS 7.6, how much disk space to allocate, System76 prepares to launch COSMIC desktop, UBports changes its version scheme, TrueNAS to offer faster deduplication |
• Issue 1057 (2024-02-12): Adelie Linux 1.0 Beta, rolling release vs fixed for a smoother experience, Debian working on 2038 bug, elementary OS to split applications from base system updates, Fedora announces Atomic Desktops |
• Issue 1056 (2024-02-05): wattOS R13, the various write speeds of ISO writing tools, DSL returns, Mint faces Wayland challenges, HardenedBSD blocks foreign USB devices, Gentoo publishes new repository, Linux distros patch glibc flaw |
• Issue 1055 (2024-01-29): CNIX OS 231204, distributions patching packages the most, Gentoo team presents ongoing work, UBports introduces connectivity and battery improvements, interview with Haiku developer |
• Issue 1054 (2024-01-22): Solus 4.5, comparing dd and cp when writing ISO files, openSUSE plans new major Leap version, XeroLinux shutting down, HardenedBSD changes its build schedule |
• Issue 1053 (2024-01-15): Linux AI voice assistants, some distributions running hotter than others, UBports talks about coming changes, Qubes certifies StarBook laptops, Asahi Linux improves energy savings |
• Issue 1052 (2024-01-08): OpenMandriva Lx 5.0, keeping shell commands running when theterminal closes, Mint upgrades Edge kernel, Vanilla OS plans big changes, Canonical working to make Snap more cross-platform |
• Issue 1051 (2024-01-01): Favourite distros of 2023, reloading shell settings, Asahi Linux releases Fedora remix, Gentoo offers binary packages, openSUSE provides full disk encryption |
• Issue 1050 (2023-12-18): rlxos 2023.11, renaming files and opening terminal windows in specific directories, TrueNAS publishes ZFS fixes, Debian publishes delayed install media, Haiku polishes desktop experience |
• Issue 1049 (2023-12-11): Lernstick 12, alternatives to WINE, openSUSE updates its branding, Mint unveils new features, Lubuntu team plans for 24.04 |
• Issue 1048 (2023-12-04): openSUSE MicroOS, the transition from X11 to Wayland, Red Hat phasing out X11 packages, UBports making mobile development easier |
• Issue 1047 (2023-11-27): GhostBSD 23.10.1, Why Linux uses swap when memory is free, Ubuntu Budgie may benefit from Wayland work in Xfce, early issues with FreeBSD 14.0 |
• Issue 1046 (2023-11-20): Slackel 7.7 "Openbox", restricting CPU usage, Haiku improves font handling and software centre performance, Canonical launches MicroCloud |
• Issue 1045 (2023-11-13): Fedora 39, how to trust software packages, ReactOS booting with UEFI, elementary OS plans to default to Wayland, Mir gaining ability to split work across video cards |
• Issue 1044 (2023-11-06): Porteus 5.01, disabling IPv6, applications unique to a Linux distro, Linux merges bcachefs, OpenELA makes source packages available |
• Issue 1043 (2023-10-30): Murena Two with privacy switches, where old files go when packages are updated, UBports on Volla phones, Mint testing Cinnamon on Wayland, Peppermint releases ARM build |
• Issue 1042 (2023-10-23): Ubuntu Cinnamon compared with Linux Mint, extending battery life on Linux, Debian resumes /usr merge, Canonical publishes fixed install media |
• Issue 1041 (2023-10-16): FydeOS 17.0, Dr.Parted 23.09, changing UIDs, Fedora partners with Slimbook, GNOME phasing out X11 sessions, Ubuntu revokes 23.10 install media |
• Issue 1040 (2023-10-09): CROWZ 5.0, changing the location of default directories, Linux Mint updates its Edge edition, Murena crowdfunding new privacy phone, Debian publishes new install media |
• Issue 1039 (2023-10-02): Zenwalk Current, finding the duration of media files, Peppermint OS tries out new edition, COSMIC gains new features, Canonical reports on security incident in Snap store |
• Issue 1038 (2023-09-25): Mageia 9, trouble-shooting launchers, running desktop Linux in the cloud, New documentation for Nix, Linux phasing out ReiserFS, GNU celebrates 40 years |
• Issue 1037 (2023-09-18): Bodhi Linux 7.0.0, finding specific distros and unified package managemnt, Zevenet replaced by two new forks, openSUSE introduces Slowroll branch, Fedora considering dropping Plasma X11 session |
• Full list of all issues |
Star Labs |
Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
Random Distribution |
Ubuntu Cinnamon
Ubuntu Cinnamon is an official flavour of the Ubuntu distribution featuring the Cinnamon desktop. The project strives to offer modern tools while providing a user-friendly desktop which will feel familiar for users coming from other operating systems, such as Microsoft Windows.
Status: Active
|
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.
|
|