NEWS
Ubuntu 20.04 Released
Right on schedule, Canonical has released the latest version of the Ubuntu. Ubuntu 20.04 "Focal Fossa" includes plenty of new features that should excite any and all Linux and Ubuntu fans. This latest iteration is an Long Term Support (LTS) release, which means it will be supported until 2025.
Focal Fossa is built upon the Linux 5.4 kernel (which is also an LTS release).
One of the most anticipated features included with 20.04 is the WireGuard VPN service, which is built in at the kernel level and is significantly easier to set up than a traditional VPN. WireGuard is also more secure than other solutions, partially because it is implemented within the kernel and is limited to using only new and more secure cryptographic protocols.
Another big addition to Ubuntu 20.04 is Gnome 3.36, which includes a long overdue revamping of the login screen. Gnome 3.36 enjoys a boost in performance, a new Do Not Disturb button, fractional scaling, the ability to remove the dock, even more snap support in Gnome Software, more default theme variants (which can now be selected from within Settings, instead of having to install the Gnome Tweak tool), faster boot times, and improved ZFS support.
There have also been a few things removed. For instance, Canonical is no longer providing ISOs for 32-bit systems. The Amazon app has finally been ousted, and Python 2 is out of the picture.
To get your copy of the Ubuntu 20.04 Desktop or Server edition, head on over to the Ubuntu download page (https://releases.ubuntu.com/20.04/).
Git 2.26 Released
If you're a Linux admin, chances are you either program yourself or you work with programmers who help to make your job easier. With that in mind, Git is probably on the forefront of your work environment. To that end, you'll be happy to know the latest release of the open source version control system includes some exciting new features.
Standing on top of that feature list is that Git protocol version 2 has now become the default for Git. This is important because the original protocol wasn't nearly efficient enough for large projects. With version 1, the Git server would list all branches, tags, and other repository references before a client could send anything. If a repository was large, megabytes of information had to be sent, even if only a small piece of information was requested.
Protocol version 2 automatically starts with the client request and provides the means for a client to inform the server which reference it's interested in. So if a client requests a single branch, that's the only information the client will receive. Switching from Git protocol version 1 to version 2 means Git will be significantly more efficient when working with large projects.
Other exciting features include:
- Improved
fsmonitor-watchman
hook, which will avoid race conditions found in the previous version - Lifting of the restriction on using threaded
grep
- Lower memory footprint results in better performance for the Git
name-rev
function - Command-line interface coloring now has brighter color variant options for the included seven colors
- Numerous bug fixes
For more information, read the official announcement from Git (https://github.blog/2020-03-22-highlights-from-git-2-26/).
More Online
Linux Magazine
ADMIN HPC
http://www.admin-magazine.com/HPC/
Tips and Tricks for Containers
- Jeff Layton
Various aspects of containers make them more useful to you.
Pymp – OpenMP-like Python Programming
- Jeff Layton
Ever since Python was created, users have been looking for ways to achieve multiprocessing with threads, which the Python global interpreter lock (GIL) prevents.
ADMIN Online
http://www.admin-magazine.com/
Serverless run times with custom Bash AWS Lambda layers
- Chris Binnie
A piece of old-meets-new functionality lets you run Bash scripts in an AWS Lambda layer.
Cloud-native application bundles for easy container deployment
- Martin Loschwitz
Cloud-native application bundles are an easy option for distributing applications in a microservice architecture.
Use PowerShell to manage Exchange Online
- Thomas Joos
Exchange Online in Office 365 can be managed just like its local counterpart with similar, sometimes identical, PowerShell cmdlets.
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you've found an article to be beneficial.
News
-
The GNU Project Celebrates Its 40th Birthday
September 27 marks the 40th anniversary of the GNU Project, and it was celebrated with a hacker meeting in Biel/Bienne, Switzerland.
-
Linux Kernel Reducing Long-Term Support
LTS support for the Linux kernel is about to undergo some serious changes that will have a considerable impact on the future.
-
Fedora 39 Beta Now Available for Testing
For fans and users of Fedora Linux, the first beta of release 39 is now available, which is a minor upgrade but does include GNOME 45.
-
Fedora Linux 40 to Drop X11 for KDE Plasma
When Fedora 40 arrives in 2024, there will be a few big changes coming, especially for the KDE Plasma option.
-
Real-Time Ubuntu Available in AWS Marketplace
Anyone looking for a Linux distribution for real-time processing could do a whole lot worse than Real-Time Ubuntu.
-
KSMBD Finally Reaches a Stable State
For those who've been looking forward to the first release of KSMBD, after two years it's no longer considered experimental.
-
Nitrux 3.0.0 Has Been Released
The latest version of Nitrux brings plenty of innovation and fresh apps to the table.
-
Linux From Scratch 12.0 Now Available
If you're looking to roll your own Linux distribution, the latest version of Linux From Scratch is now available with plenty of updates.
-
Linux Kernel 6.5 Has Been Released
The newest Linux kernel, version 6.5, now includes initial support for two very exciting features.
-
UbuntuDDE 23.04 Now Available
A new version of the UbuntuDDE remix has finally arrived with all the updates from the Deepin desktop and everything that comes with the Ubuntu 23.04 base.