Skip to content

Instantly share code, notes, and snippets.

@den-by
den-by / nvmlink
Created August 24, 2022 20:04 — forked from MeLlamoPablo/nvmlink
Creates a symlink to /usr/bin/node after using nvm
@den-by
den-by / bookmarks-to-notion.js
Created August 12, 2022 21:57 — forked from iamandrewluca/bookmarks-to-notion.js
Export browser bookmarks, import them in Notion as a database
(function bookmarksExportToCsv() {
/**
* 1. Export bookmarks from browser (supported any Chromium based browsers and Safari) (chrome://bookmarks)
* 2. Open exported html file again in the browser
* 3. Copy paste this entire file in console, and execute it (hit enter)
* 4. You will be prompted to save a CSV file. Save it.
* 5. Open Notion. Click Import -> CSV
* 6. Select saved CSV file. Wait for import
* 7. You have a new database with all your bookmarks
*/
@den-by
den-by / docker-compose.yml
Created February 5, 2022 17:23 — forked from aedorado/docker-compose.yml
Docker compose file for ELK 7.9.2
version: '3.7'
services:
elasticsearch:
image: elasticsearch:7.9.2
ports:
- '9200:9200'
environment:
- discovery.type=single-node
ulimits: