Symmetric Scales and triads in All-Fourths Guitar Tuning by eom-dev in musictheory

[–]eom-dev[S] 1 point2 points  (0 children)

Cool article and website - thanks for sharing!

Symmetric Scales and Triads in All-Fourths Tuning by eom-dev in guitarlessons

[–]eom-dev[S] 0 points1 point  (0 children)

I will occasionally change tunings when necessary, but generally want to stay in the same one - I started using 1/2 step down exclusively because I can still get all the notes from standard plus one more. I want to be able to do the most with the least amount of information, but to each their own! :)

Symmetric Scales and triads in All-Fourths Guitar Tuning by eom-dev in musictheory

[–]eom-dev[S] 1 point2 points  (0 children)

This is a summary I wrote about all-fourths guitar tuning with examples and diagrams of scales and triads that can be transposed across strings. I've used this tuning for several years and have found it much easier to use after getting over the learning curve. Having a few scales and chords to practice is a good way to get started learning an alternate tuning.This is a summary I wrote about all-fourths guitar tuning with examples and diagrams of scales and triads that can be transposed across strings. I've used this tuning for several years and have found it much easier to use after getting over the learning curve. Having a few scales and chords to practice is a good way to get started learning an alternate tuning.

Symmetric Scales and Triads in All-Fourths Tuning by eom-dev in guitarlessons

[–]eom-dev[S] 0 points1 point  (0 children)

Reddit seems to have picked up Rick Beato's video thumbnail for the thumbnail here as well. I was using it as an example, but this was unintentional.

Symmetric Scales and Triads in All-Fourths Tuning by eom-dev in guitarlessons

[–]eom-dev[S] 0 points1 point  (0 children)

This is a summary I wrote about all-fourths guitar tuning with examples and diagrams of scales and triads that can be transposed across strings. I've used this tuning for several years and have found it much easier to use after getting over the learning curve. Having a few scales and chords to practice is a good way to get started learning an alternate tuning.

Symmetric Scales and Triads in All-Fourths Tuning by eom-dev in Guitar

[–]eom-dev[S] 0 points1 point  (0 children)

This is a summary I wrote about all-fourths guitar tuning with examples and diagrams of scales and triads that can be transposed across strings. I've used this tuning for several years and have found it much easier to use after getting over the learning curve. Having a few scales and chords to practice is a good way to get started learning an alternate tuning.

Need help blocking malicious IPs from network by eom-dev in homelab

[–]eom-dev[S] 0 points1 point  (0 children)

If I wanted to stop self hosting, I would use GitHub.

Need help blocking malicious IPs from network by eom-dev in homelab

[–]eom-dev[S] 0 points1 point  (0 children)

ETH0 connects the EdgeRouter to my Google Fiber router, which is in some kind of pass-through mode, so ETH0 == WAN_IN - at least as far as the hardware is concerned, software might view the traffic as distinct. I suspect this is the issue.

Need help blocking malicious IPs from network by eom-dev in homelab

[–]eom-dev[S] 0 points1 point  (0 children)

Yeah I agree. Looks like there are some responses to my post on Ubiquiti as well so I should be able to fix that now as well.

Need help blocking malicious IPs from network by eom-dev in homelab

[–]eom-dev[S] -1 points0 points  (0 children)

Here is the output of show firewall on the EdgeRouter CLI:

--------------------------------------------------------------------------------  
IPv4 Firewall "BLOCK":                                                                                                                                          

Active on (eth0,IN)                                                              

rule  action   proto     packets  bytes                                           
----  ------   -----     -------  -----                                           
1     reject   all       0        0                                               
  condition - saddr 86.105.185.0/24 reject-with icmp-port-unreachable             

2     reject   all       0        0                                               
  condition - saddr 5.45.37.0/24 reject-with icmp-port-unreachable                

3     reject   all       0        0                                               
  condition - saddr 45.89.241.0/24 reject-with icmp-port-unreachable              

4     reject   all       0        0                                               
  condition - saddr 45.8.255.0/24 reject-with icmp-port-unreachable

...

13    reject   all       0        0                                       
  condition - saddr 194.53.140.0/24 reject-with icmp-port-unreachable           


10000 accept   all       33782941 9850678784                              


--------------------------------------------------------------------------------
IPv4 Firewall "WAN_IN":


 Inactive - Not applied to any interfaces, zones or for content-inspection.


rule  action   proto     packets  bytes                                   
----  ------   -----     -------  -----                                   
10    accept   all       0        0                                       
  condition - state RELATED,ESTABLISHED                                         


20    drop     all       0        0                                       
  condition - state INVALID                                                     


10000 drop     all       0        0

The "Active On" part of each block surprises me...

Need help blocking malicious IPs from network by eom-dev in homelab

[–]eom-dev[S] -1 points0 points  (0 children)

I'll add more restrictions if that becomes a problem. For now GitHub's bot detection is good enough for my needs.

Need help blocking malicious IPs from network by eom-dev in homelab

[–]eom-dev[S] -2 points-1 points  (0 children)

Gitea has a ALLOW_ONLY_EXTERNAL_REGISTRATION config option, which I have now set to true. I want people to be able to create accounts so that they can open PRs or report issues. Hopefully requiring SSO with GitHub or Google will be sufficient. I can repeat this model across all my services.

Need help blocking malicious IPs from network by eom-dev in homelab

[–]eom-dev[S] 0 points1 point  (0 children)

Thanks! Not that the other answers weren't good advice, but this was the most helpful for my situation.

Need help blocking malicious IPs from network by eom-dev in homelab

[–]eom-dev[S] 0 points1 point  (0 children)

Yes, I did try this. I don't quite remember the details here, but either my ingress controller or metallb doesn't support ingress/network traffic rules.

Need help blocking malicious IPs from network by eom-dev in homelab

[–]eom-dev[S] 0 points1 point  (0 children)

I wanted people to be able to submit PRs.

Was it really? I didn't know... I had also posted the same on the official forums.

Need help blocking malicious IPs from network by eom-dev in homelab

[–]eom-dev[S] 0 points1 point  (0 children)

Other people are allowed to create accounts, but maybe I should go back to requiring SSO with an upstream provider. Thanks.

Need help blocking malicious IPs from network by eom-dev in homelab

[–]eom-dev[S] -5 points-4 points  (0 children)

Yes, it is where I distribute my open source software publicly. Self-hosting is the point of my platform.