码迷,mamicode.com
首页 >  
搜索关键字:usr    ( 26217个结果
Festival
导航 (返回顶部) 1. Installation 2. Configuration配置 2.1 Sound server 声音服务器 2.2 Voices声音 2.3 Manually手动 3. Usage用法 3.1 使用festival 3.2 Interactive交互的 3.3 添加帮助信 ...
分类:其他好文   时间:2021-07-02 15:35:29    阅读次数:0
文件/文件夹下文件编码转换【转码】
#!/usr/bin/python # -*- coding: UTF-8 -*- # @auther gaocan 809900210@qq.com import sys import os import re import codecs ''' Codec: See Python`s Stand ...
分类:其他好文   时间:2021-07-01 17:19:46    阅读次数:0
consul 下线服务 服务注销脚本
一、获取服务名 登陆 consul UI 平台, 找到我们对应的服务,他们服务在 consul 中的名称。 二、 脚本 注销基于的api: http://{}:{}/v1/agent/service/deregister/{} 注销脚本: #!/usr/bin/env python3 # -*- c ...
分类:其他好文   时间:2021-06-30 18:26:30    阅读次数:0
检测证书过期并发送钉钉告警
#!/usr/bin/env bash __Author__="liy" # 发送钉钉告警 function DingDing(){ curl 'https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxxxxxxxxxxxxxxxxx ...
分类:其他好文   时间:2021-06-30 18:14:38    阅读次数:0
mac 配置idea 的svn地址报错
我下载了最新idea后发现添加新的svn地址打不开,总是报错,遂上网查了下mac关于idea svn的配置,发现是因为默认svn的路径配置不对的问题,只要把下面图片的 svn 改成 /Library/Developer/CommandLineTools/usr/bin/svn就可以了 改为 改完以后 ...
分类:系统相关   时间:2021-06-29 16:12:45    阅读次数:0
systemctl管理脚本
一 介绍 systemctl脚本存放在:/usr/lib/systemd/,有系统(system)和用户(user)之分 1、/usr/lib/systemd/system #系统服务,开机不需要登陆就能运行的程序(相当于开启自启) 2、/usr/lib/systemd/user #用户服务,需要登 ...
分类:其他好文   时间:2021-06-29 16:04:26    阅读次数:0
Linux 邮件附件添加
在linux编程时,有时需要通过系统中已有的邮件客户端进行附件添加。 1. Thunderbird /usr/lib/thunderbird/thunderbird -compose attachment='/tmp/simple-scan-75G3Z0/scan.jpeg' 2. Evolutio ...
分类:系统相关   时间:2021-06-29 16:01:55    阅读次数:0
11 systemctl管理
systemctl管理脚本 systemctl脚本存放在:/usr/lib/systemd/,有系统(system)和用户(user)之分 1、/usr/lib/systemd/system #系统服务,开机不需要登陆就能运行的程序(相当于开启自启) 2、/usr/lib/systemd/user ...
分类:其他好文   时间:2021-06-28 21:11:29    阅读次数:0
Docker 启动 redis
mkdir -p /mydata/redis/conf [root@iZwz9hw4qywrrl4vj6o0j1Z ~]# cd /mydata/redis/conf/ [root@iZwz9hw4qywrrl4vj6o0j1Z conf]# touch redis.conf docker run ...
分类:其他好文   时间:2021-06-28 19:50:31    阅读次数:0
OSCP Security Technology - Fuzzing
OSCP Security Technology - Fuzzing Download vulnserver from the grey corner website. https://thegreycorner.com/vulnserver.html Download immunity debug ...
分类:其他好文   时间:2021-06-28 19:14:54    阅读次数:0
26217条   上一页 1 2 3 4 ... 2622 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!