```js function enableContextMenu(aggressive = false) { void(document.ondragstart=null); void(document.onselectstart=null); [...]
```js function enableContextMenu(aggressive = false) { void(document.ondragstart=null); void(document.onselectstart=null); [...]
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: [...]
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
[...]
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
[...]
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. [...]