张文兵博客
首页
工具
留言板
MacOS 修改最大打开文件数
launchctl 管理自启动 # 创建配置文件,可根据自己情况修改65535数值 sudo vim /Library/LaunchDaemons/local.system.maxfiles.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCT ...
MacOS docker desktop 替代之 docker-ce
服务端 安装docker-ce yum install -y yum-utils yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/fedora/docker-ce.repo 启动服务 syst ...
signed with custom identity or adhoc
错误信息 启动APP闪退,然后通过终端启动发下报: not valid for use in process using Library Validation: mapped file has no Team ID and is not a platform binary (signed wit ...
MacOS docker desktop 替代之 Podman
安装虚拟机 # 本机运行 brew install multipass --cask # 创建一个虚拟机 multipass launch -c 2 -d 20G -m 2G -n podman 20.04 # 启动虚拟机 multipass shell podman 虚拟机运行 sudo ...
macos Lauchpad(启动台) 重置
重置macos的Lauchpad(启动台),及设置Lauchpad(启动台)的行数和列数。 打开终端程序,按需求执行以下命令即可。 重置 Lauchpad defaults write com.apple.dock ResetLaunchPad -bool TRUE; 重启 Dock ...
upx for macos 之源码编译
UPX (the Ultimate Packer for eXecutables)是一款先进的可执行程序文件压缩器,压缩过的可执行文件体积缩小50%-70% ,这样减少了磁盘占用空间、网络上传下载的时间和其它分布以及存储费用。 准备源码 git clone https://github.co ...
macos 恢复launchpad默认布局
在MacOS中重置Launchpad布局 打开终端并执行以下命令: defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock ...
NET Core 2.x 安装失败,出现异常“Xamarin.Web.Installer.InstallException”
visual studio for mac 下载的安装包损坏的解决方法 错误代码 Visual Studio installation failed with exception 'Xamarin.Web.Installer.InstallException' (Attempt #3) Me ...
Mac出现Operation not permitted
Rootless 机制 报错 Mac使用sudo或切换成root权限,还是出现 Operation not permitted 解决 这是由于Mac的rootless机制,可以进入恢复模式关闭rootless机制: 1、重启mac,按command+R(windows键盘:win+ ...
mac homebrew常用命令
brew常用的一些命令 安装:ruby -e “$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)” 搜索:brew search XXX 在安装之前可以先查询一下,是否有这个软件 查询:brew inf ...
张文兵
90后程序员
湖南 - 长沙
分类导航
Golang
Linux
Git
Database
FFmpeg
Game
Python
Node.js
.Net
Java
MacOS
Windows
Sharing
Other
热文排行
Mac terminal清除历史命令纪录
GoToShell
macos 恢复launchpad默认布局
mac os pkg解包
upx for macos 之源码编译
NET Core 2.x 安装失败,出现异常“Xamarin.Web.Installer.InstallException”
mac终端(iterm2)代理
macos Lauchpad(启动台) 重置
Mac出现Operation not permitted
MacOS 10.12 解决找不到"任何来源"设置
Mac 配置FFmpeg环境
[免费精品] Mounty for NTFS Mac完美支持NTFS磁盘格式读写
mac homebrew常用命令
MacOS docker desktop 替代之 Podman
signed with custom identity or adhoc
友情链接
首页
留言板