Compare Pastes

Differences between the pastes #130882 (02.01.2020 17:42) and #156257 (12.12.2020 21:25).
1
#------------------------------------------------------------------------------
2
# Modified Calculate Utilities 3.6.7.5
3
# Processed template files:
1
В последнее время не могу найти нормальную информацию чтоб получить независимое мнение по той или иной информации, в основном большая  часть контролируема государством. 
2
Я вижу, что сейчас на небольших СМИ новости более качественная. 
3
Нашел и хочу поделиться: https://beljizn.by/oficialnye-perenosy-v-belarusi/ 
4
# /var/db/repos/calculate/profiles/templates/3.6/2_ac_install_merge/sys-apps/baselayout/sysctl.conf
5
# For modify this file, create /etc/sysctl.conf.clt template.
6
#------------------------------------------------------------------------------
7
# /etc/sysctl.conf
8
#
9
# For more information on how this file works, please see
10
# the manpages sysctl(8) and sysctl.conf(5).
11
#
12
# In order for this file to work properly, you must first
13
# enable 'Sysctl support' in the kernel.
14
#
15
# Look in /proc/sys/ for all the things you can setup.
16
#
17
18
# Disables packet forwarding
19
net.ipv4.ip_forward = 0
20
# Disables IP dynaddr
21
#net.ipv4.ip_dynaddr = 0
22
# Disable ECN
23
#net.ipv4.tcp_ecn = 0
24
# Enables source route verification
25
#net.ipv4.conf.default.rp_filter = 1
26
# Enable reverse path
27
#net.ipv4.conf.all.rp_filter = 1
28
29
# Enable SYN cookies (yum!)
30
# http://cr.yp.to/syncookies.html
31
#net.ipv4.tcp_syncookies = 1
32
33
# Enable people in the specified (min, max) group range to send ICMP_ECHO
34
# messages (i.e. ping) and receive ICMP_ECHOREPLY responses.  This allows
35
# you to run non-suid and non-caps `ping`, but it also means anyone with
36
# a gid in this range can send those packets (not just via `ping`).
37
#net.ipv4.ping_group_range = 100 100
38
39
# Disable source route
40
#net.ipv4.conf.all.accept_source_route = 0
41
#net.ipv4.conf.default.accept_source_route = 0
42
43
# Disable redirects
44
#net.ipv4.conf.all.accept_redirects = 0
45
#net.ipv4.conf.default.accept_redirects = 0
46
47
# Disable secure redirects
48
#net.ipv4.conf.all.secure_redirects = 0
49
#net.ipv4.conf.default.secure_redirects = 0
50
51
# Ignore ICMP broadcasts
52
#net.ipv4.icmp_echo_ignore_broadcasts = 1
53
54
# Disables the magic-sysrq key
55
#kernel.sysrq = 0
56
# When the kernel panics, automatically reboot in 3 seconds
57
#kernel.panic = 3
58
# Allow for more PIDs (cool factor!); may break some programs
59
#kernel.pid_max = 999999
60
61
# You should compile nfsd into the kernel or add it
62
# to modules.autoload for this to work properly
63
# TCP Port for lock manager
64
#fs.nfs.nlm_tcpport = 0
65
# UDP Port for lock manager
66
#fs.nfs.nlm_udpport = 0
67
vm.dirty_background_ratio = 1