debian:jessie
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
debian:jessie [2015/05/11 07:45] – cedric | debian:jessie [2016/10/17 09:05] (current) – cedric | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Configuration files ====== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | |||
+ | ====== Mirrors ====== | ||
+ | |||
+ | |||
+ | <code bash> | ||
+ | deb http:// | ||
+ | #deb-src http:// | ||
+ | |||
+ | deb http:// | ||
+ | #deb-src http:// | ||
+ | |||
+ | deb http:// | ||
+ | #deb-src http:// | ||
+ | </ | ||
+ | |||
+ | ====== Packages to install ====== | ||
+ | |||
+ | <code bash> | ||
+ | # apt-get install firmware-linux | ||
+ | |||
+ | # apt-get install ttf-freefont ttf-mscorefonts-installer ttf-bitstream-vera ttf-dejavu ttf-liberation | ||
+ | </ | ||
+ | |||
====== Firewall ====== | ====== Firewall ====== | ||
+ | |||
+ | Backup your actual iptables rules ([[https:// | ||
<code bash> | <code bash> | ||
- | root@debian:/ | + | # iptables-save > / |
+ | </ | ||
- | root@debian:/# cat / | + | Create a systemd service for iptables: |
+ | |||
+ | <code bash> | ||
+ | # cat / | ||
[Unit] | [Unit] | ||
Description=Firewall | Description=Firewall | ||
Line 16: | Line 49: | ||
[Install] | [Install] | ||
WantedBy=multi-user.target | WantedBy=multi-user.target | ||
+ | </ | ||
+ | Enable the new service: | ||
- | root@debian:/ | + | <code bash> |
- | root@debian:/ | + | # systemctl enable iptables.service |
+ | # systemctl restart iptables.service | ||
- | root@debian:/ | + | # systemctl list-unit-files | grep iptables |
iptables.service | iptables.service | ||
+ | |||
+ | # systemctl status iptables.service | ||
+ | ● iptables.service - Firewall | ||
+ | | ||
+ | | ||
+ | Main PID: 3307 (code=exited, | ||
+ | </ | ||
+ | |||
+ | |||
+ | ====== fstab ====== | ||
+ | |||
+ | <code bash> | ||
+ | // | ||
</ | </ |
debian/jessie.1431323137.txt.gz · Last modified: 2015/05/11 07:45 by cedric