Last entries
-
How to work with Local Files Directly Using an MCP Server - [s]
{ "mcpServers": { "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "/Users/username/Work", // Least-privilege directory "/Users/username/Projects" // Explicit allow-list only ], "restrictions": { "maxFileSizeMB": 10, "allowedExtensions": [".txt", ".md", ".csv"] } } } }
-
Setup HAProxy for development environment on Mac OSX - [s]
-
Building an Agentic RAG with LlamaIndex and Ollama - [s]
-
Model Context Protocol (MCP) using Ollama | golang mcphost - [s]
-
Building a Local AI Agent with Ollama + MCP + LangChain + Docker" - [s]
-
Running AI Agents Locally with Ollama and AutoGen - [s]
-
Maximize Productivity with iTerm2(iterm) AI Features with Ollama - [s]
-
vscode|ai > Visual Studio Code with Ollama - [s]
-
mac|macos|osx > /proc/pid/environ equivalent (environment for a given PID) - [s]
ps -Eww $PID
-
bash|regex - regextype with find command (regular expression) - [s]
bash-5.1$ find -regextype help find: Unknown regular expression type ‘help’; valid types are ‘findutils-default’, ‘ed’, ‘emacs’, ‘gnu-awk’, ‘grep’, ‘posix-awk’, ‘awk’, ‘posix-basic’, ‘posix-egrep’, ‘egrep’, ‘posix-extended’, ‘posix-minimal-basic’, ‘sed’. find -L /nexus-data/log -regextype posix-egrep -regex '.+/(nexus|request|audit)-2025-08-1[45].log.gz'