mephisto.cc
open-menu closeme
Home
Travel
Archives
Links
About
🌐
中文(简体) 中文(繁体) English 日本語 Español
github instagram youtube rss
  • Practical Commands

    calendar 2022-11-17 · 4 min read · command Linux  ·
    Share on: weibo twitter facebook linkedin copy
    Practical Commands

    This section contains useful commands for daily work and will be updated frequently.

  • Using mitmproxy to capture mobile app packets

    calendar 2022-11-16 · 4 min read · Linux  ·
    Share on: weibo twitter facebook linkedin copy
    Using mitmproxy to capture mobile app packets

    At work, you often need to capture mobile app network packets. For example, if an image is inaccessible only on the mobile app but the web version is normal, you need to capture packets to quickly identify the cause of the problem. A common approach is to install packet capture software on your computer to act as a proxy, and then connect your phone to this proxy. This will allow the phone's network packets to pass through the packet capture software, allowing you to capture and analyze the packet details. Mastering the network packet details is like using Chrome's debugging tools; nothing can escape your gaze.

  • A Detailed Explanation of the rstrip Method in Python

    calendar 2022-11-09 · 3 min read · Python  ·
    Share on: weibo twitter facebook linkedin copy
    A Detailed Explanation of the rstrip Method in Python

    Yesterday, while writing a Python program to batch-process Markdown files, I encountered an issue with improper use of the rstrip method. I'm documenting this.

  • Troubleshooting Deploy Key Issues with Github Multiple Repositories on the Same Host

    calendar 2022-11-04 · 2 min read · Github  ·
    Share on: weibo twitter facebook linkedin copy
    Troubleshooting Deploy Key Issues with Github Multiple Repositories on the Same Host

    I have multiple sites running on the same server, corresponding to multiple private Github repositories. I use a deploy key for packaged deployment. Unfortunately, Github requires a unique key for each repository, and if I don't configure it correctly, I'll get an error.

  • Install the latest version of Python for Linux

    calendar 2022-10-26 · 3 min read · Linux Python  ·
    Share on: weibo twitter facebook linkedin copy
    Install the latest version of Python for Linux

    The new version of Python 3.11 was released yesterday. Officially, 3.11 is 10-60% faster than 3.10, and the standard test set is 1.25x faster. There are also other updates. The question is, how to update to the latest version under Linux.

    • ««
    • «
    • 14
    • 15
    • 16
    • 17
    • 18
    • »
    • »»

Featured Posts

  • MangoHud Performance Monitoring
  • Solve the problem that VSCode cannot input Chinese under Arch
  • Solution to the problem of screen recording failure under independent window manager
  • Shanghai Second-Hand Housing Transaction Data Monitoring
  • OpenLDAP Monitoring
  • How to Smoothly Connect to Bluetooth Devices in Arch Linux
  • Manage Configuration Files with Git and Ansible
  • Arch Linux SSL VPN Client Configuration
  • Easy to get real-time results of celery tasks
  • How to install and use the iNode client under Arch linux

Recent Posts

  • WeChat Mini Program Development Notes
  • Rofi Trial
  • Easy to get real-time results of celery tasks
  • How to install and use the iNode client under Arch linux
mephisto.cc

Copyright  2021 -   heart logo MEPHISTO.CC All Rights Reserved.   Privacy Policy

to-top