Woot or some other deal site had a Surface Go 1 (with LTE) on sale & figured I’d pick it up for fun. After doing a quick search, I came across the Linux Surface GitHub repo again & saw that even the LTE piece should work with a little modification. I usually jump between Ubuntu […]
Tag: Linux
Using ModSecurity Rules with nginx
I wanted to make note of this page, because it was a huge help getting the ModSecurity OWASP rule set working with nginx. LinuxBabe: How to Set Up ModSecurity with Nginx on Debian/Ubuntu Then to start exempting specific pages from specific rule ID’s, you’ll using these three commands quite a bit: `tailf /var/log/modsec_audit.log``sudo nano /etc/nginx/modsec/coreruleset-3.3.4/rules/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf``sudo […]
Protecting Linux Login with 2FA
This is definitely not the first time I’ve tried getting this working, but glad I was finally able to. Looks like if I had read a bit more, I never would have run into issues… By the second or third time I ran into problems, I at least figured out why: with my home directory […]
Linux on Samsung Galaxy TabPro S
I have picked ap a Galaxy TabPro S a year or two ago, but didn’t end up using it much since it was running Windows. I had always planned to try out Linux on it, but never got around to it until now. I installed Xubuntu, just to have a light OS, & the only […]