迁移自本人在 CSDN 上的博客:https://blog.csdn.net/build7601/article/details/24544879 介绍: Linux on Android,顾名思义,就是让你能在 Android 上跑 linux。。。。 步骤: 1.下载所需的文件: 项目主页为:tinyurl.com cn3lxgz 在这里举 Ubuntu 13.10 为例,下载 tinyurl.com lp7fqw4 Core 只有最基本的东西,没界面。。但是我的 sd 卡空间过小,只好用这个, Small 就有界面了,Large 还有很多东东,具体看 tinyurl.com m5tdmkj 下面的 Readme 然后下载 Complete Linux Installer,这是用来启动 linux 的: tinyurl.com mzsbud8 还要下载 VNCViewer(浏览 linux 桌面),终端模拟器 2.做好准备工作: 解压下载好的 zip,把里面的.img 解压出来。 安装好 Complete Linux Installer VNCViewer 终端模拟器到 android 上,把解压的.img 文件传到 sd 卡上,比如: adb push ubuntu-13.10.CORE.ext2.img 你的 sd 卡路径 安装完是这个样子的: 3.开始启动! 打开 Complete Linux Installer, 选择启动系统,点击右上角 Settings,选择添加:
工具
在线工具 下面是我常用的一些在线工具: 别人编写的: https://gchq.github.io/CyberChef/ https://godbolt.org/ https://hpd.gasmi.net/ https://tcpdump101.com/ https://regexper.com/ https://crontab.guru/ https://salmanarif.bitbucket.io/visual/index.html https://mathpix.com/ https://www.falstad.com/circuit/circuitjs.html https://merricx.github.io/qrazybox/ https://www.epochconverter.com/ https://www.vultr.com/resources/mac-converter/ http://www.sunshine2k.de/coding/javascript/crc/crc_js.html https://www.easyunitconverter.com/ https://gregstoll.com/~gregstoll/floattohex/ 自己编写的: S-DES 可视化 https://jia.je/sdes-visualization/ Booth 乘法可视化 https://jia.je/booth-visualization/ 整数除法可视化 https://jia.je/integer-divide-visualization/ 在线运行 TAC 代码 https://jia.je/online_tac_vm/ 在线编译 Decaf https://jia.je/online_decaf/ 在线解码登机牌信息 BCBP https://jia.je/decode-bcbp/ 调试工具 CPU 上的调试器:GDB LLDB 编译器自带:AddressSanitizer, ThreadSanitizer, MemorySanitizer, UndefinedBehaviorSanitizer Valgrind 系列:valgrind, memcheck, cachegrind, callgrind, helgrind, drd, massif, dhat, lackey, nulgrind, bbv MPI Tracing: Pilgrim: Logger for MPI communication GPU Race Detection: iGUARD: In-GPU Advanced Race Detection NUMA Profiling: NumaPerf: Predictive NUMA Profiling OpenMP Race Detection: archer: a data race detection tool for large OpenMP applications Python Profiling: cProfile, Guppy3: A Python Programming Environment & Heap analysis toolset, PyInstrument: Call stack profiler for Python, Austin: Python frame stack sampler for CPython, py-spy: Sampling profiler for Python programs, Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python
开源软件贡献
记录我对开源软件的一些微小的贡献,以勉励自己,督促自己不忘为社区做贡献。 Maintenance 我主要参与如下开源项目的维护: lsof-org/lsof NixOS/nixpkgs canokeys nfcim aws-cdk feat(cloudfront): support Behavior-specific viewer protocol policy for CloudFrontWebDistribution bandersnatch Skip downloading based on file size and upload time instead of sha256sum cargo Don’t create hardlink for library test and integrations tests, fixing #7960 chiseltest Fix VCS simulation binary path Fix issue #428: add blackbox sources to argument of icarus-verilog and vcs Fix VcsFlags not properly passed to vcs backend emacs bug#23909: 25.1.50; `button-label’ must be called in the buffer where … button-* function doc string clarifications FloPoCo two more bug fixes by Jiajie Chen Remove the duplicate code lines: R <= (bug reported by Jiajie Chen) Commits by me force-riscv Fixed compilation error: std::string and int64_t undefined FreeBSD Add kf_file_nlink field to kf_file and populate it gpaw Fix issue #269 to add additional broadcast in some cases Capture and ignore AttributeError thrown in getpreferredencoding() in newer Python versions gtkwave Fix compilation under macOS for Nix homebrew-cask Update notion to 1.
项目
jiegec 的项目 受 wangrunji0408/UndergraduateProjects 启发,我也来总结一下。 Q:时间都去哪儿了? A:刚刚睡醒 什么事 目录 计算机系课程及相关作业 时间 课程 项目 2017.10 离散数学 Props 2017.11 程序设计基础 SimpleExtFs 2018.05 面向对象程序设计基础 OnePassSynthesisDMFB,NaiveLedger 2018.06 概率论与数理统计 HLLeBPF 2018.07 程序设计小学期 DMCD,ChineseChess,SearchEngine 2018.11 软件工程 Info9 2019.02 操作系统 rCore 2019.04 人工智能导论 Pinyin,FourChess,EmotionClassifier 2019.04 存储技术基础 KVEngine,HERMES 2019.05 多媒体技术基础 RBSplit,MultimediaCompression,MultimediaSound,MultimediaAnalysis 2019.06 数字逻辑设计 NaiveRouter,router,router_mb,router_ksz8795,rgmiimux 2019.06 计算机网络原理 Router-Lab 2019.07 专业实践 GuGuMIPS,GuGuMIPSSoC,linux-gugumips,u-boot-gugumips,ucore-gugumips,usbh 2019.08 Java 程序设计与训练 JabaHomework,NewsApp 2019.08 汇编语言程序设计 asm-homework 2019.09 计算机网络安全技术 sdes-visualization 2019.10 计算机组成原理 booth-visualization,integer-divide-visualization,rocket2thinpad 2019.10 编译原理 online_tac_vm,online_decaf,gll-pg,decaf-lsp,decaf-rs-pa 2020.01 信号处理原理 SignalProcessing 2020.
jiegec 的项目 受 wangrunji0408/UndergraduateProjects 启发,我也来总结一下。 Q:时间都去哪儿了? A:刚刚睡醒 什么事 目录 计算机系课程及相关作业 时间 课程 项目 2017.10 离散数学 Props 2017.11 程序设计基础 SimpleExtFs 2018.05 面向对象程序设计基础 OnePassSynthesisDMFB,NaiveLedger 2018.06 概率论与数理统计 HLLeBPF 2018.07 程序设计小学期 DMCD,ChineseChess,SearchEngine 2018.11 软件工程 Info9 2019.02 操作系统 rCore 2019.04 人工智能导论 Pinyin,FourChess,EmotionClassifier 2019.04 存储技术基础 KVEngine,HERMES 2019.05 多媒体技术基础 RBSplit,MultimediaCompression,MultimediaSound,MultimediaAnalysis 2019.06 数字逻辑设计 NaiveRouter,router,router_mb,router_ksz8795,rgmiimux 2019.06 计算机网络原理 Router-Lab 2019.07 专业实践 GuGuMIPS,GuGuMIPSSoC,linux-gugumips,u-boot-gugumips,ucore-gugumips,usbh 2019.08 Java 程序设计与训练 JabaHomework,NewsApp 2019.08 汇编语言程序设计 asm-homework 2019.09 计算机网络安全技术 sdes-visualization 2019.10 计算机组成原理 booth-visualization,integer-divide-visualization,rocket2thinpad 2019.10 编译原理 online_tac_vm,online_decaf,gll-pg,decaf-lsp,decaf-rs-pa 2020.01 信号处理原理 SignalProcessing 2020.