Tag: terminal
Switch to the www-data user in terminal (using bash)
su -s /bin/bash www-data
Mac Terminal – Calculating SHA-256 in OSX
By default, doing a shasum in mac terminal gives you the shasum using algorithm 1.…
How to: Run php in interactive mode directly in console window terminal on Linux
To run PHP directly in the console window terminal (in linux), run the following: php…