407 lines
8.3 KiB
Plaintext
407 lines
8.3 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
|
|
nvim .gitignore
|
|
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
|
|
python
|
|
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
|
|
cd ~
|
|
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 .gitignore
|
|
cd src
|
|
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
|
|
cd blog
|
|
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 init
|
|
uv add jinja
|
|
uv add jinja2
|
|
rm requirements.txt
|
|
rm main.py
|
|
cd portfolio_generator
|
|
git tre
|
|
git history
|
|
git --help
|
|
git log
|
|
gl
|
|
nvim .zshrc
|
|
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
|
|
cd .
|
|
uv run pytest
|
|
git checkout -b account_support
|
|
nvim verity.py
|
|
pactl
|
|
pipewire
|
|
pulse
|
|
pulseaudio
|
|
ls -la
|
|
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
|
|
ls -l
|
|
git commit -m 'Batman'
|
|
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
|
|
git status
|
|
gd
|
|
git diff .
|
|
git checkout dev
|
|
git checkout -b better_docs
|
|
mdbook init
|
|
rm -rf book
|
|
rm -rf src
|
|
rm book.toml
|
|
mdbook init docs
|
|
nvim dotfiles
|
|
nbim
|
|
cd docs
|
|
rm src/chapter_1.md
|
|
mdbook build
|
|
cd ..
|
|
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
|
|
uv run ruff check --fix
|
|
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
|
|
cd dotfiles
|
|
nvim verity
|
|
uv run pytest -v
|
|
uv run uff check
|
|
uv run ruff check
|
|
kill 61252
|
|
git checkout stage
|
|
git pull
|
|
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
|
|
cd verity
|
|
rm -rf api/data
|
|
pgrep mdbook
|
|
kill 88746
|
|
./start_server.sh
|
|
yay
|
|
cd .config/wofi
|
|
uv init aiimi_consultant_showcase
|
|
cd
|
|
cd aiimi_consultant_showcase
|
|
uv add faker
|
|
nvim employees_example.json
|
|
nvim employee_training_record_example.json
|
|
git init
|
|
uv add flask
|
|
uv add pyyaml polars
|
|
uv tree
|
|
nvim
|
|
fastfetch
|
|
clear
|
|
fastfect
|
|
fzf
|
|
cd .steam
|
|
asciiaquarium
|
|
flameshot
|
|
fastfetch -c all
|
|
cmatrix
|
|
btop
|
|
asciiquarium
|
|
ollama serve
|
|
ollama run gemma3
|
|
shutdown -r now
|
|
cd jake-pullen.github.io
|
|
ls
|
|
nvim .
|
|
uv run generate_portfolio.py
|
|
git add .
|
|
git commit
|
|
git diff
|
|
git push
|
|
..
|
|
la
|
|
rm -rf aiimi_consultant_showcase
|
|
nvim .ollama
|
|
steam
|
|
shutdown
|
|
: 1753287691:0;btop
|
|
: 1753303096:0;shutdown
|
|
: 1753336594:0;la
|
|
: 1753336637:0;la Public
|
|
: 1753336644:0;rm -rf Public
|
|
: 1753336662:0;cd verity
|
|
: 1753336677:0;nvim .
|
|
: 1753336685:0;git status
|
|
: 1753336746:0;nvim .
|
|
: 1753339144:0;cd verity
|
|
: 1753339153:0;git add .
|
|
: 1753339156:0;git commit
|
|
: 1753339179:0;git push
|
|
: 1753339272:0;cd verity/api/src
|
|
: 1753339282:0;python
|
|
: 1753339315:0;cd ..
|
|
: 1753339319:0;python
|
|
: 1753372871:0;shutdown
|
|
: 1753375730:0;yay
|
|
: 1753378130:0;shutdown
|
|
: 1753601963:0;yay
|
|
: 1753602019:0;la
|
|
: 1753602030:0;la ~
|
|
: 1753602035:0;la .
|
|
: 1753602040:0;la /
|
|
: 1753602065:0;clear
|
|
: 1753602067:0;btop
|
|
: 1753616288:0;shutdown
|
|
: 1753720558:0;zen
|
|
: 1753720576:0;nvim dotfiles
|
|
: 1753730905:0;cd .steam
|
|
: 1753730906:0;ls
|
|
: 1753730913:0;cd ..
|
|
: 1753730916:0;ls
|
|
: 1753730918:0;la
|
|
: 1753730934:0;cd /mnt/raid
|
|
: 1753730935:0;ls
|
|
: 1753730944:0;cd SteamLibrary
|
|
: 1753730945:0;ls
|
|
: 1753730949:0;cd steamapps
|
|
: 1753730949:0;ls
|
|
: 1753730956:0;cd com
|
|
: 1753730961:0;cd common
|
|
: 1753730962:0;ls
|
|
: 1753730982:0;cd ~
|
|
: 1753730982:0;ls
|
|
: 1753731009:0;cd Documents
|
|
: 1753731010:0;ls
|
|
: 1753731011:0;la
|
|
: 1753731014:0;..
|
|
: 1753731096:0;cd /home
|
|
: 1753731097:0;ls
|
|
: 1753731101:0;cd devin
|
|
: 1753731102:0;ls
|
|
: 1753731106:0;cd ..
|
|
: 1753731109:0;la
|
|
: 1753731874:0;ls
|
|
: 1753731892:0;cd /mnt/raid/
|
|
: 1753731893:0;la
|
|
: 1753731897:0;cd SteamLibrary
|
|
: 1753731898:0;ls
|
|
: 1753731905:0;cd steamapps/common
|
|
: 1753731906:0;ls
|
|
: 1753731933:0;cd .steam
|
|
: 1753731934:0;ls
|
|
: 1753731935:0;la
|
|
: 1753731941:0;cd ..
|
|
: 1753731942:0;la
|
|
: 1753732031:0;cd Kingdoms\ Reborn
|
|
: 1753732032:0;ls
|
|
: 1753732195:0;//
|
|
: 1753732198:0;ls
|
|
: 1753732206:0;cd /mnt/raid/
|
|
: 1753732213:0;cd SteamLibrary
|
|
: 1753732214:0;ls
|
|
: 1753732220:0;la
|
|
: 1753732222:0;cd steamapps
|
|
: 1753732224:0;la
|
|
: 1753732235:0;cd common
|
|
: 1753732236:0;ls
|
|
: 1753732299:0;cd .local
|
|
: 1753732300:0;la
|
|
: 1753732304:0;cd share
|
|
: 1753732305:0;ls
|
|
: 1753732309:0;la
|
|
: 1753732330:0;ls AlexanderBruce
|
|
: 1753732337:0;cd Steam
|
|
: 1753732337:0;ls
|
|
: 1753732351:0;cd userdata
|
|
: 1753732352:0;la
|
|
: 1753732363:0;cd 87043385
|
|
: 1753732364:0;ls
|
|
: 1753732381:0;cd 1307890
|
|
: 1753732382:0;la
|
|
: 1753732403:0;rm -rf .
|
|
: 1753732409:0;rm -rf ac
|
|
: 1753732412:0;rm -rf remotecache.vdf
|
|
: 1753732414:0;la
|
|
: 1753732417:0;cd ..
|
|
: 1753732443:0;cd 1307890
|
|
: 1753732444:0;la
|
|
: 1753732517:0;cd Kingdoms\ Reborn
|
|
: 1753732518:0;ls
|
|
: 1753732526:0;la PunCity
|
|
: 1753732544:0;cd remotecache.vdf
|
|
: 1753732547:0;nbim remotecache.vdf
|
|
: 1753732553:0;nvim remotecache.vdf
|
|
: 1753732636:0;rm -rf remotecache.vdf
|
|
: 1753732640:0;la
|
|
: 1753732645:0;rm remotecache.vdf
|
|
: 1753732647:0;la
|
|
: 1753733954:0;shutdown
|
|
: 1753771236:0;zen
|
|
: 1753814142:0;yay
|
|
: 1753816525:0;shutdown
|
|
: 1754034369:0;ping 8.8.8.8
|
|
: 1754060619:0;yay
|
|
: 1754075065:0;shutdown -r now
|
|
: 1754079738:0;yay
|
|
: 1754080069:0;shutdown
|
|
: 1754504685:0;yay
|
|
: 1754504741:0;shutdown -r now
|
|
: 1754513600:0;shutdown
|
|
: 1754636208:0;ollama serve
|
|
: 1754636222:0;ollama pull gpt-oss:20b
|
|
: 1754636261:0;cd dotfiles
|
|
: 1754636264:0;nvim .
|
|
: 1754636360:0;btop
|
|
: 1754636511:0;ollama run gpt-oss:20b
|
|
: 1754665958:0;shutdown
|
|
: 1754732734:0;uvx install open-web-ui
|
|
: 1754732755:0;uvx install open-webui
|
|
: 1754732759:0;uv install open-webui
|
|
: 1754732766:0;uv pip install open-webui
|
|
: 1754732772:0;uv pip install open-webui --system
|
|
: 1754732814:0;pacman -S python-open-webui
|
|
: 1754732819:0;sudo pacman -S python-open-webui
|
|
: 1754732848:0;uv init test_llm_web
|
|
: 1754732852:0;cd test_llm_web
|
|
: 1754732864:0;uv add open-webui
|
|
: 1754732922:0;ollama serve
|
|
: 1754732955:0;uv tree
|
|
: 1754732983:0;uv run upen-webui serve
|
|
: 1754732988:0;uv run open-webui serve
|
|
: 1754734539:0;btop
|
|
: 1754736278:0;ollama pull deepseek-r1:8b
|
|
: 1754736873:0;cd test_llm_web
|
|
: 1754738839:0;yay
|
|
: 1754739539:0;kill 2244
|
|
: 1754739557:0;kill 1964
|
|
: 1754743664:0;cd dotfiles
|
|
: 1754743677:0;git add .
|
|
: 1754743680:0;git commit .
|