随笔分类 -  服务器搭建

介绍来自阿里,腾讯和其他厂家的windows系统的服务器搭建
摘要:前言:可以直接 root@ip ,输入密码登陆服务器 ssh root@88.88.888.888 然后输入密码 1. 在本地电脑创建公钥和私钥 git sheel 输入上面命令,一路enter下就好,本地.ssh 文件夹会生成一个公钥文件id_rsa.pub和私钥文件id_rsa 2. 将公钥复制 阅读全文
posted @ 2018-08-07 22:05 adouwt 阅读(1466) 评论(0) 推荐(1)
摘要:centos 搭建leanote(蚂蚁笔记) 至于蚂蚁笔记是什么可以看官网的介绍,https://leanote.com/ ,我只能说 nice,你值得拥有. 开始搭建(源码安装,安装路径在 /etc/local/leanote) 1.安装GOlang 下载: 解压go: tar -zxvf go1 阅读全文
posted @ 2018-07-22 11:22 adouwt 阅读(3514) 评论(2) 推荐(0)
摘要:安装nodejs: wget https://nodejs.org/dist/v6.9.5/node-v6.9.5-linux-x64.tar.xz (最新的可以在 https://nodejs.org/dist/ 找)tar xvf node-v6.9.5-linux-x64.tar.xz ln 阅读全文
posted @ 2018-02-06 18:09 adouwt 阅读(587) 评论(0) 推荐(1)
摘要:1. brew install nginx 2.brew services list 3.brew services start nginx 4.brew servicies stop nginx 5.brew services restart nginx 6.一般安装目录 /usr/local/e 阅读全文
posted @ 2017-10-23 17:55 adouwt 阅读(133) 评论(0) 推荐(0)
摘要:1、 wget命令下载Node.js安装包。 (该安装包是编译好的文件,解压之后,在bin文件夹中就已存在node和npm,无需重复编译。) 2、 解压文件。 3、创建软链接,使node和npm命令全局有效。 通过创建软链接的方法,使得在任意目录下都可以直接使用node和npm命令: (此时注意:包 阅读全文
posted @ 2017-06-16 15:16 adouwt 阅读(532) 评论(0) 推荐(0)
摘要:今天用腾讯的服务器搭建起了自己的博客,先看主页效果。。。简单的ui设计,主要就是要上服务器看看。 说说服务器的搭建: 1。卖,进腾讯云,自己对应的买操作系统的就可以的啦。具体的链接: https://www.qcloud.com/?utm_source=bdppzq&utm_medium=line& 阅读全文
posted @ 2017-02-12 23:35 adouwt 阅读(303) 评论(0) 推荐(0)