- Export your Ghost content (aka backup)
- Open in an editor that support Regex find/replace
- Search for:
/content/images/\d{4}/(\w{3}|\d{2})/
| //Sample using LiquidCrystal library | |
| #include <LiquidCrystal.h> | |
| // select the pins used on the LCD panel | |
| LiquidCrystal lcd(8, 9, 4, 5, 6, 7); | |
| // define some values used by the panel and buttons | |
| int lcd_key = 0; | |
| int adc_key_in = 0; | |
| #define btnRIGHT 0 |
| # Stop all containers | |
| docker stop `docker ps -qa` | |
| # Remove all containers | |
| docker rm `docker ps -qa` | |
| # Remove all images | |
| docker rmi -f `docker images -qa ` | |
| # Remove all volumes |