Hi,
to install Python on Windows download the latest version. In this example Python 3.6.5.
Extract the zip file to an directory, e.g. D:\python3.6.5.
Continue reading Python: Install Python with pip on Windows by the embeddable zip file
Hi,
to install Python on Windows download the latest version. In this example Python 3.6.5.
Extract the zip file to an directory, e.g. D:\python3.6.5.
Continue reading Python: Install Python with pip on Windows by the embeddable zip file
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
Hi,
since Windows 10 the command wuauclt /detectnow does not work anymore.
Continue reading Windows 10: Trigger detecting updates from command line
Hi,
if you want to compile some source packages yourself a build environment with most usable build tools is neccessary.
Continue reading Debian: Install a build environment at once
Hi ,
this post describes the steps to install a lamp stack on debian linux. This is the base for many content management systems like Joomla, WordPress or Drupal.
LAMP means linux as operating system, apache as webserver, mysql as database and PHP as script language. To install all packages login as root.
Continue reading Linux: Install LAMP stack on debian