Emacs download site uses nix
dcaldwell at emacsforosx.com uses nix to manage packages for his build environment.
6nok.org
How Fatih uses Nix on macOS
great refs:
dcaldwell at emacsforosx.com uses nix to manage packages for his build environment.
6nok.org
great refs:
sudo apt update
apt list --upgradable
sudo apt upgrade
sudo apt update && sudo apt upgrade
sudo apt autoclean && sudo apt autoremove
apt list --installed
apt search fastfetch
apt search gcc
apt search python
apt search python | grep installed
show dependencies of pkgname
apt show emacsen-common
apt-cache depends emacsen-common
Show pkgs that depend on pkgname
apt-cache rdepends --installed emacsen-common
history -w /dev/stdout | grep apt |sort |uniq >> apt_history.txt
sudo add-apt-repository ppa:fastfetch/stable
sudo add-apt-repository ppa:zhangsongcui3371/fastfetch
sudo apt install fastfetchsudo apt remove tlp
sudo nala search
dpkg --get-selections | grep -v deinstall | egrep "^myspell-|^hunspell-"
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 -SGx
Update 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