▒▓█ Webdev

HOW TO RUN NODE.JS 18.18 LTS ON OBSOLETE WINDOWS 7

HOW TO RUN NODE.JS 18.18 LTS ON OBSOLETE WINDOWS 7

UPDATED ON: 2024-08-29 Node.js dropped Windows 7 “support” rigth after [version number 13] .What a load of sh#t. Today i’ll tell you how to overcome this nonsense and run latest LTS version [Node.JS 18.x] without any problems. More newer versions may work also. I’ll leave you some room for experiments. Recently i found excellent already [patched installer of NodeJS 18] First of all you need to download zipped version of software, not msi one.
INCREASE PRIVACY OF YOUR HUGO-BASED WEBSITE

INCREASE PRIVACY OF YOUR HUGO-BASED WEBSITE

I think that any sane person would like to break free from dependencies of big corps and … No-no-no, no political rant will happen here today, so stay cool. It’s just a small guide on how to make your Hugo-based site to load faster and do as little external queries as possible. Here is a classic situation when you load badly designed site. Output of [uMatrix] plugin just for better representation.
HOW CODEBERG COMMUNITY HELPED ME TO RESTORE MY REPO

HOW CODEBERG COMMUNITY HELPED ME TO RESTORE MY REPO

Today, I’ve accidentally deleted local .git index folder of my blog repository, because of this I was not able to submit new content. Tried to restore files by File Scavenger, but it was too late because I was in the middle of active file operations and .git folder was erased without any chance of returning it back to drive. I’ve tried to recreate index by means of: git init But Git-Bash-console threw me an error:
HOW TO OPEN LINKS IN A NEW TAB IN MAINROAD HUGO THEME

HOW TO OPEN LINKS IN A NEW TAB IN MAINROAD HUGO THEME

I bet that many of you would like to open site links not in the same window, but in a background tab. Such behavior is restricted by default settings of most Hugo themes. Mainroad is restricting it also. Here is a solution on how to overcome weird limitation. Create file render-link.html in _default folder of the theme. Name_of_your_site\themes\mainroad\layouts\_default\_markup\render-link.html Contents of render-link.html should be like this: <a href="{{ .Destination | safeURL }}"{{ with .

▀ BACK TO HOME PAGE ▀