Home

Linux VNC

Linux VNC vncserver :1 -auth /home/lmf/.Xauthority -geometry 1280x720 -depth 24 -rfbwait 30000 -rfbauth /home/lmf/.vnc/passwd -rfbport 5901 -pn -SecurityTypes VncAuth -localhost no kali linux 上tightvncserver 安装包版本有问题, 会导致连接失败. 而且 tightvncserver 是 使用虚拟窗口. 安装使用x11vnc 1. sudo apt-get install -y x11vnc 2. sudo mkdir /etc/x11vnc 3. sudo touch ...

Read more

Artificial Intelligence Basic

Artificial Intelligence Basic langchain-ai/langchain 上下文感知推理 向量化 pytorch/pytorch comfyanonymous/ComfyUI CompVis/stable-diffusion [SDXL Stable Diffusion XL] [SDXL LoRA LCM 清华大学] [Draw Things] macOS-QQ-WeChat-API WeChatPlugin-MacOS Alfred OpenAI GPTs Assistant API Reference Making Sense out of Machine Learnin...

Read more

Android Xposed

Android Xposed Reference Xposed Installer [OFFICIAL] Xposed for Lollipop/Marshmallow/Nougat/Oreo [v90-beta3, 2018/01/29] An Introduction to the Xposed Framework for Android Penetration Testing Development tutorial Xposed Framework Hub Develop your first XPOSED MODULE android mock location android studio 使用Mocklocation虚拟定位总结 Android中Xposed框架篇—修...

Read more

Web spring boot + webflux + gradle + kotlin

Web spring boot + webflux + gradle + kotlin + postman Reference Spring Framework Documentation Web on Reactive Stack Spring Boot Building web applications with Spring Boot and Kotlin Get started with Kotlin Postman Learning Center Spring initializr

Read more

Homebrew source

Homebrew source 替换brew.git: cd “$(brew –repo)” git remote set-url origin https://mirrors.ustc.edu.cn/brew.git 替换homebrew-core.git: cd “$(brew –repo)/Library/Taps/homebrew/homebrew-core” git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git brew update Reference Homebrew国内加速

Read more

Android 抓包

Android 抓包 tcpdump 参数 -a:尝试将网络和广播地址转换成名称; -c<数据包数目>:收到指定的数据包数目后,就停止进行倾倒操作; -d:把编译过的数据包编码转换成可阅读的格式,并倾倒到标准输出; -dd:把编译过的数据包编码转换成C语言的格式,并倾倒到标准输出; -ddd:把编译过的数据包编码转换成十进制数字的格式,并倾倒到标准输出; -e:在每列倾倒资料上显示连接层级的文件头; -f:用数字显示网际网络地址; -F<表达文件>:指定内含表达方式的文件; -i<网络界面>:使用指定的网络截面送出数据包; -l:使用标准输出列的缓冲区; -n:不把主机的网络地址转换成名字; -N:不列出域名; -O:不...

Read more

Java Doc2Pdf

Java Doc2Pdf Using JNI/a C# web service/etc script MS Office (only option for 100% perfect results) Using the available APIs script OpenOffice or LibreOffice (90+% perfect) Use Apache POI & iText (very large job, will never be perfect). docs-to-pdf-converter E-ICEBLUE LIB 分析 方案1: 需要Windows + MS ffice环境 方案2: 使用这个 方案3: 太麻烦了 方案4:...

Read more

Android 刷机

Android 刷机 Mode bootloader: 按住音量减+电源, 当振一下松开电源 recovery: 按住音量加+电源, 当振一下松开音量加 Unlock adb reboot bootloader fastboot oem unlock **************** fastboot oem get-bootinfo fastboot reboot 刷Recovery adb reboot bootloader fastboot flash recovery twrp.img fastboot reboot 刷boot adb reboot bootloader fastboot flash boot boot.img fastboot ...

Read more