Skip to content

Instantly share code, notes, and snippets.

@bresleveloper
bresleveloper / OpenClaw via Terminal.md
Last active February 15, 2026 19:55
OpenClaw via Terminal

Install OpenClaw via Terminal

we ♥ black screens

get VPS

go to hostinger and purchace ubuntu server https://www.hostinger.com/referral?REFERRALCODE=GWCARIELRP5M

install node 24+

goto nodejs download page and choose LTS | Linux | nvm | npm

you should get the following rows:

@bresleveloper
bresleveloper / n8n-mcp.workflows.Context7.json
Last active November 19, 2025 00:49
n8n-mcp with workflows search and Context7
//rename file to `.mcp.json` and put in claude code folder or copy content to claude desktop
//also ALWAYS demand claude to always use `{{ JSON.stringify($json.articles).replace(/"/g, '\\"') }}`
{
"mcpServers": {
"n8n-mcp": {
"command": "cmd",
"args": ["/c", "npx", "n8n-mcp"],
"env": {
@bresleveloper
bresleveloper / Debian.Starter.md
Last active November 4, 2025 17:19
Debian starter for windows developers

Debian ari for CAML bot

initial installations

from here

  • apt install ufw gufw - FW, guide
  • apt install synaptic - gui package manager
  • apt install flatpak gnome-software-plugin-flatpak - package handler to isolate some gui packages with their dependencies
  • flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo - install the thing
  • add appsrunner user to run apps, see below setting it and more installations