Systemd系统管理 systemctl是 Systemd 的主命令,用于管理系统。#查看启动耗时systemd-analyze#查看每个服务的启动耗时systemd-analyze blame#显示瀑布状的启动过程流systemd-analyze critical-chain#显示指定服务的启动流systemd-analyze critical-chain atd.service#显示当前主机的信息hostnamec 2025-08-18 Linux #system
威联通 威联通QTS挂载NTFS硬盘控制台-共享文件夹,创建文件夹 1234567#ssh切换root权限sudo -i#查看新插入的硬盘#fdisk -l#parted -l#挂载NTFS格式的硬盘mount -t ufsd /dev/sda1 /share/NTFS 官网https://www.qnap.com.cn 【控制台】——【共享文件夹】,创建文件夹 切换到rootsudo -i 查看新 2025-08-18 NAS网络存储 #QNAP
群晖Synology Inc. 账户权限设置 切换到Root权限sudo -i 更改用户密码synouser --setpw 用户名 密码 允许root远程连接123456#编辑ssh配置文件vim /etc/ssh/sshd_config#允许root远程连接PermitRootLogin yes#重启sshd服务synosystemctl restart sshd 常用命令停用搜索synosystemctl disable 2025-08-18 NAS网络存储 #Synology
Windows更改最大路径长度限制 在 Windows 10 版本 1607 及更高版本中启用长路径 1New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force https://l 2025-08-18 Windows #System
Windows软件宝藏库 文件管理 https://www.filezilla.cn/ 在线激活命令irm https://get.activated.win | iex Typora软件下载https://suyin-tools.lanzoul.com/b0608rayb 密码:826s 2025-08-18 Windows #software
Windows终端查看文件Hash值.md 在文件夹内打开Powershell窗口Shift+右击 123Get-FileHash test.txt -Algorithm MD5Get-FileHash test.txt -Algorithm SHA1Get-FileHash test.txt -Algorithm SHA256 2025-08-18 Windows #Hash 哈希校验
Windows终端查看文件Hash值.md 在文件夹内打开Powershell窗口Shift+右击 123Get-FileHash test.txt -Algorithm MD5Get-FileHash test.txt -Algorithm SHA1Get-FileHash test.txt -Algorithm SHA256 2025-08-18 Windows #Hash 哈希校验
Windows远程桌面 Windows远程桌面默认端口3389更改远程桌面(RDP)端口为3399 注册表regedit计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp在右侧找到PortNamber,修改十进制为3399 本地服务services.msc重启远程桌面连接服务Remote D 2025-08-18 Windows #远程访问
配置Windows内置VPN客户端 VPN客户端类型1. PPTPTCP 1723(用于PPTP连接) 2. L2TP/IPsecUDP 1701(用于L2TP连接)UDP 500(用于IKE)UDP 4500(用于NAT穿透) Windows使用IPsec/L2TP客户端需要添加两个注册表 NAT的兼容问题 1REG ADD HKLM\SYSTEM\CurrentControlSet\Services\Pol 2025-08-18 远程访问 #VPN Windows
如何重新安装 macOS 哪些 macOS 版本是最新的? 创建可引导的 macOS 安装器 如何重新安装 macOS 从 App Store 下载完整的 macOS 安装器[1] macOS Monterey 12.7 macOS Ventura 13.6 macOS Sonoma 14.5 参考信息 确定你的 Mac 型号和年份 确定你的 Mac 使用的是哪个 macOS 版本 创建可引导安装器 如何重 2025-08-18 Apple #macOS