Fix mkinitramfs failure cpio 141 pigz 28

While upgrading your distro or more specifically while installing a new linux-image if you encontered pigz: abort: write error on <stdout> (No space left on device) E: mkinitramfs failure cpio 141 pigz 28 update-initramfs: failed for /boot/initrd.img-5.2.0-2parrot1-amd64 with 1. dpkg: error processing package initramfs-tools (–configure): installed initramfs-tools package post-installation script subprocess returned error exit status […]

Fixing Temporary failure in name Resolution in Linux(Debian or Ubuntu based)

Step1: Check if  /etc/resolv.conf file is empty or lacking permissions if it’s empty: create the file, sudo nano /etc/resolv.conf Then add, nameserver (your default gateway ip) If you don’t know what your default gateway is type in, ip r | grep default Or, simply add nameserver 8.8.8.8 and save the file Restart network manager, service network-manager restart for old distros […]

Fix if your linux distro boots into grub command line or how to boot from grub cmd line

After a lot of research and personal experiences I’ve come with the perfect fix, You’ll not gonna find it anywhere. ……. So if you blew up your grub you’ll see something like this when boot……. grub> let’s fix it…… ……. Now type in ……. grub>ls ……. if your boot system is uefi(considering you’ve chosen all […]

Fix when you can’t access the shared directory or if there is no /hgfs dir in /mnt in Vmware guest os(Linux or mac)

First install open-vm-tools, fuse and open-vm-tools-desktop sudo apt install open-vm-tools fuse open-vm-tools-desktop *now if you don’t have a /hgfs dir /mnt type these commands below if not then leave it and start from the hint of ascii’s sudo mkdir /mnt/hgfs Now type in sudo mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other or type in now you can access the […]

Scroll to top