install-debian/README.md
2015-10-03 20:29:20 +02:00

1.9 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.

Apt configuration

preferences files
  • Use apt/preferences.d directory from git repository to provide the preferences.d system directory.
  • Default preferences: Sid < Stretch < Stable < Old-stable < Experimental
  • Iceweasel/Icedove preferences: Experimental
sources-list files
  • Use sources-list.d directory from git repository to provide the sources-list.d system directory.
  • Add Wheezy (official + backports), Jessie (official + backports), Stretch (official), Sid (official + multimedia) and Experimental (official) repositories.

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.

Desktop tools - GUI

Add

Manpages - Documentation

Add
  • info package