安装gnutls库gnutls全称 GNU Transport Layer Security Library,即基于GNU版权协议的传输层安全协议,是wget支持https中的ssl协议的基础库。 我们可以在官方提供的镜像库里快速下载并安装: // 下载gnutls二进制文件wget http:// ...
分类:
其他好文 时间:
2020-12-23 12:24:38
阅读次数:
0
善用Bashhistory命令原创良许良许Linux点击「阅读原文」查看良许原创精品视频。大家好,我是良许相信大家平时都有用history命令来查看命令历史记录,但是实际上history命令并非只有这个功能,history还有很多有用的功能。尤其是Bash版本的history命令,它所提供的功能比所有其他的LinuxShellhistory命令所提供的都要多。Bash的历史悠久,是一个古老的She
分类:
其他好文 时间:
2020-12-23 11:57:21
阅读次数:
0
作者:张首富时间:2020-12-17nginx配置如下server{listen443ssl;server_nametest.zhangshoufu.com;#sslon;ssl_certificate/etc/nginx/cert/4595406__guiji.ai.pem;ssl_certificate_key/etc/nginx/cert/4595406__guiji.ai.key;ssl
分类:
微信 时间:
2020-12-22 12:38:29
阅读次数:
0
1、 初始化centOS7 curl http://pigx.vip/os7init.sh | sh -s 主机名 源码 #!/bin/bash # init centos7 ./centos7-init.sh 主机名 # 检查是否为root用户,脚本必须在root权限下运行 if [[ "$(wh ...
分类:
其他好文 时间:
2020-12-22 12:31:38
阅读次数:
0
镜像UOS #!/bin/bash# 下载pycharm到桌面wget -P /home/$USER/Documents https://download.jetbrains.8686c.com/python/pycharm-community-2020.1.3.tar.gz# 获取系统sudo权限 ...
分类:
其他好文 时间:
2020-12-22 12:22:43
阅读次数:
0
// #!/bin/bash # Your Answer # filename: gitrefresh.sh # chmod u+x gitrefresh.sh # ./gitrefresh.sh sudo yum remove git -y rm -rf /usr/local/git mkdir ...
分类:
系统相关 时间:
2020-12-22 11:57:00
阅读次数:
0
在Linux中使用Shell写一个显示目录结构的命令,快速寻找目录结构。 1、代码 #!/usr/bin/env bash # 本命令用于显示指定路径或者当前路径的文件结构,支持搜索 # tf 显示当前目录的文件结构 # tf 接关键词 搜索当前目录 # tf 目录 关键词 搜索指定目录 # 本命令 ...
分类:
系统相关 时间:
2020-12-21 11:34:00
阅读次数:
0
ps -aux |grep dbsync ll 查看当前文件 ps -aux |grep dbsync 查看日志 [root@yanbianxian dbsync_danxiang]# ./DbSync_danx_cmd.jar config.ini -bash: ./DbSync_danx_cmd ...
分类:
系统相关 时间:
2020-12-19 13:31:50
阅读次数:
5
关于编程语言大家多多少少了解都是非常清楚的,也是大家公认薪资待遇好、发展前景好的技术,那么在IT行业中,除了编程语言之外,其他热门的技术你了解吗,比如说Linux。你知道什么是Linux吗?
分类:
系统相关 时间:
2020-12-19 12:29:47
阅读次数:
3
linux用户管理(useradd,usermod,suerdel命令详解)
分类:
系统相关 时间:
2020-12-18 13:06:10
阅读次数:
2