1763 lines
43 KiB
Plaintext
1763 lines
43 KiB
Plaintext
git init rust_first_go
|
||
cargo new grrs
|
||
cargo run --banana --./dotfiles/hypr
|
||
cd etc
|
||
cargo run --help
|
||
cargo run -- banana ./dotfiles/hypr
|
||
cargo run -- monitor ./dotfiles/hypr/hyprland.conf
|
||
cargo run -- monitor /dotfiles/hypr/hyprland.conf
|
||
cd .config/nvim
|
||
cargo add anyhow
|
||
cargo run -- monitor ~/dotfiles/hypr/hyprla
|
||
rm -rf target
|
||
cargo run
|
||
cargo run alias ~/.zshrc
|
||
cargo run alias ~/.gitconfig
|
||
mkdir big_count
|
||
cargo new
|
||
cargo new .
|
||
cargo init
|
||
cargo add indicatif
|
||
llclear
|
||
cd big_count
|
||
cargo add num-format
|
||
nvim rust_first_go/big_count/src/main.py
|
||
cd rust_first_go/big_count/src
|
||
python main.py
|
||
cd grrs
|
||
cargo run ~/dotfiles/hypr/hyprland.conf monitor
|
||
cargo run ~/dotfiles/hypr/hyprland.conf moniter
|
||
cargo run -- monitor ~/dotfiles/hypr/hyprland.conf
|
||
cargo tree
|
||
cargo build
|
||
cd rust_first_go/grrs
|
||
ls target
|
||
ls src
|
||
cargo build --release
|
||
cd target/release
|
||
chmod +x grrs
|
||
grrs
|
||
.grrs
|
||
./grrs
|
||
./grrs monitor ~/dotfiles/hypr/hyprland.conf
|
||
git remote add origin git@github.com:Jake-Pullen/rust_first_go.git\
|
||
git branch -M main\
|
||
git push -u origin main
|
||
cargo new sbod
|
||
git remote add origin git@github.com:Jake-Pullen/sbod.git\
|
||
git branch -M main\
|
||
git push -u origin main
|
||
nvim README.md
|
||
cargo add clap
|
||
cargo run -- 35 -130
|
||
cargo run -- 35 -- -130
|
||
cargo run -- current_speed=30 target_speed=-130
|
||
cargo run -- 30 -- -130
|
||
cargo run
|
||
cargo run -- -- -48 -- -130
|
||
cargo run -- -48 -- -130
|
||
cargo run -- 48 -- -130
|
||
\:ga .
|
||
ga .
|
||
gc
|
||
gp
|
||
cd JPs_make_work_easier_area
|
||
mdbook new blog
|
||
git new blog
|
||
mkdir blog
|
||
rm chapter_1.md
|
||
git remote add origin git@github.com:Jake-Pullen/blog.git
|
||
git checkout -b blog_one
|
||
uv generate_portfolio.py
|
||
cargo run -- 28 -- -130
|
||
cargo run -- 0 -- -100
|
||
shutdown - now
|
||
rm -rf de-ai-onboarding
|
||
cd wofi
|
||
cd waybar
|
||
waybar
|
||
git clone git@github.com:Jake-Pullen/portfolio_generator.git
|
||
git checkout -b minor_nesting_fix
|
||
python run generate_portfolio.py
|
||
python generate_portfolio.py
|
||
uv add jinja
|
||
uv add jinja2
|
||
rm requirements.txt
|
||
rm main.py
|
||
cd portfolio_generator
|
||
git tre
|
||
git --help
|
||
gl
|
||
cd dotfiles/zsh
|
||
cd rust_first_go
|
||
cd sbod
|
||
cargo run 0 -130
|
||
cargo run -- 0 -130
|
||
cargo run -- 0 -- -130
|
||
cargo run -- 0 -- -120
|
||
cargo run -- 0 -- -110
|
||
cargo run -- 0 -- -125
|
||
cargo run -- -- -52 -- -125
|
||
cargo run --52 -- -125
|
||
cargo run -- -52 -- -125
|
||
cargo run -- -52 -125
|
||
git checkout -b account_support
|
||
nvim verity.py
|
||
pactl
|
||
pipewire
|
||
pulse
|
||
pulseaudio
|
||
mkdir ryan_python
|
||
rm ryan_python
|
||
rm -r ryan_python
|
||
uv add ryan_python
|
||
uv new ryan_python
|
||
uv --help
|
||
uv init ryan_python
|
||
cd ryan_python
|
||
git remote add origin git@github.con:Jake-Pullen/ryan_python.git
|
||
git remote delete
|
||
git remote remove origin
|
||
git remote add origin git@github.com:Jake-Pullen/ryan_python.git
|
||
git add .
|
||
git commit -m 'started the pathway'
|
||
git commit -m 'Updated Pathway'
|
||
sudo pacman -S pavucontrol
|
||
pavucontrol
|
||
hyprctl restart
|
||
hyprctl reload
|
||
nvim hypr
|
||
hyprctl monitors all
|
||
hyprctl monitors
|
||
which sddm
|
||
which gdm
|
||
yay install zen-browser
|
||
pacman -Ss zen-browser
|
||
yay zen-browser
|
||
gd
|
||
git diff .
|
||
git checkout dev
|
||
git checkout -b better_docs
|
||
mdbook init
|
||
rm -rf book
|
||
mdbook init docs
|
||
nbim
|
||
cd docs
|
||
rm src/chapter_1.md
|
||
mdbook build
|
||
cd verity/docs
|
||
mdbook serve
|
||
mdbook serve &
|
||
chmod start_server.sh
|
||
chmod +x start_server.sh
|
||
mdbook serve docs
|
||
kill 21820
|
||
mdbook serve verity/docs &
|
||
kill 27929
|
||
kill 27929 9
|
||
kill 27979
|
||
kill 34292
|
||
cd logs
|
||
uv run verity.py
|
||
rm -rf docs/book
|
||
git commit -S
|
||
gpg -full-generate-key
|
||
gpg --full-generate-key
|
||
gpg --list-secret-keys --keyid-format LONG
|
||
gpg --armor --export 047E30AFD800B3E3
|
||
git config --global user.signingkey 047E30AFD800B3E3
|
||
git config --global commit.gpgsign true
|
||
nvim verity
|
||
uv run uff check
|
||
kill 61252
|
||
git checkout stage
|
||
git checkout account_support
|
||
git merge stage
|
||
pgreb mdbooks | kill
|
||
pgrep mdbooks | kill
|
||
kill | pgrep mdbook
|
||
pgrep mdbook | kill
|
||
kill 87431
|
||
ollama serve $
|
||
rm -rf logs
|
||
rm -rf api/data
|
||
pgrep mdbook
|
||
kill 88746
|
||
./start_server.sh
|
||
cd .config/wofi
|
||
uv init aiimi_consultant_showcase
|
||
cd aiimi_consultant_showcase
|
||
uv add faker
|
||
nvim employees_example.json
|
||
nvim employee_training_record_example.json
|
||
uv add flask
|
||
uv add pyyaml polars
|
||
nvim
|
||
fastfect
|
||
fzf
|
||
asciiaquarium
|
||
flameshot
|
||
fastfetch -c all
|
||
cmatrix
|
||
asciiquarium
|
||
ollama run gemma3
|
||
uv run generate_portfolio.py
|
||
git diff
|
||
rm -rf aiimi_consultant_showcase
|
||
nvim .ollama
|
||
steam
|
||
la Public
|
||
rm -rf Public
|
||
cd verity/api/src
|
||
la
|
||
la ~
|
||
la .
|
||
la /
|
||
nvim dotfiles
|
||
cd /mnt/raid
|
||
cd com
|
||
..
|
||
cd steamapps/common
|
||
//
|
||
cd /mnt/raid/
|
||
cd SteamLibrary
|
||
cd steamapps
|
||
cd common
|
||
cd .local
|
||
cd share
|
||
ls AlexanderBruce
|
||
cd Steam
|
||
cd userdata
|
||
cd 87043385
|
||
rm -rf .
|
||
rm -rf ac
|
||
cd 1307890
|
||
cd Kingdoms\ Reborn
|
||
la PunCity
|
||
cd remotecache.vdf
|
||
nbim remotecache.vdf
|
||
nvim remotecache.vdf
|
||
rm -rf remotecache.vdf
|
||
rm remotecache.vdf
|
||
la
|
||
zen
|
||
ollama pull gpt-oss:20b
|
||
ollama run gpt-oss:20b
|
||
uvx install open-web-ui
|
||
uvx install open-webui
|
||
uv install open-webui
|
||
uv pip install open-webui
|
||
uv pip install open-webui --system
|
||
pacman -S python-open-webui
|
||
sudo pacman -S python-open-webui
|
||
uv init test_llm_web
|
||
ollama serve
|
||
uv run upen-webui serve
|
||
ollama pull deepseek-r1:8b
|
||
cd test_llm_web
|
||
yay
|
||
kill 2244
|
||
kill 1964
|
||
code ./devin
|
||
date
|
||
lms ls
|
||
lms server --help
|
||
lms server status
|
||
lms status
|
||
lms login
|
||
uv init tv_show_people_tracker
|
||
cd tv_show_people_tracker
|
||
sudo rm -r test_llm_web
|
||
cd verity
|
||
cd ../tv_show_people_tracker
|
||
uv add pyturso
|
||
mkdir nilaus
|
||
cd nilaus
|
||
sudo dnf update
|
||
cp ./nilaus /mnt/bulk/nilaus
|
||
cp -r ./nilaus /mnt/bulk/nilaus
|
||
ls /mnt/bulk/nilaus
|
||
rm -r ./nilaus
|
||
uv init gpt_one_twenty
|
||
cd gpt_one_twenty
|
||
uv add baml-py && uv run baml-cli init
|
||
cd ../ai-web
|
||
uv init llm_benchmark
|
||
uv add sqlalchemy
|
||
uv run model_runner.py
|
||
uv run view_results.py
|
||
rm results.db
|
||
uv run python -c "import db; db.init_db()"
|
||
uv run model_runner.py --model google/gemma-2-27b
|
||
uv run model_runner.py --model openai/gpt-oss-20b
|
||
uv run view_results.py
|
||
git remote add origin git@github.com:Jake-Pullen/llm_benchmark.git
|
||
sudo systemctl status sshd
|
||
cat ./update.sh
|
||
uv pip index versions open-webui
|
||
sudo systemctl status ssh
|
||
sudo systemctl start ssh
|
||
sudo dnf list installed | grep openssh
|
||
cat .ssh/authorised_keys
|
||
sudo dnf install openssh-server
|
||
sudo systemctl start sshd
|
||
ssh localhost
|
||
sudo systemctl enable sshd
|
||
startplasma-x11 &
|
||
export DISPLAY=:10\
|
||
Xorg :10 -novtswitch -noreset &\
|
||
sleep 1\
|
||
startplasma-x11 &
|
||
ls dotfiles
|
||
ls dotfiles/set_up_dev
|
||
sudo chown +x AppImages/LM-Studio
|
||
sudo chmod +x AppImages/LM-Studio
|
||
sudo chmod +x AppImages/LM-Studio.AppImage
|
||
zed zsh
|
||
source /home/devin/devin/.venv/bin/activate
|
||
cd
|
||
zed rich_tests
|
||
ls -la devin
|
||
ls ~
|
||
find verity
|
||
find devin
|
||
find winutil
|
||
ls ~/
|
||
find ~ -type d -name Dygma
|
||
find ~/ -type d -name Dygma
|
||
find Dygma
|
||
cd /etc
|
||
find Dygma -type d
|
||
find ~ Dygma -type d
|
||
cd ~/devin
|
||
find ~/ Dygma
|
||
ls /home
|
||
ls -la /home
|
||
ls -la /home/devin
|
||
find /home Dygma
|
||
find /home Dygma -type d
|
||
find dygma
|
||
lms load qwen/qwen3-coder-30b
|
||
zed devin
|
||
SHOW C
|
||
show c
|
||
shudown
|
||
cat ai-web/.webui_secret_key
|
||
cd ai-web
|
||
uv init hue_playground
|
||
lms serve
|
||
cd data_pipeline_for_YNAB
|
||
zed .
|
||
uv run main_v2.py
|
||
code ../devin
|
||
cd ../devin
|
||
uv run json_to_yaml.py
|
||
cp json_to_yaml.py ~/JPs_make_work_easier_area/my_codes/random_python
|
||
ls ~/JPs_make_work_easier_area/my_codes/random_python
|
||
cat ~/JPs_make_work_easier_area/my_codes/random_python/json_to_yaml.py
|
||
rm json_to_yaml.py
|
||
git clone git@github.com:sorcware/.github-private.git
|
||
cd .github-private
|
||
git commit -m 'location change'
|
||
uv init repo-template
|
||
git commit -m 'batman'
|
||
git remote add origin git@github.com:sorcware/repo-template.git
|
||
rm repo-template
|
||
sudo rm -r .github-private
|
||
sudo rm -r .baml
|
||
git clone git@github.com:sorcware/ai-mau.git
|
||
cd ai-mau
|
||
Git push
|
||
rm -r mau
|
||
git commit -m 'woops'
|
||
git clone git@github.com:Jake-Pullen/mau.git
|
||
rm -r ai-mau
|
||
y
|
||
git clone git@github.com:sorcware/divination_duel.git
|
||
mv ~/mau/main.py ~/mau/mau.py
|
||
uv run mau.py
|
||
lmstud
|
||
lms get qwen/qwen3-next-80b
|
||
uv init ai_images
|
||
cd ai_images
|
||
wget -qO - https://repo.radeon.com/rocm/rocm.gpg.key | sudo apt-key add -
|
||
wget -qO - https://repo.radeon.com/rocm/rocm.gpg.key | sudo dnf-key add -
|
||
wget -qO - https://repo.radeon.com/rocm/rocm.gpg.key | sudo dnf add -
|
||
uv add torch
|
||
uv add torchvision
|
||
uv add rocm
|
||
uv add transformers accelerate safetensors tqdm opencv-python-headless
|
||
sudo dnf install git-lfs
|
||
git lfs install
|
||
uv add invisible_watermark transformers accelerate safetensors
|
||
mkdir models/sdxl/
|
||
mkdir models
|
||
mkdir models/sdxl
|
||
cd models/sdxl
|
||
git clone https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0
|
||
.
|
||
uv run main.py source_images/jake_and_tiff.jpg --prompt "Make this into a 1980's era photo"
|
||
cd source/ai-im
|
||
uv add "diffusers[torch]"
|
||
uv remocve torch
|
||
uv remove torch torchvision
|
||
uv remove torch torchvision accelrate
|
||
uv remove torch torchvision accelerate diffusers[torch]
|
||
uv remove torch torchvision accelerate "diffusers[torch]"
|
||
uv remove accelerate
|
||
uv remove "diffusers[torch]"
|
||
uv remove torchvision
|
||
uv remove invisible-watermark
|
||
uv remove torch
|
||
uv add torch-2.6.0+rocm6.4.2.git76481f7c-cp312-cp312-linux_x86_64.whl torchvision-0.21.0+rocm6.4.2.git4040d51f-cp312-cp312-linux_x86_64.whl
|
||
wget https://repo.radeon.com/rocm/manylinux/rocm-rel-6.4.2/torch-2.6.0%2Brocm6.4.2.git76481f7c-cp312-cp312-linux_x86_64.whl\
|
||
wget https://repo.radeon.com/rocm/manylinux/rocm-rel-6.4.2/torchvision-0.21.0%2Brocm6.4.2.git4040d51f-cp312-cp312-linux_x86_64.whl\
|
||
wget https://repo.radeon.com/rocm/manylinux/rocm-rel-6.4.2/pytorch_triton_rocm-3.2.0%2Brocm6.4.2.git7e948ebf-cp312-cp312-linux_x86_64.whl\
|
||
wget https://repo.radeon.com/rocm/manylinux/rocm-rel-6.4.2/torchaudio-2.6.0%2Brocm6.4.2.gitd8831425-cp312-cp312-linux_x86_64.whl
|
||
uv python 3.12
|
||
uv python install 3.12
|
||
uv python upgrade 3.12
|
||
uv add torch-2.6.0+rocm6.4.2.git76481f7c-cp312-cp312-linux_x86_64.whl torchvision-0.21.0+rocm6.4.2.git4040d51f-cp312-cp312-linux_x86_64.whl torchaudio-2.6.0+rocm6.4.2.gitd8831425-cp312-cp312-linux_x86_64.whl pytorch_triton_rocm-3.2.0+rocm6.4.2.git7e948ebf-cp312-cp312-linux_x86_64.whl
|
||
uv run verify.py
|
||
uv add diffusers
|
||
uv add accelerate
|
||
uv run main.py source_images/jake_and_tiff.jpg --prompt "Make this 1980's themed"
|
||
cd source/ai-web
|
||
uv init ai_web
|
||
uv add open-webui
|
||
uv add itsdangerous
|
||
sudo chmod +x LM-Studio.AppImage
|
||
rocm info
|
||
cd source/ai_images
|
||
sudo rm -r ai_images
|
||
uv run open-webui serve
|
||
sudo chmod +x run.sh
|
||
sudo chmod +x update.sh
|
||
./source/ai_web/run.sh
|
||
cd source/verity
|
||
git commit -m 'changed to self hosted actions runner'
|
||
ssh jake@Jakes-Mac-mini.local
|
||
cd divination_duel
|
||
uv version bump patch
|
||
uv version bump --patch
|
||
uv version bump --help
|
||
uv version patch
|
||
git commit -m 'fixed pyproject'
|
||
git clone git@github.com:sorcware/repo-template.git
|
||
cd repo-template
|
||
git commit -m 'fixed uv lock file'
|
||
sudo rm -r repo-template
|
||
git commit -m 'removed self host runner'
|
||
sudo hostnamectl set-hostname framework
|
||
sudo systemctl restart NetworkManager
|
||
hostname
|
||
kill 84160
|
||
spotify
|
||
rpm -qa | grep spotify
|
||
sudo dnf reinstall spotify-client
|
||
journalctl -xe | grep spotify
|
||
cat dotfiles/set_up_dev/fedora.sh
|
||
flatpak reinstall -y flathub com.spotify.Client
|
||
flatpak uninstall -y flathub com.spotify.Client
|
||
flatpak install -y flathub com.spotify.Client
|
||
flatpak list
|
||
flatpak run com.spotify.Client --verbose
|
||
flatpak run --verbose com.spotify.Client
|
||
flatpak update
|
||
# Remove Spotify completely\
|
||
flatpak uninstall com.spotify.Client\
|
||
\
|
||
# Clear any remaining data\
|
||
rm -rf ~/.var/app/com.spotify.Client\
|
||
\
|
||
# Reinstall\
|
||
flatpak install flathub com.spotify.Client\
|
||
|
||
flatpak uninstall com.spotify.Client
|
||
rm -rf ~/.var/app/com.spotify.Client
|
||
flatpak install flathub com.spotify.Client
|
||
ssh root@serv
|
||
ssh-copy-id root@192.168.0.20
|
||
ssh root@192.168.0.20
|
||
ls .ssh
|
||
ssh root@Plex
|
||
ssh root@192.168.0.101
|
||
mkdir plex_backups
|
||
scp plex:~/plex_backup_20250927_122117.tar.gz /mnt/bulk/plex_backups
|
||
scp plex:~/plex_backup_20250927_122305.tar.gz /mnt/bulk/plex_backups
|
||
scp /mnt/bulk/plex_backups/plex_backup_20250927_122117.tar.gz newplex:~/plex_backups/
|
||
scp /mnt/bulk/plex_backups/plex_backup_20250927_122305.tar.gz newplex:~/plex_backups/
|
||
curl 192.168.0.100:32400
|
||
ssh root@192.168.0.100
|
||
ping 192.168.0.100
|
||
ssh newplex -v
|
||
traceroute 192.168.0.100
|
||
ping 192.168.0.28
|
||
ssh -vvv newplex
|
||
cat .ssh/id_rsa.pub
|
||
ssh newplex -vvv
|
||
ssh plex -v
|
||
scp plex:plex_backup_20250928 /mnt/bulk/plex_backups
|
||
scp plex:plex_backup_20250928.tar.gz /mnt/bulk/plex_backups
|
||
scp plex:backup_plex.sh ~/source
|
||
code backup_plex.sh
|
||
scp ~/source/backup_plex.sh plex:backup_plex.sh
|
||
sudo nvim .ssh/config
|
||
scp ~/source/set_up_plex_server.sh newplex:/set_up_plex_server.sh
|
||
cat ~/.ssh/id_rsa.pub
|
||
sudo nvim .ssh/known_hosts
|
||
ssh newplex
|
||
scp ~/source/set_up_plex_server.sh newplex:~/set_up_plex_server.sh
|
||
code source/plex_wins
|
||
sudo dnf install curl git unzip xz-utils zip libglu1-mesa
|
||
sudo dnf install -y curl git unzip xz-utils zip libglu1-mesa
|
||
cd source/
|
||
uv init flutter_intro
|
||
cd source/divination_duel
|
||
ps aux | grep 32685
|
||
kill -9 32685
|
||
gpg-connect-agent reloadagent /bye
|
||
ps aux | grep -E "(gpg|gnupg)"
|
||
killall gpg-agent\
|
||
killall gpg
|
||
gpg-agent --daemon
|
||
cd flutter_intro
|
||
ps aux | grep gpg
|
||
ps aux | grep -i gpg
|
||
ps aux | grep -E "(gpg|gnupg)" | grep -v grep
|
||
ps aux | grep gpg-agent
|
||
git config --global
|
||
git config
|
||
cd .gitconfig
|
||
nvim .gitconfig
|
||
gpg
|
||
gpg --version
|
||
ls -la .gnupg
|
||
code .gnupg
|
||
git commit -m 'Batman'
|
||
sudo dnf install clang cmake ninja-build libgtk-3-dev
|
||
sudo dnf install clang cmake ninja-build
|
||
sudo dnf install zlib.i686 ncurses-libs.i686 bzip2-libs.i686
|
||
sudo dnf install ncurses-libs.i686 bzip2-libs.i686
|
||
ls -la source/flutter_intro
|
||
sudo dnf install gtk3-devel
|
||
# Create a local installation directory\
|
||
mkdir -p ~/bin\
|
||
cmake -DCMAKE_INSTALL_PREFIX=$HOME/bin .\
|
||
make\
|
||
make install\
|
||
|
||
\
|
||
mkdir -p ~/bin\
|
||
cmake -DCMAKE_INSTALL_PREFIX=$HOME/bin .\
|
||
make\
|
||
make install\
|
||
|
||
cd intro_app
|
||
cd source/flutter_intro/intro_app
|
||
flutter build linux
|
||
cd .ssh
|
||
cat id_rsa.pub
|
||
rm plex_wins.tar.gz
|
||
rm -r flutter_intro
|
||
cd set_up_dev
|
||
cp bazecore_grab.sh lmstudio_grab.sh
|
||
code lmstudio_grab.sh
|
||
dolphin .
|
||
sudo rm ~/AppImages/old_LM-Studio.AppImage
|
||
chmod +x lmstudio_grab.sh
|
||
curl -sSL "https://lmstudio.ai/download"
|
||
./lmstudio_grab.sh
|
||
rm lmstudio_grab.sh
|
||
lms server
|
||
lms server stop
|
||
lms bootstrap -h
|
||
lms bootstrap
|
||
ls ~/AppImages
|
||
ls Downloads
|
||
mv Downloads/LM-Studio-0.3.28-2-x64.AppImage ~/AppImages/LM-Studio.AppImage
|
||
chmod +x ~/AppImages/LM-Studio.AppImage
|
||
lms server start
|
||
dnf search cursor
|
||
sudo dnf install ~/Downloads
|
||
flatpak install flathub dev.cursor.Cursor
|
||
flatpak search flathub dev.cursor.Cursor
|
||
sudo dnf install ~/Downloads/cursor-1.7.33.el8.x86_64.rpm
|
||
cursor
|
||
cursor devin
|
||
source /usr/share/cursor/resources/app/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-rc.zsh
|
||
uv init agentic_test
|
||
cd agentic_test
|
||
uv add pytest
|
||
uv run pytest test_bank_holiday_app.py -v
|
||
uv run bank_holiday_app.py
|
||
git clone git@github.com:DBCltd/trAIner.git
|
||
git checkout -b JPs_minor_tweaks
|
||
git switch JPs_minor_tweaks
|
||
uv add -r requirements.txt
|
||
uv run app/main.py
|
||
mkdir -p uploads/images uploads/videos
|
||
uv add asyncpg
|
||
uv add pydantic[email]
|
||
uv add pydantic
|
||
uv add "pydantic[email]"
|
||
uv add aiofiles
|
||
sudo dnf repolist
|
||
sudo nvim /etc/yum.repos.d/mongodb-org.repo
|
||
sudo dnf remove Cursor
|
||
sudo dnf remove cursor
|
||
nvum .zshrc
|
||
la -la
|
||
nvim .zshenv
|
||
nvim .bashrc
|
||
rm -rf .cursor
|
||
ls -la .config
|
||
cd .config/zsh
|
||
nvim .zshrc
|
||
cat .config/zsh/.zshrc
|
||
devin
|
||
echo %M
|
||
echo $%M
|
||
echo $M
|
||
sudo dnf install mongodb-org
|
||
sudo nvim /etc/mongod.conf
|
||
ld
|
||
cd llm_benchmark
|
||
uv init conjure
|
||
rm -rf conjure
|
||
git clone git@github.com:sorcware/conjure.git
|
||
git clone git@github.com:sorcware/fireball.git
|
||
cd fireball
|
||
cd source/conjure/src
|
||
uv add rich
|
||
uv add request
|
||
uv add requests
|
||
uv add openmeteo_requests
|
||
uv add requests_cache
|
||
uv add retry_requests
|
||
cd /home/devin/source
|
||
ls /var/lib/nfs
|
||
sudo ausearch -c 'ftdc' --raw | audit2allow -M my-ftdc
|
||
semodule -i my-ftdc.pp
|
||
sudo semodule -i my-ftdc.pp
|
||
systemctl start mongod
|
||
sudo systemctl stop mongod
|
||
sudo systemctl start mongod
|
||
mongo
|
||
mongod
|
||
mongostat
|
||
mongosh
|
||
sudo dnf install postgresql-server
|
||
sudo postgresql-setup initdb
|
||
sudo systemctl start postgresql
|
||
sudo systemctl enable postgresql
|
||
sudo systemctl enable mongod
|
||
sudo -u trainer_user
|
||
sudo -u trainer_user psql
|
||
sudo -u postgres psql
|
||
git clone git@github.com:sorcware/portfolio-generator.git
|
||
cd portfolio-generator
|
||
git commit -m 'updated readme'
|
||
git commit -m 'finished read me first draft'
|
||
cd source/portfolio-generator
|
||
code jake-pullen.github.io
|
||
sudo rm -rf cursor.repo
|
||
sudo rm -rf google-chrome.repo
|
||
sudo dnf clean all
|
||
sudo dnf makecache
|
||
sudo snf autoremove
|
||
sudo dnf autoremove
|
||
dnf list | grep chrome
|
||
dnf list
|
||
dnf list | grep cursor
|
||
dnf list | grep google
|
||
sudo dnf install docker
|
||
sudo dnf docker-compose
|
||
sudo dnf module install container-tools
|
||
sudo dnf install docker-compose-plugin
|
||
docker-compose --version
|
||
chmod +x setup.sh
|
||
sudo systemctl start docker
|
||
systemctl stop mongod
|
||
sudo systemctl status postgresql
|
||
sudo systemctl stop postgresql
|
||
sudo systemctl disable postgresql
|
||
sudo systemctl disable mongod
|
||
docker compose down
|
||
uv tree | grep uvicorn
|
||
sudo dnf remove mongod
|
||
sudo dnf remove mongodb
|
||
dnf list | grep mong
|
||
sudo curl http://localhost:8000/health
|
||
sudo docker-compose ps
|
||
sudo systemctl status mongod
|
||
cd /etc/yum.repos.d
|
||
sudo rm -rf mongodb-org.repo
|
||
sudo dnf remove postgresql
|
||
sudo dnf clean
|
||
sudo dnf clean all\
|
||
sudo dnf makecache
|
||
sudo semanage fcontext -a -t bin_t '/mnt/bulk/source/trAIner/backend/pyproject.toml'
|
||
sudo restorecon -v '/mnt/bulk/source/trAIner/backend/pyproject.toml'
|
||
sudo semodule -i my-main2.pp
|
||
ls -Z /mnt/bulk/source/trAIner/backend/pyproject.toml
|
||
ping http://localhost:8000
|
||
ping localhost:5432
|
||
sudo docker ps
|
||
sudo getenforce
|
||
whereami
|
||
whyami
|
||
pwd
|
||
sudo rm -rf .mongodb
|
||
sudo rm my-ftdc.pp my-ftdc.te
|
||
sudo rm my-main2.pp my-main2.te
|
||
ls Templates
|
||
ls -la Templates
|
||
rm -r Templates
|
||
find docker
|
||
find docker /
|
||
cd app & uv run main.py
|
||
sudo cd app & uv run main.py
|
||
cd app
|
||
git staus
|
||
chmod -R 755 ./backend
|
||
sudo chmod -R 755 ./backend
|
||
ls -l ~
|
||
ls -la ./backend
|
||
sudo chown -R devin:devin ./backend/uploads ./backend/.venv
|
||
semanage fcontext -a -t FILE_TYPE '/mnt/bulk/source/trAIner/backend/.venv'
|
||
sudo semanage fcontext -a -t FILE_TYPE '/mnt/bulk/source/trAIner/backend/.venv'
|
||
sudo semanage fcontext -a -t FILE_TYPE '/mnt/bulk/source/trAIner/backend/.venv'\
|
||
where FILE_TYPE is one of the following: bin_t, boot_t, bpf_t, cgroup_t, container_file_t, container_ro_file_t, container_var_lib_t, container_var_run_t, device_t, etc_runtime_t, etc_t, fonts_cache_t, fonts_t, fusefs_t, hugetlbfs_t, hwdata_t, lib_t, locale_t, man_cache_t, man_t, modules_object_t, net_conf_t, nfs_t, pkcs11_modules_conf_t, proc_t, proc_xen_t, root_t, rpm_var_cache_t, rpm_var_lib_t, shell_exec_t, src_t, svirt_home_t, sysctl_fs_t, sysctl_t, sysfs_t, system_conf_t, system_db_t, system_map_t, textrel_shlib_t, tmpfs_t, udev_var_run_t, usr_t, var_run_t, virt_home_t
|
||
ausearch -c 'main2' --raw | audit2allow -M my-main2
|
||
sudo ausearch -c 'main2' --raw | audit2allow -M my-main2
|
||
sudo semodule -X 300 -i my-main2.pp
|
||
sudo docker-compose logs -f
|
||
sudo docker list
|
||
sudo docker -h
|
||
sudo docker images
|
||
sido docker rm trainer-backend
|
||
sudo docker rm trainer-backend
|
||
sudo docker rm 27e80ac38751
|
||
sudo docker containers
|
||
sudo docker container
|
||
sudo docker rm trainer_postgres
|
||
sudo docker container ls
|
||
sudo usermod -aG docker $USER
|
||
sudo systemctl restart docker
|
||
./setup.sh
|
||
newgrp docker
|
||
docker ps
|
||
groups
|
||
# Create the docker group\
|
||
sudo groupadd docker\
|
||
\
|
||
# Add your user to the docker group\
|
||
sudo usermod -aG docker devin\
|
||
\
|
||
# Restart the Docker service\
|
||
sudo systemctl restart docker\
|
||
\
|
||
# Log out and log back in, OR start a new shell:\
|
||
exec $SHELL\
|
||
\
|
||
# Test it\
|
||
docker ps
|
||
sudo groupadd docker
|
||
sudo usermod -aG docker devin
|
||
touch /.autorelabel
|
||
sudo touch /.autorelabel
|
||
sudo docker-compose down
|
||
sudo docker image
|
||
sudo docker image ls
|
||
docker-compose logs -f | grep trainer_backend
|
||
sudo docker rmi trainer-backend
|
||
docker-compose backend bash
|
||
docker-compose exec trainer_backend bash
|
||
docker-compose ls
|
||
curl http://localhost:8000/health\
|
||
|
||
curl http://localhost:8000/health -v
|
||
curl http://localhost:8000/health -vvv
|
||
docker-compose logs -f | trainer_backend
|
||
docker-compose logs trainer_backend
|
||
docker-compose logs trainer-backend
|
||
rm my-main2.pp my-main2.te
|
||
git commit -m 'removed random docker files'
|
||
sudo rm -rf .venv
|
||
git commit -m 'ruff check --fix'
|
||
tree -L 2
|
||
tree -L 3
|
||
docker-compose logs backend
|
||
docker-compose exec backend bash
|
||
docker rmi trainer-backend
|
||
docker image list
|
||
docker-compose down -v
|
||
./run.sh
|
||
code alex_sucks.sh
|
||
sudo dnf install figlet -y
|
||
figlet Alex Sucks
|
||
sudo dnf install cowsay -y
|
||
figlet Alex Sucks | cowsay
|
||
sudo dnf install figlet cowsay lolcat\
|
||
figlet "Hello World" | cowsay | lolcat
|
||
sudo dnf install figlet cowsay lolcat\
|
||
figlet "LOL @ Alex" | lolcat
|
||
figlet "LOL @ Alex" | lolcat
|
||
for i in {1..25}; do figlet "LOL @ Alex" | lolcat; done
|
||
figlist
|
||
for i in {1..25}; do figlet -f big "LOL @ Alex" | lolcat; done
|
||
cd jake-pullen.github.io
|
||
cd ../portfolio-generator
|
||
cd ../jake-pullen.github.io
|
||
cd .
|
||
cd..
|
||
uv pyyaml
|
||
sudo ./setup.sh
|
||
curl http://localhost:8000/health
|
||
curl http://localhost:8000/api/v1/register
|
||
curl -X POST http://localhost:8000/api/v1/auth/register \\
|
||
-H "Content-Type: application/json" \\
|
||
-d '{\
|
||
"email": "test@example.com",\
|
||
"username": "testuser",\
|
||
"password": "TestPass123",\
|
||
"trainer_type": "muscle_gain"\
|
||
}'
|
||
docker-compose logs -f
|
||
docker-compose down
|
||
flutter run
|
||
whitch flutter
|
||
ls -la ~
|
||
docker-compose ps
|
||
~
|
||
ai_web
|
||
lmstudio
|
||
~/AppImages/LM-Studio.AppImage
|
||
sudo fwupdmgr reboot-to-firmware-menu
|
||
sudo fwupdmgr --help
|
||
rocminfo
|
||
rocm-smi --showmem
|
||
rocm-smi --showmeminfo
|
||
rocm-smi -h
|
||
rocm-smi --showhw
|
||
rocm-smi --showmemuse
|
||
nvim lm_studio_grab.sh
|
||
chmod +x lm_studio_grab.sh
|
||
./lm_studio_grab.sh
|
||
cd ~/source/trAIner
|
||
git commit -m 'commit ready for main merge'
|
||
git checkout JP_updates
|
||
uv remove pyyaml
|
||
git main
|
||
git switch jp_updates
|
||
dart
|
||
cd ../backend
|
||
which flutter
|
||
echo $PATH
|
||
sudo dnf install curl git unzip xz-utils zip libglu1-mesa -y
|
||
dnf check-update
|
||
cd flutter_application_1
|
||
cd frontend
|
||
flutter -h
|
||
flutter upgrade
|
||
cd dotfiles/set_up_dev
|
||
cd /bin
|
||
cd zsh
|
||
chsh
|
||
cd source/flutter_application_1
|
||
cd ../trAIner
|
||
flutter
|
||
cd ~/bin
|
||
cd android-studio/bin
|
||
./studio.sh
|
||
sudo kvm-ok
|
||
sudo dnf install cpu-checker
|
||
cd conjure
|
||
echo "hello Marco"
|
||
uv -v
|
||
uv --version
|
||
run main.py
|
||
cd ~/source/cunj
|
||
cd ~/source/conjure
|
||
cat hack_plan.md
|
||
git checkout -b dev
|
||
git switch
|
||
git switch dev
|
||
uv remove dspy
|
||
FASTFETCH
|
||
cd fireball/
|
||
uv run ruff chek
|
||
git clone git@github.com:sorcware/frostbolt.git
|
||
cd frostbolt
|
||
nvim lm_connection.txt
|
||
cd source/frostbolt
|
||
git checkout -b version_update
|
||
git add
|
||
git clone git@github.com:sorcware/earthshock.git
|
||
uv python 3.13
|
||
uv add dspy
|
||
cat lm_connection.txt
|
||
git commit -m 'clean me'
|
||
ls -s
|
||
rm lm_connection.txt
|
||
code earthshock
|
||
code conjure
|
||
code frostbolt
|
||
./AppImages/LM-Studio.AppImage
|
||
cd earthshock
|
||
cd .steam
|
||
fzf Jake_is_amazing
|
||
fzf -h
|
||
fzf -e 'Jake_is_amazing'
|
||
cd unity3d
|
||
cd .var
|
||
cd app/
|
||
cd ../conjure
|
||
cd /mnt/bulk/SteamLibrary/steamapps/compatdata/2060160/pfx/drive_c/users/steamuser/AppData/LocalLow/TheFarmerWasReplaced/TheFarmerWasReplaced
|
||
ln -s "$(pwd)" ~/source/$(basename "$(pwd)")
|
||
cd ~/source/TheFarmerWasReplaced
|
||
cd Saves/theFarm
|
||
git history
|
||
ping 8.8.8.8
|
||
killall open-webui
|
||
killall lm-studio
|
||
history
|
||
code .zsh_history
|
||
git switch feature/alex_end_to_end
|
||
uv run multi
|
||
uv run multi.py
|
||
cd source/earthshock/src/multi.py
|
||
cd source/earthshock/src/
|
||
cat multi.py
|
||
git checkout -b JPs_rendition
|
||
git commit .
|
||
cd trAIner
|
||
cat earthshock.py
|
||
cat app.log
|
||
sudo dnf update -y
|
||
uv run pytest tests/
|
||
git commit -m 'set cicd to run on this branch'
|
||
uv run python -c "import secrets; print(secrets.token_urlsafe(32))"
|
||
cd backend && ls -la
|
||
cd app/core/
|
||
cat ../../.env
|
||
cd ../..
|
||
ld -la
|
||
pip list | grep httpx
|
||
uv add fastapi.test_client
|
||
uv tree | grep fastapi
|
||
uv run tests/conftest.py
|
||
cd tests
|
||
uv run conftest.py
|
||
cd ../.
|
||
uv run backend/tests/conftest.py
|
||
cd ../frontend
|
||
flutter pub get
|
||
cd backend
|
||
uv run pytest tests/ -v --cov=app --cov-report=xml
|
||
uv sync --locked
|
||
cd sour
|
||
uv init merlin
|
||
cd ../earthshock
|
||
cp -r earthshock/src merlin/
|
||
cd devin
|
||
cat config.py
|
||
cp devin/config.py merlin/src
|
||
uv add dspy rich ruff requests requests-cache openmeteo-requests urllib3 retry-requests
|
||
uv lock --python 3.14
|
||
uv run main
|
||
cp earthshock/src/config.py merlin/src/config.py
|
||
bye
|
||
cat devin/tools.py
|
||
cat devin/.env
|
||
shutdown -r
|
||
sudo flatpak update
|
||
nvim dotfiles/zsh/.zshrc
|
||
sudo flatpak update -y
|
||
flatpak -h
|
||
dnf -h
|
||
dnf clean
|
||
clean --help
|
||
dnf clean --help
|
||
dnf clean cache_types all
|
||
dnf clean all
|
||
dnf needs_restarting
|
||
sudo dnf needs_restarting
|
||
sudo dnf needs-restarting
|
||
flatpak --help
|
||
chmod +x updater.sh
|
||
./updater.sh
|
||
uv init song_finder
|
||
cd song_finder
|
||
cd source/JPs_make_work_easier_area
|
||
rm -rf song_finder
|
||
SHUTDOWN
|
||
ls /mnt
|
||
mkdir /mnt/nas
|
||
sudo mkdir /mnt/nas
|
||
mount -t nfs 192.168.0.146/share/Plex /mnt/nas
|
||
sudo mount -t nfs 192.168.0.146/share/Plex /mnt/nas
|
||
sudo mount -t nfs 192.168.0.146:/share/Plex /mnt/nas
|
||
tree Plex
|
||
sudo mkdir /mnt/bulk/plex_archive
|
||
cp -r Plex/tv_shows/Supernatural /mnt/bulk/plex_archive
|
||
sudo cp -r Plex/tv_shows/Supernatural /mnt/bulk/plex_archive
|
||
sudo ./dotfiles/set_up_dev/lm_studio_grab.sh
|
||
cd source/ai_web
|
||
./update.sh
|
||
nvim ./dotfiles/set_up_dev/lm_studio_grab.sh
|
||
./dotfiles/set_up_dev/lm_studio_grab.sh
|
||
Filelight .
|
||
ls -la /
|
||
vd /
|
||
ls ..
|
||
rsync -v
|
||
sudo rm -rf Plex/tv_shows/Supernatural
|
||
ls -la nas
|
||
ssh-copy-id admin@192.168.0.146
|
||
rsync -rvh --progress /mnt/nas/Plex/tv_shows/Criminal\ Minds /mnt/bulk/plex_archive
|
||
sudo rsync -rvh --progress /mnt/nas/Plex/tv_shows/Criminal\ Minds /mnt/bulk/plex_archive
|
||
cd tv_shows
|
||
ssh admin@ShowcaseNAS
|
||
./AppImages/Bazecor-1.7.0-x64.AppImage
|
||
ls -l /mnt/nas
|
||
rm -rf android-studio
|
||
rm -rf Android
|
||
rm -rf flutter
|
||
rm -rf .android
|
||
rm -rf .dartServer
|
||
rm -rf .dart-tool
|
||
rm -rf .flutter
|
||
rm -rf .flutter-devtools
|
||
rm -rf flutter Cursor
|
||
ld Unknown\ Organization
|
||
ls Unknown\ Organization
|
||
sudo nvim dotfiles
|
||
code Downloads/chat-export-1760981569553.json
|
||
ssh admin@192.168.0.146
|
||
nvim .ssh/config
|
||
ssh server
|
||
fastfetch
|
||
cd source/trAIner
|
||
code backend
|
||
code frontend
|
||
cd source/earthshock
|
||
git switch JPs_rendition
|
||
uv run main.py
|
||
rm -rf merlin
|
||
cd .config
|
||
cd git
|
||
cd /mnt
|
||
lsblk
|
||
fdisk -l
|
||
sudo fdisk -l
|
||
ls -la /dev/sd*
|
||
ls -la .gpg
|
||
gpg --list-keys
|
||
gpg --export --armor keyboxd > public_key.asc
|
||
gpg --export --armor 6CB1583D37A36BCD2242AF0E5CBC649FBEF851A6 > public_key.asc
|
||
gpg --export-secret-keys --armor 6CB1583D37A36BCD2242AF0E5CBC649FBEF851A6 > private_key.asc
|
||
rm private_key.asc
|
||
rm public_key.asc
|
||
cd Documents
|
||
cd ~/source/earthshock/src
|
||
lms ps
|
||
LMS
|
||
cd source/earthshock/src
|
||
uv run earthshock.py
|
||
cp earthshock merlin
|
||
cp -r earthshock merlin
|
||
ls -la .git
|
||
ls -la .github
|
||
rm -rf .ruff_cache
|
||
rm app.log
|
||
rm -rf __pycache__
|
||
rm reference.py
|
||
mv earthshock.py merlin.py
|
||
uvx --from rich -- python3 -m rich.emoji
|
||
uv add emoji
|
||
uv remove emoji
|
||
cd source/merlin/src && uv run merlin.py
|
||
cd source/merlin/src & uv run merlin.py
|
||
(cd ~source/merlin/src && uv run merlin.py) && cd ~
|
||
(cd ~/source/merlin/src && uv run merlin.py) && cd ~
|
||
cod e.
|
||
cd source/trAIner/backend
|
||
uv run pytest
|
||
uv run pytest -v
|
||
cp -r trAIner trAIner_VC
|
||
cd trAIner_VC
|
||
rm -r .git
|
||
rm -rf .git
|
||
git init .
|
||
git remote add origin git@github.com:DBCltd/trAIner_VC.git
|
||
cd /mnt/bulk
|
||
cd plex_archive
|
||
filelight .
|
||
rm -rf Supernatural
|
||
sudo rm -rf Supernatural
|
||
sudo rm -rf plex_archive
|
||
ls .Trash-1000
|
||
dolphin .Trash-1000
|
||
sudo rm -rf .Trash-1000
|
||
ls plex_backups
|
||
ls -la .ssh
|
||
code .ssh
|
||
git statud
|
||
git add src/merlin.py
|
||
git checkout -b lights
|
||
uv add python-dotenv
|
||
ping 8.8.8.8 -c 3
|
||
cd source/merlin/temp_devin
|
||
cat ~/source/devin/config.py
|
||
nvim ~/source/devin/
|
||
uv run dev_sync_lights.py
|
||
cat ~/dotfiles/set_up_dev/fedora.sh
|
||
git log
|
||
updatepls
|
||
git pull git@github.com:danielmiessler/Fabric.git
|
||
git clone git@github.com:danielmiessler/Fabric.git
|
||
dnf copr enable lihaohong/yazi\
|
||
dnf install yazi
|
||
sudo dnf copr enable lihaohong/yazi\
|
||
sudo dnf install yazi
|
||
yazo
|
||
yazi
|
||
cd temp_devin
|
||
uv run update_hue_config.py
|
||
cd source/devin
|
||
Hey, can you turn on the office lights (its a room)
|
||
cd hue_playground
|
||
uv run test.py
|
||
cd ../merlin
|
||
uv run merlin.py
|
||
git diff main --no-page
|
||
git remote add origin git@github.com:sorcware/merlin.git
|
||
git push -u origin main
|
||
uv lock bump feature
|
||
uv lock --bump feature
|
||
uv
|
||
uv version -bump feature
|
||
uv version --bump feature
|
||
rm src/test.py
|
||
git checkout -b memory
|
||
cd source/TheFarmerWasReplaced
|
||
cat src/memory.yaml
|
||
uv version --bump minor
|
||
cp src/config/user_config_template.py src/config/user_config.py
|
||
git switch chore/refactor_project
|
||
git switch lights
|
||
git add README.md
|
||
uv add pyproject.toml
|
||
uv synce
|
||
git add src/main.py
|
||
uv run riff format
|
||
git swtich memory
|
||
git switch memory
|
||
rm uv.lock
|
||
git add pyproject.toml
|
||
git add uv.lock
|
||
git add src/experts/memory.py
|
||
cd ~/source/devin
|
||
shutdown
|
||
code source/merlin
|
||
nvim dotfiles/zsh/
|
||
git -h
|
||
git restore
|
||
git restore -h
|
||
git restore -w
|
||
git restore -W
|
||
git reset
|
||
cat src/config/config.yaml
|
||
nvim ~/dotfiles/zsh/
|
||
lms
|
||
git checkout -b jp_small_fixes
|
||
uv lock -U
|
||
uv run ruff check
|
||
uv version --bump patch
|
||
git checkout -b justfile_play
|
||
uv add just
|
||
uv run just patch
|
||
uv add python-dateutil
|
||
uv run just workflow
|
||
uvx run just workflow
|
||
uv just workflow
|
||
uv just --help
|
||
uv run just --help
|
||
uv remove just
|
||
uvx just --help
|
||
uvx install dateutil
|
||
uvx install python-dateutil
|
||
uv tool remove just
|
||
uv tool uninstall just
|
||
uv tool install just
|
||
just --hlp
|
||
uv pip install python-dateutil
|
||
sudo dnf install just
|
||
just --help
|
||
just workflow
|
||
git fetch origin
|
||
just -l
|
||
just update_from_main
|
||
git commit -m 'justfile tidy'
|
||
just pr_prep_major
|
||
uv version 1.2.2
|
||
uv build
|
||
cat dotfiles/zsh/.zshrc
|
||
cat ~/dotfiles/updater.sh
|
||
code dotfiles/updater.sh
|
||
git switch justfile_play
|
||
git switch jp_small_fixes
|
||
git branch
|
||
git branch --merged | grep -v "\*\|master\|main" | xargs -n 1 git branch -d
|
||
git branch -la
|
||
git branch -r
|
||
git branch -rv
|
||
cat .ssh/config
|
||
sudo mkdir git_backups
|
||
cd /mnt/
|
||
mkdir -p git_backups
|
||
cat /etc/fstab
|
||
ls -ld /mnt/nas/
|
||
touch /mnt/nas/Jake/testfile.txt
|
||
sudo umount /mnt/nas
|
||
kill 164950
|
||
lsof +D /mnt/nas
|
||
touch /mnt/nas/testfile.txt
|
||
cd Plex
|
||
touch testfile.txt
|
||
ls -lav
|
||
setenforce=0
|
||
setenforce=1
|
||
sudo setenforce 0
|
||
sudo touch testing.txt
|
||
sudo umount /mnt/nas\
|
||
sudo mount -t nfs -o rw,hard,intr 192.168.0.146:/share/Plex /mnt/nas
|
||
touch testing.txt
|
||
sudo mkdir -p /tmp/nas_test\
|
||
sudo mount -t nfs -o rw,hard,intr 192.168.0.146:/share/Plex /tmp/nas_test\
|
||
touch /tmp/nas_test/test.txt
|
||
umount /tmp/nas_test
|
||
sudo umount /tmp/nas_test
|
||
dmesg | grep -i nfs
|
||
touch nas/test.txt
|
||
sudo dmesg | grep -i nfs
|
||
journalctl -u rpc-statd
|
||
journalctl -u nfs-client.target
|
||
ssh nas
|
||
cd nas
|
||
touch test.txt
|
||
cd ...
|
||
mount | grep nas
|
||
findmnt -n -o SOURCE,TARGET,FSTYPE,OPTIONS /mnt/nas
|
||
stat /mnt/nas
|
||
sudo setenforce 0\
|
||
touch /mnt/nas/test.txt
|
||
sudo setenforce 1
|
||
sudo umount /mnt/nas\
|
||
sudo mount -t nfs -v -o rw,hard,intr,async,acdirmax=0,acdirmin=0 192.168.0.146:/share/NFSv=4/Jake/ /mnt/nas
|
||
ls nas
|
||
ssh plex
|
||
cd plex_wins
|
||
cat set_up_plex_server.sh
|
||
sudo dnf install cifs-utils
|
||
sudo mount -t cifs //192.168.0.146/Jake /mnt/nas -o username=admin,password=Jake1403,uid=1000,gid=1000,iocharset=utf8,cache=none,vers=3.0
|
||
sudo mount -t cifs //192.168.0.146/Jake /mnt/nas -o username=admin,password=Jake1403
|
||
sudo nvim /etc/fstab
|
||
sudo systemctl daemon-reload\
|
||
sudo umount /mnt/nas\
|
||
sudo mount /mnt/nas
|
||
cd /mnt/nas
|
||
mkdir git_backups
|
||
cat ~/.justfile
|
||
just backup
|
||
chmod +x git_backup.sh
|
||
ls -la /mnt/nas/Jake/git_backups
|
||
ls -la /mnt/nas/Jake/git_backups/20251028_140054
|
||
ls -la /mnt/nas/Jake/git_backups/20251028_140054/verity
|
||
cd /mnt/bulk/source
|
||
rm -rf trAIner_VC
|
||
cd TheFarmerWasReplaced
|
||
git init
|
||
touch .gitignore
|
||
nvim .gitignore
|
||
cd /mnt/nas/Jake/git_backups/20251028_14
|
||
cd /mnt/nas/Jake/git_backups/
|
||
cd 20251028_141803
|
||
cd /mnt/nas/Jake/git_backups/20251028_142103
|
||
cd mau
|
||
./git_backup.sh
|
||
cd 20251028_1426
|
||
cd ../data_pipeline_for_YNAB
|
||
cd ../
|
||
rm -r .
|
||
rm -r *
|
||
cd 20251028_1433
|
||
cd ~/source/ai_web
|
||
cd ../agentic_test
|
||
rm -rf agentic_test
|
||
cd ai_web
|
||
cd /mnt/nas/Jake/git_backups/20251028_1433/ai_web
|
||
tar backup.tar
|
||
tar --help
|
||
tar -xf backup.tar
|
||
rm -rf *
|
||
rm -r 20251028_1433
|
||
rm -r 20251028_144651
|
||
nvim ~/git_backup.sh
|
||
~/git_backup.sh
|
||
cd 20251028
|
||
tar -xvf backup.tar
|
||
cd src
|
||
cd blog
|
||
rm book.toml
|
||
rm -rf src
|
||
nvim git_backup.sh
|
||
sudo mv git_backup.sh /usr/local/bin/git_backup.sh\
|
||
sudo chmod +x /usr/local/bin/git_backup.sh
|
||
cat /usr/local/bin/git_backup.sh
|
||
sudo crontab -e
|
||
systemctl status crond
|
||
crontab -l
|
||
# Watch for new backups being created\
|
||
watch -n 1 "ls -la /mnt/nas/Jake/git_backups/"
|
||
watch -n 1 "ls -la /mnt/nas/Jake/git_backups/"
|
||
reboot
|
||
cd /mnt/nas/Jake/git_backups
|
||
cd 20251029
|
||
ls -l bin
|
||
cd /mnt/nas/Jake
|
||
ln -s "$(pwd)" ~/$(basename "$(pwd)")
|
||
cd Supporting
|
||
rm -r Supporting
|
||
cd backup\ pre\ system\ change
|
||
mv Address\ Book.md ../address_book.md
|
||
rm -r backup\ pre\ system\ change
|
||
cat beauty.png
|
||
rm Cyberpunk_Theme.vsix
|
||
cd Installers
|
||
rm -r Installers
|
||
rm linux_test_openvpn.zip
|
||
cd OneDrive_1_27-03-2025
|
||
mv OneDrive_1_27-03-2025 Portraits/
|
||
cd Portraits
|
||
unzip ParentTrap.zip
|
||
rm -rf ParentTrap
|
||
rm -rf ParentTrap.sln
|
||
rm -r PT_Master
|
||
cd repos
|
||
rm -r advent_of_code
|
||
rm -rf advent_of_code
|
||
rm -rf dotfiles
|
||
rm -rf JPs_make_work_easier_area
|
||
cd temp
|
||
rm -rf temp
|
||
cp -r * ~/source
|
||
ls -l ~/source
|
||
ls -la ~/source
|
||
ls -la /mnt/bulk/source
|
||
cd ~/source
|
||
cat azure-pipelines.yml
|
||
rm azure-pipelines.yml
|
||
ls -la repos
|
||
rm -rf repos
|
||
cat ubuntu.txt
|
||
rm ventoy-1.0.94-windows.zip
|
||
rm Zovu.jpg
|
||
cd Shapez
|
||
rm -rf Shapez
|
||
cd Temp
|
||
rm -r Temp
|
||
rm ubuntu.txt
|
||
rm .gitignore
|
||
cat .gitattributes
|
||
rm .gitattributes
|
||
cd H
|
||
cd .factorio
|
||
nvim player-data.json
|
||
days-to-bh
|
||
LS
|
||
mkdir met_office
|
||
unzip OneDrive_1_31-10-2025.zip
|
||
ls -la OneDrive_1_31-10-2025.zip
|
||
unzip -v OneDrive_1_31-10-2025.zip
|
||
rm OneDrive_1_31-10-2025.zip
|
||
cd source/met_office
|
||
tar -xzf BRICSC.tar.gz ./dat_files/BRICSC/
|
||
mkdir ./dat_files/BRICSC
|
||
tar -xzf BRICSC.tar.gz -C ./dat_files/BRICSC/
|
||
ls -la dat_files/BRICSC
|
||
rm -r dat_files/BRICSC
|
||
tar -xzf BRICSC.tar.gz -C ./dat_files/
|
||
ls -la dat_files/
|
||
tar -xzf WINTSC.tar.gz -C ./dat_files/
|
||
cd dat_files
|
||
mv Dat\ files\ BRICSC\ non\ standard\ names/ BRISCS/
|
||
mv dat\ files\ WINTSC\ standard\ names/ WINTSC/
|
||
ls WINTSC
|
||
ls -la WINTSC
|
||
cd WINTSC
|
||
cd BRISCS
|
||
rm *.Identifier
|
||
rm metoffice-c-band-rain-radar_uk_202408241330_1km-composite.dat
|
||
mkdir asc_files
|
||
uv run nimrod_3.py -bbox 607000 608000 217000 218000 -qx ./dat_files/BRISCS/202409291105_nimrod_ng_radar_rainrate_composite_1km_UK ./asc_files
|
||
uv run nimrod_3.py -bbox 607000 608000 217000 218000 -qx ./dat_files/BRISCS/202409291105_nimrod_ng_radar_rainrate_composite_1km_UK ./asc_files/202409291105.asc
|
||
uv add ruff
|
||
uv add pyyaml
|
||
cd ~/Jake
|
||
cd git_backups
|
||
cd 20251101
|
||
cp address_book.md ~/source/merlin/src/config
|
||
git fetch
|
||
git checkout -b bugfix/lights
|
||
uv run unittest
|
||
rm -r tests
|
||
just --list
|
||
just pr_prep_patch
|
||
git checkout -b feature/file_expert
|
||
got commit
|
||
git switch bugfix/lights
|
||
cd /
|
||
cd /home
|
||
python
|
||
git commit
|
||
git merge main
|
||
uv self update
|
||
nvim .justfile
|
||
just update-uv
|
||
rm -rf .pub-cache
|
||
find /home/devin -name model_factory.py
|
||
find /home/devin -name model_factory.py -v
|
||
find -v /home/devin -name model_factory.py
|
||
find --help
|
||
find ~ -type f -iname "model_factory.py"
|
||
find ~ -type f -iname "model_factory"
|
||
find -L ~ -name "model_factory.py"
|
||
find /mnt/bulk/ -name "model_factory.py" -not -type l
|
||
find /mnt/bulk/ -name "model_factory.py" -not -type l -not -path */.*
|
||
find /mnt/bulk/ -name "model_factory.py" -not -type l -not -path "*/.*"
|
||
cd dotfiles
|
||
whoami
|
||
ls -la
|
||
ls -la Desktop
|
||
ls -la Desktop/.directory
|
||
ls -la /usr/share/applications/
|
||
ls -la ~/.local/share/applications/
|
||
cat /usr/share/applications/steam.desktop
|
||
exec /usr/bin/steam %U
|
||
ls -la dotfiles
|
||
cd /mnt/bulk/SteamLibrary/steamapps/compatdata/1551360/pfx/drive_c/users/steamuser/AppData/Local/ForzaHorizon5/webview2/EBWebView/Default/
|
||
cd Jake
|
||
cd .local/share/applications
|
||
rm Auto\ Rogue.desktop
|
||
rm Balatro.desktop
|
||
rm dev.zed.Zed.desktop
|
||
cat Factorio.desktop
|
||
rm Factorio.desktop
|
||
cd applications
|
||
touch Merlin.desktop
|
||
cd /usr/share/applications
|
||
code ~/.local/share/applications
|
||
ls -la ~/Jake/git_backups
|
||
mkdir ~/AppImages/merlin
|
||
cp dist/merlin-1.3.0-py3-none-any.whl ~/AppImages/merlin
|
||
cd ~/AppImages/merlin
|
||
uv publish
|
||
uv publish --help
|
||
rm -f .git .gitignore main.py pyproject.toml .python-version README.md
|
||
rm -rf .git .gitignore main.py pyproject.toml .python-version README.md
|
||
uv venv prod-merlin
|
||
uv venv
|
||
rm -rf .venv
|
||
source prod-merlin/bin/activate
|
||
uv python 3.14
|
||
uv python -v 3.14
|
||
uv python -h
|
||
uv python install 3.14
|
||
uv pip install merlin-1.3.0-py3-none-any.whl
|
||
source
|
||
rm -rf prod-merlin
|
||
uv pip install AppImages/merlin/merlin-1.3.0-py3-none-any.whl
|
||
uv pip install AppImages/merlin/merlin-1.3.0-py3-none-any.whl --system
|
||
sudo uv pip install AppImages/merlin/merlin-1.3.0-py3-none-any.whl --system
|
||
pip install AppImages/merlin/merlin-1.3.0-py3-none-any.whl
|
||
python -v
|
||
python --version
|
||
cd AppImages/merlin
|
||
uv venv test-env
|
||
source test-env/bin/activate
|
||
pip install dspy
|
||
cd AP
|
||
cd AppImages
|
||
mv merlin test_merlin
|
||
cd test_merlin
|
||
uv init
|
||
uv add merlin-1.3.0-py3-none-any.whl
|
||
uv run merlin-1.3.0-py3-none-any.whl
|
||
uv tree
|
||
uv run .venv/bin/merlin
|
||
rm -rm test_merlin
|
||
rm -rf test_merlin
|
||
uv python install
|
||
uv python install cpython-3.14.0+freethreaded-linux-x86_64-gnu
|
||
git reset --hard
|
||
git clone git@github.com:sorcware/merlin.git prod_merlin
|
||
cd prod_merlin
|
||
uv run merlin
|
||
git checkout -b feature/git_expert
|
||
cd Jake/git_backups/20251102
|
||
cd /usr/share
|
||
crontab -e
|
||
cd ../local/bin
|
||
cat git_backup.sh
|
||
cd source
|
||
cd met_office
|
||
uv run batch_nimrod.py
|
||
uv sync
|
||
code
|
||
ruff format
|
||
git rev-parse HEAD
|
||
git HEAD
|
||
git --abbrev-ref HEAD
|
||
git rev-parse --abbrev-ref HEAD
|
||
git rev-parse --help
|
||
git log -10 --oneline
|
||
git remote -v
|
||
cd kind_api
|
||
git rev-parse --git-dir
|
||
tree
|
||
tree -a
|
||
uv run ruff format
|
||
uv run ruff check --fix
|
||
git diff main
|
||
git diff main > ~/source/diff.txt
|
||
cat ~/source/diff.txt
|
||
shutdown -r now
|
||
uv python list
|
||
uv python uninstall 3.14t
|
||
nvim source/merlin
|
||
code .
|
||
git switch main
|
||
git pull
|
||
git checkout -b prompt_tweak
|
||
git merge feature/file_expert
|
||
git merge feature/git_expert
|
||
just pr_prep_minor
|
||
cd ~Ap
|
||
cd ~/AppImages
|
||
rm -rf prod_merlin
|
||
cd ~/source/merlin
|
||
rm diff.txt
|
||
rm -rf flutter_application_1
|
||
ls -la TOBBY
|
||
git branch -l
|
||
git switch feature/git_expert
|
||
git add .
|
||
git commit
|
||
git switch -
|
||
git merge -
|
||
git status
|
||
git push
|
||
cd Jake/git_backups
|
||
cd 20251104
|
||
ls -l
|
||
cd merlin
|
||
wake_up
|
||
cd ~
|
||
sudo dnf install noto-fonts-color-emoji
|
||
sudo dnf install google-noto-color-emoji-fonts
|
||
nvim ~/.config/alacritty
|
||
cd ~/.config/alacritty
|
||
cat yaml_to_toml_conversion_guide.md
|
||
cd ..
|
||
nvim .
|
||
alacritty --print-config
|
||
alacritty --help
|
||
fc-match -f "%{family}\n" :default
|
||
fc-match -f "%{family}\n" :emoji
|
||
fc-list :lang=emoji
|
||
fc-list | grep -i emoji
|
||
nvim alacritty/alacritty.toml
|
||
btop
|
||
just update
|
||
clear
|
||
cd source/merlin
|
||
ls
|
||
ls -la
|
||
cat .justfile
|
||
merlin
|
||
logout
|
||
: 1762274292:0;code .config/alacritty/alacritty.toml
|
||
: 1762275268:0;curl -sS https://starship.rs/install.sh | sh
|
||
: 1762275308:0;nvim dotfiles/zsh/.zshrc
|
||
: 1762275330:0;cd source/merlin
|
||
: 1762275346:0;fastfetch
|
||
: 1762275530:0;cd ~
|
||
: 1762275531:0;ls
|
||
: 1762275535:0;ls -la
|
||
: 1762279958:0;code .config/starship.toml
|
||
: 1762280048:0;starship preset nerd-font-symbols -o ~/.config/starship.toml
|
||
: 1762280062:0;code .config/
|
||
: 1762280260:0;sudo dnf search firacode-nerd-font
|
||
: 1762280267:0;sudo dnf search firacode
|
||
: 1762280275:0;sudo dnf search nerd-font
|
||
: 1762280278:0;sudo dnf search nerdfont
|
||
: 1762280281:0;sudo dnf search nerd
|
||
: 1762280317:0;sudo dnf search fonts
|
||
: 1762280329:0;sudo dnf search fonts | grep nerd
|
||
: 1762280340:0;sudo dnf search font | grep nerd
|
||
: 1762280407:0;code dotfiles/set_up_dev
|
||
: 1762280588:0;sudo dnf install fira-code-fonts
|
||
: 1762280680:0;code .config/starship.toml
|
||
: 1762280688:0;fc-list | grep -i fira
|
||
: 1762280725:0;echo "Test: � � � �" > test.txt\
|
||
cat test.txt
|
||
: 1762280779:0;sudo dnf install liberation-fonts google-noto-fonts
|
||
: 1762280799:0;echo "������ ������� ������� ������ ������� ������� ������ �����"
|
||
: 1762280808:0;fc-list | grep -i "emoji\|noto"
|
||
: 1762280905:0;sudo dnf install kitty
|
||
: 1762280914:0;ls
|
||
: 1762280921:0;echo "������ ������� ������� ������ ������� ������� ������ �����"
|
||
: 1762280925:0;echo "Test: � � � �" > test.txt\
|
||
cat test.txt
|
||
: 1762280931:0;melin
|
||
: 1762280935:0;merlin
|
||
: 1762281001:0;code .config/starship.toml
|
||
: 1762281015:0;cat .config/starship.toml
|
||
: 1762281080:0;cd source
|
||
: 1762281083:0;cd merlin
|
||
: 1762281102:0;git status
|
||
: 1762281111:0;git log -10
|
||
: 1762281134:0;cat .config/starship.toml
|
||
: 1762281142:0;cat ~/.config/starship.toml
|
||
: 1762281220:0;locale
|
||
: 1762281312:0;cd ~
|
||
: 1762281320:0;starship preset catppuccin-powerline -o ~/.config/starship.toml
|
||
: 1762281322:0;ls
|
||
: 1762281327:0;cd source
|
||
: 1762281338:0;cd merlin
|
||
: 1762281424:0;code ~/.config/starship.toml
|
||
: 1762281658:0;fc-list | grep -i fira
|
||
: 1762281813:0;code ~/.config/starship.toml
|
||
: 1762281835:0;nvim ~/.config/starship.toml
|
||
: 1762281893:0;ls
|
||
: 1762281942:0;nvim ~/.config/starship.toml
|
||
: 1762281966:0;ls
|
||
: 1762281976:0;cd source/merlin
|
||
: 1762282486:0;sudo dnf install fontawesome-fonts
|
||
: 1762282509:0;sudo dnf search fontawesom
|
||
: 1762282543:0;sudo dnf install fontawesome-fonts-all
|
||
: 1762282562:0;cd source/merlin
|
||
: 1762282576:0;nvim ~/.config/starship.toml
|
||
: 1762282620:0;starship preset catppuccin-powerline -o ~/.config/starship.toml
|
||
: 1762282650:0;ls
|
||
: 1762282654:0;ls -la
|
||
: 1762282684:0;echo "��"
|
||
: 1762282782:0;cd source/merlin
|
||
: 1762282927:0;git status
|
||
: 1762283453:0;cd source/merlin
|
||
: 1762283461:0;reboot
|
||
: 1762283541:0;cd source/merlin
|
||
: 1762283550:0;just update
|
||
: 1762283970:0;kitty -v
|
||
: 1762283987:0;wake_up
|
||
: 1762284071:0;kitty +kitten info
|
||
: 1762284121:0;# Simple test\
|
||
echo "���������������������������������������������������"\
|
||
echo "�������������������������������������������������������"\
|
||
echo "�������������������������︃�������������������������������������������︃�"
|
||
: 1762284132:0;\
|
||
echo "���������������������������������������������������"\
|
||
echo "�������������������������������������������������������"\
|
||
echo "�������������������������︃�������������������������������������������︃�"
|
||
: 1762284164:0;\
|
||
locale -a | grep -i utf
|
||
: 1762284172:0;clear
|
||
: 1762284197:0;cd source/merlin
|
||
: 1762284235:0;code ~/.config/kitty
|
||
: 1762284313:0;localip
|
||
: 1762284338:0;code ~/.config/
|
||
: 1762284378:0;nvim .
|
||
: 1762284502:0;sudo
|
||
: 1762284511:0;sudo ls -la
|
||
: 1762284520:0;ls -la
|
||
: 1762284523:0;kitty restart
|
||
: 1762284538:0;sudo ls
|
||
: 1762284544:0;la
|
||
: 1762284556:0;ls -la
|
||
: 1762284558:0;ll
|
||
: 1762284559:0;l
|
||
: 1762284561:0;ls
|
||
: 1762284563:0;la
|
||
: 1762284634:0;ls
|
||
: 1762284637:0;lsla
|
||
: 1762284657:0;ls
|
||
: 1762284696:0;nvim ~/.config/starship.toml
|
||
: 1762284830:0;ls
|
||
: 1762285039:0;cd source/merlin
|
||
: 1762285063:0;ls
|
||
: 1762285263:0;sudo ls
|
||
: 1762285269:0;ls
|
||
: 1762285342:0;clear
|
||
: 1762285343:0;ls
|
||
: 1762285438:0;cd ..
|
||
: 1762285446:0;cd merlin
|
||
: 1762285456:0;ls
|
||
: 1762285461:0;cd ..
|
||
: 1762285472:0;cd days_to_bh
|
||
: 1762285485:0;cd ..
|
||
: 1762285492:0;cd rust_days_to_bh
|
||
: 1762285505:0;rustup
|
||
: 1762285524:0;rustup update
|
||
: 1762285543:0;cd ..
|
||
: 1762285553:0;nvim .justfile
|
||
: 1762285649:0;just update
|
||
: 1762285672:0;cd source/rust_days_to_bh
|
||
: 1762285775:0;ls
|
||
: 1762285887:0;cd ../merlin
|
||
: 1762286001:0;ls
|
||
: 1762286256:0;cd ../rust_days_to_bh
|
||
: 1762286265:0;cd ../merlin
|
||
: 1762286322:0;cd ~
|
||
: 1762286327:0;kitty +runpy 'from kitty.config import *; print(commented_out_default_config())'
|
||
: 1762286379:0;kitty +runpy 'from kitty.config import *; print(commented_out_default_config())' > ~/.config/kitty/kitty.conf
|
||
: 1762286392:0;clear
|
||
: 1762286407:0;cd source
|
||
: 1762286411:0;cd merlin
|
||
: 1762286764:0;cd source/merlin
|
||
: 1762286839:0;ls
|
||
: 1762286845:0;cd source/merlin/q
|
||
: 1762286847:0;cd source/merlin/
|
||
: 1762286883:0;ls
|
||
: 1762286889:0;cd source/merlin/q
|
||
: 1762286891:0;cd source/merlin/
|
||
: 1762286968:0;cd source/merlin
|
||
: 1762286968:0;ls
|
||
: 1762287004:0;merlin
|
||
: 1762287625:0;cd dotfiles
|
||
: 1762287626:0;ls
|
||
: 1762287632:0;cat todo.txt
|
||
: 1762288118:0;cd source/merlin
|
||
: 1762288119:0;code .
|
||
: 1762288455:0;cd ~
|
||
: 1762288594:0;code .config
|
||
: 1762288763:0;rm todo.txt
|
||
: 1762288764:0;ls
|
||
: 1762288785:0;git status
|
||
: 1762288795:0;rm alacritty/yaml_to_toml_conversion_guide.md
|
||
: 1762288824:0;cd source/merlin
|
||
: 1762288827:0;code .
|
||
: 1762288857:0;merlin
|
||
: 1762288881:0;git status
|
||
: 1762289227:0;cp ~/.config/starship.toml ~/dotfiles/starship.toml
|
||
: 1762289261:0;cp ~/.config/kitty/kitty.conf ~/dotfiles/kitty/kitty.conf
|
||
: 1762289276:0;mkdir ~/dotfiles/kitty
|
||
: 1762289278:0;cp ~/.config/kitty/kitty.conf ~/dotfiles/kitty/kitty.conf
|
||
: 1762289280:0;ls
|
||
: 1762289298:0;code ~/dotfiles
|
||
: 1762289323:0;cd ~/dotfiles
|
||
: 1762289325:0;ls
|
||
: 1762289327:0;git add .
|