open this in new terminals in order.
ssh -Y galadriel pswd: 'In Notes'spyder ; open spydertop -o %MEM : for memory checkingnautilus : For File searching
commands: vi test.py # create a python file to vim into
nautilus #open the files windows
run top -o %MEM to see memory/ram being used
to get a python package installed pip3 install name while ssh in Galadriel, but cd home
ssh -Y Galadriel
added shh key to Git hub(vali.git.com)
cd Galadriel
Spyder # should have worked but didn't
did conda activate /home/sedlikr/galadriel/envs/galadriel to conda into it, said bad interpreter
tried ./manage_env create gave error report
Austin did some stuff on his end and Spyder now works
Worked with Mitchell and Austin to Get Claude connected to the Galadriel database
here are the step to ssh in:
ssh -L 8765:localhost:8765 galadriel -Nssh -L 27017:localhost:27017 galadriel -Nclaude in the Claude directoryin galadriel and in home
cd .sshssh-keygenwhen a new device gets added to the mirror or when Austin improves something. You might need to Pull from the New Repo. Here are the steps
cd galadrielgit branchgit checkout mastergit statusgit restore /home/sedlikr/galadriel/galadriel/control/control.configgit status and all “tracked' files should be gone.git pullgit checkout RS_branchgit merge master
to make a branch run git branch <branch name>