Results 43 comments of mdnava

Caching is required for very good reasons. You could easily bog down a highly visited blog with no caching, to the point that either the server goes down, or the...

@hannob > To be clear: Disabling error page handling by serendipity does not resolve the DoS in a meaningful way. You can still fill up the cache by calling articles...

@Zugschlus > * Shouldn't there be some job cleaning up the template_c directory regularly? I currently have half a million files hanging around in the directory, written in the last...

> Ok, now I am totally confused and at a total loss about what to do short of putting my blog on a dedicated file system so that it's at...

@onli @Zugschlus > It is the problem here. The file system breaks down because of too many entries -> the problem is the caching. > It just happens to be...

@end2endzone Thank you for answering.. > 1. Right now, there is no way to change the _Configuration_ or _Log_ directories. If you can find a good way to implement and...

Hello again.. After some trial and error I made it work so the menu opens in all folders, excluding the Desktop: ``` ``` Which is awesome :) .. But some...

> [== 1 ==] I didn't know you could do this. Does this means Windows shows extensions according to the alphabetical order of their entries in `HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shellex\ContextMenuHandlers`? To answer your...

Some quick thoughts.. – FastNotepad – QuickNotepad – OpenNotepad – Notepad2x – Notepad2zu – ZuNotepad – ZuNotepad2 – NPad – NPad2 – NotepadRE (as in replacement) Or just leave it...

> I did some googling and apparently this functionality is not supported in VSCode - the feature request was closed: [microsoft/vscode#83783](https://github.com/microsoft/vscode/issues/83783) ***Edited 2023-09-22 03:12*** @mechatroner Does this means all VS...