-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSIZE.txt
More file actions
96 lines (96 loc) · 3.79 KB
/
SIZE.txt
File metadata and controls
96 lines (96 loc) · 3.79 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
932K └─┬ main
428K ├─┬ Github
424K │ └─┬ Runners
88K │ ├─┬ bootstrap
24K │ │ ├── deb_bootstrap_loongarch64.sh
8.0K │ │ ├── ubuntu.sh
8.0K │ │ ├── eweos.sh
8.0K │ │ ├── debian.sh
8.0K │ │ ├── cachyos.sh
8.0K │ │ ├── artix.sh
8.0K │ │ ├── archlinux.sh
4.0K │ │ ├── debian_guix.sh
4.0K │ │ ├── archlinux_hooks.sh
4.0K │ │ └── alpine.sh
56K │ ├── alpine-builder.dockerfile
44K │ ├── gentoo-builder.dockerfile
28K │ ├── debloat_ubuntu.sh
24K │ ├── run_linux.sh
16K │ ├── x86_64-ubuntu.dockerfile
16K │ ├── ubuntu-systemd-base.dockerfile
16K │ ├── riscv64-ubuntu.dockerfile
16K │ ├── aarch64-ubuntu.dockerfile
12K │ ├── ubuntu-builder.dockerfile
12K │ ├── manage_linux.sh
12K │ ├── debian-builder-unstable.dockerfile
12K │ ├── archlinux-builder.dockerfile
12K │ ├── alpine-slim.dockerfile
12K │ ├── README.md
8.0K │ ├── debian-ix.dockerfile
4.0K │ ├── ubuntu.dockerfile
4.0K │ ├── docker-bake.hcl
4.0K │ ├── debian_loongarch64.dockerfile
4.0K │ ├── debian.dockerfile
4.0K │ ├── debian-guix.dockerfile
4.0K │ ├── alpine_loongarch64.dockerfile
4.0K │ ├── alpine.dockerfile
4.0K │ ├── alpine-rust.dockerfile
4.0K │ └── alpine-ix.dockerfile
368K ├─┬ Linux
60K │ ├─┬ obfsx
52K │ │ ├─┬ src
48K │ │ │ └── main.rs
4.0K │ │ └── Cargo.toml
40K │ ├─┬ tss
28K │ │ ├─┬ src
24K │ │ │ └── main.rs
4.0K │ │ ├── README.md
4.0K │ │ └── Cargo.toml
40K │ ├── file.sh
40K │ ├─┬ extraxtor
32K │ │ ├── main.go
4.0K │ │ └── README.md
32K │ ├─┬ rename
24K │ │ ├─┬ src
20K │ │ │ └── main.rs
4.0K │ │ └── Cargo.toml
32K │ ├── rbuilder.sh
28K │ ├── extraxtor.sh
20K │ ├── install_bins_curl.sh
12K │ ├── sshd_config_passwordless
12K │ ├── sshd_config
12K │ ├── setup_ssh.sh
8.0K │ ├── install_ix.sh
4.0K │ ├── nonguix.channels.scm
4.0K │ ├── install_zig.sh
4.0K │ ├── install_node_x86_64.sh
4.0K │ ├── install_nix.sh
4.0K │ ├── install_golang.sh
4.0K │ ├── gentoo.conf
4.0K │ └── DAGU_CRON.md
120K ├─┬ Misc
72K │ ├─┬ User-Agents
12K │ │ ├── user_agents_all.txt
4.0K │ │ ├── ua_safari_macos_latest.txt
4.0K │ │ ├── ua_safari_macos_all.txt
4.0K │ │ ├── ua_safari_iphone_latest.txt
4.0K │ │ ├── ua_safari_iphone_all.txt
4.0K │ │ ├── ua_firefox_windows_latest.txt
4.0K │ │ ├── ua_firefox_windows_all.txt
4.0K │ │ ├── ua_firefox_macos_latest.txt
4.0K │ │ ├── ua_firefox_macos_all.txt
4.0K │ │ ├── ua_chrome_windows_latest.txt
4.0K │ │ ├── ua_chrome_windows_all.txt
4.0K │ │ ├── ua_chrome_macos_latest.txt
4.0K │ │ ├── ua_chrome_macos_all.txt
4.0K │ │ ├── ua_chrome_android_latest.txt
4.0K │ │ └── ua_chrome_android_all.txt
36K │ ├─┬ Cloud
12K │ │ ├── reboot_instance_cntb.sh
8.0K │ │ ├── reboot_instance_aws.sh
4.0K │ │ ├── setup_idx.nix
4.0K │ │ ├── setup_apptainer_colab.sh
4.0K │ │ └── change_hostname_colab.sh
8.0K │ └── remove_upx_info.sh
8.0K ├── README.md
4.0K └── LICENSE