Fork me on GitHub

macos

apple:123456
root:123456
 
Intel发布了宣传已久的Light Peak技术,并定名为“Thunderbolt”,“雷雳“接口,一般俗称雷电接口。Thunderbolt连接技术融合了PCIExpress数据传输技术和DisplayPort显示技术,可以同时对数据和视频信号进行传输,并且每条通道都提供双向10Gbps带宽,最新的雷雳3达到了40Gbps。 
========================================
不过从OS X 10.9开始macOS已经开启了免费升级。用户可以直接通过App Store下载更新升级。
OS X 10.10 Yosemite
OS X 10.11 El Capitan
macOS 10.12 Sierra
 此版本之后OS X正式更名为macOS
 首个开发者预览版
 首个公开测试版
macOS 10.13 High Sierra
macOS 10.14 Mojave
 macOS Mojave在2018年6月5日的WWDC2018发表
macOS 10.15 Catalina
 macOS Catalina在2019年6月的WWDC2019发表

=====================================

finder下实用工具下打开终端
在命令行下
修改root密码
以普通用户身份执行命令sudo bash,此时会提示输入当前用户的密码
在bash模式下输入sudo passwd root,此时会提示输入新密码
su - root

寻找终端命令行,finder>实用工具>终端

偏好设置>共享>开启ssh访问,其它机器可以ssh访问macOS

命令行命令

system_profiler -listDataTypes
system_profiler SPHardwareDataType
sysctl machdep.cpu.brand_string
sysctl kern.version
uname -a
diskutil list
sw_vers
systemstats
iostat 1
https://ss64.com/osx/?spm=a2c4e.10696291.0.0.17f319a4b16fRH

 

 

appledeMac-mini:~ root# sw_vers
ProductName:    Mac OS X
ProductVersion: 10.14.6
BuildVersion:   18G103


appledeMac-mini:~ root# systemstats

appledeMac-mini:~ root# system_profiler -listDataTypes
Available Datatypes:
SPParallelATADataType
SPUniversalAccessDataType
SPSecureElementDataType
SPApplicationsDataType
SPAudioDataType
SPBluetoothDataType
SPCameraDataType
SPCardReaderDataType
SPComponentDataType
SPiBridgeDataType
SPDeveloperToolsDataType
SPDiagnosticsDataType
SPDisabledSoftwareDataType
SPDiscBurningDataType

appledeMac-mini:au apple$ GetFileInfo cert.xml
file: "/Users/apple/au/cert.xml"
type: "\0\0\0\0"
creator: "\0\0\0\0"
attributes: avbstclinmedz
created: 11/21/2018 14:40:04
modified: 11/21/2018 14:47:09

 

posted on 2020-01-10 21:18  阳光-源泉  阅读(327)  评论(0编辑  收藏  举报

导航