| youtube | https://www.youtube.com/@1T3RT1M3 |
DARKSIDE [MMV, AMV, PHONK EDIT]
https://www.youtube.com/watch?v=kvqd1I-7j-4
visualisation by Anska
music CHMCL SØUP - DARKSIDE
edit by me
model: MOTOKO2501ghost
https://www.youtube.com/@MOTOKO2501ghost
my photoedit ^^
Useful commands for the terminal in the Linux operating system. 2/2 part
Useful commands for the terminal in the Linux operating system. 1/2 part
Create persistence partition on any file drive Kali Linux liveusb
https://telegra.ph/Create-persistence-partition-on-any-file-drive-Kali-Linux-liveusb-04-22
#kalilinux #linux #parrotos #cyberpunk #cybersecurity #opensource
I show on the example of a virtual machine. First, create a new disk in the virtual machine profile, from 4 GB (depending on your needs, you can create any). We add an image of the operating system to the profile, turn on the machine. We open the terminal. Next, enter the commands sequentially. lsblk # check the list of disk devices sudo su # act in the terminal as superuser cfdisk /dev/sdaX # create a disk layout, where "X" is the partition number mkfs.ext4 -L persistence /dev/mapper/my_part # create a…