unSafe.sh - 不安全
我的收藏
今日热榜
公众号文章
导航
Github CVE
Github Tools
编码/解码
文件传输
Twitter Bot
Telegram Bot
Search
Rss
黑夜模式
Reading Self Service+ logging from the unified system logs on macOS
Self Service+应用程序在短时间内多次出现XPC通信错误,并尝试更新功能模块。...
2025-10-17 16:7:42 | 阅读: 26 |
收藏
|
Der Flounder - derflounder.wordpress.com
0400
1571
xpc
ssp
Unlocking FileVault via SSH on macOS Tahoe
嗯,用户让我总结这篇文章的内容,控制在一百个字以内,而且不需要用“文章内容总结”或者“这篇文章”这样的开头。首先,我需要仔细阅读文章,抓住主要信息。 文章主要讲的是macOS Tahoe版本引入的新功能:通过SSH解锁FileVault加密的Mac。FileVault是苹果的全盘加密技术,而SSH远程登录在Apple Silicon Macs上现在可以在统一登录界面使用。 接下来,文章提到了具体的步骤和前提条件。比如需要另一台电脑运行SSH,目标Mac必须是Apple Silicon处理器,并且运行macOS Tahoe或更高版本。此外,FileVault必须启用,SSH也必须开启。 然后,连接过程是通过SSH命令连接到目标Mac,输入用户名和密码来解锁。成功后,SSH会自动断开,Mac解锁。 用户的需求是让总结控制在100字以内,并且直接描述内容。所以我要提炼出关键点:macOS Tahoe允许通过SSH解锁FileVault加密的Mac,前提条件包括Apple Silicon、SSH开启等。 可能还要注意不要遗漏重要信息,比如这是针对企业的新功能,可能涉及到安全性和管理便利性。 最后,确保语言简洁明了,不使用复杂的术语,让读者一目了然。 </think> macOS Tahoe 允许通过 SSH 在统一登录界面解锁 FileVault 加密的 Mac。需满足 Apple Silicon 处理器、SSH 启用等条件,并通过 SSH 会话输入本地用户名和密码完成解锁。...
2025-10-11 18:49:4 | 阅读: 143 |
收藏
|
Der Flounder - derflounder.wordpress.com
ssh
filevault
tahoe
username
Slides from the “MDM and DDM 101” session at Jamf Nation User Conference 2025
介绍了MDM和DDM的基础知识及其在 Jamf 平台上的应用。...
2025-10-9 19:24:36 | 阅读: 17 |
收藏
|
Der Flounder - derflounder.wordpress.com
nation
6789101112
2728293031
901
Managing SkipSetupItems settings in management profiles on macOS
文章介绍了macOS中通过管理配置文件设置SkipSetupItems键来跳过首次登录或系统更新后的某些初始设置屏幕的方法。由于多个管理配置文件可能冲突导致不可预测的行为,建议将所有跳过项合并到一个配置文件中以确保稳定性和一致性。...
2025-9-27 21:52:17 | 阅读: 29 |
收藏
|
Der Flounder - derflounder.wordpress.com
filevault
appearing
interpreted
Suppressing the Software Update Complete screen with a configuration profile on macOS Tahoe
文章介绍如何通过配置文件抑制macOS Tahoe升级后出现的“软件更新完成”屏幕。使用com.apple.SetupAssistant.managed偏好域和SkipSetupItems键设置UpdateCompleted值即可实现。详细内容及配置文件可访问GitHub链接。...
2025-9-26 14:42:55 | 阅读: 27 |
收藏
|
Der Flounder - derflounder.wordpress.com
tahoe
software
suppress
github
suppressing
Managing Safari settings on macOS Tahoe using Blueprints in Jamf Pro
Jamf Pro通过Blueprints使用DDM声明管理macOS Tahoe的Safari设置,包括禁止清除历史记录和私密浏览功能。这些设置仅适用于MDM管理用户,需手动配置Blueprints并部署到目标设备。...
2025-9-17 12:19:3 | 阅读: 24 |
收藏
|
Der Flounder - derflounder.wordpress.com
blueprint
blueprints
mdm
clearing
Managing Safari bookmarks on macOS Tahoe using Blueprints in Jamf Pro
文章介绍了如何使用 Jamf Pro 的 Blueprints 和 DDM 声明管理 macOS 中 Safari 浏览器的书签。通过创建自定义蓝图并手动配置 Safari 书签组件,可以将指定的书签分组添加到 MDM 管理用户的 Safari 中。此方法不适用于本地账户,并且需要手动设置组标识符以确保唯一性。...
2025-9-16 20:26:53 | 阅读: 25 |
收藏
|
Der Flounder - derflounder.wordpress.com
bookmarks
blueprint
blueprints
mdm
Managing the desktop widget setting on macOS Tahoe
文章介绍如何管理 macOS Tahoe 中的桌面小部件设置,默认开启。用户可通过系统偏好设置或终端命令(修改 `com.apple.WindowManager` 域中的 `StandardHideWidgets` 键)启用或禁用小部件,并附带配置文件链接。...
2025-9-15 19:35:39 | 阅读: 27 |
收藏
|
Der Flounder - derflounder.wordpress.com
widgets
appearing
FireWire support removed from macOS Tahoe
苹果在macOS Tahoe 26.0版本中移除了内置的FireWire设备支持,System Profiler不再显示相关条目且SPFireWireDataType已被删除。...
2025-9-15 18:38:43 | 阅读: 21 |
收藏
|
Der Flounder - derflounder.wordpress.com
firewire
profiler
tahoe
sequoia
Suppressing the FileVault screen with a configuration profile on macOS Tahoe
read file error: read notes: is a directory...
2025-9-15 17:21:37 | 阅读: 15 |
收藏
|
Der Flounder - derflounder.wordpress.com
filevault
tahoe
suppress
github
preference
Declarative device management user channel and device channel
文章介绍了移动设备管理(MDM)和声明式设备管理(DDM)中的“设备通道”和“用户通道”概念。“设备通道”用于在整个设备上应用设置,“用户通道”则针对特定用户账户进行管理。MDM注册后,主账户成为受管用户,其他账户无法通过“用户通道”管理。DDM同样使用这两个概念,并通过Safari扩展管理举例说明了不同平台上使用的具体渠道:iOS和visionOS使用“设备通道”,macOS和共享iPad使用“用户通道”。...
2025-9-9 12:46:6 | 阅读: 17 |
收藏
|
Der Flounder - derflounder.wordpress.com
mdm
ddm
enrollment
visionos
Managing Safari extensions on macOS Sequoia using Blueprints in Jamf Pro
Jamf Pro通过Blueprints功能使用DDM声明管理Safari浏览器扩展,支持设置允许/禁止域名、私密浏览状态及扩展启用状态,并提供详细的部署配置步骤。...
2025-9-6 15:18:21 | 阅读: 42 |
收藏
|
Der Flounder - derflounder.wordpress.com
machine
wayback
appex
Using subsystem and category log predicates when searching the unified system log on macOS Sequoia
文章介绍了在macOS Sequoia的统一系统日志中使用子系统和类别谓词进行更精确的日志搜索的方法,并通过示例展示了如何结合`subsystem`和`category`谓词过滤特定的日志信息。...
2025-8-24 18:11:19 | 阅读: 22 |
收藏
|
Der Flounder - derflounder.wordpress.com
423
0400
mdmconduit
0x2cd9
Reading DDM logging on macOS Sequoia
这篇文章描述了 macOS 系统中 `remotemanagementd` 守护进程的启动和运行过程。该进程负责处理远程管理功能,包括数据迁移、配置加载、状态订阅以及与多个管理插件的交互。文章详细记录了进程初始化、插件加载、状态更新以及与系统服务的通信过程。...
2025-8-19 15:58:8 | 阅读: 32 |
收藏
|
Der Flounder - derflounder.wordpress.com
0400
730
Suppressing the Analytics screen with a configuration profile on macOS Sequoia
Home > Mac administration, macOS, Management Profiles > Suppressing the Analytics screen wit...
2025-8-12 14:47:18 | 阅读: 16 |
收藏
|
Der Flounder - derflounder.wordpress.com
sequoia
suppress
preference
github
suppressing
Session videos now available from Penn State MacAdmins Conference 2025
Penn State MacAdmins Conference 2025的会议视频现已发布,可从指定资源页面和YouTube播放列表访问。作者分享了两场演讲:MDM和DDM 101,以及关于在企业中管理管理员权限的内容。...
2025-8-11 17:10:26 | 阅读: 13 |
收藏
|
Der Flounder - derflounder.wordpress.com
penn
macadmins
slides
Deploying software update declarations using Blueprints in Jamf Pro
Jamf Pro通过Blueprints功能允许管理员向受管Mac发送DDM声明以自动执行macOS软件更新。管理员可设置目标操作系统版本和更新截止日期(如macOS 15.6.0于2025年8月1日18:00前完成),从而实现统一管理。...
2025-8-3 19:6:45 | 阅读: 28 |
收藏
|
Der Flounder - derflounder.wordpress.com
software
blueprints
declaration
macs
Using the mdfind command line tool to find duplicate copies of an application on macOS Sequoia
文章介绍了一种使用`mdfind`命令行工具查找macOS系统中应用程序重复副本的方法。通过`kMDItemCFBundleIdentifier`元数据属性,管理员可以快速定位具有相同bundle identifier的应用程序副本,并排除不需要的结果以简化管理流程。...
2025-7-28 20:15:21 | 阅读: 20 |
收藏
|
Der Flounder - derflounder.wordpress.com
bbedit
mdfind
username
Slides from the “Leveling Up – Managing admin rights in the enterprise” session at Penn State Mac Admins 2025
该演讲探讨了在企业环境中有效管理管理员权限的策略,并提供了PDF和Keynote格式的幻灯片资源。...
2025-7-17 20:9:56 | 阅读: 18 |
收藏
|
Der Flounder - derflounder.wordpress.com
penn
slides
keynote
tinyurl
macadmins
Slides from the “MDM and DDM 101” session at Penn State MacAdmins 2025
提供Penn State MacAdmins 2025会议中“MDM和DDM 101”环节的幻灯片,并包含从2003年到2025年的存档信息。...
2025-7-16 14:22:17 | 阅读: 29 |
收藏
|
Der Flounder - derflounder.wordpress.com
ddm
78910111213
762
trackbacks
Previous
3
4
5
6
7
8
9
10
Next