Skip to content

Instantly share code, notes, and snippets.

View github-bowen's full-sized avatar
💭
Studying

Bohong Lu (Bowen) github-bowen

💭
Studying
View GitHub Profile

Setting Up MCP Servers on Windows

A step-by-step guide to setting up Model Context Protocol (MCP) servers for Claude Desktop on Windows.

Prerequisites

  1. Install Node.js (v18.x or later)
    • Download from: https://nodejs.org/
    • Verify installation by opening Command Prompt (CMD) and running:
      node --version
      npm --version
@evgenyneu
evgenyneu / setup_cursor_ubuntu.md
Last active July 4, 2025 11:01
Install Cursor AI code editor on Ubuntu 24.04 LTS

Install Cursor AI editor on Ubuntu 24.04

  1. Use the Download button on www.cursor.com web site. It will download the NAME.AppImage file.

  2. Copy the .AppImage file to your Applications directory

cd ~/Downloads
mkdir -p ~/Applications
mv NAME.AppImage ~/Applications/cursor.AppImage
@pouyaardehkhani
pouyaardehkhani / Keep Google Colab from disconnecting markdown.md
Last active May 23, 2025 06:35
Keep Google Colab from disconnecting

Problem

I was training a deep learning model on Google Colab. I had to go somewhere for an emergency work. When I came back, I realized that Colab was disconnected; Therefore, I had to run the whole model again.

Solution

I searched on the Internet to solve this problem. I noticed that Colab will be disconnected if you don't click on the page. Here is an answer that I find:

function ClickConnect() {
  console.log('Working')
 document
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active July 3, 2025 19:28
Conventional Commits Cheatsheet
@HaoweiCh
HaoweiCh / 改变网页背景为护眼色
Created November 12, 2015 12:50
改变网页背景为护眼色
// ==UserScript==
// @name 改变网页背景为淡灰色
// @namespace pecial Links Converter
// @description 只改变网页中背景的白色和接近白色的为淡灰色。
// @version 1.0
// @include http*
// @include ftp
// @exclude
// ==/UserScript==