Skip to content

Commit 3cbb15c

Browse files
committed
‎‎‏‏‎ ‎
1 parent 243f1d7 commit 3cbb15c

File tree

2 files changed

+192
-0
lines changed

2 files changed

+192
-0
lines changed

.github/SIZE.md

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,98 @@
11
```mathematica
2+
932K └─┬ main
3+
428K ├─┬ Github
4+
424K │ └─┬ Runners
5+
88K │ ├─┬ bootstrap
6+
24K │ │ ├── deb_bootstrap_loongarch64.sh
7+
8.0K │ │ ├── ubuntu.sh
8+
8.0K │ │ ├── eweos.sh
9+
8.0K │ │ ├── debian.sh
10+
8.0K │ │ ├── cachyos.sh
11+
8.0K │ │ ├── artix.sh
12+
8.0K │ │ ├── archlinux.sh
13+
4.0K │ │ ├── debian_guix.sh
14+
4.0K │ │ ├── archlinux_hooks.sh
15+
4.0K │ │ └── alpine.sh
16+
56K │ ├── alpine-builder.dockerfile
17+
44K │ ├── gentoo-builder.dockerfile
18+
28K │ ├── debloat_ubuntu.sh
19+
24K │ ├── run_linux.sh
20+
16K │ ├── x86_64-ubuntu.dockerfile
21+
16K │ ├── ubuntu-systemd-base.dockerfile
22+
16K │ ├── riscv64-ubuntu.dockerfile
23+
16K │ ├── aarch64-ubuntu.dockerfile
24+
12K │ ├── ubuntu-builder.dockerfile
25+
12K │ ├── manage_linux.sh
26+
12K │ ├── debian-builder-unstable.dockerfile
27+
12K │ ├── archlinux-builder.dockerfile
28+
12K │ ├── alpine-slim.dockerfile
29+
12K │ ├── README.md
30+
8.0K │ ├── debian-ix.dockerfile
31+
4.0K │ ├── ubuntu.dockerfile
32+
4.0K │ ├── docker-bake.hcl
33+
4.0K │ ├── debian_loongarch64.dockerfile
34+
4.0K │ ├── debian.dockerfile
35+
4.0K │ ├── debian-guix.dockerfile
36+
4.0K │ ├── alpine_loongarch64.dockerfile
37+
4.0K │ ├── alpine.dockerfile
38+
4.0K │ ├── alpine-rust.dockerfile
39+
4.0K │ └── alpine-ix.dockerfile
40+
368K ├─┬ Linux
41+
60K │ ├─┬ obfsx
42+
52K │ │ ├─┬ src
43+
48K │ │ │ └── main.rs
44+
4.0K │ │ └── Cargo.toml
45+
40K │ ├─┬ tss
46+
28K │ │ ├─┬ src
47+
24K │ │ │ └── main.rs
48+
4.0K │ │ ├── README.md
49+
4.0K │ │ └── Cargo.toml
50+
40K │ ├── file.sh
51+
40K │ ├─┬ extraxtor
52+
32K │ │ ├── main.go
53+
4.0K │ │ └── README.md
54+
32K │ ├─┬ rename
55+
24K │ │ ├─┬ src
56+
20K │ │ │ └── main.rs
57+
4.0K │ │ └── Cargo.toml
58+
32K │ ├── rbuilder.sh
59+
28K │ ├── extraxtor.sh
60+
20K │ ├── install_bins_curl.sh
61+
12K │ ├── sshd_config_passwordless
62+
12K │ ├── sshd_config
63+
12K │ ├── setup_ssh.sh
64+
8.0K │ ├── install_ix.sh
65+
4.0K │ ├── nonguix.channels.scm
66+
4.0K │ ├── install_zig.sh
67+
4.0K │ ├── install_node_x86_64.sh
68+
4.0K │ ├── install_nix.sh
69+
4.0K │ ├── install_golang.sh
70+
4.0K │ ├── gentoo.conf
71+
4.0K │ └── DAGU_CRON.md
72+
120K ├─┬ Misc
73+
72K │ ├─┬ User-Agents
74+
12K │ │ ├── user_agents_all.txt
75+
4.0K │ │ ├── ua_safari_macos_latest.txt
76+
4.0K │ │ ├── ua_safari_macos_all.txt
77+
4.0K │ │ ├── ua_safari_iphone_latest.txt
78+
4.0K │ │ ├── ua_safari_iphone_all.txt
79+
4.0K │ │ ├── ua_firefox_windows_latest.txt
80+
4.0K │ │ ├── ua_firefox_windows_all.txt
81+
4.0K │ │ ├── ua_firefox_macos_latest.txt
82+
4.0K │ │ ├── ua_firefox_macos_all.txt
83+
4.0K │ │ ├── ua_chrome_windows_latest.txt
84+
4.0K │ │ ├── ua_chrome_windows_all.txt
85+
4.0K │ │ ├── ua_chrome_macos_latest.txt
86+
4.0K │ │ ├── ua_chrome_macos_all.txt
87+
4.0K │ │ ├── ua_chrome_android_latest.txt
88+
4.0K │ │ └── ua_chrome_android_all.txt
89+
36K │ ├─┬ Cloud
90+
12K │ │ ├── reboot_instance_cntb.sh
91+
8.0K │ │ ├── reboot_instance_aws.sh
92+
4.0K │ │ ├── setup_idx.nix
93+
4.0K │ │ ├── setup_apptainer_colab.sh
94+
4.0K │ │ └── change_hostname_colab.sh
95+
8.0K │ └── remove_upx_info.sh
96+
8.0K ├── README.md
97+
4.0K └── LICENSE
298
```

