• 28/06 cập nhật đăng ký đăng nhập qua Google & Facebook

Recent content by TenHoshi

  1. Tiktok Note

    Khiếu nại hạn chế tài khoản TikTok Shop @username – Hiểu nhầm đơn hàng ảo Kính gửi bộ phận TikTok Shop, Tôi là quản lý tài khoản @username. Tôi khiếu nại quyết định hạn chế tài khoản do bị hiểu nhầm là “tạo đơn hàng ảo, tương tác giả”. Thực tế, các đơn hàng đến từ hoạt động chia sẻ sản phẩm...
  2. TenHoshi

    Claudekit Note

    open /Users/nguyenanhdon Sau đó Ctrl + . để hiện file ẩn vào Claude edit file settings.json
  3. TenHoshi

    Hướng dẫn dùng Claude Code với Azure AI (Claude Opus 4.5)

    How to Use Claude Code with Azure AI (Claude Opus 4.5) You can use Claude Code with Azure AI endpoints (e.g. services.ai.azure.com/anthropic/v1/messages). It’s not limited to the native Anthropic API. 1. Requirements Make sure you have: Azure AI endpoint, for example...
  4. Hướng dẫn dùng Claude Code với Azure AI (Claude Opus 4.5)

    Hiện tại bạn hoàn toàn có thể dùng Claude Code với endpoint Azure AI (dạng services.ai.azure.com/anthropic/v1/messages), không bắt buộc phải dùng API gốc của Anthropic. 1. Chuẩn bị Bạn cần có: Endpoint Azure AI (ví dụ): https://xxx.services.ai.azure.com/anthropic/v1/messages API Key tương ứng...
  5. TenHoshi

    Claudekit Note

    # ============ AI ASSISTANTS ============ # Claude Code /.claude/settings.local.json /.claude/auto-memory.md /.claude/.credentials.json /.claude/logs/ /.claude/__pycache__/ # ClaudeKit /.claude/.ck.json /.claudekit/config.json /.claudekit/cache/ # OpenCode /.config/opencode/...
  6. TenHoshi

    Claudekit Note

    # ============ AI ASSISTANTS ============ # Claude Code /.claude/settings.local.json /.claude/auto-memory.md /.claude/.credentials.json /.claude/logs/ /.claude/__pycache__/ # ClaudeKit /.claude/.ck.json /.claudekit/config.json /.claudekit/cache/ # OpenCode /.config/opencode/...
  7. TenHoshi

    Claudekit Note

    # ============ CLAUDE CODE & CLAUDEKIT ============ # Personal settings (KHONG commit) **/.claude/settings.local.json **/.claude/auto-memory.md # Credentials & sensitive data **/.claude/.credentials.json .claude.json **/.claude.json # Logs & cache **/.claude/logs/ **/.claude/__pycache__/...
  8. TenHoshi

    Claudekit Note

    GitHub CLI brings GitHub to your terminal. Free and open source. brew install gh
  9. TenHoshi

    Claudekit Note

    Config Azure API cho Claude Code Cách 1: Environment Variables # Set environment variables trước khi chạy Claude Code export ANTHROPIC_BASE_URL="https://eastus2.openai.azure.com" export ANTHROPIC_API_KEY="your-azure-api-key-here" export ANTHROPIC_API_VERSION="2023-06-01-preview" Cách 2: File...
  10. Claudekit Note

    Bước 1: Init ClaudeKit vào project # Di chuyển vào thư mục project cd /path/to/your/php-project # Init với engineer kit ck init --kit engineer --yes Bước 2: Setup Claude Code (nếu chưa có) # Nếu chưa cài Claude Code CLI npm install -g @anthropic-ai/claude-code # Login claude-code login Bước...
  11. Shopee 1 CLICK RINH NHẪN VÀNG

    Shopee đang có chương trình tặng 1.000 nhẫn vàng 24K 0,1 chỉ cho người dùng may mắn, cách tham gia rất đơn giản, chỉ cần 1 click trên điện thoại. Thời gian áp dụng từ 26/03/2026 đến 04/04/2026. Ai chưa biết thì nên tranh thủ tham gia sớm, vì đây là cơ hội nhận quà hoàn toàn miễn phí, không tốn...
  12. TenHoshi

    Cộng đồng Tiếp thị Liên kết Shopee – Affiliate Marketing Shopee

    [Chỉ làm được trên PC] Muốn xem nhanh tổng thu nhập Shopee Affiliate năm 2025: Đăng nhập đúng tài khoản Shopee → chọn thời gian (2025) → Ctrl + A → Ctrl + C dữ liệu lịch sử → dán vào tool (Ctrl + V). Hệ thống sẽ tự tổng hợp: Tổng hoa hồng Đã nhận Thuế đã nộp Số giao dịch Ước tính thuế (còn...
  13. TenHoshi

    Cursor Note

    Cài Homebrew → dùng PHP trong VS Code: 1. Cài Homebrew Mở Terminal chạy: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 2. Thêm Homebrew vào PATH echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile eval "$(/opt/homebrew/bin/brew...
  14. VestaCP Note

    Trên VestaCP / Vesta Control Panel, file log nằm ở vài chỗ khác nhau tùy loại log. Các vị trí thường dùng: 1. Log chính của Vesta /usr/local/vesta/log/system.log Log này ghi lại các thao tác trong panel: tạo domain, user, cron, backup, lỗi script… 2. Log web server Nginx...
Top