mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
Merge pull request #30625 from wxy/20231207-Kali-Linux-2023.4-Release-Adds-Raspberry-Pi-5-Support-With-GNOME-45
ATRP:published/20231207 Kali Linux 2023.4 Release Adds Raspberry Pi 5 Support With GNOME 45.md
This commit is contained in:
commit
74bfc233e7
@ -0,0 +1,109 @@
|
||||
[#]: subject: "Kali Linux 2023.4 Release Adds Raspberry Pi 5 Support With GNOME 45"
|
||||
[#]: via: "https://news.itsfoss.com/kali-linux-2023-4-release/"
|
||||
[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/"
|
||||
[#]: collector: "lujun9972/lctt-scripts-1700446145"
|
||||
[#]: translator: "ChatGPT"
|
||||
[#]: reviewer: "wxy"
|
||||
[#]: publisher: "wxy"
|
||||
[#]: url: "https://linux.cn/article-16463-1.html"
|
||||
|
||||
Kali Linux 2023.4 发布:首度支持树莓派 5,并搭载 GNOME 45
|
||||
======
|
||||
|
||||
![][0]
|
||||
|
||||
> 2023 年最后的 Kali Linux 更新已经来临。
|
||||
|
||||
作为众所周知的专注于网络安全的 Linux 发行版,Kali Linux 推出了新版本 **Kali Linux 2023.4**,其中带有一些重大更新。
|
||||
|
||||
这一新版距离 [Kali 2023.3 版本][2] 发布不过数月,让我们一起探讨一下此次更新都带来了哪些内容。
|
||||
|
||||
### 🆕 Kali Linux 2023.4: 新增了什么?
|
||||
|
||||
作为 **2023 年度 Kali 的压轴版本**,Kali Linux 2023.4 专注于提供一些新的平台选项,以及它们基础架构的一些更新。
|
||||
|
||||
几个**关键亮点**包括:
|
||||
|
||||
* 支持树莓派 5
|
||||
* 集成 GNOME 45
|
||||
* Vagrant 中加入了对 Hyper-V 的支持
|
||||
|
||||
#### 支持树莓派 5
|
||||
|
||||
Kali Linux 2023.4 版本已经支持 [树莓派 5][5] 单板计算机。
|
||||
|
||||
你既可以 **手动构建镜像**,也可以下载新提供的 [专用镜像][6],甚至可以使用 [Raspberry Pi Imager][7] 软件自动处理。
|
||||
|
||||
开发者也提到,[Nexmon][8] **支持的内置 Wi-Fi 芯片上尚不能使用**,他们建议用户使用外部设备进行模式监控或帧注入。
|
||||
|
||||
#### 集成 GNOME 45
|
||||
|
||||
Kali Linux 2023.4 版本引入了全新的 [GNOME 45][10]。你可以尝试使用**全新的药丸形工作区切换器**,**更优化的系统设置**,以及**新的或已更新的核心应用程序**,等等。
|
||||
|
||||
Kali Linux 团队也进行了**自定义的调整**,以进一步改善用户体验。他们采用了**改进的 Nautilus 搜索功能**,在许多应用中**实现了全高侧边栏**,并且还**更新了多种主题**。
|
||||
|
||||
#### Vagrant 中的 Hyper-V 支持
|
||||
|
||||
Kali Linux 的 [Vagrant 版本][12] 现在含有一个 Hyper-V 环境。如果你对此不熟悉,[Vagrant][13] 是一个开源的 [Docker 替代方案][14],可以帮助你构建和管理便携式的虚拟机环境。
|
||||
|
||||
#### 🛠️ 其他改变与提升
|
||||
|
||||
除了上述的特点外,还有一些其他显著的变化:
|
||||
|
||||
* 在日本和塞尔维亚设置了**新的下载镜像**。
|
||||
* 启用 [Mirrorbits][15] 来进行 Kali 的**镜像重定向**。
|
||||
* 在 [AWS][16] 和 [Azure][17] 市场上提供了新的 **Kali Linux ARM64/AMD64 版本**。
|
||||
* 在网络仓库中添加了**大量新的工具**。
|
||||
|
||||
你可以查阅官方 [发布博客][18],获取更多信息。
|
||||
|
||||
### 📥 如何获取 Kali Linux 2023.4
|
||||
|
||||
你可以在 [官方网站][19] 下载到 Kali Linux 2023.4 版本。
|
||||
|
||||
> **[Kali Linux 2023.4][20]**
|
||||
|
||||
**对于现有的用户**,可以通过运行下述命令来升级到最新版本:
|
||||
|
||||
```
|
||||
sudo apt update && sudo apt full-upgrade
|
||||
```
|
||||
|
||||
💬 期待尝试这个版本的新特性吗?欢迎在下方分享你的感受!
|
||||
|
||||
*(题图:DA/a3379b67-99cc-4962-a8f2-cc46b831255c)*
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/kali-linux-2023-4-release/
|
||||
|
||||
作者:[Sourav Rudra][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[ChatGPT](https://linux.cn/lctt/ChatGPT)
|
||||
校对:[wxy](https://github.com/wxy)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://news.itsfoss.com/author/sourav/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://itsfoss.com/linux-hacking-penetration-testing/
|
||||
[2]: https://news.itsfoss.com/kali-linux-2023-3-release/
|
||||
[3]: https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png
|
||||
[4]: https://news.itsfoss.com/content/images/2023/12/Kali_Linux_2023.4.png
|
||||
[5]: https://news.itsfoss.com/raspberry-pi-5/
|
||||
[6]: https://www.kali.org/get-kali/#kali-arm
|
||||
[7]: https://www.raspberrypi.com/software/
|
||||
[8]: https://github.com/seemoo-lab/nexmon
|
||||
[9]: https://news.itsfoss.com/content/images/2023/12/Kali_Linux_2023.4_b.png
|
||||
[10]: https://news.itsfoss.com/gnome-45-release/
|
||||
[11]: https://news.itsfoss.com/content/images/size/w256h256/2022/08/android-chrome-192x192.png
|
||||
[12]: https://app.vagrantup.com/kalilinux/boxes/rolling
|
||||
[13]: https://www.vagrantup.com/
|
||||
[14]: https://linuxhandbook.com/docker-alternatives/
|
||||
[15]: https://github.com/etix/mirrorbits
|
||||
[16]: https://aws.amazon.com/marketplace/pp/prodview-fznsw3f7mq7to
|
||||
[17]: https://azuremarketplace.microsoft.com/en/marketplace/apps/kali-linux.kali?tab=overview
|
||||
[18]: https://www.kali.org/blog/kali-linux-2023-4-release/
|
||||
[19]: https://www.kali.org/get-kali/
|
||||
[20]: https://www.kali.org/get-kali/#kali-platforms
|
||||
[0]: https://img.linux.net.cn/data/attachment/album/202312/12/122407yafs8zefffdf8xa9.jpg
|
@ -1,122 +0,0 @@
|
||||
[#]: subject: "Kali Linux 2023.4 Release Adds Raspberry Pi 5 Support With GNOME 45"
|
||||
[#]: via: "https://news.itsfoss.com/kali-linux-2023-4-release/"
|
||||
[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/"
|
||||
[#]: collector: "lujun9972/lctt-scripts-1700446145"
|
||||
[#]: translator: " "
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Kali Linux 2023.4 Release Adds Raspberry Pi 5 Support With GNOME 45
|
||||
======
|
||||
Kali Linux's last update for 2023 is here.
|
||||
Kali Linux, the popular [hacking-focused Linux distro][1] has a new release in the form of **Kali Linux 2023.4** , which offers some important changes.
|
||||
|
||||
This comes only a few months after the [Kali 2023.3 release][2], so let's dive in and see what's in store.
|
||||
|
||||
**Suggested Read** 📖
|
||||
|
||||
![][3]
|
||||
|
||||
## 🆕 Kali Linux 2023.4: What's New?
|
||||
|
||||
![][4]
|
||||
|
||||
Being **Kali's final release for 2023** , Kali Linux 2023.4 focuses on providing a few new platform offerings, and some updates to their infrastructure.
|
||||
|
||||
Some **key highlights** include:
|
||||
|
||||
* **Raspberry Pi 5 Support**
|
||||
* **Inclusion of GNOME 45**
|
||||
* **Hyper-V Support in Vagrant**
|
||||
|
||||
|
||||
|
||||
### Raspberry Pi 5 Support
|
||||
|
||||
This has been one of the most sought after; Kali Linux 2023.4 features support for the [Raspberry Pi 5][5] single-board computer.
|
||||
|
||||
You can either **build the image manually** , or download the new [dedicated image][6] that can also be automated using the [Raspberry Pi Imager][7] software.
|
||||
|
||||
The developers have also mentioned that [**Nexmon**][8] **support is not functional** with the built-in Wi-Fi chip for now. They suggest users to use an external card to be able to monitor modes or frame injections.
|
||||
|
||||
### Inclusion of GNOME 45
|
||||
|
||||
![][9]
|
||||
|
||||
Kali Linux 2023.4 sees the debut of [GNOME 45][10] in all its _Activity-button-less_ avatar. You can expect to take advantage of the **new pill-shaped workspace switcher** , **improved system settings** , **new/updated Core apps** and more.
|
||||
|
||||
The Kali Linux team has also done **some tweaks of their own** to improve the experience even further. They have **improved the** **speed of the search functionality in Nautilus** , **implemented full-height sidebars** in many apps, and **updated various themes.**
|
||||
|
||||
**Suggested Read** 📖
|
||||
|
||||
![][11]
|
||||
|
||||
### Hyper-V Support in Vagrant
|
||||
|
||||
Kali Linux's [Vagrant offering][12] now includes a Hyper-V environment. If you are not familiar, [Vagrant][13] is a source-available [Docker alternative][14] that can be used to build and manage portable virtual machine environments.
|
||||
|
||||
### 🛠️ Other Changes and Improvements
|
||||
|
||||
Other than the above-mentioned, here are a few other notable changes:
|
||||
|
||||
* **New download mirrors** in Japan and Serbia.
|
||||
* A transition to [Mirrorbits][15] for **handling mirror redirection** for Kali.
|
||||
* New **Kali Linux ARM64/AMD64 offerings** on [Amazon AWS][16] and [Microsoft Azure][17] marketplaces.
|
||||
* And a **plethora of new tools** that have been added to the network repositories.
|
||||
|
||||
|
||||
|
||||
You can go through the official [release blog][18] to learn more about this release.
|
||||
|
||||
## 📥 Get Kali Linux 2023.4
|
||||
|
||||
This release of Kali Linux is available from the [official website][19].
|
||||
|
||||
[Kali Linux 2023.4][20]
|
||||
|
||||
**For existing users** , you can update to the latest release by running the following command:
|
||||
|
||||
```
|
||||
|
||||
sudo apt update && sudo apt full-upgrade
|
||||
|
||||
```
|
||||
|
||||
_💬 Excited to try out this release? Share your thoughts with us below!_
|
||||
|
||||
* * *
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/kali-linux-2023-4-release/
|
||||
|
||||
作者:[Sourav Rudra][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/sourav/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://itsfoss.com/linux-hacking-penetration-testing/
|
||||
[2]: https://news.itsfoss.com/kali-linux-2023-3-release/
|
||||
[3]: https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png
|
||||
[4]: https://news.itsfoss.com/content/images/2023/12/Kali_Linux_2023.4.png
|
||||
[5]: https://news.itsfoss.com/raspberry-pi-5/
|
||||
[6]: https://www.kali.org/get-kali/#kali-arm
|
||||
[7]: https://www.raspberrypi.com/software/
|
||||
[8]: https://github.com/seemoo-lab/nexmon
|
||||
[9]: https://news.itsfoss.com/content/images/2023/12/Kali_Linux_2023.4_b.png
|
||||
[10]: https://news.itsfoss.com/gnome-45-release/
|
||||
[11]: https://news.itsfoss.com/content/images/size/w256h256/2022/08/android-chrome-192x192.png
|
||||
[12]: https://app.vagrantup.com/kalilinux/boxes/rolling
|
||||
[13]: https://www.vagrantup.com/
|
||||
[14]: https://linuxhandbook.com/docker-alternatives/
|
||||
[15]: https://github.com/etix/mirrorbits
|
||||
[16]: https://aws.amazon.com/marketplace/pp/prodview-fznsw3f7mq7to
|
||||
[17]: https://azuremarketplace.microsoft.com/en/marketplace/apps/kali-linux.kali?tab=overview
|
||||
[18]: https://www.kali.org/blog/kali-linux-2023-4-release/
|
||||
[19]: https://www.kali.org/get-kali/
|
||||
[20]: https://www.kali.org/get-kali/#kali-platforms
|
Loading…
Reference in New Issue
Block a user