Linux

Install go without going insane or anything.

Well, if you’re tired of installing go manually, the installers polluting your PATH or GOROOT is always tripping. Then this is for ya. To, start of we’ll be installing GO directly from the repo. If you’re using ubuntu or any debian based distro, do. sudo apt install golang -y Now, GOLANG and GOROOT is already set by the binary, but the thing is, by default GOROOT will […]

Fix unmet dependency(ibc6-dev breaks libgcc-9-dev)

Well, this kind of unmet dependency occurs mostly when you mess around with the sources list. now, if you’re running a stable release of distro and used the unstable sources to install somethin, please add that too. else, some other dependency may occur too. First things first, install gcc-8-base by typing sudo apt install gcc-8-base if already installed install gcc-9-base type-in, sudo […]

avatar

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 […]

avatar

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 […]

avatar

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 initrams prompt during boot || Alert /dev/sda* doesn’t exist! || parrot-os 4.7 error

Note- After digging for days I’ve come up with the reason behind this error and this isn’t on the internet. so what we have to do is to invoke the initramfs. This is a bug in parrot os 4.7 at the time I’m uploading this; but anyone can face this error even it’s quite rare. it […]

avatar
Scroll to top