mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-03-12 01:40:10 +08:00
Merge pull request #24736 from wxy/20220215-Kali-Linux-2022.1-Release-Introduces-a-New--Everything--Offline-ISO
ONE:published/20220215 Kali Linux 2022.1 Release Introduces a New -Everything- Offline ISO.md
This commit is contained in:
commit
55fbd6d77f
@ -0,0 +1,112 @@
|
||||
[#]: subject: "Kali Linux 2022.1 Release Introduces a New “Everything” Offline ISO"
|
||||
[#]: via: "https://news.itsfoss.com/kali-linux-2022-1-release/"
|
||||
[#]: author: "Ankush Das https://news.itsfoss.com/author/ankush/"
|
||||
[#]: collector: "lujun9972"
|
||||
[#]: translator: "wxy"
|
||||
[#]: reviewer: "wxy"
|
||||
[#]: publisher: "wxy"
|
||||
[#]: url: "https://linux.cn/article-14280-1.html"
|
||||
|
||||
Kali Linux 2022.1 发布:引入了新的“全都有”离线 ISO
|
||||
======
|
||||
|
||||
> Kali Linux 在 2022 年的第一次升级带来了明显的视觉更新和一个新的“全都有”离线 ISO。
|
||||
|
||||

|
||||
|
||||
2022 年的第一个 Kali Linux 版本来了。
|
||||
|
||||
Kali Linux 在 2021 年做了许多改进,包括 Linux 内核升级、新的黑客工具、实时虚拟机支持([Kali Linux 2021.3][1])、苹果 M1 支持等等。
|
||||
|
||||
让我们来看看 Kali Linux 2022.1 版本中的主要亮点。
|
||||
|
||||
### Kali Linux 2022.1 有什么新内容?
|
||||
|
||||
从这个版本开始,Kali Linux 团队决定对他们每年的 20xx.1 版本(每年的第一个版本)进行明显的视觉更新。
|
||||
|
||||
因此,Kali Linux 2022.1 的更新带来了视觉上的刷新和其他新的增加和改变。
|
||||
|
||||
#### 主题更新
|
||||
|
||||
![][2]
|
||||
|
||||
随着最新的升级,你可以看到一些新的桌面、登录和启动屏幕的壁纸。
|
||||
|
||||
安装程序的主题也得到了视觉上的更新,使其具有现代的外观。
|
||||
|
||||
总的来说,通过主题更新、新壁纸和细微的布局变化,你可以期待从 UEFI/BIOS 启动菜单到桌面的统一用户体验。
|
||||
|
||||
![][3]
|
||||
|
||||
浏览器的登录页面也有了视觉上的更新,让你可以访问 Kali 文档和工具,以及通常的搜索功能。
|
||||
|
||||
![][4]
|
||||
|
||||
#### 新的 “全都有” ISO
|
||||
|
||||
Kali Linux 现在将提供一个新的分发方式,提供一个独立的离线 ISO,包括了 “kali-linux-everything” 软件包的所有内容。
|
||||
|
||||
这个产品的目的是让你下载一个离线 ISO,而不需要在安装后单独下载软件包。
|
||||
|
||||
它应该对偏远地区的教育机构使用 Kali Linux 进行道德黑客学习很有帮助。
|
||||
|
||||
考虑到它是一个大的 ISO 文件(大小达 9.4GB),你只能通过 BitTorrent 找到这个 ISO。
|
||||
|
||||
#### 对 VMware 的 i3 桌面的改进
|
||||
|
||||
如果你在带有 i3 桌面环境的虚拟机上使用 Kali Linux,一些客户功能是默认禁用的。
|
||||
|
||||
现在,这些功能,如拖放、复制/粘贴已经默认启用,可以给你更好的开箱即用的 i3 虚拟机的体验。
|
||||
|
||||
#### 其他改进
|
||||
|
||||
除了关键的新增功能外,Kali Linux 2022.1 还带来了新的工具和整体改进。其中一些值得强调的包括。
|
||||
|
||||
* 在 Kali 设置屏幕中使用带有合成语音的无障碍性改进。
|
||||
* 新的工具,如 dnsx、email2phonenumber、naabu、proxify 等等。
|
||||
* 可用于 ARM64 架构的新软件包,包括 feroxbuster 和 ghidra。
|
||||
* [Linux 内核 5.15][5]。
|
||||
* 你现在可以使用 kali-tweaks 中的设置来启用传统的算法、密码和 SSH。
|
||||
* 对 shell 提示符进行了调整,删除了骷髅头图标、退出码和后台进程数量的显示。
|
||||
|
||||
总的来说,这个版本对桌面和树莓派的重大改进值得期待。
|
||||
|
||||
你可以通过 [官方公告][6] 了解更多细节。
|
||||
|
||||
### 下载 Kali Linux 2022.1
|
||||
|
||||
你可以前往其 [官方网站][7],选择你打算下载的平台。
|
||||
|
||||
值得注意的是,“全都有” 的版本只能通过种子下载。所以,你得用 [Torrent 客户端][8]。
|
||||
|
||||
如果你已经使用 Kali Linux,你可以使用以下命令进行快速更新:
|
||||
|
||||
```
|
||||
echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" | sudo tee /etc/apt/sources.list
|
||||
sudo apt update && sudo apt -y full-upgrade
|
||||
cp -rbi /etc/skel/. ~
|
||||
[ -f /var/run/reboot-required ] && sudo reboot -f
|
||||
```
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/kali-linux-2022-1-release/
|
||||
|
||||
作者:[Ankush Das][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[wxy](https://github.com/wxy)
|
||||
校对:[wxy](https://github.com/wxy)
|
||||
|
||||
本文由 [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/kali-linux-2021-3-release/
|
||||
[2]: https://i0.wp.com/news.itsfoss.com/wp-content/uploads/2022/02/kali-linux-desktop-wallpaper.jpg?w=1360&ssl=1
|
||||
[3]: https://i0.wp.com/news.itsfoss.com/wp-content/uploads/2022/02/boot-theme-kali-linux.jpg?resize=1568%2C588&ssl=1
|
||||
[4]: https://i0.wp.com/news.itsfoss.com/wp-content/uploads/2022/02/firefox-home-page-kali-linux.jpg?w=1200&ssl=1
|
||||
[5]: https://news.itsfoss.com/linux-kernel-5-15-release/
|
||||
[6]: https://www.kali.org/blog/kali-linux-2022-1-release/
|
||||
[7]: https://www.kali.org/get-kali/
|
||||
[8]: https://itsfoss.com/best-torrent-ubuntu/
|
||||
[9]: https://www.kali.org/
|
@ -1,114 +0,0 @@
|
||||
[#]: subject: "Kali Linux 2022.1 Release Introduces a New “Everything” Offline ISO"
|
||||
[#]: via: "https://news.itsfoss.com/kali-linux-2022-1-release/"
|
||||
[#]: author: "Ankush Das https://news.itsfoss.com/author/ankush/"
|
||||
[#]: collector: "lujun9972"
|
||||
[#]: translator: " "
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Kali Linux 2022.1 Release Introduces a New “Everything” Offline ISO
|
||||
======
|
||||
|
||||
The first Kali Linux release of 2022 is here.
|
||||
|
||||
Kali Linux made numerous improvements in 2021 with its Linux Kernel upgrade, new hacking tools, live VM support ([Kali Linux 2021.3][1]), Apple M1 support, and more.
|
||||
|
||||
Let us look at the key highlights in the Kali Linux 2022.1 release.
|
||||
|
||||
### Kali Linux 2022.1: What’s New?
|
||||
|
||||
Starting with this release, the Kali Linux team decided to introduce major visual updates to their yearly 20xx.1 release (the first release of every year).
|
||||
|
||||
So, Kali Linux 2022.1 update brings in visual refresh and other new additions/changes.
|
||||
|
||||
#### Theme Updates
|
||||
|
||||
![][2]
|
||||
|
||||
With the latest upgrade, you get to see some new wallpapers for the desktop, login, and boot screens.
|
||||
|
||||
The installer theme has also received a visual refresh, giving it a modern look.
|
||||
|
||||
Overall, with a theme update, new wallpapers, and subtle layout changes, you can expect a uniform user experience starting from the UEFI/BIOS boot menu to the desktop.
|
||||
|
||||
![][3]
|
||||
|
||||
The browser landing page has also received a visual update giving you access to Kali documentation and tools along with the usual search function.
|
||||
|
||||
![][4]
|
||||
|
||||
#### New “Everything” Flavor ISO
|
||||
|
||||
Kali Linux will now offer a new flavor, as a standalone offline ISO that includes everything from “kali-linux-everything” packages.
|
||||
|
||||
This offering aims to let you download an offline ISO without needing to download the packages after installation separately.
|
||||
|
||||
It should come in handy for educational institutes in remote areas using Kali Linux for ethical hacking learning.
|
||||
|
||||
You can only find this flavor available through BitTorrent, considering it a big ISO file (up to 9.4 GB in size).
|
||||
|
||||
#### Improvements to i3 Desktop for VMware
|
||||
|
||||
If you were using Kali Linux on a VM with an i3 desktop environment, some guest features were disabled by default.
|
||||
|
||||
Now, those features like drag ‘n’ drop, copy/paste have been enabled by default giving you a better out-of-the-box experience in a VM with i3.
|
||||
|
||||
#### Other Improvements
|
||||
|
||||
Along with the key additions, Kali Linux 2022.1 brings in new tools and improvements overall. Some of them worth highlighting include:
|
||||
|
||||
* Accessibility improvements with speech synthesis in the Kali setup screen.
|
||||
* New tools like dnsx, email2phonenumber, naabu, proxify, etc.
|
||||
* New packages available for ARM64 architecture that include feroxbuster and ghidra.
|
||||
* [Linux Kernel 5.15][5]
|
||||
* You can now enable legacy algorithms, ciphers, SSH using a setting in kali-tweaks
|
||||
* Tweaks to the shell prompt to remove the skull icon, exit code, and number of background processes
|
||||
|
||||
|
||||
|
||||
Overall, you should expect significant improvements for desktop and Raspberry Pi with this release.
|
||||
|
||||
You can go through the [official announcement post][6] for more details.
|
||||
|
||||
### Download Kali Linux 2022.1
|
||||
|
||||
You can head to its [official website][7] and choose the platform you intend to download for.
|
||||
|
||||
It is important to note that the ‘Everything’ flavor is only available to download via Torrents. So, you will have to utilize some [torrent clients][8].
|
||||
|
||||
If you already use Kali Linux, you can perform a quick update using the following commands:
|
||||
|
||||
```
|
||||
|
||||
echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" | sudo tee /etc/apt/sources.list
|
||||
sudo apt update && sudo apt -y full-upgrade
|
||||
cp -rbi /etc/skel/. ~
|
||||
[ -f /var/run/reboot-required ] && sudo reboot -f
|
||||
|
||||
```
|
||||
|
||||
[Kali Linux][9]
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/kali-linux-2022-1-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/kali-linux-2021-3-release/
|
||||
[2]: data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQ0MCIgd2lkdGg9Ijc4MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiLz4=
|
||||
[3]: data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI5MyIgd2lkdGg9Ijc4MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiLz4=
|
||||
[4]: data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU3MSIgd2lkdGg9Ijc4MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiLz4=
|
||||
[5]: https://news.itsfoss.com/linux-kernel-5-15-release/
|
||||
[6]: https://www.kali.org/blog/kali-linux-2022-1-release/
|
||||
[7]: https://www.kali.org/get-kali/
|
||||
[8]: https://itsfoss.com/best-torrent-ubuntu/
|
||||
[9]: https://www.kali.org/
|
Loading…
Reference in New Issue
Block a user