Install Logs

Week 52, Well Merry Xmas

Christmas day

installed pgadmin4 122 GB used

Python Docker Image

ssh-keygen -t ed25519 -f ~/.ssh/githubided25519 -C "your.email@example.com"

Your identification has been saved in home/pma.ssh/githubided25519 Your public key has been saved in home/pma.ssh/githubided25519.pub The key fingerprint is: The key's randomart image is: >

nano ~/.ssh/config

Host github.com HostName github.com User git IdentityFile ~/.ssh/githubided25519 IdentitiesOnly yes

ssh -T git@github.com

Week 51

Python

OK, if I need python for llama-index for rag I am not going to install in my regular installing python docker image.

X

Installed a whole bunch of stuff including ICIJ Datashare 104 GB Used

Week 50

97 GB used after much the docker ollama etc install

nordvpn meshnet peer list

sudo usermod -aG docker $USER

https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html#installation

Install

Start

Step through system76 computer setup encrypt hard drive time zone = london log into wifi update system and reboot update firmware and reboot accept firefox as browser change search to ddg install ncdu: sudo apt install ncdu install emacs install keepass2 scp to old laptop to get keepass file log into nordvpn download nordvpn shell install doesnt install automatically, chmod u+x reboot on nordvpn ok copy some docs from the old laptop with scp – you have to turn vpn off

install krusader through application manager

log into aws

use git to download my latest projects into ~/Documents/git-source

git config –global credential.helper cache

next day --

  • physically swap old and new laptops between primary and secondary positions.
  • log in to gmail.
  • sudo apt update ; sudo apt upgrade
  • teams link works in web, both audio & video :-)
  • log into zoom, install the .deb . both audio & video ok.
  • download godot engine 4.3
    • open project downloaded with git
    • warned about 4.2 –> 4.3 but opened :-) and ran :-))
  • sudo apt install zsh
  • push old, pull new git. you have to reset up git credential helper from a different shell?
  • had to reboot to get monitor working
  • teams meeting ran ok with video and audio
  • Install VLC . copied audio from samsung fold 5 phone with usb
    • played black metallic by the catherine wheel over bluetooth :-)
    • played radio replayscape streaming – no audio
    • harrogate community radio streaming – ok
  • Downloaded Maltego
    • Need Java to run Maltego
    • download jdk
    • So it uses a cpu all the time and the fans run all the time :-(
  • KVM switch works much faster when not swtiching monitors out..
  • use chsh -s to change shell to zsh and reboot
  • sudo apt install tree
  • copied my aliases from omega prime into .zshrc
  • started copying the sun file from omega prime.
  • Need to create /mnt/rmdrv to use the ramdrive alias
  • install R Studio
    • sudo apt update
    • sudo apt install r-base r-base-dev
    • R version 4.1.2 (2021-11-01) – "Bird Hippie" :-)
    • RStudio from the .deb on the post website https://posit.co/download/rstudio-desktop/
    • RStudio prompts for install of markdown – ok
    • install tidyverse –

disk status: 36 GB used of which 21 GB music, 5 GB docs/git

  • sudo apt install calc

The next day --

  • check out gpu usage nvidia-smi -l 1
  • install crispy heretic endless sky. gpu not stretched when running the game.
  • install docker

sudo apt-get update sudo apt-get install ca-certificates curl sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc sudo chmod a+r /etc/apt/keyrings/docker.asc

echo \ "deb [arch=$(dpkg –print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \ $(. /etc/os-release && echo "$VERSIONCODENAME") stable" | \ sudo tee /etc/apt/sources.list.d/docker.list > /dev/null sudo apt-get update

sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

sudo docker run hello-world

seems to work :-)

log back into the docker hub account I made back in the day with username mcfc01.

docker pull postgres

39 GB used

  • install aws

curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"

unzip awscliv2.zip sudo ./aws/install

Krusaker is being annoying opening a terminal window. download terminator.

aws-cli/2.22.4 Python/3.12.6 Linux/6.9.3-76060903-generic exe/x8664.pop.22

