DistroWatch Weekly |
DistroWatch Weekly, Issue 367, 16 August 2010 |
Welcome to this year's 33rd issue of DistroWatch Weekly! It can be difficult trying to count Linux users. Any counting method from downloads, to tracking updates, to monitoring sales continues to leave big question marks on the subject. This week we touch on a new move by Canonical to get a better head count in the OEM market. This week we also shift focus a little, examining an application called Imagination and a helpful command-line tool. This time of the year most of the big-name distros are quiet, but things are still churning in the FOSS community and this week saw releases from Peppermint, Vector, BackTrack, Salix OS, Puppy, Untangle and BlankOn. See our release section to find out the details on these projects. Finally we talk a little about setting up mail server in your own home and the considerations which go with it. As always, happy reading!
Content:
Join us at irc.freenode.net #distrowatch
|
Feature Story (by Jesse Smith) |
Using Some Imagination
At one point or another most of us have either sat through a presentation of slides or talked friends into sitting through our own slide shows. Often it's of pictures taken from a vacation or wedding photos. Regardless of who is subjecting who to the slides, it's usually a long process with little excitement. If you've ever thought it would be nice to mix a little music or audio commentary into a slide show, I'm happy to report there is an open source tool which will do just that. It's called Imagination.
In the
website's own words, "Imagination is a lightweight and simple DVD slide show maker" which is distributed under the GNU GPL. But the program isn't limited to just DVD formatted video, it will also help the user create .ogg and Flash videos, giving the artist greater flexibility and the option to target a wider audience. While there are other tools which will perform similar actions one of the benefits to using Imagination, a creation of Giuseppe Torelli, is that the project tries to keep dependencies to a minimum, simplifying installation.

Adjusting settings
(full file size: 617KB, resolution: 1072x697 pixels)
The Imagination application is split into four basic parts: the menus at the top of the window; slide settings, which are displayed to the right; a picture of the current slide, shown in the centre of the window; and a list of all the slides in the project, which are shown at the bottom of the window. When we first fire up Imagination, everything is blank and empty. So how do we get started?
The first thing we'll want to do is go up to the menu bar and click on the Slide menu and select Import pictures. This will bring up a standard file dialogue which allows us to select multiple images. Generally our next step is to add an audio track to go with our slide show. This is an almost identical process of clicking on the Slide menu and choosing Import music. At this point we see a collection of image thumbnails along the bottom of our screen and a list of audio tracks over on the lower-right. In both cases, these can be moved around, the images by dragging them and the audio tracks have convenient manipulation buttons.
In the top-right corner we find the Slide settings area. This container lists the properties of the currently selected slide. We get to see the slide's dimensions, how long it will stay on the screen, what sort of cenimatic effect will occur at the end of the slide and how long the entire show will take. It's possible to select multiple slides at once by holding the Control key and clicking additional slides and it's easy to remove unwanted slides by highlighting them and choosing Delete from the Slide menu.
Once all the slides are in the right order and have been given the desired properties, we can see what the show will look like by going up to the Slideshow menu and picking Preview. If everything looks correct, we can again return to the Slideshow menu and select Export. The export function makes it easy to save our slide show as a DVD-playable file, an .ogg formatted file or as a Flash video. Saving the file takes a relatively short time and I've found no problems with any of the above formats.

