- 博客(31)
- 收藏
- 关注
原创 WIN10如何提取驱动
以管理员运行Windows PowerShell提取驱动dism /online /export-driver /destination:"full path of folder"还原驱动dism /online /Add-Driver /Driver:"full path of folder" /Recurse
2024-05-06 14:35:06 726
原创 Office Tool with runtime and Office 2021
Office_Tool_Plus_16.0.14332.20651_64-bit.isoOffice_Tool_Plus_16.0.14332.20651_32-bit.isoOffice_Tool_with_runtime_v10.9.2.2_x86.zipOffice_Tool_with_runtime_v10.9.2.2_x64.zipRatiborus.com_KMS Tools 15.09.2023.zip
2021-12-08 17:56:46 4022
原创 Windows 10 22H2正式版镜像
Windows 10 22H2 CN.isoWindows 10 22H2 EN.isoRatiborus.com_KMS Tools 15.09.2023.zip
2021-11-18 17:56:47 9645
原创 AutoCAD 2021-2022
AutoCAD_2021_Simplified_Chinese_Win_64bit_dlm.sfx.exeAutoCAD_2022_Simplified_Chinese_Win_64bit_dlm.sfx.exeAutoCAD2021-2022Patch.zip
2021-10-26 14:08:04 1640
原创 Microsoft Office
cn_office_professional_plus_2019_x86_x64cn_project_professional_2019_x86_x64cn_visio_professional_2019_x86_x64en_office_professional_plus_2019_x86_x64en_project_professional_2019_x86_x64en_visio_professional_2019_x86_x64Ratiborus.com_KMS Tools 15.zip
2021-10-09 17:22:33 1603
原创 Windows 10/11离线安装.NET Framework 3.5
打开Control Panel\All Control Panel Items\Programs and Features点击Turn Windows features on or off,显示.NET Framework 3.5 (includes .Net 2.0 and 3.0)未安装;可以选择打勾点OK后联网安装,也可以使用以下方式离线安装下载Windows 10/11镜像,可通过刻录好的系统重装盘(U盘/光盘)或直接镜像解压路径安装.NET Framework 3.5 (inclu
2021-10-09 12:15:07 25183 1
原创 Windows FAT32转换NTFS
以U盘为例,目前分区处在D分区且格式为FAT32;如果目标处在其他分区,把D改为对应分区即可以管理员身份打开Command Prompt或者Windows PowerShell然后输入以下命令convert d: /fs:ntfs等待命令执行完成即可D分区的U盘格式已转换成NTFS...
2021-10-09 11:09:46 1165
原创 Windows 11 23H2正式版镜像
Windows 11 23H2 CN.isoWindows 11 23H2 EN.isoRatiborus.com_KMS Tools 15.09.2023.zip
2021-10-06 22:29:35 5334
原创 Navicat连接MariaDB出错:1130-host . is not allowed to connect to this mysql server,
在安装mysql的机器上运行:mysql -u root -pvmwaremysql>usemysql;mysql>update user set host = '%' where user ='root';mysql>select host, user from user; mysql>flush privileges;
2017-08-17 09:57:00 3098
原创 Ubuntu Server源码编译安装PHP
sudo apt-get updatesudo apt-get install autoconfsudo apt-get install libxml2-devsudo apt-get install bzip2sudo apt-get install libjpeg-devsudo apt-get install libpng-devsudo apt-get instal
2017-08-15 16:22:03 309
原创 Ubuntu Server源码编译安装Apache2
sudo apt-get updatesudo apt-get install gccsudo apt-get install makesudo apt-get install libapr1-devsudo apt-get install libaprutil1-devsudo apt-get install libpcre3-dev
2017-08-15 16:21:14 668
原创 Ubuntu Server源码编译安装MariaDB
sudo apt-get updatesudo apt-get install makesudo apt-get install cmakesudo apt-get install automakesudo apt-get install autoconfsudo apt-get install libtoolsudo apt-get install gcc
2017-08-15 16:20:38 957
原创 SSH Secure Shell Client 连接VMware Ubuntu系统报错
SSH Secure Shell Client 连接VMware Ubuntu系统报错Server responded "Algorithm negotiation failed."Key exchange with the remote host failed. This can happen for example if the remote host computer does not support the slected algorithms.
2017-08-08 14:30:55 1641
原创 MacOS 10.12安全与隐私没有允许任何来源的app选项解决办法
不少用户更新到MacOS 10.12后发现在系统偏好设置->安全&隐私中默认已经去除了允许安装任何来源APP的选项,没有这个选项估计好多不是从AppStore中下载的软件都不能正常安装,官方给出解决办法是安装键盘上的Control +点击要打开的APP文件即可。但是感觉还不是不方便,查询了官方的介绍后的支持是Gatekeeper的原因,10.12默认是开的,只需要关闭掉Gatekeeper即可看到
2017-07-25 21:10:50 1348
原创 Macbook Pro苹果电脑充电时,灯是绿色的,但一拔掉充电器,电脑就自动关机了
macbook pro 苹果电脑充电时,灯是绿色的,但我一拔掉,电脑就自动关机了,是电脑的问题?还是充电器的问题?.以前是充电时是黄的,充满了就是绿的。现在任何时候都是绿的。不插电的话电脑都开不了机。好像冲不满。必须一直插在上面
2016-10-12 20:33:17 16053
原创 打开或关闭word时弹出 “compile error in hidden module: link”对话框
然后看里面有没有一个叫 linkCreation.dotm 的文件,有的话删掉即可。
2016-10-11 22:15:13 2633
原创 卸载 Office 2016 for Mac
若要卸载 Office 2016 for Mac,请将应用程序和用户首选项文件移到“回收站”。删除所有内容后,立即清空“回收站”并重新启动 Mac 以完成此流程。若要进行故障排除,还可完全卸载 Office 2016 for Mac。
2016-10-10 23:51:00 1699
原创 Server responded" Algorithm negotiation failed"
Ubuntu 16.04 安装 openssh-server后,使用ssh客户端连接时可能报server responded "algorithm negotiation failed”错误
2016-09-19 13:09:59 6735 1
原创 Windows XP安装密钥
zh-hans_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74070MRX3F-47B9T-2487J-KWKMF-RPWBYCCMWP-99T99-KCY96-FGKBW-F9WJTGR4HQ-CFV8M-27BYY-TC33R-2G8HTcn_windows_server_2003_r2_en
2016-08-25 10:34:19 25675 10
原创 Windows Server 2012 R2安装密钥
ServerStandard = NB4WH-BBBYV-3MPPC-9RCMV-46XCBServerStandardCore = NB4WH-BBBYV-3MPPC-9RCMV-46XCBServerDatacenter = BH9T4-4N7CW-67J3M-64J36-WW98YServerDatacenterCore = BH9T4-4N7CW-67J3M-64J36-WW9
2016-08-25 10:33:28 74254
原创 Windows 10 安装钥匙
Core 家庭版:YTMG3-N6DKC-DKB77-7M9GH-8HVX7CoreSingleLanguage 单语言家庭版:BT79Q-G7N6G-PGBYW-4YWX6-6F4BTCoreCountrySpecific 特定国家家庭版:N2434-X9D7W-8PF6X-8DV9T-8TYMDProfessional 专业版:VK7JG-NPHTM-C97JM-9MPGT-3V6
2016-08-25 10:32:10 1424
原创 如何通过命令方式制作os x的u盘安装镜像
通过 App Store 下载最新的 OS X 10.9 在“应用程序”目录找到下载的 OS X 10.9 安装文件,选中并鼠标右键,菜单中选择“显示包内容” 弹出的 Finder 中进入 Contents/Resources 目录 在 Resources 目录下面有一个执行文件 “createinstallmedia”,把它拷贝到桌面 在应用程序中打开“终端”,执行“sudo -
2016-03-03 14:44:00 871
原创 MySQL允许root帐号远程登录
我们可以看到有四个root账户,两个空账号,你也会发现只有采用localhost的root设置了密码,其余都无需密码。那么我们要修改mysql的root密码我们可以使用这个命令/usr/local/bin/mysqladmin -uroot password 123意思就是将root帐号以localhost域的密码设置成“123”;好我们再谈MySQL支持roo
2016-02-25 11:53:19 4025
原创 Redhat Enterprise Linux 6 (CentOS 6) 用源码包方式安装MariaDB数据库
本文使用到工具:Redhat Enterprise Liunx 6.5 x64 linux系统版本Yum 软件包管理器mariadb-5.5.45.tar MariaDB数据库源码包Linux下面通过使用源码安装程序,可以起到高效的可定制化自己所需要的运行方式,以下为如何使用源码包方式安装MariaDB数据库:01、为mysqll建立用户和组:# groupadd
2015-11-03 00:54:49 757
原创 Redhat Enterprise Linux 6 (RHEL 6) YUM源切换至阿里云的CentOS 6 YUM源
本文使用工具:RedHat Enterprise Linux 6 x64vim 编辑器01. 在安装完RedHat Enterprise Linux系统后, 由于 redhat的yum在线更新是收费的,如果没有注册的话不能使用,如果要使用,请配置其他YUM源,以下为详细过程。(此过程不需卸载RedHat Enterprise Linux (RHEL) 自
2015-10-20 17:23:33 4403
原创 利用jdk.tar.gz部署在CentOS/RedHat Enterprise Linux上
本文使用工具:CentOS/RedHat Enterprise Linuxjdk-8u60-linux-x64.tar.gz01. 02. 03. 04.
2015-09-17 00:49:50 437
原创 CentOS/RedHat Enterprise Linux 7 将用户添加到sudoers
所需要使用到的工具:CentOS/RedHat Enterprise Linux 7vi编辑器01. 在安装完CentOS/RedHat Enterprise Linux 7系统后,默认普通用户是无法使用sudo命令的,这时我们就需要将要使用sudo的用户加入/etc/sudoers文件中这边假设所使用的普通用户是davidyezhiwei02. 切换到超级
2015-09-16 23:16:49 911
原创 Install VMWare Tools Ubuntu Server
I don't often install Ubuntu server on a Virtual Machine (VM) so I've documented the process here. Usually you can just click "install VMWare tools" and VMWare will complete the process automatically.
2015-09-10 11:05:37 362
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人