.github/SIZE.txt

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
932K └─┬ main
2+
428K ├─┬ Github
3+
424K │ └─┬ Runners
4+
88K │ ├─┬ bootstrap
5+
24K │ │ ├── deb_bootstrap_loongarch64.sh
6+
8.0K │ │ ├── ubuntu.sh
7+
8.0K │ │ ├── eweos.sh
8+
8.0K │ │ ├── debian.sh
9+
8.0K │ │ ├── cachyos.sh
10+
8.0K │ │ ├── artix.sh
11+
8.0K │ │ ├── archlinux.sh
12+
4.0K │ │ ├── debian_guix.sh
13+
4.0K │ │ ├── archlinux_hooks.sh
14+
4.0K │ │ └── alpine.sh
15+
56K │ ├── alpine-builder.dockerfile
16+
44K │ ├── gentoo-builder.dockerfile
17+
28K │ ├── debloat_ubuntu.sh
18+
24K │ ├── run_linux.sh
19+
16K │ ├── x86_64-ubuntu.dockerfile
20+
16K │ ├── ubuntu-systemd-base.dockerfile
21+
16K │ ├── riscv64-ubuntu.dockerfile
22+
16K │ ├── aarch64-ubuntu.dockerfile
23+
12K │ ├── ubuntu-builder.dockerfile
24+
12K │ ├── manage_linux.sh
25+
12K │ ├── debian-builder-unstable.dockerfile
26+
12K │ ├── archlinux-builder.dockerfile
27+
12K │ ├── alpine-slim.dockerfile
28+
12K │ ├── README.md
29+
8.0K │ ├── debian-ix.dockerfile
30+
4.0K │ ├── ubuntu.dockerfile
31+
4.0K │ ├── docker-bake.hcl
32+
4.0K │ ├── debian_loongarch64.dockerfile
33+
4.0K │ ├── debian.dockerfile
34+
4.0K │ ├── debian-guix.dockerfile
35+
4.0K │ ├── alpine_loongarch64.dockerfile
36+
4.0K │ ├── alpine.dockerfile
37+
4.0K │ ├── alpine-rust.dockerfile
38+
4.0K │ └── alpine-ix.dockerfile
39+
368K ├─┬ Linux
40+
60K │ ├─┬ obfsx
41+
52K │ │ ├─┬ src
42+
48K │ │ │ └── main.rs
43+
4.0K │ │ └── Cargo.toml
44+
40K │ ├─┬ tss
45+
28K │ │ ├─┬ src
46+
24K │ │ │ └── main.rs
47+
4.0K │ │ ├── README.md
48+
4.0K │ │ └── Cargo.toml
49+
40K │ ├── file.sh
50+
40K │ ├─┬ extraxtor
51+
32K │ │ ├── main.go
52+
4.0K │ │ └── README.md
53+
32K │ ├─┬ rename
54+
24K │ │ ├─┬ src
55+
20K │ │ │ └── main.rs
56+
4.0K │ │ └── Cargo.toml
57+
32K │ ├── rbuilder.sh
58+
28K │ ├── extraxtor.sh
59+
20K │ ├── install_bins_curl.sh
60+
12K │ ├── sshd_config_passwordless
61+
12K │ ├── sshd_config
62+
12K │ ├── setup_ssh.sh
63+
8.0K │ ├── install_ix.sh
64+
4.0K │ ├── nonguix.channels.scm
65+
4.0K │ ├── install_zig.sh
66+
4.0K │ ├── install_node_x86_64.sh
67+
4.0K │ ├── install_nix.sh
68+
4.0K │ ├── install_golang.sh
69+
4.0K │ ├── gentoo.conf
70+
4.0K │ └── DAGU_CRON.md
71+
120K ├─┬ Misc
72+
72K │ ├─┬ User-Agents
73+
12K │ │ ├── user_agents_all.txt
74+
4.0K │ │ ├── ua_safari_macos_latest.txt
75+
4.0K │ │ ├── ua_safari_macos_all.txt
76+
4.0K │ │ ├── ua_safari_iphone_latest.txt
77+
4.0K │ │ ├── ua_safari_iphone_all.txt
78+
4.0K │ │ ├── ua_firefox_windows_latest.txt
79+
4.0K │ │ ├── ua_firefox_windows_all.txt
80+
4.0K │ │ ├── ua_firefox_macos_latest.txt
81+
4.0K │ │ ├── ua_firefox_macos_all.txt
82+
4.0K │ │ ├── ua_chrome_windows_latest.txt
83+
4.0K │ │ ├── ua_chrome_windows_all.txt
84+
4.0K │ │ ├── ua_chrome_macos_latest.txt
85+
4.0K │ │ ├── ua_chrome_macos_all.txt
86+
4.0K │ │ ├── ua_chrome_android_latest.txt
87+
4.0K │ │ └── ua_chrome_android_all.txt
88+
36K │ ├─┬ Cloud
89+
12K │ │ ├── reboot_instance_cntb.sh
90+
8.0K │ │ ├── reboot_instance_aws.sh
91+
4.0K │ │ ├── setup_idx.nix
92+
4.0K │ │ ├── setup_apptainer_colab.sh
93+
4.0K │ │ └── change_hostname_colab.sh
94+
8.0K │ └── remove_upx_info.sh
95+
8.0K ├── README.md
96+
4.0K └── LICENSE

0 commit comments

Comments
 (0)