mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-16 22:42:21 +08:00
清除过期
This commit is contained in:
parent
769ec64612
commit
3905331b81
@ -1,107 +0,0 @@
|
||||
[#]: subject: "Asahi Linux Distro Improves Apple M1 Support With First Alpha Release"
|
||||
[#]: via: "https://news.itsfoss.com/asahi-linux-alpha/"
|
||||
[#]: author: "Jacob Crume https://news.itsfoss.com/author/jacob/"
|
||||
[#]: collector: "lujun9972"
|
||||
[#]: translator: " "
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Asahi Linux Distro Improves Apple M1 Support With First Alpha Release
|
||||
======
|
||||
|
||||
In 2020, Apple unveiled the M1 at the WWDC event. This reveal brought significant performance improvements and better power efficiency, although it did have one major drawback.
|
||||
|
||||
This was the software support, as it meant that it was no longer possible to boot a “normal” X86 distro on new Apple Mac devices with an M1 ARM chip. Hence, the Asahi Linux project (based on Arch) was born, with the aim to develop all the drivers and tools necessary to make a working Linux installation on Apple’s ARM-based Macs.
|
||||
|
||||
Now, after more than a year of work, the [Asahi Linux project][1] has finally [released][2] its first **Alpha version**, which introduces Linux support for Apple M1 devices.
|
||||
|
||||
It is still an alpha release for obvious reasons. But, we will be looking at what you need to know if you ever wanted to run Linux on your Apple M1 machine.
|
||||
|
||||
### Supported Devices
|
||||
|
||||
Surprisingly, this alpha release already has support for M1, M1 Pro, and M1 Max SoCs (except for the Mac Studio)! Although different devices with these chips do have varying levels of support, a lot of stuff is already working.
|
||||
|
||||
Some of the key hardware that works in this release includes:
|
||||
|
||||
* Wi-Fi
|
||||
* USB 2.0
|
||||
* USB 3.0 on the Mac Mini
|
||||
* Built-in display on the MacBook Air and Pro
|
||||
* Built-in touchpad and keyboard
|
||||
* Ethernet
|
||||
* HDMI output on the Mac Mini
|
||||
|
||||
|
||||
|
||||
The result is a reasonably usable desktop Linux experience, with many of the incredible features of Apple Silicon.
|
||||
|
||||
Unfortunately, some key features are still missing, most notably the **CPU deep sleep mode, DisplayPort, Touchbar, Bluetooth, Camera, Thunderbolt, HDMI output on MacBooks, and GPU acceleration**.
|
||||
|
||||
This shouldn’t impact desktop use too much but should be kept in mind.
|
||||
|
||||
### App Problems
|
||||
|
||||
Of course, you should not expect every application to work seamlessly. And, that’s the case with Asahi Linux on Apple M1 hardware. This is limited only to apps that have problems with 16K page registers, although some of these apps are quite popular.
|
||||
|
||||
As the base for the most popular web browsers, I was quite surprised to find Chromium on the “known broken list”. While this may be rather off-putting for some users, Firefox does work, so users are still able to access the web.
|
||||
|
||||
Other apps confirmed to be broken include:
|
||||
|
||||
* Emacs (will be fixed in next few releases)
|
||||
* Anything that use jemalloc (notably Rust)
|
||||
* Anything using Libunwind
|
||||
|
||||
|
||||
|
||||
While not ideal, the software affected is only a small portion of Linux apps, so it shouldn’t be too much of a concern.
|
||||
|
||||
### Installing Asahi Linux on Apple M1
|
||||
|
||||
![][3]
|
||||
|
||||
Although we haven’t focused very much on the working parts of Asahi Linux, it shouldn’t be forgotten that it is a monumental achievement to get something working on a closed platform like the Apple Silicon Macs.
|
||||
|
||||
If you want to give Asahi Linux a try, there are a few different variants you can install.
|
||||
|
||||
I would recommend installing Asahi Linux with a full desktop environment for most users. This will be best for desktop use, and already contains customizations and optimizations to provide the best user experience.
|
||||
|
||||
However, the Asahi Linux team understands that some users want more customization, which is why they provide a minimal version as well. This is simply a basic Arch Linux ARM install, which means that you are free to do whatever you would like with it.
|
||||
|
||||
Finally, they also provide a basic UEFI environment for booting other distros and OSs (with appropriate driver support). One interesting use for this is to boot OpenBSD, which one of the developers behind Asahi Linux, Mark Kettenis, is working on porting.
|
||||
|
||||
Before you get started, it should be noted that you need that least 53 GB of free space.
|
||||
|
||||
Once you have decided on an option, it is extremely easy to get Asahi Linux dual-booted with macOS with the command below.
|
||||
|
||||
```
|
||||
|
||||
curl https://alx.sh | sh
|
||||
|
||||
```
|
||||
|
||||
It should give you all the instructions you need along the way. You should have a working Linux installation on your M1/M1 Pro/M1 Max computer if done correctly!
|
||||
|
||||
**Note:** The installation does not replace macOS with Linux. So, you get a dual-boot system at the end. You cannot easily uninstall it using the installer. However, you can simply delete the disk partition created by it.
|
||||
|
||||
You can learn more about it in its [official announcement post][2].
|
||||
|
||||
[Asahi Linux][4]
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/asahi-linux-alpha/
|
||||
|
||||
作者:[Jacob Crume][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://news.itsfoss.com/author/jacob/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://news.itsfoss.com/asahi-linux-announcement/
|
||||
[2]: https://asahilinux.org/2022/03/asahi-linux-alpha-release/
|
||||
[3]: data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQzOSIgd2lkdGg9Ijc4MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiLz4=
|
||||
[4]: https://asahilinux.org/
|
@ -1,101 +0,0 @@
|
||||
[#]: subject: "Linux Mint Debian Edition (LMDE) 5 is Here with Debian 11 ‘Bullseye’"
|
||||
[#]: via: "https://news.itsfoss.com/lmde-5-release/"
|
||||
[#]: author: "Ankush Das https://news.itsfoss.com/author/ankush/"
|
||||
[#]: collector: "lujun9972"
|
||||
[#]: translator: " "
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Linux Mint Debian Edition (LMDE) 5 is Here with Debian 11 ‘Bullseye’
|
||||
======
|
||||
|
||||
Linux Mint’s offering with Debian is always an exciting release to look forward to.
|
||||
|
||||
In case you did not know, LMDE is meant to act as a replacement if Ubuntu ever disappears. So, whether you like or hate Ubuntu as a base, you have an impressive alternative without compromising the Linux Mint experience on your desktop.
|
||||
|
||||
With the latest LMDE 5 “Elsie”, the Linux Mint team has included all the goodies introduced in [Linux Mint 20.3][1] and [Debian 11 “Bullseye”][2] as its base.
|
||||
|
||||
Let me highlight the essential details regarding the new upgrade.
|
||||
|
||||
### Linux Mint Debian Edition 5 “Elsie”: What’s New?
|
||||
|
||||
![][3]
|
||||
|
||||
As you can guess, Linux Mint Debian Edition 5 comes loaded with Cinnamon as its desktop and looks exactly the same as Linux Mint’s primary offering with Ubuntu as its base.
|
||||
|
||||
### Cinnamon 5.2.7
|
||||
|
||||
Unlike Linux Mint’s main edition, you do not get the option for other desktop environments.
|
||||
|
||||
![][4]
|
||||
|
||||
So, you will have a Cinnamon desktop out-of-the-box with LMDE 5. The latest Cinnamon version includes plenty of improvements to give you a good user experience.
|
||||
|
||||
#### 32-bit Support Still Exists
|
||||
|
||||
If you are looking for [Linux distributions supporting 32-bit systems][5], LMDE 5 is yet another option that you can opt for.
|
||||
|
||||
While it may be irrelevant for most modern desktop users, it is still essential for Linux distributions to support 32-bit systems.
|
||||
|
||||
And, it is a good thing that Linux Mint’s Debian edition still includes support for it.
|
||||
|
||||
### Linux Kernel 5.10 LTS
|
||||
|
||||
[Linux Kernel 5.10][6] may not be the latest LTS release but it should be great for most hardware configurations (unless you have the latest and greatest from Intel/AMD).
|
||||
|
||||
![][7]
|
||||
|
||||
### Linux Mint 20.3 Improvements
|
||||
|
||||
With LMDE 5, the Linux Mint team has tried their best to add all the improvements [introduced in Linux Mint 20.3][1], with a new Debian base.
|
||||
|
||||
![][8]
|
||||
|
||||
You can notice the availability of new wallpaper backgrounds and get the latest app additions like “Thingy” or “Library” to manage documents.
|
||||
|
||||
In addition to the features, you also get to experience the same visual refresh to the theme with round edges, and slight changes to the theme color.
|
||||
|
||||
### Download LMDE 5
|
||||
|
||||
Before proceeding to install it, you may want to go through the [official release notes][9] to know about some common issues.
|
||||
|
||||
You can download the 64-bit or 32-bit ISO file from the [official site][10].
|
||||
|
||||
[Linux Mint Debian Edition 5][10]
|
||||
|
||||
If you were using [LMDE 5 beta][11], you do not need to upgrade, but type in a few commands, as per the instructions in the [release announcement][12]:
|
||||
|
||||
```
|
||||
|
||||
apt install network-manager-config-connectivity-debian plymouth-label pipewire plocate
|
||||
apt remove mlocate brltty
|
||||
sudo updatedb
|
||||
|
||||
```
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/lmde-5-release/
|
||||
|
||||
作者:[Ankush Das][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://news.itsfoss.com/author/ankush/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://news.itsfoss.com/linux-mint-20-3-una-release/
|
||||
[2]: https://news.itsfoss.com/debian-11-feature/
|
||||
[3]: data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQ0MCIgd2lkdGg9Ijc4MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiLz4=
|
||||
[4]: data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYxNCIgd2lkdGg9Ijc4MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiLz4=
|
||||
[5]: https://itsfoss.com/32-bit-linux-distributions/
|
||||
[6]: https://news.itsfoss.com/kernel-5-10-release/
|
||||
[7]: data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQ5NyIgd2lkdGg9IjY5NyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiLz4=
|
||||
[8]: data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU0NiIgd2lkdGg9Ijc4MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiLz4=
|
||||
[9]: https://linuxmint.com/rel_elsie.php
|
||||
[10]: https://www.linuxmint.com/edition.php?id=297
|
||||
[11]: https://news.itsfoss.com/lmde-5-beta/
|
||||
[12]: https://blog.linuxmint.com/?p=4287
|
@ -1,94 +0,0 @@
|
||||
[#]: subject: "KeePassXC 2.7.0 is a Massive Upgrade with Tags, Improved Auto-Type, and Windows Hello Support"
|
||||
[#]: via: "https://news.itsfoss.com/keepassxc-2-7-0-release/"
|
||||
[#]: author: "Rishabh Moharir https://news.itsfoss.com/author/rishabh/"
|
||||
[#]: collector: "lujun9972"
|
||||
[#]: translator: " "
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
KeePassXC 2.7.0 is a Massive Upgrade with Tags, Improved Auto-Type, and Windows Hello Support
|
||||
======
|
||||
|
||||
[KeePassXC][1], the open-source password manager, has just got a major upgrade, one that includes some new exciting features and improvements
|
||||
|
||||
For those unaware, KeePassXC is the community fork of the classic KeePassX.
|
||||
|
||||
KeePassXC is a cross-platform password manager available for Linux, Windows, and macOS. It is built using Qt5 libraries. Moreover, it uses the same database format (.kdbx) as [KeePass][2] (Windows-only password manager).
|
||||
|
||||
It also happens to be [one of the best password managers for Linux][3].
|
||||
|
||||
Let us look at some of the major highlights of the new release.
|
||||
|
||||
### What’s New?
|
||||
|
||||
With KeePassXC 2.7.0, you can expect massive changes. Considering a fairly long changelog, I have listed the most significant changes below.
|
||||
|
||||
#### Entry Tags
|
||||
|
||||
A much-needed feature and one that users most requested, password entries can now be easily tagged and filtered. Moreover, relevant tags will automatically be generated for entries to highlight databases with expired or weak passwords.
|
||||
|
||||
![Credits: KeePassXC][4]
|
||||
|
||||
A new Tags sub-section has been added under the General tab that displays a row of assigned tags for info on individual entries.
|
||||
|
||||
There’s also a dedicated quick selection section, “Database Tags” (as shown in the screenshot above), that will help users filter results based on selected tags.
|
||||
|
||||
#### Browser Statistics
|
||||
|
||||
The all-new Browser Statistics tab is a new entry to the already existing database reports. It allows users to view and edit entries used by the browser extension.
|
||||
|
||||
You can find the path and the URL listed.
|
||||
|
||||
![Credits: KeePassXC][5]
|
||||
|
||||
#### Improved Auto-Type
|
||||
|
||||
A separate **Auto-Type** selection dialog has been introduced for users, especially power users, to quickly and efficiently search entries across databases.
|
||||
|
||||
Along with supporting the built-in search syntax, it also allows users to copy data to the clipboard and enter TOTP codes.
|
||||
|
||||
![Credits: KeePassXC][6]
|
||||
|
||||
#### Other Key Additions
|
||||
|
||||
The history of individual entries highlights changes made to fields, letting you quickly identify and revert changes.
|
||||
|
||||
Linux users can find improvements made to Secret Service integration and the CLI. On the other hand, Windows and Apple users will be delighted to know that the password manager now supports Windows Hello and macOS Touch ID for quick unlock.
|
||||
|
||||
Another interesting thing to note, the crypto backend has now been switched to [Botan][7].
|
||||
|
||||
There have been several bug fixes and under-the-hood improvements; you can find more details in the [official changelog][8].
|
||||
|
||||
### Wrapping Up
|
||||
|
||||
KeePassXC 2.7.0 looks like a promising release, and privacy-focused users should expect a neater experience thanks to a couple of new features.
|
||||
|
||||
The convenience of interacting/copying data to sign in to an online account has improved with the changes. So, you might want to give it a try if you haven’t already.
|
||||
|
||||
Users can download KeePassXC by heading to their [official download page][9]. You can find AppImage file, Snap package, Flatpak package, distro-specific packages, and you can also install it using Ubuntu PPA.
|
||||
|
||||
[Download KeePassXC 2.7.0][9]
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/keepassxc-2-7-0-release/
|
||||
|
||||
作者:[Rishabh Moharir][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://news.itsfoss.com/author/rishabh/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://keepassxc.org/
|
||||
[2]: https://keepass.info/
|
||||
[3]: https://itsfoss.com/password-managers-linux/
|
||||
[4]: data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU4NyIgd2lkdGg9Ijc4MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiLz4=
|
||||
[5]: data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1MyIgd2lkdGg9Ijc4MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiLz4=
|
||||
[6]: data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQ4MCIgd2lkdGg9Ijc4MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiLz4=
|
||||
[7]: https://github.com/randombit/botan
|
||||
[8]: https://github.com/keepassxreboot/keepassxc/releases/tag/2.7.0
|
||||
[9]: https://keepassxc.org/download/
|
Loading…
Reference in New Issue
Block a user