惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Secure Thoughts
Security Latest
Security Latest
Simon Willison's Weblog
Simon Willison's Weblog
O
OpenAI News
GbyAI
GbyAI
L
LINUX DO - 最新话题
A
Arctic Wolf
T
Tor Project blog
G
GRAHAM CLULEY
I
InfoQ
博客园_首页
IT之家
IT之家
The Register - Security
The Register - Security
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Proofpoint News Feed
The GitHub Blog
The GitHub Blog
Blog — PlanetScale
Blog — PlanetScale
N
Netflix TechBlog - Medium
K
Kaspersky official blog
博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
U
Unit 42
PCI Perspectives
PCI Perspectives
量子位
P
Palo Alto Networks Blog
S
Securelist
T
Troy Hunt's Blog
博客园 - 【当耐特】
Recorded Future
Recorded Future
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
S
Security Affairs
Engineering at Meta
Engineering at Meta
T
The Blog of Author Tim Ferriss
博客园 - 聂微东
罗磊的独立博客
N
News and Events Feed by Topic
人人都是产品经理
人人都是产品经理
B
Blog RSS Feed
NISL@THU
NISL@THU
C
Cisco Blogs
T
Threatpost
有赞技术团队
有赞技术团队
Forbes - Security
Forbes - Security
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
T
The Exploit Database - CXSecurity.com
Cloudbric
Cloudbric
Cyberwarzone
Cyberwarzone
Google DeepMind News
Google DeepMind News
C
Cyber Attacks, Cyber Crime and Cyber Security

博客园 - Tachikoma

用Ruby实现 Web Service Server ,并用Ruby发送 HTTP请求 Web Service Android 使用 Ksoap2 出现的低级错误... - Tachikoma Cygwin中通过RJB在Ruby下调用ICTCLAS(JAVA) ICTCLAS4J 的编译脚本 Ruby Sandbox 实现运行客户代码 - Tachikoma Ruby在使用MongoDB时,对Cursor的重新包装 ruby 下使用 ICTCLAS(JAVA) RJB 在windows下的一些安装事项 Ruby手工测试正确,rcov测试失败的解决 Rails测试中清空数据表/载入空fixtures RDoc 解决同名module 与 Class的问题 C 实用的 e-editor 的bundle Best of Ruby Quiz - Animal Quiz Best of Ruby Quiz - GEDCOM Parser Best of Ruby Quiz - MadLib - Tachikoma 使用selenium-on-rails的一些讨论 3]assertXpathCount的使用 使用selenium-on-rails的一些讨论 2]清理缓存 - Tachikoma - 博客园 使用selenium-on-rails的一些讨论 [0,1] 关于 rails ActiveRecord 属性 以及 foreign_key 不直接用数据库项目 时的一些讨论
在dell dimension 5150 上安装 leopard 手记
Tachikoma · 2008-10-12 · via 博客园 - Tachikoma

花了三天时间,出了各式各样的故障,废掉了一些DVD,还好这次没有再换个光驱

0. 首先是选择的版本

  iatoks没办法装上,安装到了一半,突然提示[error]service name already exists,然后就重启,也启动不起来

  还是JAS的版本比较适合我,选择的是JaS OsX86 10.5.2 Intel SSE2 SSE3

1. 分区

  采用的是先安装WIN,再装LEOPARD,修复安装WIN[实在不想通过命令行调整启动盘]

  分区策略是分两个区,C:装WIN,D:通过安装程序的disk工具擦成MAC格式 [注意,不是分区,而是erase]

2. 安装选项

  不能用默认的安装,自定义安装,加选kernel crack

3. 安装成功后的调整

  安装成功后,进入欢迎向导,要看欢迎动画,选择键盘,还要选择是否迁移数据,然后...重复看欢迎动画,选择键盘...如此循环

  开机按F8,用-s选项启动

  一次在命令行中执行

/sbin/fsck -fy 
/sbin/mount -uw / 
touch /var/db/.AppleSetupDone 
passwd root [注意:在这里不可以用空密码]
reboot


  重启后进入系统,用root + 刚才设定的密码登录

  在Account里面建立一个管理员帐号,就可以摆脱使用root登录了

4. 关于空密码

  Leopard如果使用空密码,执行sudo的时候会失效...ATTENTION

  Tiger对空密码就支持的很好...

5. 驱动程序

  参考我以前的Tiger安装

  不过在显卡安装时发现了一个比较好的脚本  Koverg - Callisto - Framebuffer All-in-one

  参考网址

  http://forum.insanelymac.com/index.php?showtopic=30084

  经测试在Leopard运行正常

6. 启动问题

  决定使用tboot启动,将tboot COPY到c:

  在c:\boot.ini加入  

c:\tboot = "MAC OS X LEOPARD"

  存在的问题就是选择"MAC OS X LEOPARD"启动,还会加载darwin bootloader,再显示一遍选择菜单,暂时没找到解决方法

7. [Options]调整darwin bootloard 等待时间

  编辑 /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

  调整或添加

<key>Timeout</key>
<string>100</string>

8. 鼠标 mouse tearing 的解决

  [有人叫这个为拉屎...我觉得还是tearing比较形象]

  网上推荐的方法是MouseLocator,但是效果不好,那个鼠标怎么看怎么难受

  Tiger的时候用MightyMouse,效果比较好,但是在Leopard里没试过