I hereby claim:
- I am douglasmiranda on github.
- I am douglasmiranda (https://keybase.io/douglasmiranda) on keybase.
- I have a public key whose fingerprint is F99B 7508 C1AE 1A2C B575 6FF9 45B8 D780 7808 D37C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| sudo hdparm -B 255 /dev/sdX |
Deploy a server to packet.net
Type 2A - Ubuntu 17.04
ssh into it.
Install Docker. (Yes we use Docker to build Docker)
This is a old docker, but It's good for us. apt install docker.io
| { | |
| "bootstrapped": true, | |
| "in_process_packages": | |
| [ | |
| ], | |
| "installed_packages": | |
| [ | |
| "A File Icon", | |
| "Color Highlighter", | |
| "Djaneiro", |
| _build: | |
| # ... | |
| export IMAGE | |
| build: ## build images / see `make available_images` for a list of images | |
| @read -p "Enter image name: " IMAGE; $(MAKE) _build |
| Xorg :1 -configure |
| # find *.pdf files | move every found file to destination/ | |
| find source-dir/* -name '*.pdf' -exec mv -t destination/ {} \; |
Ubuntu 16.04 Dell G3 series setup
Packaging Docker aarch64 for Debian Stretch. (On Packet.net)
Alpine Rpi3
DietPi on Pine64 and running Docker aarch64
As I write this, latest CoreOS is 0.17.2.
Get your .iso: https://coreos.com/os/docs/latest/booting-with-iso.html
Flash / burn a media, it could be a pen drive, cd, sd card with the .iso of your choice.
Tip: you could use some tool like https://etcher.io/
| rmmod pcspkr | |
| # Make it permanent: | |
| echo "blacklist pcspkr" > /etc/modprobe.d/nobeep.conf |