Hi,
due to some API changes at youtube the Kodi Youtube Plugins up to Version 5.1.17 from bromix does not work anymore:
- Setup wizard craches at language,locals settings
- Youtube search ends with error message “Bad request”
Hi,
due to some API changes at youtube the Kodi Youtube Plugins up to Version 5.1.17 from bromix does not work anymore:
Hi,
these steps sets up a bind9 DNS Server on Debian 8 Jessie.
Install necessary packages
root@devdev ~# apt-get install bind9
Continue reading Debian: Simple bind setup for test environments
Hi,
simply a collection of systemd command line examples. To be continued……
Set hostname + fqdn
hostnamectl
Example
sudo hostnamectl set-hostname yourHost.yourDomain.net
Continue reading Debian: Systemd command line examples
Hi,
short post just for me as bookmark:-)
Continue reading VMware: vSphere Logfiles
Hi,
verifing of a file is often done by builting an MD5 or an sha256 hash over it.
Powershell has no “builtin” functions for this purposes.
So I wrote some 🙂
Continue reading Powershell: md5sum and sha256sum Functions