摘要:
新安装了redhat6.5.安装后,登录系统,使用yum update 更新系统。提示: Loaded plugins: product-id, security, subscription-managerThis system is not registered to Red Hat Subscr 阅读全文
摘要:
准备编译环境 yum -y groupinstall "Development tools" yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel 阅读全文
摘要:
yum install samba后配置后无法访问问题 配置参考https://www.cnblogs.com/muscleape/p/6385583.html 但还是无法访问 pdbedit –a testuser01:新建Samba账户,设置好密码后 window能访问,却只能看到文件夹,无法编 阅读全文
摘要:
@echo offecho "手动设置IP地址...."cmd /c netsh interface ip set address name="无线网络连接" source=Static addr= 192.168.1.109 mask=255.255.255.0 gateway=192.168.1 阅读全文
摘要:
结果: 参考 https://blog.csdn.net/zouxucong/article/details/54409801 https://blog.csdn.net/vinegar93/article/details/51452112 阅读全文
摘要:
1.根据系统选择下载nodejs版本 https://nodejs.org/en/download/ 下载 wget https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x86.tar.xz 解压 tar xvf node-v8.11.3-linux 阅读全文
摘要:
开启root登陆 sudo vi /etc/gdm/custom.conf 在daemon加 AutomaticLoginEnable=true AutomaticLogin=root 修改密码 sudo passwd root CentOS7如何关闭防火墙 查看防火墙是开启状态:systemctl 阅读全文
摘要:
1.Install-Package log4net 2.命名空间前添加XmlConfiguratorAttribute标记:[assembly: log4net.Config.XmlConfigurator(Watch = true)],或添加到AssemblyInfo.cs 3.web.confi 阅读全文
摘要:
安装python3: wget http://mirrors.sohu.com/python/3.5.2/Python-3.5.2.tar.xz tar -xf Python-3.5.2.tar.xz cd Python-3.5.2 ./configure --enable-shared --ena 阅读全文
摘要:
问题: # yum update已加载插件:fastestmirror设置更新进程Loading mirror speeds from cached hostfile * base: mirrors.aliyun.com * extras: mirrors.aliyun.com * updates: 阅读全文