娃哈哈好喝-真的!
技术够用就行,吃好喝好睡好!

标签:Linux

第2页
Linux

  • 1
  • curl常用命令详解

    wahaha
    阅读(363)赞(0)

    1、常用参数 参数组 参数 描述 url url 需要抓取的一到多个URLs; 多个下面通配符的方式: 1、http://{www,ftp,mail}.aiezu.com; 2、http://aiezu.com/images/[001-99...

    Linux

  • 2
  • centos7安装多版本npm

    wahaha
    阅读(400)赞(0)

    1、安装nvm 通过nvm来管理多本版npm,先安装nvm 下载地址:https://github.com/nvm-sh/nvm/tags 根据实际需要选择版本 [root@centos dl]# wget https://github.c...

    Linux

  • 3
  • centos7安装python3.10

    wahaha
    阅读(465)赞(0)

    pyhton新版本中使用requests请求时会报这样的错误 SSLError("Can't connect to HTTPS URL because the SSL module is not available 网上找的解决办法是在pi...

    Linux

  • 4
  • centos7更新pip2

    wahaha
    阅读(388)赞(0)

    首先删除旧的pip2 yum -y remove python-pip # 下载pip2安装脚本 wget https://bootstrap.pypa.io/pip/2.7/get-pip.py python get-pip.py

    LVM创建与扩容-娃哈哈好喝
    Linux

  • 5
  • LVM创建与扩容

    wahaha
    阅读(411)赞(0)

    1、新建 网上找的lvm结构图 对磁盘创建分区,也可以不创建分区,直接将整个盘变成pv,但是不建议这么做 查看当前系统识别到的磁盘 [root@datacentercm ~]# lsblk NAME           MAJ:MIN RM...

    Linux

  • 6
  • linux查看磁盘io占用情况

    wahaha
    阅读(439)赞(0)

    os:centos7,需要用到的工具:iostat、iotop、pidstat 1、iostat工具 如果没有这个工具可以通过yum安装 [root@centos ~]# yum -y install sysstat [root@cento...

    Linux

  • 7
  • centos7安装nexus3.x私服

    wahaha
    阅读(387)赞(0)

    centos7安装nexus3.x私服 1、安装配置jdk 可以自行下载,也可以在github上下载 https://github.com/openjdk/jdk 下载完后解压并将目录改名为java保存在/data/java 添加java环...

    Linux

  • 8
  • CentOs7安装gitlab-ce

    wahaha
    阅读(365)赞(0)

    gitlab有2个版本,分别是gitlab-ce和gitlab-ee,ce是社区版免费,ee是商业版收费 1、安装方式 yum -y install curl policycoreutils openssh-server openssh-c...

    Linux

  • 10
  • 内网穿透frp部署

    wahaha
    阅读(313)赞(0)

    1、部署服务端 首先需要一台具有公网ip的服务器,linux或者windows都可以,只需要网络稳定即可,本次测试以linux为例: 1.1下载安装包: wget https://github.com/fatedier/frp/releas...