[Notes] Git Common Commands by Scenario

For common Git operations in everyday development. It’s organized into categories to help you get started or get started. 📦 Basic Commands order corresponds English -ity, -ism, -ization git init Initialize a Git repository (create a .git folder). git clone <url> Clone the remote repository to local. git status View the current working directory status (file modifications, staging, etc.). git add <file> Adds a file to the staging area. git commit -m "message" ...

June 2, 2025 · 4 min · MoeJue

What is Web3.0, and what does it have to do with blockchain?

Another new inexplicable word -. - I can roughly summarize it into the following points: What is web3.0 Web 3.0 (Web3) is the development direction of the next generation of the Internet, aiming to create a more decentralized, user-controlled and data-protected network environment. Different from the previous Web 1.0 (static web pages) and Web 2.0 (dynamic, interactive web pages and social media), the core concepts and technologies of Web 3.0 include the following aspects: ...

June 17, 2024 · 5 min · MoeJue

Who is the Po Lord?

Ever since I took the lead in using Weibo’s cloud storage as the image repository for the Secondary Random API, there have been many similar Secondary Random APIs extended on the internet, and after picking a few of these I know of to visit and look at, I realized that a lot of the images look quite familiar. And the links to the images can also be found in my database, isn’t this what I uploaded? Are they all captured from me? Of course, I don’t know what I’m talking about, but I need to know what I’m talking about. Then selected my known ten API interface, are stored in the Sina graph bed of the secondary API. hanging on the server to collect a morning, the collection of almost 100,000, after screening the duplication of invalid after only about 10,000 left. This is surprising, which means that the data of the ten interfaces are basically the same. Then through the program to analyze the link uploader, in the 10,000, 75% of the pictures are from the fantasy field of the bed! Although it’s no secret that Sina users can be identified by their Sina image addresses, it’s a good idea to analyze the program to find out who uploaded the links. Online demo This is the js version, the code can be accessed by right clicking directly. Through the identification can be found, a large number of images in the API are from the fantasy field of microblogging uploads, that is, I uploaded, those so-called API is not a pirated version of my own heart have a b number Principle Revealed: As the registered microblogging account uid is very big, the uploaded picture is basically 007, so the following picture is I casually picked an old number on the microblogging to copy it over The link is https://wxt.sinaimg.cn/thumb300/9d0d09ably1fsn7m0jyzzj20m80cidgm.jpg's picture ...

June 25, 2018 · 2 min · MoeJue

Web page capture: My playlist

Recently, I saw many blogs posting tutorials on web page packet capture, which aroused my interest (zhuang) and (bi), and this article was born. It just happened that some time ago, the API for My Playlist to connect to Kugou failed. I took the opportunity to fix it and make a graphic tutorial. Then let Kugou “operate” About the concept of packet capture Packet capture is to intercept, resend, edit, and dump the data packets sent and received during network transmission. It is also used to check network security. Packet capture is also often used for data interception, etc. ...

June 5, 2018 · 3 min · MoeJue

Installation of PHP environment under Linux

Learning environment: Centos 7.2 official version _64 bit # Update source yum update 安装nginx yum install nginx -y 安装mysql wget https://repo.mysql.com//mysql57-community-release-el7-11.noarch.rpm yum localinstall mysql57-community-release-el7-11.noarch.rpm 安装PHP7.2 rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm yum update yum install -y php72w-cli php72w-common php72w-dba php72w-devel php72w-fpm php72w-gd php72w-imap php72w-mbstring php72w-mysql php72w-pdo php72w-pdo_dblib php72w-pear php72w-pecl-igbinary php72w-pecl-xdebug php72w-process php72w-xml php72w-xmlrpc php72w-opcache php72w-pecl-memcached php72w-pecl-mongodb php72w-pecl-redis 启动服务 service nginx start service mysql start service php-fmp start /usr/sbin/php-fpm –nodaemonize –fpm-config /etc/php-fpm.conf > /dev/null 2>&1 & ...

May 7, 2018 · 2 min · MoeJue

Simple Steps for Using Git

This article does not elaborate any conceptual knowledge, just make a note, simply is the use of the steps, if you encounter obstacles, please Google it! Using SSH to Bind Git to GitHub 1. Generate SSH key ssh-keygen -t rsa Specify the RSA algorithm to generate the key, after which two files will be generated, id_rsa and id_rsa.pub, i.e., the key id_rsa and the public key id_rsa.pub. For these two files ...

April 3, 2018 · 2 min · MoeJue

Fantasy Realm Picture Bed User Help

Since many people encounter problems during installation and use, I still have to summarize it. If it still can’t be solved, you can join the group and ask questions to the omnipotent group friends. Verification code is not displayed Check whether the server supports the GD graphics processing library Check the server WEB environment Apache: If your program is installed in a secondary directory, modify the .htaccess file in the program root directory <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f Rewritebase/your secondary directory name/index.php RewriteRule ^(.*)$ /Your secondary directory name/index.php?/$1 [L] ...

March 19, 2018 · 3 min · MoeJue

A complete collection of OEPs in various languages

It is true that it is quite troublesome to compare with OEP, so I sorted it out and directly read and understand OEP in this article, Or right-click the image to save it locally. Click to view the larger image If it helps you, please leave a comment~ VC6 and Easy Language Delphi7 VB5 VB6 BC++ **VS2008Debug ** **VS2008Release ** **VS2012-VS2015Debug ** ...

May 19, 2017 · 1 min · MoeJue

Various language button event feature codes

When debugging software, the most important thing is to set breakpoints, so how to set breakpoints is an important skill. For example: when a prompt box pops up, download MessageBoxA; for a registry, download RegOpenKeyA, etc. Of course, it is more convenient to go directly to the button event, because after reaching the button event, you will soon reach the core code, and your crack will not be far away. This article summarizes the methods of finding button events in various languages. Of course, you can also use tools, such as VBexplorer, DEDE, ECE, etc. ...

May 15, 2017 · 3 min · MoeJue

Learning to Crack with Zero Basics Tutorial Series Outline Season 1

Purpose: The purpose of this set of tutorials is to prevent cracking, although this is a set of knowledge of cracking tutorials, but we only know the cracker is how to crack our software, we can better and more effective to prevent our software is cracked. **Basic primer ** 1, Chinese search and Nop [the first section of the download address](http://bbs.125.la/forum.php?mod=viewthread&tid=14017567): How to compile and save the program 2, je and jmp use z flag bit [the second section of the download address](http://bbs.125.la/forum.php?mod=viewthread&tid=14018591): the actual battle of a do not know what the network authentication of the blasting 3, local reboot verification [section III download address](http://bbs.125.la/forum.php?mod=viewthread&tid=14019645): through the compilation of the two times to save the blast ** button event chapter ** 1, easy language button events, universal breakpoints Button Events Chapter download address: rely on the easy language body to distinguish between real easy language program ...

May 8, 2017 · 2 min · MoeJue