Skip to main content

Posts

Showing posts from July, 2023

update kali linux grub via live linux i.e linux mint

chatgpt say and it works. Identify Kali Linux Partition: Use the following command to identify the partition where Kali Linux is installed. This will help you determine the correct partition number (e.g., /dev/nvme0n1p2, /dev/sdb2, etc.) for later steps. sudo fdisk -l Mount Kali Linux Partition: Create a mount point (a directory where you will access Kali Linux's root file system) and mount the Kali Linux partition. Replace /dev/sdXY with the appropriate partition identifier you found in the previous step (e.g., /dev/sda1, /dev/sdb2, etc.). sudo mkdir /mnt/kali sudo mount /dev/sdXY /mnt/kali Bind Mount the Required Directories: Bind mount the /dev, /sys, and /proc directories from the Linux Mint system into the Kali Linux mount. This step is necessary to ensure that GRUB can detect hardware and system information correctly. sudo mount --bind /dev /mnt/kali/dev sudo mount --bind /sys /mnt/kali/sys sudo mount --bind /proc /mnt/kali/proc Chroot into Kali Linux: Change the roo

Transferring Files Between Linux and iPhone using ifuse

css mini course links

CSS Mini Course Just download from prathkum twitter hanlde great content of css. Important properties of CSS Everything on a website is a box Web Layout CSS Positioning CSS Flexbox CSS Grid Introduction to CSS Animation Introduction to CSS Transition Media Query z-index Responsive Web Design CSS Filter methods I spent hundreds of hours writing this content free for you. Make sure to follow me on Twitter for more great content. 🚀