[ ^ ][ ^ ]
login

なにそれ

[ POSTS ]
enable right click bookmarklet

```js function enableContextMenu(aggressive = false) { void(document.ondragstart=null); void(document.onselectstart=null); [...]

GoAccess Analytics and PHP - updated

I followed this article to setup goaccess for nani-so.re

since it's from 2016 I was expecting some tweaks to be made, so here is what I changed from the original article to make it work on my debian 11 VPS: [...]

RSS template for PHP

I recently added a RSS feed to blog.nani-so

it was surprisingly easy to do, I simply had to reuse my SQL query from the index page and ended up with this: [...]

force update CSS on all clients

This is a nice hack I like to use when I'm working on updating / reworking a website design is to append a query string to my CSS file

https://.../style.css becomes https://.../style.css?v=1 [...]

npm getting killed on VPS

Recently I tried installing some nodejs app on my Gandi VPS

when running npm install from the project root directory it would run for a few seconds then the process would exit suddenly with "Killed" output [...]

paste.nani-so.re

How does paste.nani-so.re work and what was it made for?

paste.nani-so.re allows you to send data in text form for easy access across devices on the same LAN. [...]

« < Page 1 of 2 > »