install-debian/README.md
Gardouille b5e6387ff6 * Add Debian repositories files from old-stable to experimental.
* Use sources-list.d directory from git repository to provide the sources-list.d system directory.
2015-09-18 17:52:52 +02:00

1.6 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

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.

Manpages - Documentation

Add
  • info package