this conversation happened immediately after numerous commits of new information and documentation
Jerry => I'm curious; can you tell from your view what this project is?
Instance in VSCode (Claude Haiku 4.5) =>
Thinking -
this conversation happened immediately after numerous commits of new information and documentation
Jerry => I'm curious; can you tell from your view what this project is?
Instance in VSCode (Claude Haiku 4.5) =>
Thinking -
| $ # Use Live CD to boot | |
| $ sudo su # Switch to root | |
| $ fdisk -l # Get names of root, boot & EFI partition names. you can also use blkid | |
| $ mount /dev/mapper/fedora_localhost--live-root /mnt # mount root partition | |
| $ cat /mnt/etc/fedora-release | |
| Fedora release 31 (Thirty One) | |
| $ mount /dev/nvme0n1p2 /mnt/boot # mount boot partition | |
| $ mount /dev/nvme0n1p1 /mnt/boot/efi # mount EFI partition | |
| # Note: If you are not able to mount EFI partition ('Input/Output error'), | |
| # You may have to repair ESP file system or format ESP. |
| using namespace System.Management.Automation | |
| using namespace System.Management.Automation.Language | |
| if ($host.Name -eq 'ConsoleHost') | |
| { | |
| Import-Module PSReadLine | |
| } | |
| Import-Module -Name Terminal-Icons |
Various Versions of macOS/OSX will fail on install for various reasons.
You can fix them by disconnecting from your wifi or network or resetting
your NVRAM. Booting from your USB stick, opening terminal and doing:
date ########## where the # nubers are below. Format is: MMDDhhmmYY
13 - Ventura - date 0101010123 <- Currently not needed
12 - Monterey - date 0101010122 <- Currently not needed
11 - Big Sur - date 0101010121 <- Currently not needed
Ensure prerequisites are installed first.
sudo dnf install -y gcc gcc-c++ autoconf automake libtool
sudo dnf install -y gtk2-devel mesa-libGL-devel compat-lua-devel libcurl-devel libxml-devel libxml2-devel libjpeg-turbo-devel libgtop2-devel boost-devel boost-filesystem boost-thread freeglut-devel ffmpeg-devel tinyxml-devel flam3-devel GLee-devel wxGTK3-devel lua-devel Now, download and build Electric Sheep.
| total_storage_limit: 200M | |
| queue: | |
| - name: registration | |
| rate: 20/s | |
| bucket_size: 40 | |
| max_concurrent_requests: 10 | |
| retry_parameters: | |
| task_age_limit: 10h | |
| min_backoff_seconds: 10 |