-
ANUNCIOS - https://adssettings.google.com/authenticated
-
HISTORICO DE LOCALIZACAO - https://maps.google.com/locationhistory
-
TUDO QUE VOCE JA PESQUISOU - https://www.google.com/history/
-
PESQUISA POR VOZ E AUDIO - https://history.google.com/history/audio?hl=pt-BR
-
SUAS PESQUISAS NO YOUTUBE - https://www.youtube.com/feed/history/search_history
I hereby claim:
- I am ale-big on github.
- I am ale_big (https://keybase.io/ale_big) on keybase.
- I have a public key ASBoo1zLIfizhpBgQp3JdW268SN2q5l7cpnuWkHt0kKhzQo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Download latest archlinux bootstrap package, see https://www.archlinux.org/download/ | |
wget http://ftp.nluug.nl/os/Linux/distr/archlinux/iso/2016.01.01/archlinux-bootstrap-2016.01.01-x86_64.tar.gz | |
# Make sure you'll have enough entropy for pacman-key later. | |
apt-get install haveged | |
# Install the arch bootstrap image in a tmpfs. | |
mount -t tmpfs none /mnt | |
cd /mnt | |
tar xvf ~/archlinux-bootstrap-2016.01.01-x86_64.tar.gz --strip-components=1 |