随笔分类 -  Mac OS X

About the Mac OS X operating system.
摘要:USB转串口线,芯片为PL2303。 1. 安装驱动程序,去 prolific 网站下载: PL2303_MacOSX_1.6.1_20171018.zip 2. Mac OS:System Preferences - Security & Privacy and click Allow. 3. 启 阅读全文
posted @ 2019-05-08 11:14 brep 阅读(466) 评论(0) 推荐(0)
摘要:这个转接头的芯片是 PL2303,在Mac OS X El Capitan下能自动识别出来:在VirtualBox中需要设定一下:用dmesg命令可以看到其设备名为ttyUSB0:brep@kylin:~$ dmesg | grep tty[ 0.000000] console [tty0] ... 阅读全文
posted @ 2016-01-05 00:30 brep 阅读(1000) 评论(0) 推荐(0)
摘要:1,将iso转换为imghdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso2,查看U盘编号diskutil list3,unmount U盘,但不ejectdiskutil unmountDisk /de... 阅读全文
posted @ 2015-01-12 22:06 brep 阅读(304) 评论(0) 推荐(0)
摘要:cd /System/Library/Frameworks/CoreServices.framework/cd Frameworks/LaunchServices.framework/Support./lsregister -kill -r -domain local -domain system -domain user 阅读全文
posted @ 2012-12-18 18:03 brep 阅读(207) 评论(0) 推荐(0)
摘要:[System Preferences ...] -> [Sharing] -> [Remote Login] 阅读全文
posted @ 2012-12-16 15:22 brep 阅读(218) 评论(0) 推荐(0)
摘要:1, [System Preferences ...] -> [Users & Groups] -> [Login Options] -> Display login window as Name and password2, 在登陆界面中输入用户名 “>console” 密码为空,即可进入字符界面3, Ctrl-D退出另外,“>reboot” 为重启,“>sleep” 为休眠 阅读全文
posted @ 2012-12-16 14:25 brep 阅读(248) 评论(0) 推荐(0)