View interface errors with netstat View detailed information (received an outbount errors) with powershell
Continue readingCategory: all
Ubuntu 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 readingopenHAB 3 – HABPanel – set Default
How to set default HABPanel in openHAB 3 Make sure your are logged in before opening HABPanel. Else first login on the Paper UI page. Browse to your HABPanel site and click the hamburger menu: By default: http://ip-address:8080/habpanel/index.html Open settings by clicking the icon in the down left corner Click
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 readingPowershell: Configure LBFO-NIC-Teaming
Configure NetLbfoTeam Configure LACP (if needed) Check names of Interfaces, if you do not know
Continue readingUbuntu: Backup & Restore with tar
Create Backup Restore
Continue readingActivate Windows 10 using kms server
View your KMS-Server via cmd Make sure you can reach the kms server using powershell Install KMS-Key Active online If it fails you can try to restart the software protection service
Continue readingUbuntu: Create user directory afterwards
If you create an new user with useradd without using the option -m there will be created no home directory Create user without -m Create home directory manually by copying the template of /etc/skel Set owner of /home/testuser Set GECOS-field / comment after user was created When creating a user
Continue reading