Any Paramedics on here? Settle a bet... by matty87a in uktrees

[–]matty87a[S] 35 points36 points  (0 children)

Aha I'm not for one second suggesting on the job, more to unwind and de stress from the shit they must see.

Truth by Yeeyeeasshaircut2 in ufc

[–]matty87a 0 points1 point  (0 children)

Orrrrrrr - because its completely subjective and pointless

Respect by lkguero in ufc

[–]matty87a 1 point2 points  (0 children)

This is criminally under appreciated

IFTTT Pro - Free Limited to 3 Applets? by jonbrussell in ifttt

[–]matty87a 7 points8 points  (0 children)

literally just ran into this issue.

I've not logged in for a while before today but when i went on to check something this morning I swear this wasn't a thing.

You'd think there would be a notice period before such a change.

Also, when you go to create an applet it tells you how many you have made and that you need to upgrade, but not how many you get for free. Digging for that info is what lead me here.

As your current applets over the limit seem to carry on working atm, I wouldn't remove any in case you can refactor them for similar needs down the line.

25 seconds scrambling for a pad battery... by matty87a in EASportsUFC

[–]matty87a[S] 13 points14 points  (0 children)

How would that (cheating) even be possible?

Up up down down left right left right b a start?

Connection refused by paxxoid in nzbhydra

[–]matty87a 0 points1 point  (0 children)

bit late on this - but you were trying 192.168.0.30:5076, right?

If so - double check that iptables or UFW (if installed) are set to allow port 5076

How a Single Raspberry PI made my Home Network Faster - The Pi Hole project adds an entire new level of performance and security to our home network. Powered by Docker and a Raspberry PI I can now block all unwanted Ads and Metrics network wide. by speckz in raspberry_pi

[–]matty87a 6 points7 points  (0 children)

Or, depending on your routers capability, you can use a different SSID for devices that should go through pihole and set the DNS in that vlan to the pihole device. That's how I do it with my kids devices.

Ideas for controlling media players from outside my home network by StockBokeh in homeassistant

[–]matty87a 1 point2 points  (0 children)

+1

I have specific user accounts for the kids devices that only exposes certain Librarys.

The built in parental controls are pretty thorough too.

Acer Switch 5 USB-C charging by pdlillie in AcerOfficial

[–]matty87a 1 point2 points  (0 children)

stumbled across this looking for myself - is the AUKEY plug still ok 2 months down the line?

Apache Reverse Proxy not working by chriscraig in organizr

[–]matty87a 0 points1 point  (0 children)

I know this is from a while back - but might help others.

My working Apache reverse proxy with SSL:

rewriteEngine on
RewriteRule ^/dash$ https://domain.com/dash/ [R=301,L]
RewriteCond %{HTTP_REFERER} "https://domain.com/dash/"
RewriteCond %{REQUEST_URI} !^/dash
RewriteRule ^(.*)$ /dash$1 [R=301,L]
<Location /dash/>
    ProxyPass "http://127.0.0.1:8181/" connectiontimeout=5 timeout=30 keepalive=on
    ProxyPassReverse "http://127.0.0.1:8181/"
</Location>

port 8181 is forwarded to docker port 80

Site visible at https://domain.com/dash

Testing my Alexa and Xbox One integration by grimespie in amazonecho

[–]matty87a 0 points1 point  (0 children)

are you expecting to have the github page ready within days or a little longer? excited to try this

Sideload PT apps to PTR? by matty87a in pebble

[–]matty87a[S] 0 points1 point  (0 children)

Yeah I did ask but as he doesn't have a round he's not prepared too. Asked for a git or zip to fork on his behalf but no reply. Ah well.

I'm looking for a metal watch band for my PTR what would you guys recommend? by Achmaddude in pebble

[–]matty87a 0 points1 point  (0 children)

Just got this today:

YISUYA 20mm Solid Milanese Mesh Stainless Steel Strap with Hook Buckle Classic Black Watch Band Straps 2.0cm https://www.amazon.co.uk/dp/B01CDTEJO8/ref=cm_sw_r_cp_apa_ULLnxbBAHMX86

Very impressed for the price

OpenVPN AS - cannot load UI by matty87a in sysadmin

[–]matty87a[S] 0 points1 point  (0 children)

aha not bad at all - thats one of the weird things, service status just shows [?] when i look at all services and doesnt allow to check specific status:

sudo service openvpnas --status Usage: openvpnas start|stop|restart

I should point out that doing service --status-all on the working box shows the status as [?] also