240 发简信
IP属地:河南
  • 2022-12-14 TinyCoreLinux 搭建Oracle JDK1.8

    1.下载文件或上传 2.解压包并复制到 /opt/下 3.将/etc/profile 加入到/opt/.filetool.lst eg. sud...

  • 2022-12-14 TinyCoreLinux 安装ssh 并保存

    # 安装 OpenSSH 包 tce-load -wi openssh # 使用模板创建 SSH 配置文件 sudo cp /usr/local...

  • 2022-02-26 SRS 服务器简单搭建

    1.下载源码 git clone -b 4.0release https://gitee.com/ossrs/srs.git 2.编译 cd s...

  • 2022-02-20 Ubuntu 20.04 TSL 开机启动Springboot 程序

    1.添加启动sh文件,Ubuntu默认没有rc.local文件 需要创建 vi /etc/rc.local#Java 环境export JAVA...

  • 2021-06-02 Ubuntu 安装新版Node

    更新软件源 sudo apt update 安装 npm sudo apt install npm 安装 n 模块 注:n 模块是用来安装各种版...

  • Ubuntu18.04/16.04 安装caffe - 2020-06-23

    1.安装依赖 sudo apt-get install libprotobuf-devsudo apt-get install liblevel...

  • 2020-03-17 Ubuntu 16.04 安装Redis

    apt-get updateapt-get install redis-server启动redis-server查看是否启动redis-cli

  • 2020-03-02 Ubuntu 16.04 安装Nginx Rmtp

    默认情况下Ububtu 16.04 的nginx 的版本是1.10版的我们先升级下nginx 1.安装相关软件 sudo apt-get ins...

  • 2020-03-02 Ubuntu 16.04 安装SRS3

    1.准备软件 1.RSR3 git clonehttps://gitee.com/fesker85/srs.git 2.haproxy a...