首页
学习
活动
专区
工具
TVP
发布

从零开始的linux

专栏作者
103
文章
130471
阅读量
39
订阅数
安装php7
下载php7 wget http://cn.php.net/distributions/php-7.0.27.tar.gz 安装依赖 yum -y install libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel mysql pcre-devel yum -y install curl-devel yum -y install libxslt-devel 编译 ./configure
零月
2018-04-25
1.3K0
安装express
安装express [root@alex ~]#yum -y install npm [root@alex example]# yum install nodejs [root@alex ~]# node -v v5.5.0 [root@alex ~]# mkdir example [root@alex ~]# cd example/ [root@alex example]# npm init This utility will walk you through creating a package.jso
零月
2018-04-25
1.6K0
安装mysql5.7
安装mysql5.7 wget http://dev.mysql.com/get/mysql57-community-release-el6-9.noarch.rpm rpm -ivh mysql57-community-release-el6-9.noarch.rpm yum install -y mysql-community-client mysql-community-server 修改配置文件添加 vim /etc/my.cnf character_set_server=utf8 init_c
零月
2018-04-25
2.2K0
https证书
获取certbot wget https://dl.eff.org/certbot-auto chmod a+x certbot-auto 安装nginx yum -y install nginx 生成证书 ./certbot-auto certonly --standalone --email syf@alexorz.com --agree-tos -d alexorz.com 查看生成的证书 ll /etc/letsencrypt/live/alexorz.com/privkey.pem lrwxrwx
零月
2018-04-25
2.5K0
Redis Sentinel
Redis Sentinel高可用集群 自动故障转移(哨兵模式) 主机 ip 端口(redis-server) 端口(sentinel) node1(master) 128.0.0.101 8000
零月
2018-04-25
8740
了解ansible
由于工作需要重温ansible 安装ansible [root@ansible ~]# yum -y install ansible python多线程 最大支持5个1(1s)2(1s)3(1s)4(1s)5(3s)慢一些保证一致性10个线程要跑最大支持5 个1 2 3 4 5 1换成6 这样快的情况会有线程锁了解生产者消费者模型python2.7是假的多线程python3是真的多线程python2.7可以用多进程来实现 ansible源码 whereis ansibleansible: /us
零月
2018-04-25
1K1
harbor安装
安装docker harbor 安装docker yum源 tee /etc/yum.repos.d/docker.repo <<-'EOF' [dockerrepo] name=Docker Repository baseurl=https://yum.dockerproject.org/repo/main/centos/7/ enabled=1 gpgcheck=1 gpgkey=https://yum.dockerproject.org/gpg EOF 安装docker yum install doc
零月
2018-04-25
7820
安装ipython和虚拟环境
先epel-release这个包, 通过epel源安装pip: yum install python-pip 然后pip install ipython==1.2.1 pip install ipython==1.2.1 DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support fo
零月
2018-04-25
9960
ssh命令
ssh命令是openssh套件中的客户端连接工具,可以给予ssh机密协议实现安全的远程登录服务器. 语法: ssh (选项) (参数) 选项: -v:显示版本-p:指定远程服务器的登录端口-l:指定远程服务器上的登录用户-C:压缩 参数: 远程主机:指定要连接的远程ssh服务器 指令:要在远程ssh服务器上执行的指令 安装 # yum -y install openssh-client openssh-server # ssh -vOpenSSH_5.3p1, OpenSSL 1.0.1e-fips 11
零月
2018-04-25
1.2K0
没有更多了
社区活动
Python精品学习库
代码在线跑,知识轻松学
【玩转EdgeOne】征文进行中
限时免费体验,发文即有奖~
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·干货材料·成员作品·最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档