happened kind of lightnig fast, too.

Day four

change weather alias in .zshrc to work

alias weather='curl "http:/wttr.in/London?nu"'

Went to run RStudio and tidyverse wasn't there now :-(

Configuration failed because libcurl was not found. Try installing:

  • deb: libcurl4-openssl-dev (Debian, Ubuntu, etc)

Configuration failed to find the fontconfig freetype2 library. Try installing:

  • deb: libfontconfig1-dev (Debian, Ubuntu, etc)

Configuration failed to find the harfbuzz freetype2 fribidi library. Try installing:

  • deb: libharfbuzz-dev libfribidi-dev (Debian, Ubuntu, etc)

Configuration failed to find one of freetype2 libpng libtiff-4 libjpeg. Try installing:

  • deb: libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev (Debian, Ubuntu, etc)

ok this time it seemed to work. rebooting.

copied .pdf and .epub from phone downloads

Detected wifi printer automatically and was able to print ok :-)

Day Five

  • sudo apt install ncal to work with my cc 2 alias
  • [ ] wanted to use Posit to create a beamer presentation. Need to install a Tex first. Install TexMaker from the app store
    • Copyied over some old .tex files from the old computer that were supposed to be under version control but weren't..
    • Slideshow rebuilt OK in TexMaker :-) nope.
    • Do not install from system – download from web
    • Nope. going back to MiKtex.
    • Nope. going to TexLive, but yes the script given in https://tug.org/texlive/quickinstall.html
    • Texlive does take a long time to install.
  • And to do what I wanted in RStudio with Quarto Presentation, I needed Krita for the images.
    • Krita installs (flatpack) from app store

Reboot

  • After installing texlive and rebooting,
  • sudo apt install texlive-xetex
    • RStudio now creates a beamer pdf :-)
  • Still need to display png
    • sudo apt install libmagick++-dev
    • install.packages("magick")
    • install.packages("png")
    • Now magick::image_read("pix_/desktop.png") displays the desired image when rendering to beamer :-)

Used 67 GB

Day Six

asw s3 ls → Unable to locate credentials. You can configure credentials by running "aws configure". you have to create an access key for the IAM user. It recommends some other way to do it that seems too complicated. I don't bother storing the secret key and just recreate a new one when the time comes.

playing with aws lambda aws lambda invoke –function-name blahblahblah –cli-binary-format raw-in-base64-out –payload '{"x": 93.93 }' b.b

Day Seven

install shiny for RStudio – works

Day Eight

got claude to write the shell function for me to put files to S3 svn-01 bucket

Later

Need Java + Andriod SDK for Godot Andriod. Before: 908.6 GP avail of 978.3 GB 69 GB used 12 GB Docs 12 GB Music 4 GB Pictures 6 GB Flatpack 2 GB Godot 1 GB Zoom 1/4 GB R 10 GB TexLive 1/4 GB aws-cli

Java already installed in aid of Maltego.

Install Android SDK Command Line tools from https://developer.android.com/studio#command-tools

..Got distracted by dinner and didn't finish this.

Week 49

  • Hey, I never installed DrRacket..Why not?
  • Giving up on trying to be clever and install android SDK from the command line. Will just install Android Studio even though it's a monster; but that's why I've got this peppier machine, no? 1.2 GB compressed omg

https://developer.android.com/studio/run/emulator-acceleration?utm_source=android-studio#vm-linux

Installed. Able to build a simple template and run in emulation (fans going) and usb debug (you have to set up your phone for that first).

87 GB used 17 GB Docs incl 4 for androidstudio maybe no longer needed 10.4 GB .android + Andriod + .gradle adb install able to push the Godot application to the test phone :-D

Started copying files from the old computer onto the 2nd harddrive.

Didnot copy mmusicz Broken pipe 3/4 way through Documnents – too much music started copying lulupi – it has old G+P TK files. finishedi - copied 126 GB before noon.

library(tidytext) library(tm) library(e1071)