智能运维

  • Linux实战应用

    一、nginx出问题怎么把错误信息给开发同学: nginx:反向代理中间件。 1.连接到服务器 (ssh) 2.找nginx所在目录:find / -name “nginx”   3.进入到nginx目录下 (cd /usr/local/nginx)pwd查看路径  4.ls,找到lo…

    智能运维 2022年8月1日
  • windows10访问Ubuntu18共享目录问题记录

    ​ 遇到的问题是,windows一访问Ubuntu的共享目录就提示无权限拒绝访问,明明Ubuntu都安装好了samba,也设置了文件夹共享。网上搜了一圈,记录下对我有用的方法。 1.终端输入sudo vim /etc/samba/smb.conf,打开samb…

    智能运维 2022年8月1日
  • 记nginx源码部署

    下载源码:http://nginx.org/en/download.html1: yum -y install gcc gcc-c++ autoconf automake make2:yum -y install pcre-devel3:yum -y install openssl openssl-devel4:./configure --prefix=/home/ap/sdcn…

    智能运维 2022年8月1日
  • 小米6安装Ubuntu Touch

    解除BL锁 省略 刷入TWRP 省略 下载 链接: https://pan.baidu.com/s/12lyyMJlxkQaTSMna4CfcJA 提取码: hxwk文件原始地址:https://forums.ubports.com/topic/4671/ubuntu-touch-halium9-0-xiaomi-mi6-sagit/12下载两…

    智能运维 2022年8月1日
  • linux 二

    linux 二 常见的程序的错误: 1、Java.lang.OutOfMemory(内存泄露) --->OOM 数据读写,上传文件的服务,下载文件的服务,淘宝发放优惠卷 2、TimeOut,超时 主要指的是客户端不断的向服务端发送请求,服务端这…

    智能运维 2022年8月1日
  • Ubuntu20.04服务器上安装jupyter,开放外网访问(新手向,圆润的入门)

    目录 安装环境 步骤 安装jupyter库 生成配置文件 生成密码 修改配置文件 用tmux创建一个进程(避免关闭ssh连接后,jupyter服务终止) 启动jupyter服务 安装环境 服务器版本为Ubuntu20.04python版本为3.8.10 20.04上…

    智能运维 2022年8月1日
  • linux定时归档文件

    1、新建归档sh脚本  vim daily_archive.sh 2、编写sh脚本 #!/bin/bashif [ $# -ne 1 ]thenecho "参数个数错误!应该输入一个参数,作为归档目录名"exitfiif [ -d $1 ]thenechoelseechoecho "目录不存在!"echoexitf…

    智能运维 2022年8月1日
  • Step By Step Procedure To Configure IIS On The Windows Server

    Even today, IIS is a popular choice for many web developers or web application hosting services, as it offers many features and can be easily integrated with other Microsoft products. However, for pe…

    智能运维 2022年7月31日
  • 15 Things You Should Do After Installing Windows 11 On Your PC

    Windows 11 is the most recent version of Microsoft’s operating system. Several changes have been made in these areas compared to earlier versions: a new start menu, notification center, system …

    智能运维 2022年7月31日
  • What Are The Different Types Of Certificate Formats?

    Digital certificates can be used for a variety of purposes. They can be used to secure website connections, to encrypt email messages, or to verify the identity of a user. Choosing the right type of …

    智能运维 2022年7月31日