Linux: Track changes of a folder by git and cron

Hi,

this post describes howto to track changes to a folder with some (text) files in it.
Continue reading Linux: Track changes of a folder by git and cron

Advertisment to support michlstechblog.info

Debian: Create package from (debian) source

Hi,

its quite simply to compile from source:

Enable Source repositories in /etc/apt/sources.list

deb-src http://ftp.uni-erlangen.de/debian/ jessie main
deb-src http://security.debian.org/ jessie/updates main
deb-src http://ftp.uni-erlangen.de/debian/ jessie-updates main

Continue reading Debian: Create package from (debian) source

VMware: Execute scripts by Invoke-VMScript as Administrator

Hi,

this post addresses the issue that, when Windows UAC is enabled, you could not execute scripts with elevated Administrator permissions by PowerCli’s Invoke-VMScript. In my opinion when I execute scripts on VMs in more then 80% of these cases I need elevated user rights.
Continue reading VMware: Execute scripts by Invoke-VMScript as Administrator

Windows: Activate Administrator access over Network

Hi,

since Windows Vista the access from network for members of the local Administrators group is restricted by default.
Continue reading Windows: Activate Administrator access over Network

Raspberry Pi: EIB/KNX IP Gateway and Router with knxd

Hi,

in my previous posts EIB/KNX Router with an USB Interface and KNX/EIB Router with a TPUART module I described how to use a Raspberry PI as EIB/KNX Router with eibd.

eibd is no longer in development so I decided to give knxd, a fork of eibd, a try:-) The script attached at the end of the post is written for raspbian but should also work an all debian system with systemd imit system.

Continue reading Raspberry Pi: EIB/KNX IP Gateway and Router with knxd