🚧 Various updates

This commit is contained in:
tomit4 2026-03-02 18:28:36 -08:00
parent b5533be9c9
commit 049818537e
6 changed files with 1103 additions and 38 deletions

File diff suppressed because one or more lines are too long

View file

@ -6,4 +6,4 @@ else
directory="$1"
fi
live-server --browser=firefox --open="$directory"
live-server --browser=firefox-bin --open="$directory" --port=6969

View file

@ -7,17 +7,17 @@ main() {
exit 1
else
set +o noclobber
rc-service wg-quick.ch-zrh-wg-001 stop 2>/dev/null
rc-service wg-quick.ch-zrh-wg-003 stop #2>/dev/null
cat <<EOF >/etc/resolv.conf
nameserver ::1
nameserver 127.0.0.1
options trust-ad
EOF
chattr +i /etc/resolv.conf
docker container start pihole-unbound 2>/dev/null
rc-service dhcpcd restart 2>/dev/null
docker container start pihole-unbound #2>/dev/null
rc-service dhcpcd restart #2>/dev/null
set -o noclobber
docker container restart searxng redlib invidious-invidious-1 invidious-invidious-db-1 2>/dev/null
docker container restart searxng invidious-invidious-1 invidious-invidious-db-1 #2>/dev/null
fi
}

View file

@ -6,11 +6,11 @@ main() {
echo "This script must be run as root!"
exit 1
else
docker container stop pihole-unbound 2>/dev/null
docker container stop pihole-unbound #2>/dev/null
chattr -i /etc/resolv.conf
rc-service dhcpcd restart 2>/dev/null
rc-service wg-quick.ch-zrh-wg-001 start 2>/dev/null
docker container restart searxng redlib invidious-invidious-1 invidious-invidious-db-1 2>/dev/null
rc-service dhcpcd restart #2>/dev/null
rc-service wg-quick.ch-zrh-wg-003 start #2>/dev/null
docker container restart searxng invidious-invidious-1 invidious-invidious-db-1 #2>/dev/null
fi
}

View file

@ -40,6 +40,23 @@
- [WGU Accredation Study.com](https://partners.wgu.edu/transfer-pathway-agreement?uniqueId=BSCS4424&collegeCode=IT&instId=678&programId=182)
- [WGU Accredation Sophia.org](https://partners.wgu.edu/transfer-pathway-agreement?uniqueId=BSCS7110&collegeCode=IT&instId=796&programId=182)
# WGU Questionnaire II
1. Go over the transfer courses and confirm they are still honoring those
transfer credits as of 2026.
A: Yep, the Partners Page is still up to date as of 2026.
2. Ask specifically about the transfer credit of Discrete Mathematics 1 from
study.com
A: Nope, you have to take Discrete Math 1 through WGU.
3. Ask about Proctor Exams, Examity, and Linux compatibility.
A: Examity does have issues with Linux and you will likely have to purchase
another device (Lenovo Think pad with Windows...)
## Sophia.org Courses
- [Calculus 1: SOPH-0060](https://app.sophia.org/online-courses/calculus-i-2)
@ -65,19 +82,7 @@
OR
- [Database Management: SDCM-0164](https://study.com/academy/course/computer-science-303-database-management.html)
# WGU Questionnaire II
## Sophia.org Documents
1. Go over the transfer courses and confirm they are still honoring those
transfer credits as of 2026.
A: Yep, the Partners Page is still up to date as of 2026.
2. Ask specifically about the transfer credit of Discrete Mathematics 1 from
study.com
A: Nope, you have to take Discrete Math 1 through WGU.
3. Ask about Proctor Exams, Examity, and Linux compatibility.
A: Examity does have issues with Linux and you will likely have to purchase
another device (Lenovo Think pad with Windows...)
- [Integrity Policy](https://app.sophia.org/academic-integrity-policy)
- [Code of Conduct](https://app.sophia.org/code-of-conduct)

View file

@ -11,12 +11,13 @@ export XDG_CONFIG_HOME="$HOME/.config"
# set up python-virtualenvwrapper
# https://wiki.archlinux.org/title/Python/Virtual_environment
export WORKON_HOME=~/.virtualenvs
source /usr/bin/virtualenvwrapper_lazy.sh
# export WORKON_HOME=~/.virtualenvs
# source /usr/bin/virtualenvwrapper_lazy.sh
# custom BROWSER env for ddgr:
export BROWSER=librewolf
export BROWSER=librewolf-bin
export QT_STYLE_OVERRIDE=Adwaita-Dark
export CHROME_PATH="/usr/bin/chromium-bin"
# export BROWSER=links
export EDITOR=nvim
export PF_INFO="ascii os kernel pkgs shell wm editor"
@ -163,9 +164,9 @@ alias home="cd && history -p && clear && echo '' | xclip && xclip -selection cli
# Various source files (do not place at end of zshrc/bashrc)
source ~/.aliases
# github personal access token
source ~/.gh_pat
#source ~/.gh_pat
#SSID and passwd
source ~/.ssid_passwd
#source ~/.ssid_passwd
# Plugins (that need to be at the end of the zshrc script)
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh
@ -194,21 +195,27 @@ echo -en \\e]PEECEFF4
clear
fi
if [[ -f "$HOME/.sdrc" ]] ; then
source "$HOME/.sdrc"
fi
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
#if [[ -f "$HOME/.sdrc" ]] ; then
#source "$HOME/.sdrc"
#fi
#[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
[ -f ~/.zsh/zsh-fex/fex.zsh ] && source ~/.zsh/zsh-fex/fex.zsh
bindkey '^f' fex-widget
# [ -f ~/.zsh/zsh-fex/fex.zsh ] && source ~/.zsh/zsh-fex/fex.zsh
# bindkey '^f' fex-widget
# bun completions
#bun completions
[ -s "/home/brian/.bun/_bun" ] && source "/home/brian/.bun/_bun"
# bun
## bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
export DEBUGINFOD_URLS="https://debuginfod.artixlinux.org"
#export DEBUGINFOD_URLS="https://debuginfod.artixlinux.org"
# npm will install global packages to:
export NPM_CONFIG_PREFIX="$HOME/.local/"
# rye
source "$HOME/.rye/env"
# current book being read (used in resume_read script)
# export CURRENT_READ=""