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:47] – 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. | + | Backup your actual iptables rules ([[https:// |
<code bash> | <code bash> | ||
- | root@debian:/ | + | # iptables-save > / |
</ | </ | ||
- | Create a systemd service for iptables | + | Create a systemd service for iptables: |
<code bash> | <code bash> | ||
- | root@debian:/ | + | # cat / |
[Unit] | [Unit] | ||
Description=Firewall | Description=Firewall | ||
Line 25: | Line 52: | ||
- | Enable the new service | + | Enable the new service: |
<code bash> | <code bash> | ||
- | root@debian:/ | + | # systemctl enable iptables.service |
- | root@debian:/ | + | # 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.1431323223.txt.gz · Last modified: 2015/05/11 07:47 by cedric