当前位置:网站首页>Install Kali on the U disk and persist it
Install Kali on the U disk and persist it
2022-06-24 11:32:00 【Luyuan 3306】
Beginners kali-linux, Learn from good examples kali, I'm not afraid of doing anything in the future !
First, prepare three things ( The software download addresses provided are all cloud disk addresses , You can also download the latest version from the official website )
kali U disc ISO Mirror image : link : https://pan.baidu.com/s/1n0eD4hs_KCplLmDu3b1ztA Extraction code : 9zcw
U Plate burning tool : link : https://pan.baidu.com/s/1yNWJyTRfl6PkcwULJQDk3A Extraction code : i59s
System partitioning tools : link : https://pan.baidu.com/s/1du7KTQ0n_dkjBRPnt_Ya1g Extraction code : 5y5xStart firing u disc :
- Double-click to open Win32DiskImager2.0.1.8.exe
The number in the figure indicates :1 choice kali Image file , 2 To be fired U Disk letter 3 Click write directly after the first two steps , And make sure to wait for the complete write to succeed
- Double-click to open Win32DiskImager2.0.1.8.exe
- Double click to open the partition tool :MiniTool Partition Wizard
We'll find a disk2, This is the system disk we fired , findUnallocated
This partition , ChooseRight mouse button
Choose to clickcreate
And clickyes
continue , The following screenshot will appear
Fill in according to the above screenshot 1 Fill in :persistence
, 2 It's about choiceExt4
, In turn, click 3 and 4 Wait for execution to complete , here kali The mirror is finished
Be careful : The above screenshot is partitioned and formatted
3. Bios Some of the settings are configured according to your computer , start-up kali Time finding persistence
Wording kali start-up ( Generally, it is the fourth from top to bottom )
4. kali Persistence
- open kali Command interface :
- Enter the following commands in sequence and press
enter
confirm
fdisk -l # View partition
sudo su # Switch to super managed account
mkdir -p /mnt/linux # Create file directory
chmod 777 /mnt/linux # Give the created directory permission
mount /dev/sdb3 /mnt/linux # Hang in the directory ‘/dev/sdb3’ The directory is selected according to the personal system , That's what we set up **persistence** Partition
echo "/ union" > /mnt/linux/persistence.conf #
umount /dev/sdb3 #
The persistence can be realized after the above commands are executed in sequence , The software or files downloaded and installed later can continue to be used the next time the system is started !!!!
边栏推荐
- 程序员大部分时间不是写代码,而是。。。
- 万名校园开发者花式玩AI,亮点看这张图就够啦!
- Moving Tencent to the cloud cured their technical anxiety
- 初识string+简单用法(一)
- Cook a delicious cli
- Programmers spend most of their time not writing code, but...
- TP-LINK 1208 router tutorial (2)
- “一次编写,运行各端”,高通重磅发布 AI 软件栈!
- Why are some old SEO methods still effective?
- Google ranging for PHP wechat development
猜你喜欢
初识string+简单用法(一)
Moving Tencent to the cloud cured their technical anxiety
工具及方法 - 在Source Insight中使用代码格式化工具
“一个优秀程序员可抵五个普通程序员!”
Today in history: Turing's birth day; The birth of the founder of the Internet; Reddit goes online
Libuv的安装及运行使用
qt -- QTabWidget 中支持拖拽TabBar项
Visual presentation of pictures effectively enhances the attraction of large screen
Maui的学习之路 -- 开篇
Use the process monitor tool to monitor process operations on registries and files
随机推荐
Redis
Opencv optical flow prediction and remap remapping function usage
美团基于 Flink 的实时数仓平台建设新进展
Investing in a good navigation framework from the beginning of the jetpack compose tutorial will help you save a lot of migration work later
Use the process monitor tool to monitor process operations on registries and files
Why does the virtual machine Ping the host but not the virtual machine
Reliable remote code execution (1)
ahk实现闹钟
Today's sleep quality record 76 points
Jetpack Compose 教程之 从一开始就投资于良好的导航框架将帮助您在之后节省大量的迁移工作
Realization of alarm clock with AHK
Visual presentation of pictures effectively enhances the attraction of large screen
It's so difficult for me. Have you met these interview questions?
【云驻共创】解读HarmonyOS 应用与服务生态
脚本之美│VBS 入门交互实战
Qt: judge whether the string is in numeric format
[digital ic/fpga] booth multiplier
PHP短信通知+语音播报自动双呼
Cook a delicious cli
【直播回顾】战码先锋第七期:三方应用开发者如何为开源做贡献