This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # .NET Project Build Script | |
| # Builds cross-platform executables for Windows, macOS, and Linux | |
| set -e | |
| # Colors for output | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Reference: https://github.com/sinai-dev/UnityExplorer/issues/181#issuecomment-1296365106 | |
| UnityExplorer.UI.UIManager.UICanvas.scaleFactor = 2.0f; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Force public key authentication | |
| cat > /etc/ssh/sshd_config.d/20-force_publickey_auth.conf <<EOF | |
| PasswordAuthentication no | |
| AuthenticationMethods publickey | |
| EOF | |
| # Deny root login | |
| echo "PermitRootLogin no" > /etc/ssh/sshd_config.d/20-deny_root.conf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| storage: /verdaccio/storage/data | |
| plugins: /verdaccio/plugins | |
| auth: | |
| htpasswd: | |
| file: /verdaccio/storage/htpasswd | |
| algorithm: bcrypt | |
| uplinks: | |
| # npmjs: | |
| # url: https://registry.npmjs.org/ | |
| openupm: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @name system24-yuna0x0 | |
| * @description A tui-style discord theme. Customized by yuna0x0. | |
| * @author refact0r | |
| * @version 1.0.0 | |
| * @invite nz87hXyvcy | |
| * @website https://github.com/refact0r/system24 | |
| * @source https://github.com/refact0r/system24/blob/master/system24.theme.css | |
| * @authorId 508863359777505290 | |
| * @authorLink https://www.refact0r.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Taiwan | |
| Server = https://archlinux.cs.nycu.edu.tw/$repo/os/$arch | |
| ## Taiwan | |
| Server = https://mirror.archlinux.tw/ArchLinux/$repo/os/$arch | |
| ## Taiwan | |
| Server = https://free.nchc.org.tw/arch/$repo/os/$arch | |
| ## Taiwan | |
| Server = https://ncuesaweb.ncue.edu.tw/linux/archlinux/$repo/os/$arch | |
| ## Taiwan | |
| Server = http://archlinux.cs.nycu.edu.tw/$repo/os/$arch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TIMEZONE=Asia/Taipei | |
| VAULTWARDEN_ADMIN_TOKEN= | |
| VAULTWARDEN_LOCALHOST_PORT=6699 | |
| CADDY_HOSTNAME=example.com:7777 | |
| SYNO_CERT_PATH=/usr/syno/etc/certificate/system/default | |
| SYNO_CERT_TYPE=ECC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #%Module1.0 | |
| # /usr/share/modulefiles/cuda/12.6 | |
| proc ModulesHelp {} { | |
| puts stderr "Add NVIDIA CUDA Toolkit 12.6 to your environment variables" | |
| } | |
| module-whatis "Add NVIDIA CUDA Toolkit 12.6 to your environment variables" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| id: '8245b134-09c3-4c35-bcbb-1a91af2b3c38', | |
| base: 'dark', | |
| name: 'yuna0x0 Misskey - Dark', | |
| props: { | |
| bg: '#232323', | |
| fg: 'rgb(199, 209, 216)', | |
| link: '@accent', | |
| navBg: '#363636', | |
| panel: '#2d2d2d', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This .gitignore file should be placed at the root of your Unity project directory | |
| # | |
| # Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore | |
| # | |
| /[Ll]ibrary/ | |
| /[Tt]emp/ | |
| /[Oo]bj/ | |
| /[Bb]uild/ | |
| /[Bb]uilds/ | |
| /[Ll]ogs/ |
NewerOlder