|
1 | 1 | ```mathematica |
| 2 | +528K └─┬ main |
| 3 | +300K ├─┬ Github |
| 4 | +296K │ └─┬ Runners |
| 5 | + 64K │ ├─┬ bootstrap |
| 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 | + 16K │ ├── x86_64-ubuntu.dockerfile |
| 18 | + 16K │ ├── ubuntu-systemd-base.dockerfile |
| 19 | + 16K │ ├── aarch64-ubuntu.dockerfile |
| 20 | + 12K │ ├── ubuntu-builder.dockerfile |
| 21 | + 12K │ ├── manage_linux.sh |
| 22 | + 12K │ ├── debian-builder-unstable.dockerfile |
| 23 | + 12K │ ├── archlinux-builder.dockerfile |
| 24 | + 12K │ ├── README.md |
| 25 | +8.0K │ ├── run_linux.sh |
| 26 | +8.0K │ ├── debloat_ubuntu.sh |
| 27 | +4.0K │ └── debian-guix.dockerfile |
| 28 | +120K ├─┬ Misc |
| 29 | + 72K │ ├─┬ User-Agents |
| 30 | + 12K │ │ ├── user_agents_all.txt |
| 31 | +4.0K │ │ ├── ua_safari_macos_latest.txt |
| 32 | +4.0K │ │ ├── ua_safari_macos_all.txt |
| 33 | +4.0K │ │ ├── ua_safari_iphone_latest.txt |
| 34 | +4.0K │ │ ├── ua_safari_iphone_all.txt |
| 35 | +4.0K │ │ ├── ua_firefox_windows_latest.txt |
| 36 | +4.0K │ │ ├── ua_firefox_windows_all.txt |
| 37 | +4.0K │ │ ├── ua_firefox_macos_latest.txt |
| 38 | +4.0K │ │ ├── ua_firefox_macos_all.txt |
| 39 | +4.0K │ │ ├── ua_chrome_windows_latest.txt |
| 40 | +4.0K │ │ ├── ua_chrome_windows_all.txt |
| 41 | +4.0K │ │ ├── ua_chrome_macos_latest.txt |
| 42 | +4.0K │ │ ├── ua_chrome_macos_all.txt |
| 43 | +4.0K │ │ ├── ua_chrome_android_latest.txt |
| 44 | +4.0K │ │ └── ua_chrome_android_all.txt |
| 45 | + 36K │ ├─┬ Cloud |
| 46 | + 12K │ │ ├── reboot_instance_cntb.sh |
| 47 | +8.0K │ │ ├── reboot_instance_aws.sh |
| 48 | +4.0K │ │ ├── setup_idx.nix |
| 49 | +4.0K │ │ ├── setup_apptainer_colab.sh |
| 50 | +4.0K │ │ └── change_hostname_colab.sh |
| 51 | +8.0K │ └── remove_upx_info.sh |
| 52 | + 92K ├─┬ Linux |
| 53 | + 28K │ ├── install_bins_curl.sh |
| 54 | + 12K │ ├── sshd_config_passwordless |
| 55 | + 12K │ ├── sshd_config |
| 56 | + 12K │ ├── setup_ssh.sh |
| 57 | +8.0K │ ├── install_ix.sh |
| 58 | +4.0K │ ├── nonguix.channels.scm |
| 59 | +4.0K │ ├── install_node_x86_64.sh |
| 60 | +4.0K │ ├── gentoo.conf |
| 61 | +4.0K │ └── DAGU_CRON.md |
| 62 | +8.0K ├── README.md |
| 63 | +4.0K └── LICENSE |
2 | 64 | ``` |
0 commit comments