I have a router that I got from my ISP (Technicolor GCA4233DE) and my own router (Asus DSL-AC87VG) and I’m trying to setup my network in a way that all devices can see each other. The ISP router has only one PC connected to it right now and the WiFi […]
Blog
I’m running a LAMP system (on a Pi) and I get a lot of mischievous requests which seem to result in a 302 status code, like: 140.143.16.158 – – [06/Mar/2020:18:32:32 +0100] “GET /TP/public/index.php HTTP/1.1” 302 540 “-” “Mozilla/5.0 (Windows; U; Windows NT 6.0;en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6)” As I understand it, […]
I wanna find all those lines with a particular tag, that does not have a particular word in it. For example I wanna find this line: I love You blah blah blah and NOT those lines with tags that have * Note: in it, such as: * Note: blah blah […]
I recently upgraded my Laptop Ram to 32Gb, Im wondering how best to make use of it. Maybe an app that preloads programs I regularly use, or forcing a game to use the ram to reduce load times? I just hate to see it sat there doing nothing, most im […]
Many claim CSS is not a programming language. I agree — it’s tougher. A mastery of CSS requires skills in design, determination, inventiveness, experience, as well as coding (especially when using preprocessors such as Sass). CSS suggests layouts and styles to the browser. A browser can interpret those suggestions whichever […]
Not long ago, I posted about PHP templating in just PHP (which is basically HEREDOC syntax). I’m literally using that technique for some super basic templating I needed to do on this very WordPress site. The main pushback was that this kind of thing can be an XSS vulnerability. In […]