VirtualBox 使用移动硬盘
场景:原电脑的物理硬盘拆下来当成了移动硬盘使用,上面的系统还想在新电脑的 VirtualBox 上使用。 关键点:将移动硬盘创建成 RAWDISK Windows系统,以管理员身份启动命令提示符,到 VirtualBox 所在目录,命令如下:vboxmanage internalcommands createrawvmdk -filename C:\Users\MyUser\MyDisk.vmdk
Continue reading哈,又一个 WordPress 博客!
场景:原电脑的物理硬盘拆下来当成了移动硬盘使用,上面的系统还想在新电脑的 VirtualBox 上使用。 关键点:将移动硬盘创建成 RAWDISK Windows系统,以管理员身份启动命令提示符,到 VirtualBox 所在目录,命令如下:vboxmanage internalcommands createrawvmdk -filename C:\Users\MyUser\MyDisk.vmdk
Continue reading来源:https://insider.windows.com/en-us/articles/thank-you-to-the-windows-insider-community-for-six-years-together
Continue reading问题:在ThinkPad T460上安装Windows 7中,会出现“找不到CD/DVD的设备驱动”的错误,不能继续安装。 原因分析:有可能是因为ThinkPad T460上配备的是USB3.0,而Windows 7的安装盘中没有相应的驱动,导致不能识别启动U盘。 解决:使用技嘉提供的制作Windows 7安装盘的工具(Windows USB Installation Tool)来做安装U盘,此程
Continue reading环境:NFS Client: FreeBSD 10.4 在挂载NFS盘时,报NFS RPCPROG_MNT: RPC: Timed out 解决方法: 在 NFS Server 中,/etc/hosts文件里,加入 xxx.xxx.xxx.xxx client_hostname
Continue reading仅记录关键信息: Linux安装CUPS 管理地址:http://localhost:631/ 使用SAMBA连接打印机 打印机地址格式:smb://username:password@printerserver/PrinterName 密码的转义:#:%23空格:%20
Continue readingWordPress有时会出现“数据库连接出错”,一般来说,重启下数据库服务就好。 不过有时候不管怎么重启,还是不行,而且在日志文件中也看不到数据库报错。 这个时候,可能就是数据库中某些表出错了。 在wp-config.php文件中加入: define(‘WP_ALLOW_REPAIR’, true); 进入到管理界面:http://网站域名/wp-admin/ 就会出现修复
Continue reading1.下载 “工厂镜像” 和 “OTA镜像“。 2.将 “工厂镜像” 解压,再解压,得到 boot.img,传到手机里,用 Magisk 安装得到 magisk_patched.img,再把 magisk_patched.img 传回电脑。 3.重启手机到Recoveryadb reboot recovery 4.按住电源键,按
Continue reading在更新 FreeBSD 的 help2man 时,出现了“configure: error: perl module Locale::gettext required” 错误,查阅了网上的一些解答,比如: https://forums.freebsd.org/threads/52260/ https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=18427
Continue reading我的 ownCloud 集成 Windows 域验证用户,在使用过程中,有些用户登录后系统提示:您没有权限来上传文件和创建文件 (You don’t have permissions to upload or create files here.)。 经多次尝试分析后,我认为是 ownCloud 在此用户的文件记录数据表中有数据不正确了,导致登录后读取文件数据出错 解决方法: 登录到
Continue reading我的一个网站原是 PHP 的,架设在 Apache 下,相关的证书文件如下: server.key – 私钥文件 server.crt – 证书文件 现在网站改用 Tomcat 架设,需要使用原有证书 1.将私钥和证书文件封装成 PKCS12 格式 openssl pkcs12 -export -out my.pfx -inkey server.key -in serve
Continue reading
近期评论