Check if Ethernet-Adapters are disabled Allow “unmanaged” interfaces Restart NetworkManager
Continue readingTag: Linux
Linux – Determine Hyper-V host of Linux VM
Kali – 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 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 readingLinux: set hostname using hostnamectl
To set the hostname of a linux system run the following command in a terminal session Reboot system
Continue readingopenHAB 2 – Add bindings via configuration file
Map your openhab-SMB-Share \\openhab\openHAB-conf Now you can open the File addons.cfg in the services folder (\\openhab\openHAB-conf\services) Uncomment the binding line and add the bindings you want to have installed Important: if you decide to install bindings via the addons.cfg-File you cannot add further bindings by using the PaperUI –> To
Continue readingIncrease LVM Partition
First you need to check that there is free space available to use. To view the logical volumes use the following command Expand volume -L+20G –> extesion by 20GB-L+100%FREE –> use all free space Resize the file system For ext3/ext4-Partitions you can alternatively use Other useful commands
Continue readingJoin Debian / Ubuntu to Active Directory Domain
To domain-join an debian / ubuntu – server you first need to install realmd and its dependencies Join the server to your Active Directory-Domain If you need to, replace “administrator” with another authorized user. If the above command fails:check if your user has the required permissionscheck the passwordtry the following:
Continue reading