Exporting a slide show
(full file size: 482KB, resolution: 1072x697 pixels)
On the one hand this may seem like a very simple process of taking one part images and one part sound and mixing them together to make simple cartoons, presentations and vacation tributes. But, on the other hand, Imagination gives the user a good deal of flexibility. Each slide can be individually adjusted or the entire collection can be changed. Audio tracks and slides can be shuffled around and the output formats are suitable for either family DVD watching or for embedding on a website.
There may be some question as to why I would select such a specifically-focused program to review. It's certainly not that I find the application useful on a daily basis. What I think makes Imagination a point of interest is more wrapped up in its style, rather than its purpose. It has a number of design points which I think make it worthy of recognition. For instance, Imagination does essentially one thing and one thing well. It's not of the family of apps which tries to be an audio player + disc burner + file server + social media interface. It has one specific task and does this task with finesse. The interface is one which I find both intuitive and helpful. Each button comes with a tool tip which clearly states what the button does. The controls are fairly standard and the menus are uncluttered. The user has the option of using menus, a toolbar or keyboard short-cuts to perform most tasks. Things are easy to find and operate in a straight forward manner, really removing any need for a user's manual. A third point in Imagination's favour is that it comes equipped with sane defaults, but almost everything is an option. Background colour, region settings (for DVDs), time delays and visual effects are all adjustable.
What it boils down to is Imagination has one of the nicest graphical user interfaces I've used. The program is clean, user-friendly and the few error messages I've encountered where helpful. This is an application with a small focus which does its job well.
While Imagination is nicely crafted, its target audience is probably small and so I'd like to take a moment to mention another program which I think will be of use to my fellow Linuxers. This second program is called cpulimit and it also does one thing with a straight forward collection of options. Previously, we talked about using the nice and renice commands to adjust a process's priority. This can be handy for making sure your programs are running smoothly, but it doesn't prevent your CPU cycles from being gobbled up. Sometimes it can be useful to put a limit on just how much processing power a process can access at a given time. This might be in an effort to keep your video encoding from interfering with your compiling, or it might be something as simple as keeping your laptop's CPU from getting stuck at 100% and imitating a space heater.
The
cpulimit program stops a process from using up more than N per cent of your CPU. Let's say I've started up VirtualBox and left its guest operating system doing some long, boring task and I want to make sure it doesn't use more than 25% of my host CPU, I can run
cpulimit -e VirtualBox -l 25
This form of usage will also pick up future processes of the same name and limit their usage as well. Alternatively, if I have more than one instance of the program running, I can specify one process by its PID.
cpulimit -p 10225 -l 25
Used in this way, cpulimit continues to run, even after the process it is throttling dies. To make sure cpulimit exits (and no longer interferes with other processes) after its target terminates, the -z option can be used. For example:
cpulimit -p 10225 -l 25 -z
The cpulimit command should be run with administrator rights. So far I've found it handy for keeping virtual machines, large encoding jobs and backups out of the way while I use my computer's processing power for something else.
|
Miscellaneous News (by Jesse Smith) |
Counting Ubuntu OEM installs, FreeBSD conferences, Patching a running kernel the easy way
There is always a bit of a question mark attached to the number of Linux users in the world. Getting an accurate count can be difficult because people in the Linux community tend to move around a bit (from distro to distro) and also tend to be a private group. Last week
Canonical introduced a new way to get a head count. Future OEM installs of Ubuntu will come with a package called canonical-census that will send a daily ping to a Canonical server. The software "does not send any user specific data; it only transmits the operating system version (/var/lib/ubuntu_dist_channel), the machine product name, and a counter how many pings were sent." This should tell Canonical how many OEM installs are being sold and how long the systems continue to run Ubuntu.
* * * * *
Do you want to travel the world, meet like-minded people, shake a daemon's hand? If so, you will be happy to read about upcoming events, such as
KyivBSD Con, BSD-Day, EuroBSDCon and others. Each of these events is a great opportunity for users and developers to mingle, share ideas and talk about BSD. Some of these events have registration, so check them out now!
* * * * *
The concept, and indeed the practise, of patching a running Linux kernel isn't new. However, the idea of making adjustments to the heart of an operating system while it is still running sounds scary and complicated. IBM has a
well-written article on their website explaining why live kernel patching can be useful and how to go about performing the task. The steps are clearly laid out and it should be beneficial to anyone concerned with maintaining their uptime.
* * * * *
One of the benefits to using open source software is that a wide range of people can examine and, potentially, fix problems in the code. The Chromium web browser recently demonstrated this when a regression inadvertently made its way into a build, causing Chromium to send data back to Google. The unintended behaviour was
quickly discovered, the code located and a bug filed.
In other software news, the KDE project recently released version 4.5 of the popular desktop environment. To mark the occasion TechWorld is running a short
interview with Sebastian Kugler, a developer and spokesperson for the project. This release appears to focus mostly on bug fixes and performance improvements, bringing some polish to the KDE4 series.
* * * * *
If you've looked at Peppermint OS One and Peppermint Ice, you might have wondered what their relationship is and what separates them. Is one an upgrade, a re-spin, a fork? Which one is better suited to your needs? Jim Lynch
examined the two Peppermints and gives us some answers. A good read for people curious about the light, web-focused distribution.
* * * * *
Rumours have been circulating over the death of OpenSolaris for several months now and Oracles official stance of silence has only added fuel to the fire. This week a document, purported to be a
leaked internal Oracle memo, touches on the future of OpenSolaris, or its lack of a future. If this document is real, it spells can end to the OpenSolaris project.
|
Questions and Answers (by Jesse Smith) |
Virtual Post Office
Wants-to-receive-mail-at-home asks: I'd like to setup my own e-mail server and get my mail off the cloud. Any tips on setting up my own home-brew e-mail server?
DistroWatch answers:
Setting up your own private e-mail server can be an educational and rewarding experience. Good for you on taking the initiative to try this! There are a few things you might want to consider before you begin. The big one being: what do you hope to achieve above and beyond what your existing cloud-based service is providing? For instance, some people create private e-mail servers to gain privacy and prevent Google (or other big corporations) from reading their mail. The problem with this thinking is most e-mail is still sent in plain-text and it will pass through various other networks like so many pages of an open book. Also, copies of your messages will be stored on the other correspondent's e-mail server, which may be Gmail or Yahoo Mail, etc.
There are other considerations too. For example, you probably expect your cloud-based e-mail provider to be on 24 hours a day, every day. You probably want the same or better attachment size allowances, similar or better storage space, as good or better security, and as little or less spam getting through. A question to ponder is: can you provide these things to yourself as well as your existing provider? These are some points to keep in the back of your mind while you're putting together your new server. Being independent has its perks, but it also requires a bit of work.
I don't want to go into deep details on actually setting up the server here as each person will have slightly different preferences as to server type, operating system, spam filter and anti-virus, but I will point you to a few tutorials. This first one is for people on the Ubuntu family of systems and covers most of the basics. Here is another document for installing a mail server on an Arch Linux system. For FreeBSD fans, you can consult the project's Handbook as a place to get started. And for folks who like to learn from books, I suggest picking up a copy of Linux E-mail, which talks about setting up an e-mail server for a small network.
One more thing to keep in mind is running any sort of service on your home machine opens a potential avenue of attack against your computer. Be sure to keep your system locked down and up-to-date with security patches.
|
Released Last Week |
Peppermint OS One-08042010
Kendall Weaver has announced a new release of Peppermint OS One, an Ubuntu-based distribution with LXDE and integrated web-based applications: "We are proud to announce the release of Peppermint-One-08042010, being the third respin of our 'One' release. This release offers a fully updated system as of August 4, 2010 and comes with a number of bug fixes, some new features, and some other miscellaneous goodies. The default Firefox is now version 4.0 Beta 2. Due to the recent issues with the 3.6.x series and the frequency of updates and instability we figured this would be a good move. It's faster and generally more stable though a few extensions are likely to not work just yet..." Read on for the complete release annoucement.
BackTrack 4 R1
BackTrack 4 R1, a Linux-based penetration testing arsenal for security professionals, has been released: "The BackTrack Team is proud to announce the public release of BackTrack 4 R1. At the risk of sounding like a broken record, we believe this version is by far the best version released to date. With a shiny new 2.6.34 kernel, there are many significant improvements, such as expanded hardware support and improved desktop responsiveness. Tools have been updated system-wide, and a full Fluxbox desktop environment has been added. A walk-around for the rt28xx driver has been implemented. The VMWare version has complete integration with VMWare Tools, which provides a seamless interaction with BackTrack in a virtual environment...." The release announcement is here.
VectorLinux 6.0 "SOHO"
Robert Lange has announced the release of VectorLinux 6.0 "SOHO" edition for small or home office: "The SOHO final release is based on the KDE-4.4.2 plasma desktop with many graphical and system enhancements. We have included all the productivity software one would need like Digikam, the gimp-2.6.10, k3b-2.0, Scribus, OpenOffice and Inkscape to name a few. The kernel is version 2.6.31.11 which adds new wireless network possibilities along with greater speed and stability. The GUI installer first introduced in the VL standard 6.0 release has seen further refinements and is the default installer. Support has been added for a wider range of graphic chipsets and both lilo and grub2 bootloaders are available. Importing user accounts from previous installs is now possible provided a separate home partition is used...." The
full release announcement is here.

