Hi,
the best choice to setup a very tiny dhcp server on linux is the busybox udhcpd DHCP implemention.
root@debdev:~# apt-get install udhcpd
Continue reading Linux: Configure a tiny DHCP Server
Hi,
the best choice to setup a very tiny dhcp server on linux is the busybox udhcpd DHCP implemention.
root@debdev:~# apt-get install udhcpd
Continue reading Linux: Configure a tiny DHCP Server
Hi,
to define a system wide HTTP proxy edit /etc/environment with your favourite text editor and insert the following lines
Continue reading Debian Linux: Define a system wide HTTP proxy
Hi,
in a previous post I have descriped how to compile the eibd daemon for the Raspberry PI. Here is a sample debian startscript to start eibd at system boot.
Login as root at your EIBd box and created a user under which the daemon should run.
useradd eibd -s /bin/false -U -M
Create the script eibd in /etc/init.d
Continue reading KNX/EIB: System V startscript for eibd