As configured in my dotfiles.
start new:
tmux
start new with session name:
| <?PHP | |
| /* | |
| * PHP upload for Gyazo - v1.2.1 - 3/13/2011 | |
| * http://benalman.com/news/2009/10/gyazo-on-your-own-server/ | |
| * | |
| * Copyright (c) 2011 "Cowboy" Ben Alman | |
| * Licensed under the MIT license | |
| * http://benalman.com/about/license/ | |
| */ |
As configured in my dotfiles.
start new:
tmux
start new with session name:
A list of useful commands for the ffmpeg command line tool.
Download FFmpeg: https://www.ffmpeg.org/download.html
Full documentation: https://www.ffmpeg.org/ffmpeg.html
Example on how to run locally an AWS Lambda via API Gateway using localstack.
Based on...
| services: | |
| # https://github.com/codekitchen/dinghy-http-proxy | |
| http-proxy: | |
| image: codekitchen/dinghy-http-proxy | |
| container_name: http-proxy | |
| privileged: true | |
| environment: | |
| - CONTAINER_NAME=http-proxy | |
| ports: |
Configuring your dev environment to be able to use xdebug when you're working on Windows 10 (with WSL2) and Docker with VS Code can be (a bit) tricky.
This is a quick reminder of how I've done that.