Go to file
Alban VIDAL 56f82be3cc Fix ~/.bashrc.d/*.conf if more than one file exist
Thanks to Quentin L.

Signed-off-by: Alban VIDAL <alban.vidal@zordhak.fr>
2018-06-15 19:22:24 +02:00
etc/ssh Add alert by email for new ssh connexion 2018-05-28 23:22:20 +02:00
root Fix ~/.bashrc.d/*.conf if more than one file exist 2018-06-15 19:22:24 +02:00
.gitignore Add conf file and parameters values 2018-05-15 17:06:02 +00:00
LICENSE Initial commit 2018-05-14 00:41:35 +02:00
README.md Added some aliases and functions for systemd / journald 2018-05-31 12:26:14 +02:00
auto_config.sh Add some aliases and functions 2018-05-30 01:03:27 +02:00
parameters.conf Add Time Zone configuration 2018-05-29 00:07:53 +02:00

README.md

Basic config for Debian

This script configure basic config for Debian

The following component are configured:

  • Install git and tig
  • Set git username and email
  • Install bash-completion
  • Install and configure auto updates (unattended-upgrades and apt-listchanges
  • Install and tune logrotate
  • Disable IPv6 (or no, see parameters.conf)
  • Tune .vimrc
  • Tune .bashrc
  • Tune .profile
  • Send alert email for new ssh connexion
  • Set Time Zone (see parameters.conf to edit, default "Europe/Paris")

You just need to clone this repository in /srv/git/basic_config_debian and execute the auto_config.sh script

apt install git
mkdir -p /srv/git
git clone https://github.com/AlbanVidal/basic_config_debian.git /srv/git/basic_config_debian
cd /srv/git/basic_config_debian
./auto_config.sh

New aliases and functions available

Hard drive

  • hddtop: print hard drive usage

Memory

  • memtop: print top usage memory

Network

  • ipa, ip4a, ip6a and ip4all: print interfaces list

Systemd / Journald

  • jf: alias for journalctl -f
  • jfu <units>: function for journalctl -f -u <unit> -u <unit>...
  • scf: alias for systemctl list-units --failed
  • scs <units>: function for systemctl status <units>
  • scc <units>: function for systemctl cat <units>