mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2025-02-20 17:31:33 -05:00
Compare commits
3 Commits
3336de3f23
...
a37a21dba7
Author | SHA1 | Date | |
---|---|---|---|
a37a21dba7 | |||
1662181cfc | |||
06da4ef31c |
@ -1,5 +1,5 @@
|
|||||||
Types: deb
|
Types: deb
|
||||||
Suites: noble
|
|
||||||
URIs: https://download.docker.com/linux/ubuntu
|
URIs: https://download.docker.com/linux/ubuntu
|
||||||
|
Suites: noble
|
||||||
Components: stable
|
Components: stable
|
||||||
Signed-By: /usr/share/keyrings/docker.asc
|
Signed-By: /usr/share/keyrings/docker.asc
|
5
etc/apt/sources.list.d/element-io.sources
Normal file
5
etc/apt/sources.list.d/element-io.sources
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Types: deb
|
||||||
|
URIs: https://packages.element.io/debian/
|
||||||
|
Suites: default
|
||||||
|
Components: main
|
||||||
|
Signed-By: /usr/share/keyrings/element-io-archive-keyring.gpg
|
@ -1,5 +1,5 @@
|
|||||||
Types: deb
|
Types: deb
|
||||||
Suites: stable
|
|
||||||
URIs: https://packages.microsoft.com/repos/code
|
URIs: https://packages.microsoft.com/repos/code
|
||||||
|
Suites: stable
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /usr/share/keyrings/microsoft.gpg
|
Signed-By: /usr/share/keyrings/microsoft.gpg
|
@ -75,9 +75,6 @@ net.ipv4.conf.*.rp_filter = 1
|
|||||||
net.ipv4.icmp_echo_ignore_all = 0
|
net.ipv4.icmp_echo_ignore_all = 0
|
||||||
net.ipv6.icmp.echo_ignore_all = 0
|
net.ipv6.icmp.echo_ignore_all = 0
|
||||||
|
|
||||||
# Ignore Bogus ICMP responses.
|
|
||||||
net.ipv4.icmp_ignore_bogus_error_responses = 1
|
|
||||||
|
|
||||||
# Enable IP Forwarding.
|
# Enable IP Forwarding.
|
||||||
# Almost all of my servers run Docker anyways, and Docker absolutely requires this.
|
# Almost all of my servers run Docker anyways, and Docker absolutely requires this.
|
||||||
net.ipv4.ip_forward = 1
|
net.ipv4.ip_forward = 1
|
||||||
|
@ -76,9 +76,6 @@ net.ipv4.conf.*.rp_filter = 1
|
|||||||
net.ipv4.icmp_echo_ignore_all = 1
|
net.ipv4.icmp_echo_ignore_all = 1
|
||||||
net.ipv6.icmp.echo_ignore_all = 1
|
net.ipv6.icmp.echo_ignore_all = 1
|
||||||
|
|
||||||
# Ignore Bogus ICMP responses.
|
|
||||||
net.ipv4.icmp_ignore_bogus_error_responses = 1
|
|
||||||
|
|
||||||
# Enable IP Forwarding.
|
# Enable IP Forwarding.
|
||||||
# Needed for VM networking and whatnot.
|
# Needed for VM networking and whatnot.
|
||||||
net.ipv4.ip_forward = 1
|
net.ipv4.ip_forward = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user