1. 配置kali # 下载kali:https://www.kali.org/get-kali/#kali-virtual-machines # SHA256sum 343112d851e8df440204e79133610d061299897b42a616ec697d7c424dc0d786 shasum -a 256 filepath # 下载VM文件,在vmware中打开(mac用VMware Functio
brew install --pkg ~/workspace/scripts/dmg/java/JDK 17.0.7.pkg # 双击之后发现里面有一个pkg,这里直接用homebre安装,会自动更新环境变量,也方便管理,但这里brew不支持--pkg参数,所以这里只能双击dmg,然后双击pkg安装jdk了,手动修改环境变量,后续更新也需要手动维护 which java # /usr/bin/java java -version...
zhangjg@zjg:~/deve/open_source/android-kernel/goldfish$ make x86_64_ranchu_defconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/zconf.lex.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD sc...
'/'); 345 if (gProgramName == NULL) { 346 gProgramName = argv[0]; 347 } else { 348 gProgramName += 1; 349 } 350 351 // Parse command line options using getopt. 352
报错“Build was configured to prefer settings repositories over project repositories but repository...”,继续找资料,在Gradle Scripts里面找到settings.gradle,注释掉dependencyResolutionManagement的内容,再次编译。 这时候看起来就很像是要成功的样子了,虽然还是报错“Android Gradle plugin requires Java 11 to run....
We provide this functionality using the Web3j CLI. This latter can be installed as follows: For Unix: curl -L get.web3j.io | sh && source ~/.web3j/source.sh For Windows, in Powershell: Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient)....
adb shell su -c magisk --install-module /data/local/tmp/module.zip How do I uninstall Magisk? Request, using Issues, a Windows Subsystem For Android™ version that doesn't include Magisk from the Releases page. Then follow the Installation instructions Can I switch between OpenGApps and ...
Bash scripts to automate and extend the process of using SVG as Android image asset.This project is also used by zhanghai/MaterialColdStart.Dependenciesinkscape: For PNG genration gcalccmd (shsvgdpi.sh): For (friendly) mathematical calculation....
随后查看当前 shell 使用: echo $SHELL 如果不是 /bin/zsh,则设置为 /bin/zsh: chsh -s /bin/zsh 最后可以通过下面命令查看系统有效的 shell 列表: cat /etc/shells Oh My Zsh 安装 GitHub 原地址: github.com/ohmyzsh/ohm… 安装wget: brew install wget ...
// system/core/init/init.cpp // 可以看到init会解析多个目录下的rc文件 static void LoadBootScripts(ActionManager& action_manager, ServiceList& service_list) { Parser parser = CreateParser(action_manager, service_list); std::string bootscript = GetProperty("ro.boot.init_rc", ""); if (bootscr...