install-debian/README.md

1.3 KiB

Table of Contents

  1. Post installation script for Debian Sid

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

Network share

Add
  • keychain
  • knockd : small port-knock daemon.
  • nfs-common : NFS client. Useful network protocol for sharing between linux OS.
  • openssh-server : Secure SHell (SSH) server, for secure access from remote machines.
Remove
  • nfs-kernel-server : NFS server. Useful network protocol for sharing between linux OS.
  • samba : SMB/CIFS file, print and login server for Unix. One of the only Windows compatible protocole.
Configuration
  • Disable nfs-kernel-server service if still available.
  • Disable all samba service if still availables.

Manpages - Documentation

Add
  • info package