mirror of
/repos/dotTiddlywiki.git
synced 2025-12-30 07:31:33 +01:00
HOTFILL
This commit is contained in:
parent
142fbd3792
commit
fc70db8a93
13
mywiki/tiddlers/Hotfill.tid
Normal file
13
mywiki/tiddlers/Hotfill.tid
Normal file
@ -0,0 +1,13 @@
|
||||
created: 20160723115828503
|
||||
creator: user
|
||||
modified: 20160723131127752
|
||||
modifier: user
|
||||
tags:
|
||||
title: Hotfill
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
;
|
||||
: http://www.energiebespaarshop.nl/stroom-besparen/hotfill.html
|
||||
|
||||
; MS1002plus
|
||||
: http://www.dugoshop.nl/ms1002
|
||||
10
mywiki/tiddlers/SSL.tid
Normal file
10
mywiki/tiddlers/SSL.tid
Normal file
@ -0,0 +1,10 @@
|
||||
created: 20160708152237450
|
||||
creator: user
|
||||
modified: 20160708152313415
|
||||
modifier: user
|
||||
tags:
|
||||
title: SSL
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
; Let’s Encrypt is a free, automated, and open certificate authority brought to you by the non-profit Internet Security Research Group (ISRG)
|
||||
: https://letsencrypt.org
|
||||
@ -1,6 +1,6 @@
|
||||
created: 20150929135639041
|
||||
creator: user
|
||||
modified: 20160426205008025
|
||||
modified: 20160630202216509
|
||||
modifier: user
|
||||
tags:
|
||||
title: docker images -t
|
||||
@ -9,13 +9,13 @@ type: text/vnd.tiddlywiki
|
||||
tree view
|
||||
|
||||
```sh
|
||||
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nate/dockviz images -t
|
||||
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock nate/dockviz images -t
|
||||
```
|
||||
|
||||
ARM
|
||||
|
||||
```sh
|
||||
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock andersbirkoe/armhf-dockviz images -t
|
||||
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock andersbirkoe/armhf-dockviz images -t
|
||||
```
|
||||
|
||||
; `sen` is a terminal user interface for docker engine
|
||||
|
||||
@ -1,15 +1,23 @@
|
||||
created: 20150511071117085
|
||||
creator: user
|
||||
modified: 20160427200713801
|
||||
modified: 20160717204551153
|
||||
modifier: user
|
||||
tags:
|
||||
title: use usb stick with docker
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
move current pi stuff
|
||||
|
||||
```bash
|
||||
rsync -aSHAXP --info=progress2 --delete /mnt /home/pi
|
||||
```
|
||||
|
||||
moving existing docker graph
|
||||
|
||||
```bash
|
||||
rsync -aSHAXP --info=progress2 --delete /var/lib/docker /mnt/usb
|
||||
```
|
||||
|
||||
; Full system backup with rsync
|
||||
: https://wiki.archlinux.org/index.php/full_system_backup_with_rsync
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user