Tag Archives: debian

Debian: Simple bind setup for test environments

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

Advertisment to support michlstechblog.info

Debian: Setup owncloud with TLS (LetsEncrypt) and protected by AppArmor

Hi,

this Tuturial describes the steps to setup owncloud on top of debian/raspian with lighttpd as webserver and https encryption with certificates sign by Let’s encrypt campain.

Operating System

Install a minimal debian jessie system.

Login as root. On raspbian login as user pi change to root.
Continue reading Debian: Setup owncloud with TLS (LetsEncrypt) and protected by AppArmor

Debian: Install a build environment at once

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

Debian: Save current active iptables rules

Hello,

some basic commands to handle a ruleset of iptables.

To dump all active iptables rules to the console rules use


root@debdev:~ # iptables-save

Continue reading Debian: Save current active iptables rules

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