install-debian/README.md

23 lines
601 B
Markdown
Raw Normal View History

#### Table of Contents
1. [Post installation script for Debian Sid](#post_install_sid.sh)
* [ System tools for shell](#system-tools-for-shell)
## post_install_sid.sh
Script to complete the installation of Debian Sid on my laptop.
#### System tools for shell
##### Remove
* bluetooth packages (bluetooth, bluez)
##### Configuration
* Disable Openvpn service.
* Useful in case of many configuration files. A default vpn is launch by "post-up" instruction in '/etc/network/interfaces' file:
```
allow-hotplug enp0s25
iface enp0s25 inet dhcp
post-up openvpn /etc/openvpn/XYZ_tunnel.conf
```