I hereby claim:
- I am r4v5 on github.
- I am r4v5 (https://keybase.io/r4v5) on keybase.
- I have a public key whose fingerprint is 518B 4C83 D79B 2C4B F6DE A2E0 2927 EF12 64E5 97C8
To claim this, I am signing this object:
@AllanConlin | |
@AmberWendler | |
@BirdingBeijing | |
@BirdinginChina | |
@BirdsBailey | |
@BirdsBirdsBird7 | |
@BirdsofBhutan | |
@CalFalconCam | |
@CarlBovis | |
@CassowaryCorner |
@CarlBovis | |
@LlewellynLen | |
@BirdsBirdsBird7 | |
@JamesWestPhoto1 | |
@KirkSummers8 | |
@birdhouse_love | |
@_atricapillus | |
@BirdsBailey | |
@AmberWendler | |
@VT_Biology |
❯ cat homeassistant/docker-compose.yml | |
version: '3' | |
services: | |
homeassistant: | |
container_name: home-assistant | |
image: homeassistant/home-assistant:latest | |
volumes: | |
- ./config:/config | |
environment: | |
- TZ=America/Chicago |
tool: | |
jdk: | |
installations: | |
- name: "OpenJDK 8u202-b08" | |
properties: | |
- installSource: | |
installers: | |
- zip: | |
subdir: "jdk8u222-b10/Contents/Home" | |
url: "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u222-b10/OpenJDK8U-jdk_x64_mac_hotspot_8u222b10.tar.gz" |
I hereby claim:
To claim this, I am signing this object:
source 'https://supermarket.chef.io' | |
cookbook 'apt', '2.9.2' | |
cookbook '7-zip', '1.0.2' | |
cookbook 'ark', '1.1.0' | |
cookbook 'bluepill', '2.4.3' | |
cookbook 'build-essential', '2.4.0' | |
cookbook 'chef-sugar', '3.3.0' | |
cookbook 'chef_handler', '1.4.0' | |
cookbook 'compat_resource', '12.10.6' | |
cookbook 'dmg', '2.4.0' |
Nov 28 18:13:27 ganglia kernel: CPU3: Core temperature above threshold, cpu clock throttled (total events = 10808) | |
Nov 28 18:13:27 ganglia kernel: CPU1: Core temperature above threshold, cpu clock throttled (total events = 10808) | |
Nov 28 18:13:27 ganglia kernel: CPU0: Package temperature above threshold, cpu clock throttled (total events = 16911) | |
Nov 28 18:13:27 ganglia kernel: CPU2: Package temperature above threshold, cpu clock throttled (total events = 16911) | |
Nov 28 18:13:27 ganglia kernel: CPU1: Package temperature above threshold, cpu clock throttled (total events = 16912) | |
Nov 28 18:13:27 ganglia kernel: CPU3: Package temperature above threshold, cpu clock throttled (total events = 16912) | |
Nov 28 18:13:27 ganglia kernel: mce: [Hardware Error]: Machine check events logged | |
Nov 28 18:13:27 ganglia kernel: mce: [Hardware Error]: Machine check events logged | |
Nov 28 18:13:27 ganglia kernel: CPU1: Core temperature/speed normal | |
Nov 28 18:13:27 ganglia kernel: CPU3: Core temperature/speed normal |
I didn't read this particular article, so forgive me if I cover some stuff that's talked about elsewhere in this rambling wall of text. But, as someone who actually runs servers for a business where if the servers go down we don't make money, and someone who was affected by the Dyn outage, I want to impress upon y'all what happened here, why it matters, and why I'm fucking terrified. | |
a) There are an infinite number of vulnerabilities, because more new insecure shit is being plugged into the internet than ever before. Every day more devices go online and get popped. The devices in this botnet are thought to be surveillance cameras and their DVRs. They don't even have a "vulnerability", per se: they have a default password that nobody fucking changes, and so other people can log into these things over telnet and at that point it's just another low-powered linux machine that happens to also be a camera or DVR. | |
b) The DDoS landscape has changed. Before it was hacktivists trying to make a point or assholes tryin |
I hereby claim:
To claim this, I am signing this object:
diff --git a/gsm-receiver/Makefile.common b/gsm-receiver/Makefile.common | |
index b5dcb2e..0592f70 100644 | |
--- a/gsm-receiver/Makefile.common | |
+++ b/gsm-receiver/Makefile.common | |
@@ -28,7 +28,7 @@ AM_CPPFLAGS = \ | |
$(STD_DEFINES_AND_INCLUDES) \ | |
$(PYTHON_CPPFLAGS) \ | |
$(CPPUNIT_INCLUDES) \ | |
- $(GNURADIO_CORE_CPPFLAGS) | |
+ $(GNURADIO_RUNTIME_CPPFLAGS) |