码迷,mamicode.com
首页 >  
搜索关键字:vmware workstation 无法打开内核设备 global vmx86    ( 16599个结果
mac使用VMWare虚拟,设置网络
vmnet8重启网卡 sudo /Applications/VMware\ Fusion.app/Contents/Library/vmnet-cli --start sudo /Applications/VMware\ Fusion.app/Contents/Library/vmnet-cli - ...
分类:系统相关   时间:2021-04-28 12:12:40    阅读次数:0
arp欺骗
工具 kali linux下的arpspoof,VMware以及USB式的无线网卡 遇见问题 1、kali2020未装arpsproof。 首先执行sudo apt-get update,然后apt-get install arpsproof 2、无法ping到受害主机 3、注意使用管理员权限进行操 ...
分类:其他好文   时间:2021-04-27 15:23:07    阅读次数:0
keepalived+lvs
配置lvs-dr环境 master配置文件 global_defs { notification_email { root@localhost } notification_email_from keeplived@localhost smtp_server 127.0.0.1 smtp_conne ...
分类:其他好文   时间:2021-04-27 14:56:45    阅读次数:0
keepalived-master-slave
Master配置 global_defs { notification_email { root@localhost } notification_email_from keeplived@localhost smtp_server 127.0.0.1 smtp_connect_timeout 30 ...
分类:其他好文   时间:2021-04-27 14:42:00    阅读次数:0
Mware虚拟机
Mware虚拟机:https://www.vmware.com/cn.html?系统镜像:https://msdn.itellyou.cn/?激活码:16:ZF3R0-FHED2-M80TY-8QYGC-NPKYF15:FC7D0-D1YDL-M8DXZ-CYPZE-P2AY612:ZC3TK-63 ...
分类:其他好文   时间:2021-04-27 14:29:46    阅读次数:0
git-开发-问题
学习无他法,唯有持之以恒 Git解决中文乱码问题git status 乱码解决方法:git config --global core.quotepath false?git commit 乱码解决方法:git config --global i18n.commitencoding utf-8?git ...
分类:其他好文   时间:2021-04-26 13:50:31    阅读次数:0
VMware NAT和桥接
NAT模式: 就是让虚拟机借助NAT(网络地址转换)功能,通过宿主机器所在的网络来访问公网。 也就是说,使用NAT模式可以实现在虚拟系统里访问互联网。 NAT模式下的虚拟机的TCP/IP配置信息是由VMnet8虚拟网络的DHCP服务器提供的,因此IP和DNS一般设置为“自动获取” 优点: 采用NAT ...
分类:系统相关   时间:2021-04-24 13:47:01    阅读次数:0
2021-04-23【Git连接GitHub过程中遇到的问题】
1 Ruby@DESKTOP-4INK1I3 MINGW64 /f/Git/test (master) 2 $ git push origin master 3 fatal: unable to access 'https://github.com/xxx/test.git/': OpenSSL S ...
分类:其他好文   时间:2021-04-24 13:43:19    阅读次数:0
ubuntu系统安装VMware Tools安装详细过程
ubuntu系统安装VMware Tools安装详细过程 一、安装步骤 1、打开虚拟机VMware Workstation,启动Ubuntu系统,菜单栏 - 虚拟机 - 安装VMware Tools,不启动Ubuntu系统是无法点击“安装VMware Tools”选项的,如下图: 2、如果弹出如下框 ...
分类:系统相关   时间:2021-04-21 12:45:15    阅读次数:0
记github下载上传遇到的各种问题
代理 1.不要乱设置代理:git config --global --unset http.proxy 2.openssl 问题: git config --global http.sslVerify "false" 3.443 重新下载 4.提示xx端口问题:去配置文件删除这个端口 5.提交代码给 ...
分类:Web程序   时间:2021-04-21 11:47:54    阅读次数:0
16599条   上一页 1 ... 7 8 9 10 11 ... 1660 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!