-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
54 lines (54 loc) · 1.37 KB
/
index.json
File metadata and controls
54 lines (54 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[
{
"name": "8gb-swap.sh",
"description": "CAUTION: Creates 8GB of swap in /swapfile (overwriting and creating new)"
},
{
"name": "basic-iptables.sh",
"description": "EXPERIMENTAL - basic iptables setup (rules)"
},
{
"name": "biggest-files.sh",
"description": "Get a list of the 100 biggest files and directories starting in /"
},
{
"name": "connections.sh",
"description": "View TCP connections to current machine from remote hosts grouped by IP"
},
{
"name": "disable-ipv6.sh",
"description": "Disables IPv6"
},
{
"name": "hello-world.sh",
"description": "Prints \"Hello World\""
},
{
"name": "install-certbot.sh",
"description": "Install Certbot via snapd (over apt) and create symlink"
},
{
"name": "install-docker-compose.sh",
"description": "Install x86_64 linux version of docker-compose"
},
{
"name": "install-docker.sh",
"description": "Install Docker via get.docker.com script"
},
{
"name": "install-iptables.sh",
"description": "Install iptables & iptables-persistent via APT"
},
{
"name": "install-lynis.sh",
"description": "Install Lynis via apt (deb)"
},
{
"name": "isbgpsafeyet.sh",
"description": "Check if your ISP implements BGP securly"
},
{
"name": "system-info.sh",
"description": "Script to print useful system information"
}
]