ZhiKe AI
Author

ZhiKe AI

We dissect AI-era technologies, tools, and trends with a hardcore perspective. Focused on large models, agents, MCP, function calling, and hands‑on AI development. No fluff, no hype—only actionable insights, source code, and practical ideas. Get a daily dose of intelligence to simplify tech and make efficiency tangible.

53
Articles
0
Likes
0
Views
0
Comments
Recent Articles

Latest from ZhiKe AI

53 recent articles
ZhiKe AI
ZhiKe AI
Feb 8, 2017 · Fundamentals

Understanding the Linux Directory Structure

This article lists the main top‑level directories in a typical Linux filesystem—such as bin, sbin, etc, usr, home, root, dev, lib, mnt, boot, tmp, and var—and explains the purpose of each directory.

Directory StructureFilesystemLinux
0 likes · 2 min read
Understanding the Linux Directory Structure
ZhiKe AI
ZhiKe AI
Feb 7, 2017 · Fundamentals

Understanding the Linux System Boot Process

The article outlines the Linux boot sequence: BIOS performs hardware detection and self‑test, selects the boot device, runs the MBR boot loader (such as GRUB), loads the kernel which probes hardware and starts init, and finally init prepares the environment, starts services, and launches the login prompt.

BIOSBoot ProcessGRUB
0 likes · 2 min read
Understanding the Linux System Boot Process
ZhiKe AI
ZhiKe AI
Feb 6, 2017 · Fundamentals

Essential Git Commands: A Practical Guide

This article provides a step‑by‑step walkthrough of common Git operations—including repository initialization, staging, committing, viewing status, diffing, logging, reverting, remote configuration, branching, tagging, and .gitignore setup—illustrated with command examples and screenshots.

GitTaggingVersion Control
0 likes · 6 min read
Essential Git Commands: A Practical Guide