git使用 Sep 25, 2023 git git使用 安装 环境: linux 安装git:略。。 常用命令 版本库管理 创建版本库 # 初始化版本库 mkdir learngit && cd learngit git init # 创建裸仓库 git init --bare repositorieName.git # 创建裸仓库 克隆仓库 git clone
使用Erlang+CouchDB+npm-registry-couchapp搭建官方版本的私有npm仓库 Sep 24, 2023 npm 使用Erlang+CouchDB+npm-registry-couchapp搭建官方版本的私有npm仓库 需求:由于内部公共模块的需求,所以决定搭建一个局域网的内部私有npm仓库,用于企业内部共享模块,快速安装模块等。 npm仓库:npm仓库的设计基于CouchDB实现(CouchDB是一个NoSQL数据库,基于文档设计)。相对于命令喊执行的npm命令,npm仓库是存放模块的服务器。 环境: * centos7 * nodejs v6.10.0 * npm 3.10.10 安装Erlang Erlang 是一种编程语言,CouchDB
CentOS 解决 device eth0:1 does not seem to be present, delaying initalization Sep 24, 2023 centos CentOS 解决 device eth0:1 does not seem to be present, delaying initalization 故障情况 ifconfig...没有看到eth0.。然后重启网卡又报下面错误。 service network restart Shutting down loopback insterface: [ OK ] Bringing up loopback insterface: [ OK ] Bringing up interface eth0: Device eth0 does not
CentOS 7 安装 shadowsocks Sep 24, 2023 centos shadowsocks CentOS 7 安装 shadowsocks 前言 由于使用nodejs安装包非常困难,因此萌生了使用 shadowsocks 的念头。 本文记录了我在 CentOS 7 上成功安装运行 shadowsocks 客户端的过程。 本文的过程我已在本地 CentOS 上成功运行 。 安装 pip Pip 是 Python 的包管理工具,这里我们用 pip 安装 shadowsocks。 有些文章会介绍用