Check if Ethernet-Adapters are disabled Allow “unmanaged” interfaces Restart NetworkManager
Continue readingCategory: Linux
Linux – Determine Hyper-V host of Linux VM
Resize partition of extended vhdx in ubuntu
Check partition size Grow partition Resize
Continue readingKali – Touchpad Tapping not working
make synaptics touchpad tapping settings permanent
Continue readingDebian: how to add a custom root ca certificate
Copy the certificate-file as *.crt-file to Run the following command The ca-certificate should now be imported For a better stucture, you can also create subfolders in /usr/local/share/ca-certificates and put the certificate files therein.
Continue readingCreate bootable ESXi-USB-Stick using Ubuntu
install syslinux Identify your usb stick using one of the following commands (it should be somethin like /dev/sda, /dev/sdb, /dev/sdc…) unmount the usb device create partition table using fdisk (be sure to use the correct device!!!) unmount partition and device use mkfs.vfat to format the partition copy syslinux / install
Continue readingUbuntu 20.10: Prevent suspend on close lid
Edit /etc/systemd/logind.conf by using your favorite editor Find line “#HandleLidSwitch=suspend” The shortcut for searching in nano is [ctrl] + [w] Uncomment the line remove hashtag in front of the line Change value from suspend to “ignore” The following values can be used: HandleLidSwitch=hibernate –> hiberante when lid is closedHandleLidSwitch=ignore –>
Continue readingKali 2021.01 – add keyboard layout via terminal
setxkbmap localectl reboot
Continue readingOpenWRT: delete DHCP-lease
Connect to your OpenWRT-Router using SSH On windows you may use PuTTY (replace the IP address with the one of your OpenWRT-Router) On linux you may use openssh If not installed run the following command: Connect to your OpenWRT-Router using the following command: Delete DHCP-lease by removing the line in
Continue readingUbuntu: Mount Bitlocker-Encrypted partition
Install dislocker Create folders for mounting Decrypt drive Mount partition Mount NTFS if above command is not working Mount automatically using /etc/fstab Instead of using your user-password you can also use the recovery-password by using the parameter recovery-password instead.
Continue reading