sudo killall -9 coreaudiod- Open new Chrome tab.
Instead of php -S localhost:8000 use php -S 0.0.0.0:8000 and you'll be able to see the server from http://<your IP address>:8000.
From Let's Encrypt,
The simplest way to generate a private key and self-signed certificate for localhost is with this openssl command:
openssl req -x509 -out localhost.crt -keyout localhost.key \
-newkey rsa:2048 -nodes -sha256 \
-subj '/CN=localhost' -extensions EXT -config <( \
printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth")
You can then configure your local web server with
localhost.crtandlocalhost.key, and installlocalhost.crtin your list of locally trusted roots.
Or just follow these directions?
history | grep ffmpegWhere ffmpeg is the command you're looking for. history keeps the last 500 things you typed; they're stored in a user's ~/.bash_history.
rm /etc/resolver/devsudo lsof -i tcp:3000or on some linux systems or older Macs that allow netstat with -p,
netstat -vanp tcp | grep 3000(use --tcp on CentOS)
Put the .webarchive into a folder first (because it does not wrap the output in a folder), and then run the following command:
textutil -convert html example.webarchive