tmux new -s mysession
tmux a -t mysession
tmux a
| // @deno-types="https://deno.land/x/types/react/v16.13.1/react.d.ts" | |
| import React from "https://dev.jspm.io/react@16.13.1"; | |
| // @deno-types="https://deno.land/x/types/react-dom/v16.13.1/server.d.ts" | |
| import ReactDOMServer from "https://dev.jspm.io/react-dom@16.13.1/server"; | |
| import { opine } from "https://deno.land/x/opine@0.3.0/mod.ts" | |
| export { | |
| Request, | |
| Response, | |
| NextFunction, | |
| } from "https://deno.land/x/opine@0.3.0/src/types.ts"; |
Execute an interactive bash shell on the container
docker exec -it app-accounting bash
Remove unused volumes
$ docker volume rm (docker volume ls -q -f dangling=true)
Remove all images
Use the xattr command. You can inspect the extended attributes:
$ xattr s.7z
com.apple.metadata:kMDItemWhereFroms
com.apple.quarantine
and use the -d option to delete one extended attribute:
$ xattr -d com.apple.quarantine s.7z
$ xattr s.7z