Build and run Redox OS macos m1
https://doc.redox-os.org/book/aarch64.html
https://gist.github.com/willnode/88da35d0c0542276b4631746d8fc3de1
Build and run Redox OS macos m1
https://doc.redox-os.org/book/aarch64.html
https://gist.github.com/willnode/88da35d0c0542276b4631746d8fc3de1
https://apple.stackexchange.com/questions/198623/uninstall-all-programs-installed-by-homebrew
I usually just do: brew remove --force $(brew list --formula)
and
brew remove --cask --force $(brew list)
https://mac.install.guide/homebrew/4
launch failed: multipass socket access denied
https://github.com/canonical/multipass/issues/1437
multipass auth. Note you must first issue multipass set local.passphrase as admin to set passphrase (and then enter this same passphrase when issuing the auth command).Neofetch has been abandoned so fastfetch.
https://github.com/fastfetch-cli/fastfetch
https://idroot.us/install-fastfetch-ubuntu-24-04/
## sudo add-apt-repository ppa:fastfetch/stable## ERROR: ppa 'fastfetch/stable' not found (use --login if private)
sudo add-apt-repository ppa:zhangsongcui3371/fastfetch sudo apt updateold intel hd graphics on i7-4790 reported as Xeon 1200fastfetch:GPU: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Con]
neofetch:GPU: Intel HD GraphicsInstall and run inxi for analysis:inxi -SGxUpdate fastfetch documentation; write python script source:https://github.com/fastfetch-cli/fastfetch/issues/830https://github.com/fastfetch-cli/fastfetch/pull/1292output: manpagehelp2manhttps://unix.stackexchange.com/questions/34516/can-i-create-a-man-page-for-a-scripthttps://www.dlab.ninja/2021/10/how-to-write-manpages-with-markdown-and.htmlhttps://www.linux-magazine.com/Online/Features/Parsing-man-pages-for-modern-usershttps://betterprogramming.pub/man-pages-the-complete-guide-800ad93425fe
systemctl status ssh
check
hostname
Is host reachable on the network?
ping host
Look at the boot log
journalctl -k -b -1
https://unix.stackexchange.com/questions/407501/make-apple-keyboard-settings-persistent-in-hid-apple-parameters
https://2e0pgs.github.io/blog/sysadmin/2021/04/03/apple-keyboard-ubuntu/
You can add the following lines to:
/etc/modprobe.d/hid_apple.conf$ cat /etc/modprobe.d/hid_apple.conf options hid_apple fnmode=2 options hid_apple iso_layout=0Then run
sudo update-initramfs -u -k allandsudo reboot
mac_hid or hid_apple
Turns out hid_apple was renamed to applespi.
echo 2 | sudo tee /sys/module/applespi/parameters/fnmode
For trackpads and laptop keyboard
https://help.ubuntu.com/community/AppleKeyboard#Change_Function_Key_behavior
https://help.ubuntu.com/community/TroubleWithAppleKbdOnUbuntu
macports.org
search for available packages
https://ports.macports.org/
uninstall all installed packages
sudo port -fp uninstall installed
To find the location of installed components, use the contents subcommand:
port contents libxml2
macport prefix https://github.com/cargo-generate/cargo-generate/issues/1208#issuecomment-2182884600sudo port deactivate libiconv cargo install cargo-generate sudo port activate libiconv
port info gnutls