Linuxbrew: Difference between revisions
Jump to navigation
Jump to search
Line 53: | Line 53: | ||
{| | {| | ||
| valign="top" | | | valign="top" | | ||
* [[Homebrew|Linuxbrew » Homebrew]] | |||
* [https://docs.brew.sh/Homebrew-on-Linux Linuxbrew] | * [https://docs.brew.sh/Homebrew-on-Linux Linuxbrew] | ||
Line 64: | Line 65: | ||
|- | |- | ||
| valign="top" | | | valign="top" | | ||
* [[Google Cloud CLI]] | |||
* [[Linux Containers]] | * [[Linux Containers]] | ||
* [[Terraform]] | * [[Terraform]] | ||
* [[Remmina]] | * [[Remmina]] | ||
Line 77: | Line 78: | ||
| valign="top" | | | valign="top" | | ||
* [https://serverfault.com/questions/283129/ SSH » Connection Hang Forever] | * [https://serverfault.com/questions/283129/ SSH » Connection Hang Forever] | ||
* [[Docker]] | * [[Docker]] | ||
* [[HTTPie]] | * [[HTTPie]] |
Revision as of 19:56, 13 May 2024
sudo apt update
sudo apt install apt-transport-https ca-certificates
sudo apt install build-essential procps curl file git
bash <(curl -fsSL 'https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh')
Playground
brew services list
brew search derby
brew cleanup
brew doctor
|
brew services -h
brew services
brew tap -h
brew tap
|
brew services start mongodb
brew services info mongodb
brew services stop mongodb
brew tap | grep mongodb
|
| ||
brew deps --tree --installed
brew list --pinned
brew list --cask
brew update
|
References
| ||