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
<?xml version="1.0"?> | |
<ODDR> | |
<version> | |
<ver>1.10</ver> | |
<last_updated>2012-09-06 19:43:00</last_updated> | |
<official_url>openddr.org</official_url> | |
<maintainers/> | |
<authors/> | |
<statement> | |
Copyright 2011 OpenDDR LLC |
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
root@orangepizero-stf:~/dotfiles# strace halt | |
execve("/sbin/halt", ["halt"], [/* 25 vars */]) = 0 | |
brk(NULL) = 0xcd8000 | |
uname({sysname="Linux", nodename="orangepizero-stf.fr01.awl.atosorigin.net", ...}) = 0 | |
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
mmap2(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6fb0000 | |
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
open("/lib/systemd/tls/v7l/neon/vfp/libsystemd-shared-232.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat64("/lib/systemd/tls/v7l/neon/vfp", 0xbe99d468) = -1 ENOENT (No such file or directory) | |
open("/lib/systemd/tls/v7l/neon/libsystemd-shared-232.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) |
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
ssh [email protected] | |
The authenticity of host 'black-pearl.local (10.XX.XX.XX)' can't be established. | |
ECDSA key fingerprint is SHA256:wLo+FhKgDvnIRCO4Wb/MIomkIFtA/563oPkK0OdNV5Q. | |
Are you sure you want to continue connecting (yes/no)? yes | |
Warning: Permanently added 'black-pearl.local,10.XX.XX.XX' (ECDSA) to the list of known hosts. | |
[email protected]'s password: | |
Linux black-pearl 4.14.34-hypriotos-v7+ #1 SMP Sun Apr 22 14:57:31 UTC 2018 armv7l | |
HypriotOS (Debian GNU/Linux 9) | |
The programs included with the Debian GNU/Linux system are free software; | |
the exact distribution terms for each program are described in the |
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
$ ifconfig | |
docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 | |
inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255 | |
ether 02:42:d1:d2:ae:aa txqueuelen 0 (Ethernet) | |
RX packets 0 bytes 0 (0.0 B) | |
RX errors 0 dropped 0 overruns 0 frame 0 | |
TX packets 0 bytes 0 (0.0 B) | |
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 | |
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 | |
inet 10.XX.XX.XX netmask 255.255.248.0 broadcast 10.XX.XX.255 |
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
for i in $(seq $ip_start $ip_end);do sudo nmap -sP 10.XX.$i.0/24 | awk '/^Nmap/{ip=$NF}/B8/{print ip}';done |
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
$ ssh [email protected] | |
The authenticity of host 'arm-gitlab-runner-1.local (10.XX.XX.XX)' can't be established. | |
ECDSA key fingerprint is SHA256:wLo+FhKgDvnIRCO4Wb/MIomkIFtA/563oPkK0OdNV5Q. | |
Are you sure you want to continue connecting (yes/no)? yes | |
Warning: Permanently added 'arm-gitlab-runner-1.local' (ECDSA) to the list of known hosts. | |
[email protected]'s password: | |
Linux arm-gitlab-runner-1 4.14.34-hypriotos-v7+ #1 SMP Sun Apr 22 14:57:31 UTC 2018 armv7l | |
HypriotOS (Debian GNU/Linux 9) | |
The programs included with the Debian GNU/Linux system are free software; | |
the exact distribution terms for each program are described in the |
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
Acquire::http::Proxy "http://your-proxy:your-proxy-port"; |
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
pirate@arm-gitlab-runner-1 in ~ | |
$ sudo apt-get update | |
Get:1 http://archive.raspberrypi.org/debian stretch InRelease [25.3 kB] | |
Get:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease [15.0 kB] | |
Get:3 http://archive.raspberrypi.org/debian stretch/main armhf Packages [172 kB] | |
Get:4 https://download.docker.com/linux/raspbian stretch InRelease [15.3 kB] | |
Get:5 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages [11.7 MB] | |
Get:6 https://download.docker.com/linux/raspbian stretch/edge armhf Packages [3,835 B] | |
Get:7 https://packagecloud.io/Hypriot/rpi/debian stretch InRelease [23.2 kB] |
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
$ docker-compose up - build | |
Pulling adb (mitchtech/arm-adb:)… | |
ERROR: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) |
OlderNewer