摘要: 1.安装 2.配置node_cache和node_global文件夹 cmd界面:npm config set prefix “F:\nodejs\node_global” npm config set cache “F:\nodejs\node_cashe” 3. 配置系统变量 新建NODE_PA 阅读全文
posted @ 2020-03-13 18:39 Jaine 阅读(2492) 评论(0) 推荐(0)
摘要: 1.创建upload文件夹 2.通过WinSCP操作文件移动 左边:Window 右边:Linux 3.解压(root权限下) 4.配置环境变量 :wq 退出并保存 阅读全文
posted @ 2020-03-13 14:55 Jaine 阅读(248) 评论(0) 推荐(0)
摘要: 1.使用PuTTy连接Linux 2.root用户和普通用户切换 3.系统命令 q:退出 date users who reboot: 重启当前操作的Linux系统 man shutdown :系统关机 poweroff:关闭系统加切断电源 wget:从指定url下载文件 ps top free k 阅读全文
posted @ 2020-03-13 13:48 Jaine 阅读(5446) 评论(0) 推荐(0)
摘要: Window7+Linux (CentOS-7 x86 DVD -1904.iso) 搭建ftp服务 1.下载安装 WinSCP.5.15.3 进入Linux,打开终端,获取ip 2.WinSCP连接Linux 1)进入WinSCP文件夹,找到如下程序 2)点击WinSCP.exe,出现如下界面 3 阅读全文
posted @ 2020-03-13 10:02 Jaine 阅读(155) 评论(0) 推荐(0)