Notes
-
Drush
SSH
ssh user@domain.com -i .ssh/id_rsa
Drush functional
$ drush... read article
-
Powershell
Terminals are a fast and elegant way to manage your system. But who can remember all the commands and switches? These are notes to my future self.
read article
-
Composer 🎺
Installation
read article
-
PHPUnit 🟢🔴
Installation
> composer require --dev phpunit/phpunit ^11 > .\vendor\bin\phpunit --version
Powershell on...
read article -
WSL
Installation
Usage
> wsl... read article
-
PHPBrew
Requirements
Requirements (Ubuntu 22.04)
$ sudo apt-get install \ ... read article
-
nvm
Installation
brew install nvm mkdir ~/.nvm
Add the following to your desired shell configuration file.
read article
E.g. to ~/.bashrc... -
npm
Installation
Windows see node.js
Linux see nvm
read article