- Non-overlapping AllowedIPs subnets
- Non-overlapping wireguard IP address and subnet
- Non-overlapping AllowedIPs subnets
- Non-overlapping wireguard IP address and subnet
Create a duplicate NAT entry but set the interface to LAN instead of WAN. Seems to work.
Implementing modern #zero-trust overlay can be tricky (legacy devices, networking obstacles, resiliency concerns). I realized I can get robust network level #microsegmentation by creating #firewall filter at the #hypervisor (both in AND out)
Implementing modern #zero-trust overlay can be tricky (legacy devices, networking obstacles, resiliency concerns). I realized I can get robust network level #microsegmentation by creating #firewall filter at the #hypervisor (both in AND out)
conntrack -F #flush on the pve host where the #VM is running
https://www.meetup.com/software-developers-of-calgary/events/305683318/
There are so many amazing devs working on amazing #technology !
https://www.meetup.com/software-developers-of-calgary/events/305683318/
There are so many amazing devs working on amazing #technology !
Watch out for this! You'd think #iptables blocks that exposure, but the port is wide open even when listed in iptables as blocked.
#Cybersecurity #DevSecOps
Watch out for this! You'd think #iptables blocks that exposure, but the port is wide open even when listed in iptables as blocked.
#Cybersecurity #DevSecOps
https://github.com/hunar4321/particle-life
#EmergentBehavior #Simulation
https://github.com/hunar4321/particle-life
#EmergentBehavior #Simulation
dd if=/dev/random bs=1k count=1 | sha512sum
tip: use part of the token if you don't need your token to be so long
tip 2: don't use md5sum (not just short, it's cryptographically broken)
#cybersecurity #devsecops #linux
dd if=/dev/random bs=1k count=1 | sha512sum
tip: use part of the token if you don't need your token to be so long
tip 2: don't use md5sum (not just short, it's cryptographically broken)
#cybersecurity #devsecops #linux
Some pins are PCIe for NVMe, others are SATA pins, and even USB
Just because all the pins are visible, and even if the M, B notches match, doesn't guarantee that it will work.
Check the specs
#SysAdmin
Some pins are PCIe for NVMe, others are SATA pins, and even USB
Just because all the pins are visible, and even if the M, B notches match, doesn't guarantee that it will work.
Check the specs
#SysAdmin
# Keys
openssl genrsa -out priv.pem 4096
openssl rsa -in priv.pem -pubout -out pub.pem
# Encrypt
echo "Hello!" | openssl pkeyutl -encrypt -pubin -inkey pub.pem | base64
# Decrypt
echo "
# Keys
openssl genrsa -out priv.pem 4096
openssl rsa -in priv.pem -pubout -out pub.pem
# Encrypt
echo "Hello!" | openssl pkeyutl -encrypt -pubin -inkey pub.pem | base64
# Decrypt
echo "
So far it looks like the biggest "killer" is very long writes. When writing a giant file, some SSDs hit a wall and their performance drops to slower than HD.
I wish manufacturers told us roughly where that wall was (in GB)
#SysAdmin
Amazing!
When I tried it, I got bunch of dormant shapes. Except one started to pulse (almost imperceptibly) that pulse built up into wild convulsions and exploded "supernova style" into more dormant children
www.youtube.com/watch?v=p4Yi...
Amazing!
When I tried it, I got bunch of dormant shapes. Except one started to pulse (almost imperceptibly) that pulse built up into wild convulsions and exploded "supernova style" into more dormant children
www.youtube.com/watch?v=p4Yi...
distill.pub/2020/growing...
Each pixel is a cellular automaton trained to regenerate an image based only on it's local surroundings
#MachineLearning #ML
distill.pub/2020/growing...
Each pixel is a cellular automaton trained to regenerate an image based only on it's local surroundings
#MachineLearning #ML
Something more akin to "fire together wire together" where you learn on the fly. That's when I stumbled across #HTM Hierarchical temporal memory and #Numenta. Looks interesting.
en.wikipedia.org/wiki/Hierarc...
#ML #AI
Something more akin to "fire together wire together" where you learn on the fly. That's when I stumbled across #HTM Hierarchical temporal memory and #Numenta. Looks interesting.
en.wikipedia.org/wiki/Hierarc...
#ML #AI
best to worst:
SLC (Single) - 1 bit (cache)
MLC (Multi) - 2 bits
TLC (Triple) - 3 bits
QLC (Quad) - 4 bits
Consumer drives have a limited SLC cache and when it's full, the main NAND type matters.
It's really cool to see how an #ML models gets stronger by being exposed to a #RedTeam process like this.
#cybersecurity
It's really cool to see how an #ML models gets stronger by being exposed to a #RedTeam process like this.
#cybersecurity
At first the paradox breaks my brain a bit, but if I think about it deeper - I would gladly buy it.
Would you?
#cybersecurity
At first the paradox breaks my brain a bit, but if I think about it deeper - I would gladly buy it.
Would you?
#cybersecurity
#cybersecurity
#cybersecurity
Do this instead:
1) print document to PDF ... BUT before printing look for "print as image option" that flattens the document
2) check that it worked
#Cybersecurity #TechTips
Do this instead:
1) print document to PDF ... BUT before printing look for "print as image option" that flattens the document
2) check that it worked
#Cybersecurity #TechTips
It's like going to a government clerk and handing him public documents (including supporting ones) vs handing him just one and telling him to look up the rest.
Both ways are secure, but one is more likely to succeed every time.
#TLS
- Test Tribe: www.meetup.com/the-test-tri...
- Project Based Mini Hackathon: www.meetup.com/software-dev...
- PyData: www.meetup.com/pydata-calga...
- Calgary Game Developers: www.meetup.com/calgary-game...
- CalgaryUX: www.meetup.com/calgaryux/
- Test Tribe: www.meetup.com/the-test-tri...
- Project Based Mini Hackathon: www.meetup.com/software-dev...
- PyData: www.meetup.com/pydata-calga...
- Calgary Game Developers: www.meetup.com/calgary-game...
- CalgaryUX: www.meetup.com/calgaryux/
It should really be called *Anywhere* Native Computing Foundation though. The beauty of those tools isn't the cloud, it's that they are location neutral.
#DevOps #Rancher #k8s
But when you point two mirrors at each other you get infinite recursion - kind of mesmerizing, but not very useful any more. That can happen too.
#LLM