/www # cat /proc/cpuinfo
system type : Atheros AR7100 (hydra)
processor : 0
cpu model : MIPS 24K V7.4
BogoMIPS : 265.21
wait instruction : yes
This file contains hidden or 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
# Based on jessfraz work | |
# This is not an official version of Minecraft - use at your own risk | |
# | |
# Before you ask: I don't particularly like this game, and haven't played it in a while. | |
# It was just a challenge with myself to run a "sandboxed" game and see the result. | |
FROM debian:sid | |
ADD http://dl.hackphoenix.com/download/launcher/minecraft/MCLauncher_Linux /src/MCLauncher.zip | |
# Install packages |
This file contains hidden or 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
sudo fastboot flash boot boot.img && sudo fastboot flash cache cache.img && sudo fastboot flash system system.img && sudo fastboot flash system system.img && sudo fastboot flash vendor vendor.img |
ntl1 ~ # curl -6 -v https://static.rust-lang.org/
* About to connect() to static.rust-lang.org port 443 (#0)
* Trying 2600:9000:2001:de00:5:26a9:7440:93a1...
* Connection timed out
* Trying 2600:9000:2001:d000:5:26a9:7440:93a1...
This file contains hidden or 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
https://appleliveevents-i.akamaihd.net/hls/live/222436-b/17qopibbefvoiuhbsefvbsefvopihb06/master/cc/eng.m3u8 |
This file contains hidden or 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
#!/bin/sh | |
echo "0 0 255 255" > /sys/class/chromeos/cros_ec/lightbar/led_rgb; | |
echo "1 0 255 255" > /sys/class/chromeos/cros_ec/lightbar/led_rgb; | |
echo "2 0 255 255" > /sys/class/chromeos/cros_ec/lightbar/led_rgb; | |
echo "3 0 255 255" > /sys/class/chromeos/cros_ec/lightbar/led_rgb; | |
dmesg > /dmesg-3.txt; | |
journalctl -xe > /log-journalctl.txt; | |
lsusb > /log-lsusb.txt; | |
lspci > /log-lspci.txt; |
This file contains hidden or 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
[ 99.109] | |
X.Org X Server 1.19.3 | |
Release Date: 2017-03-15 | |
[ 99.109] X Protocol Version 11, Revision 0 | |
[ 99.109] Build Operating System: Linux 3.14.79-3-ARCH aarch64 | |
[ 99.109] Current Operating System: Linux pixel-c 4.11.0+ #25 SMP PREEMPT Sat May 20 10:10:35 UTC 2017 aarch64 | |
[ 99.109] Kernel command line: cros_secure vpr=0x08000000@0xf6800000 earlycon | |
[ 99.109] Build Date: 10 April 2017 01:12:17AM | |
[ 99.109] | |
[ 99.109] Current version of pixman: 0.34.0 |
This file contains hidden or 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
[ 0.000000] .rodata : 0xffff000008f50000 - 0xffff0000096e0000 ( 7744 KB) | |
[ 0.000000] .init : 0xffff0000096e0000 - 0xffff000009840000 ( 1408 KB) | |
[ 0.000000] .data : 0xffff000009840000 - 0xffff000009a4fa00 ( 2111 KB) | |
[ 0.000000] .bss : 0xffff000009a4fa00 - 0xffff000009ac1508 ( 455 KB) | |
[ 0.000000] fixed : 0xffff7dfffe7fd000 - 0xffff7dfffec00000 ( 4108 KB) | |
[ 0.000000] PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000 ( 16 MB) | |
[ 0.000000] vmemmap : 0xffff7e0000000000 - 0xffff800000000000 ( 2048 GB maximum) | |
[ 0.000000] 0xffff7e0000000000 - 0xffff7e0003000000 ( 48 MB actual) | |
[ 0.000000] memory : 0xffff800000000000 - 0xffff8000c0000000 ( 3072 MB) | |
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 |