Create ISO image and boot
Automatically logs into system as root
Alt-
right/left arrow key switches to the next terminal (this may take a few seconds on first login)
Start the Arch Linux text installer
# nwg-shell Hyprland config file | |
# | |
# The nwg-shell-config utility generates a part of settings for you: | |
# General, Input devices, Touchpad, Dwindle layout, Master layout. | |
# Decoration, animations, gestures and per-device config are left to be configured by yourself. | |
# Refer to the Hyprland wiki at https://wiki.hyprland.org for more information. | |
# | |
# Monitors & workspaces: nwg-displays generates 2 files, which we include here: | |
# |
## Arch Linux | |
Existing notes: https://practical.li/engineering-playbook/os/linux/hyprland/ | |
Follow the [Arch Linux Installation guide](https://wiki.archlinux.org/title/Installation_guide) | |
Download ArchLinux ISO file to burn onto a USB memory stick | |
https://archlinux.org/download/ |
Nuclear energy is the most innefficient way of generating electricity. It is also the most expensive electricity and requires considerable funding from tax payers to seem like a viable source of energy.
Establishing a new nuclear reactor also takes at least a decade and requires considerable tax payers money to build.
Of course it is also well known that the toxic waste produced will remain toxic long after the sun has expanded to absorb the planet Earth in 10 billion years.
Given that hydroelectric, tidle, wind and solar energy generation methodsare all far more efficient, cheaper and quicker to build, you have to wonder how much corruption (or incompetance) is involed by MP's supporting the establishment of nuclear power plants.
Guide | |
https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/amdgpu-install.html | |
Install | |
```shell | |
sudo apt install amdgpu-install | |
``` | |
Add groups to render and video groups |
Renaming a namespace or a filename does not allow LSP to update related occurrances.
The Neovim Error suggests that Neovim client does not support prepareRename, even with https://github.com/antosha417/nvim-lsp-file-operations plugin
Error on prepareRename: Can't rename - client does not support file renames.
Test: identify what is to be communicated | |
- product, tools, concepts, designs, tips | |
- identify audience | |
Document: write the document | |
- start with a braindump (avoid staring at a blank page) | |
- dont worry about prose, flow or format initially | |
- capture all the facts and useful examples |
[nREPL] Starting server via /usr/local/bin/clojure -Sdeps \{\:deps\ \{nrepl/nrepl\ \{\:mvn/version\ \"1.0.0\"\}\ cider/cider-nrepl\ \{\:mvn/version\ \"0.39.0\"\}\ cider/piggieback\ \{\:mvn/version\ \"0.5.3\"\}\}\ \:aliases\ \{\:cider/nrepl\ \{\:main-opts\ \[\"-m\"\ \"nrepl.cmdline\"\ \"--middleware\"\ \"\[cider.nrepl/cider-middleware\,cider.piggieback/wrap-cljs-repl\]\"\]\}\}\} -M:figwheel/env:cider/nrepl |
# Access encrypted LVM2 partition from Ubuntu Live ISO image | |
# Reference: https://askubuntu.com/questions/63594/mount-encrypted-volumes-from-command-line | |
# Use gparted to unencrypt the partition if required (right click on the partition name) | |
# Install the Lvm package (usually included inthe live USB image) | |
sudo apt-get install lvm2 | |
# verify the LVM partitions are detected |
# Neovim switcher | |
alias astro="NVIM_APPNAME=astronvim nvim" | |
alias nvim-practicalli="NVIM_APPNAME=neovim-config nvim" | |
alias nvim-practicalli-redux="NVIM_APPNAME=neovim-config-redux nvim" | |
alias nvim-magic-kit="NVIM_APPNAME=neovim-magic-kit nvim" | |
alias nvim-katawful="NVIM_APPNAME=neovim-katawful nvim" | |
alias nvim-chad="NVIM_APPNAME=NvChad nvim" | |
alias nvim-astro-old="NVIM_APPNAME=neovim-astronvim nvim" | |
alias nvim-nyoom="NVIM_APPNAME=neovim-nyoom nvim" |