摘要: http://193.49.22.109/elrepo/kernel/el7/x86_64/RPMS/ 阅读全文
posted @ 2021-09-24 23:22 Mrcoool 阅读(399) 评论(0) 推荐(0)
摘要: 在Cloudflare的DNS解析服务中,希望将一个子域名的解析管理权交给另外一个单位。 设置了一个子域名的NS记录后,dig发现不生效。dig中的Answer字段始终是空的,如下: dig sub.example.com NS @1.1.1.1 <<>> DiG 9.15.6 <<>>sub.ex 阅读全文
posted @ 2021-08-31 22:51 Mrcoool 阅读(808) 评论(6) 推荐(0)
摘要: ########################################### Generate Filter tool:# https://www.wireshark.org/tools/string-cf.html# # GET Filter:# tcp[((tcp[12:1] & 0x 阅读全文
posted @ 2020-11-14 11:13 Mrcoool 阅读(331) 评论(0) 推荐(0)
摘要: 服务端修改: 1、WEB服务器的conf文件; 2、nextcloud的配置文件: /var/www/nextcloud/config/config.php 重启WEB服务。 客户端修改: On Linux distributions: $HOME/.config/Nextcloud/nextclo 阅读全文
posted @ 2020-07-21 15:50 Mrcoool 阅读(11486) 评论(2) 推荐(0)
摘要: 分区: parted /dev/sdaGNU Parted 3.1Using /dev/sdaWelcome to GNU Parted! Type 'help' to view a list of commands.(parted) mktable gpt mkpart LV_name FStyp 阅读全文
posted @ 2020-04-24 16:58 Mrcoool 阅读(227) 评论(0) 推荐(0)
摘要: 下面的直接可以用curl查询: curl ifconfig.me curl ifconfig.io curl icanhazip.com curl ipinfo.io/ip curl ipecho.net/plain curl www.trackip.net/ip curl ip.sb curl c 阅读全文
posted @ 2020-03-05 23:12 Mrcoool 阅读(2099) 评论(0) 推荐(0)
摘要: rsync -avPh -e 'ssh -p 55555' /data/test 192.168.0.1:/data/ 阅读全文
posted @ 2020-03-04 22:18 Mrcoool 阅读(887) 评论(0) 推荐(0)
摘要: From 4.11 or newer version,Samba does not support smb1 protocal by default. https://wiki.samba.org/index.php/Samba_4.11_Features_added/changed#LanMan_ 阅读全文
posted @ 2020-02-17 12:21 Mrcoool 阅读(1335) 评论(0) 推荐(0)
摘要: find /data/download/temp \( -iname '*.mp4' -o -iname '*.avi' \) -type f -exec mv -nv -t '/data/download/' -- {} + 阅读全文
posted @ 2019-12-09 13:47 Mrcoool 阅读(3761) 评论(0) 推荐(0)
摘要: 原文见:https://sites.google.com/site/xiangyangsite/home/technical-tips/windows-tips/multi_media_key_customaziation_on_windows 前言最近对键盘的多媒体键产生了兴趣,研究了一些心得,特 阅读全文
posted @ 2019-11-24 16:20 Mrcoool 阅读(4491) 评论(0) 推荐(0)