摘要: 你可以通过运行以下命令。1sudoyuminstallepel-release现在可以使用yum命令安装Node.js了。1sudoyuminstallnodejs因为在开发过程中我需要管理节点包,我还要安装新公共管理的软件包管理器,使用以下命令。1sudoyuminstallnpm 阅读全文
posted @ 2015-12-13 16:43 nele 阅读(465) 评论(0) 推荐(0) 编辑
摘要: 今天使用yum安装软件,出现下面的提示:Loaded plugins: fastestmirror, refresh-packagekit, securityLoading mirror speeds from cached hostfileCould not retrieve mirrorlist... 阅读全文
posted @ 2015-12-13 16:11 nele 阅读(933) 评论(0) 推荐(0) 编辑
摘要: 1.修改IP(或者vim vi /etc/sysconfig/network-scripts/ifcfg-eth0)2。连接 crt3.修改主机名用vim 编辑 /etc/sysconfig/network重启即可4.修改映射文件用vim 编辑 /etc/hosts 文件8. 创建文件,文件夹执行命... 阅读全文
posted @ 2015-12-13 15:30 nele 阅读(1599) 评论(0) 推荐(0) 编辑
摘要: http://www.centoscn.com/image-text/install/2013/0819/1374.html 阅读全文
posted @ 2015-12-13 00:26 nele 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 1、输入以下命令:ssh-keygen -t rsa2、输入命令ls:产生两个文件:id_rsa id_rsa.pub3、复制id_rsa.pub,并命名为authorized_keycp ~/.ssh/id_rsa.pub ~/.ssh/authorized_keys4、执行ssh localho... 阅读全文
posted @ 2015-12-13 00:21 nele 阅读(967) 评论(0) 推荐(0) 编辑