树莓派 SMB共享Samba 安装部署
安装配置Sambaapt-get install samba修改配置文件/etc/samba/smb.conf添加以下全局[global]配置guest account = root
read size = 65536
write cache size = 262144
aio read size = 16384
aio write size = 16384
large readwrite ...
阅读全文
安装配置Sambaapt-get install samba修改配置文件/etc/samba/smb.conf添加以下全局[global]配置guest account = root
read size = 65536
write cache size = 262144
aio read size = 16384
aio write size = 16384
large readwrite ...
阅读全文
SSH登录ESXi,修改/etc/pam.d/passwd找到password requisite /lib/security/$ISA/pam_passwdqc.so这一行,在后面加上enforce=users保存,然后修改密码测试
阅读全文
SSH登录ESXi,进入虚拟机硬盘所在目录,执行命令vmkfstools -i test.vmdk -d thin test-thin.vmdk完成后会生成一个新的硬盘文件
阅读全文
移除Excel的密码保护1. 修改Excel文件扩展名为rar,用WinRAR打开文件2. 进入到\xl\worksheets,找到对应的工作表文件如sheet2.xml,提取出来3. 使用文本编辑器对提取出来的工作表文件进行编辑,将sheetProtection algorithmName这段代码删除,然后保存4. 用提取出来编辑后的工作表文件替换原来的文件5. 改回扩展名,使用Excel...
阅读全文
Outlook配置注册表存放路径Outlook2007、2010HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\ProfilesOutlook 2013HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlo...
阅读全文