原文:Ubuntu 16.04 LTS nodejs+pm2+nginx+git 基础安装及配置环境(未完,未整理)

.Ubuntu 安装nodejs 以下内容均在命令行,完成,首先你要去你电脑的home目录:cd 。 sudo apt get update sudo apt getupgrade apt get install curl curl sL https: deb.nodesource.com setup .x o nodesource setup.sh 安装nodejs sudo bash nod ...

2017-05-25 11:07 0 1300 推荐指数:

查看详情

Ubuntu 16.04LTS LNMP环境配置

1.安装mysql sudo apt install mysql-server 安装过程会提示密码 2.安装nginx和php #添加nginx和php的ppa源 sudo apt-add-repository ppa:nginx/stable sudo ...

Fri Sep 30 00:00:00 CST 2016 2 13083
Ubuntu 16.04LTS 安装配置Bochs

环境:VMWare14+Ubuntu16.04 安装Bochs2.6.9 1.去官网下载 下载 bochs-2.6.9.tar.gz 2.安装一系列的包 因为Bochs 需要在 X11 环境下运行,因此你的 Linux 系统必须已经安装了X Window 系统才能使用Bochs ...

Mon Sep 09 07:29:00 CST 2019 0 887
ubuntu 16.04 LTS 开发环境安装及常用软件

Ubuntu 16.04 LTS版本安装完成后自带有常用的谷歌,Firefox浏览器以及一些常用的办公软件,但是这远远不能满足作为一个编程爱好者对于开发环境和工具的需求,为此总结一些这段时间的使用心得。 一 ,开发软件的安装 1,配置Java开发环境 http ...

Mon Oct 17 05:46:00 CST 2016 0 1464
Ubuntu 16.04 LTS 安装 miniconda

Ubuntu 16.04 LTS 安装 miniconda 下载 miniocnda 的 bash 文件下载链接 https://conda.io/miniconda.html ,我选择的是 64-bit Python 3.6 版本 ...

Sun Jun 04 20:22:00 CST 2017 0 5003
Ubuntu 16.04 LTS安装 TeamViewer

Ubuntu 16.04 LTS安装 TeamViewer 首先,打开TeamViewer的下载页面(http://www.teamviewer.com/en/download/linux/),下载Debian/Ubuntu的Deb安装包。 这是一个32位的deb包 ...

Tue Sep 20 17:44:00 CST 2016 0 8980
Ubuntu 16.04 LTS安装 TeamViewer

Ubuntu 16.04 LTS安装 TeamViewer 1.64位Ubuntu 16.04系统需要添加32位架构支持,命令如下。 sudo dpkg --add-architecture i386 sudo apt-get update ...

Sat Jul 15 23:27:00 CST 2017 0 10823
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM