Můj blog o práci a zábavě

Web o práci a zábavě

Github MCP howto

How to send and manipulate with github repo In the chat post: „Run the 15 steps until all the process is completed.“ how to install MCP github 1- Navigate to ~/Developer2- vim gh-mcp-cursor.sh3- insert this command: GITHUB_PERSONAL_ACCESS_TOKEN=your_token_here npx -y @modelcontextprotocol/server-github4- save the file5- get the path using realpath gh-mcp-cursor.sh6- set this MCP server in your […]

Read more →

Proxmox Help

https://gist.github.com/Impact123/3dbd7e0ddaf47c5539708a9cbcaab9e3 # Proxmox VE tips Just some tips I gathered over time. All in one easily reachable place so I can share it wherever I want. Please note that unless you see a shebang `(#!/…)` these code blocks are usually meant to be copy & pasted directly into the shell. Some of the steps will […]

Read more →

generate image AI

odkazy https://github.com/lllyasviel/Fooocus OCR mnoho paměti 20GB Vram https://github.com/petrgru/HunyuanOCR Czech translator Best https://github.com/Tencent-Hunyuan/HY-MT https://github.com/infiniflow/ragflow paperless-NGX https://github.com/baruchiro/paperless-mcp

Read more →

Zabbix upgrade into docker

My Steps:stop all zabbix containers except postgres-server 15.xexport db with pg_dumpall (docker exec -it zabbix-docker-postgres-server-1 pg_dumpall -U username > upgrade_backup_15.sql)Stop postgres-server 15.xEdit docker-compose host’s postgres-server data directory to a new empty directory + set new version 16.x tagStart only postgres-server 16.x container (using same zbx_env) (Creates fresh db)Import db (cat upgrade_backup_15.sql | docker exec -i […]

Read more →