The VectorLinux 6.0 Desktop
(full file size: 734KB, resolution: 1023x767 pixels)
Salix OS 13.1.1
George Vlahavas has announced the release of Salix OS 13.1.1, a Slackware-based distribution with Xfce as the preferred desktop: "Here is Salix 13.1.1, using the Xfce desktop, available both in 32-bit and 64-bit flavours. A list of changes since the previous release in the 13.1 branch: Lilosetup, a new graphical tool that can be used for setting up the LILO bootloader has been added; new graphical system administration tools have been added; the installation CDs can now be used as a local repository with slapt-get/gslapt, complete with dependency support; new packages included in a 'full' mode installation - pyxdg, notify-python, libnl, net-snmp; all security fixes and package upgrades since the previous release have been included; flash has been removed from the 64-bit release." Read on for the
release announcement.
Puppy 5.1
Barry Kauler has announced the release of Puppy Linux 5.1: "The brilliant new Puppy Linux 5.1, code-name 'Lucid' as it is binary-compatible with Ubuntu Lucid Lynx packages, has been released. Lucid Puppy 5.1 is a 'full-featured compact distro.' It's a Puppy, so it is fast, friendly, and fun, and it can also serve as one's main Linux desktop. Quickpet and Puppy Package Manager allow easy installation of many of the best Linux programs, tested and configured for Lucid Puppy. Lucid Puppy boots directly to an automatically configured graphical desktop, with the tools to personalize the desktop right at hand, and it even recommends which add-on video driver to use for high-performance graphics..." The
release announcement is here.
Untangle Gateway 7.4
Untangle, a Debian-based multifunctional firewall, has been updated to version 7.4 which is a major bugfix release: "This release has focused sharply on quality. Untangle 7.4 brings additional improvements throughout the Untangle suite of applications, and the Untangle platform itself. Untangle has also used this release as the opportunity to simplify its product line up. 'As our business has grown over the last two years, our offering has become increasingly complex,' Mark Floisand, COO, said: 'We have trebled our paying customer base in 18 months, and with that came more product packages and price points. With this release, we wanted to regain some of the simplicity inherent in our brand.' Untangle now offers three distinct packages: Untangle Lite Package, Untangle Standard Package, and Untangle Premium Package." Read on for the release announcement.
BlankOn Sajadah 6.0
BlankOn Sajadah 6.0 is a variant of BlankOn 6.0 (also known as Ombilin), added with Islamic content and applications. BlankOn Sajadah supports entertainment software for immediate use without installing additional multimedia codecs, Internet access with very light web browsing, communications for instant messaging and social networking, and also office software. It also features vector and bitmap graphics as well as digital photo albums, and of course provides Islamic applications such as Qur'an, Hadith, Prayer Reminders, and Negative Content Filtering. BlankOn Sajadah 6.0 is launched to help the Indonesian Muslims. The project's press release is here.
Trinity Rescue Kit 3.4
Tom Kerremans has announced Trinity Rescue Kit 3.4, a Mandriva-based distribution designed to facilitate data rescue from Linux and Windows systems: "Big news from the Trinity Rescue Kit camp: an all new version of the live distro has just been published after almost a year of silence. The biggest visible enhancement here is the addition of a menu interface. Not a graphical one, but a text based, scrollable menu from which any regular computer user can perform otherwise complicated tasks. TRK 3.4 has received numerous feature additions like 'winclean', a home brewed utility to perform offline Windows disk cleaning, a new virusscan engine in the seriously debugged virusscan tool, rewritten winpass (password reset tool) which is way more tamperproof, complete manpages for TRK's own utilities, a quick and dirty guide for the impatient, and literally thousands of other changes..." The
release announcement is here.
* * * * *
Development, unannounced and minor bug-fix releases
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
DistroWatch.com News |
New distributions added to waiting list
- Anthares OS, a new general purpose Linux distro based out of Brazil.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 23 August 2010.
Jesse Smith
|
|
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 | 
SUSE Linux Enterprise
SUSE Linux Enterprise is an interoperable platform for mission-critical computing. SUSE Linux Enterprise Desktop is an enterprise-quality Linux desktop that's ready for routine business use. It provides interoperability with existing systems and many office applications. It also delivers flexibility for desktop and notebook clients, thin-client devices, and high-end technical workstations. SUSE Linux Enterprise Server is designed to handle mission-critical workloads. It is an open, scalable, solution that comes with integrated Xen-based virtualization, application security, and systems management across a range of hardware architectures. SUSE Linux Enterprise Server provides interoperability with Windows and other platforms, and it provides a secure foundation for a broad range of edge, departmental and data center needs.
Status: Active
|
Linux Training |

|
|