#!/bin/sh IPTABLES=/sbin/iptables MODEPROBE=/sbin/modprobe INT_NET=10.1.0.0/16 INT_IN=eno2 INT_OUT=eno1
Kategoria: Linux
Instalacja php 7.2
# apt install ca-certificates apt-transport-https
Konfiguracja static IP
# apt-get -y install ifupdown resolvconf # ifconfig
Obecna konfiguracja DHCP
enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.6 netmask 255.255.255.0 broadcast 192.168.1.255
# nano /etc/network/interfaces
debian dns slave server
Master
nano /etc/bind/named.conf.local
debian bind 9
https://www.itzgeek.com/debian/configure-dns-server-on-debian-9.html
Instalacja bind9
# apt-get install -y bind9 bind9utils bind9-doc dnsutils
Globalna konfiguracja
# cd /etc/bind/ # less named.conf - nie zmieniany # nano named.conf.local - plik do edycji
Debian – releases
Nazwy kodowe i wersje
Debian "buster" - następna
Debian 9 ("stretch") — current stable release
Debian 8 ("jessie") — obsolete stable release
Debian 7 ("wheezy") — obsolete stable release
Debian 6.0 ("squeeze") — obsolete stable release
Debian GNU/Linux 5.0 ("lenny") — obsolete stable release
Sprawdzenie nazwy
uname -a Linux bora 4.9.0-3-686-pae #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06) i686 GNU/Linux
Linux Debian – zmiana daty
Odczyt z biosu – czas hardware’owy
# hwclock -r
Ustawienie nowej wartości
# hwclock --set --date="2017-08-02 12:19"
Przepisanie czasu hw do czasu systemowego
# hwclock -s
Sprawdzenie daty systemowej
# date śro, 2 sie 2017, 12:19:29 CEST
WiFi Broadcom drivers

W czasie instalacji dystrybucji Debian 9 (stretch) system nie dodaje driverów ze wzgl. na ograniczenia licencyjne.
Strony opisujące problem:
https://linuxwireless.sipsolutions.net/en/users/Drivers/b43/