Main All Blogs Tag About Me
img

Bean Huo

SW/Linux

Bean Blog

Personal Web

~Welcome~


  • Main
  • All Blogs
  • Tag
  • About Me
  1. Shared Memory in Linux Inter-Process Communication

    Shared Memory in Linux Inter-Process Communication (IPC)In Linux, shared memory is an efficient method for inter-process communication (IPC). Through shared memory, multiple processes can access the same memory region directly, enabling fast data ...…

    2019-02-07
    IPC
    阅读全文 »

  2. How to Statically Compile a Python Program into a Binary Executable File

    How to Statically Compile a Python Program into a Binary Executable FileCreating a statically compiled binary for your Python program ensures it can run independently of the target system’s libraries. Here’s a step-by-step guide:1. Install Necessa...…

    2019-02-07
    Python
    阅读全文 »

  3. eMMC timeout management in Linux&Uboot

    eMMC timeout managementFor eMMC, we implement two levels of timeout management: Block Layer Timeout eMMC Core Timeout +---------------+ | VFS | +---------------+ | FS | +---------------+ | Block Layer | -> 1. Sets...…

    2018-11-20
    Linux
    阅读全文 »

  4. Linux System call example

    What are Syscalls?System calls (syscalls) are the mechanism through which user-space applications interact with the kernel. They provide an abstracted interface for processes to request services and resources from the operating system. Syscalls se...…

    2017-02-07
    Syscalls
    阅读全文 »

  5. git send-email tricks

    用git提交patch,并发送邮件安装 git git-email apt-get install git git-core git-email.gitconfig[user]name = xxxemail = xxx@xxx.com[sendemail]smtpencryption = tlssmtpserver = smtp.gmail.comsmtpuser = xxx@gmail.comsmtpserverport = 587cleanfile如果需要,在提交之前, run ./...…

    2015-02-22
    Git
    阅读全文 »

  6. Django-message

    messages.success(), messages.error(), and JsonResponse()In Django, there are multiple ways to send feedback or data from the backend to the frontend. This post explains the differences between messages.success(), messages.error(), and JsonResponse...…

    2014-03-08
    Django
    阅读全文 »

  7. Django-MySQL

    How to Enter the MySQL ShellTo enter the MySQL shell (command-line interface), follow these steps:1. Install MySQL Client (if not already installed)If you don’t have the MySQL client installed, install it first:On Ubuntu/Debian:sudo apt updatesudo...…

    2014-03-08
    Django
    阅读全文 »

  8. Heap and Stack, one Minimalist heap Allocator

    📚 Introduction to the Heap💡 What is the Heap?The heap is a region of memory used for dynamic memory allocation — memory that is allocated and freed at runtime rather than at compile time.In C, you access the heap using: malloc() / calloc() / real...…

    2014-02-05
    C
    阅读全文 »


← 最近/Recent 2 / 2
  • Weibo
  • Github
  • Twitter
  • RSS
  • Email

Copyright © Bean Blog 2025 Theme by Bean |

本站总访问量 次