Stefan Skorpenblog.skorp.io·Apr 15, 2024Typesense and docker compose with SSL certificatesI needed fast and robust search for the website I'm working on Affill.io So I decided to go for the opensource tool Typesense, and I wanted to self host it. I went for a small CX11 vps from Hetzner, and after following their guide on using docker com...96 readstypesense
Rakeshrakeshintech.hashnode.dev·Dec 2, 2023Soft link and Hard link in Linux/UNIXWhat is a link? Links are pointers pointing to a file or directory. A link is a shortcut to access a file, similar to a Windows shortcut. Soft Link In soft links, we can create links on files and directories. Links enable the creation of references t...symlinks
Richard Terungwa Kombolterkplumber.hashnode.dev·Jul 24, 2023Node.js Morsel for today: creating symbolic links to your packages locally using `npm link`What is a symbolic link? Symbolic links are operating system operations that facilitate the creation of shortcuts to files or folders. The shortcuts help the user access the folder in places other than the original file location. Node.js package mana...Node.js
Code Artisancodeartisan.hashnode.dev·Jun 14, 2022cPanel Phusion Passenger /bin/node: No such file or directory and the riders of the lost arkSo, if you are the admin of a cPanel/WHM server and, after updating or installing nodejs over EasyApache4, this message is shown on existing nodejs apps running on the server over Phusion Passenger, let me tell you my friend that there is hope! Just...169 readsNode.js