Os
Busybox
- www.busybox.net 下载BusyBox软件对Linux根文件系统进行功能裁减
- 需要使用 mkcramfs、genromfs 等工具产生烧写映象文件;
- 具体请参见«嵌入式Linux.doc»P111
首先恢复默认配置,然后在默认配置的基础上根据需要更改busybox的配置
Bootloader
Grand Unified Bootloader,now known as ‘grub legacy’
https://www.gnu.org/software/grub/manual/legacy/grub.html
https://www.hirensbootcd.org/
- 它是一种Bootloader,类似于Windows安装时写入MBR的引导器(负责加载
NTLDR:可称为加载器); 它负责加载活动主分区中的grldr,grldr会读取menu.lst/grub.conf,显示系统选择菜单. - GRUB’s two stages
stage1: 汇编代码部分,位于
MBR中,负责基本的硬件设备的初始化 + 加载Stage2到内存 stage2: C程序代码,本阶段的代码知道如何找到grub.conf文件,并读取它! - functions
初始化本阶段要用到的硬件设备 + 检测系统内存映射 +
读取配置文件:menu.lst(RHEL中是grub.conf,~windows的boot.ini),显示启动菜单 +
解压kernel镜像 :
vmlinuz-解压到0x100000 + 解压VRFS映像 :initrd(提供虚拟跟文件系统),据此kernel找到/lib/modules/中各驱动并挂载根目录!
grub2
Mac
一些破解软件的下载地址:
Common Software
- 播放器
https://www.iina.io/
Infuse Pro - 窗口管理
https://github.com/rxhanson/Rectangle
Magnet
https://github.com/MonitorControl/MonitorControl - 截图
https://www.snipaste.com/
ishot
ScreenFlow - 屏幕绘图
http://www.pixelegg.me/vill-q
xscope - 全局键盘修饰 ~
AHK
https://karabiner-elements.pqrs.org/ - 效率工具-批量拖放文件:
https://dropoverapp.com/ - 剪贴板历史
https://github.com/p0deje/Maccy
https://github.com/Clipy/Clipy
PopClip - 终端
https://iterm2.com/index.html - 编辑器
https://macvim-dev.github.io/macvim/ - 系统工具-压缩
https://theunarchiver.com/ https://www.keka.io/en/ - miscellaneous
Alfred(Launchy)iStatMenus(ludashi)Bartender(菜单栏图标管理)JDownloader(网盘下载)YummyFTP(CuteFTP)Pixelmator(PS)TextScanner
Shortcuts(部分需自定义)
boot
option: 按住可选择启动的OSshift: 按住以安全模式启动command+s: 以单用户模式启动(comand+v:显示控制台讯息)command+option+o+f: 开机进入OpenFirmware
Touchpad
- 四指左右滑动: 切换不同的桌面
- 四指下滑: 当前应用程序的所有窗口
- 四指上推: MissionControl(多桌面)
- 四指捏合: Launchpad(app-launcher)
- 四指分开: desktop
- 三指点击: 等价于空格键,快速预览!选中单词还可以快速翻译.
- 三指拖动: 移动窗口
- 两指点击: 右键
keyboard
F11: 显示桌面win+dF12: Dashboard(仪表盘/控制面板)space: 预览ctrl + F2: 菜单ctrl + F3: Dock(F5:焦点移动到窗口工具栏)ctrl + Spa: Spotlightctrl + <-: 切换桌面或四指左右滑动ctrl + shift + space: 笔画输入面板ctrl + command + F: 切换全屏!command + tab: 已打开程序切换command + shift + 3: 截屏到桌面png; 4:区域截图(不用鼠标空格是窗口截图); +ctrl:存到剪贴板; u:实用工具command + c: 复制;command + option + v :移动;command + option + shift + v: 无格式粘贴command + q: 退出当前程序(command+o打开);
command + w: 关闭窗口; 双击标题栏:隐藏; option+LClick:关闭所有command + n: 建立新窗口; +shift:建立文件夹command + ,: 偏好设置command + +: 缩放;配合减号.command + i: 简介(+option多个文件的公共简介)command + e: Eject光驱或磁盘. command + space: 输入法command + ctrl + space: 表情符号command + option + t: 一些特殊符号command + option + d: 显示/隐藏dockcommand + option + h: 隐藏除当前程序外的其他程序窗口;
command + option + Esc: 强制退出应用程序窗口command + option + p: Finder显示/隐藏路径; y:幻灯片显示command + shift + a: App Folder(c:computer, h:home, d:desktop, g:前往文件夹)command + d: Duplicatecommand + 1: 以图方式显示; 2:列表; 4:CoverFlow)command + [: 上一文件夹, ]:下一文件夹command + up: 上一层目录






