faq


kodi链接失败?
把 api.themoviedb.org 翻墙看看

n1电视盒子或者安卓设备时间不对?
换个网络看看,说不定是连不上时间服务器。

如何添加公钥

wget -q ‘https://www.abc.com/key.txt’ -O – >>/root/.ssh/authorized_keys

oracle cloud机器修改主机名不起效

vi /etc/oci-hostname.conf

测试翻墙速度的一些文件

test_file_urls=https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe|Default
test_file_urls=https://dl.google.com/android/studio/maven-google-com/stable/offline-gmaven-stable.zip|Google
test_file_urls=http://cachefly.cachefly.net/200mb.test|Cachefly
test_file_urls=http://updates-http.cdn-apple.com/2019FallFCS/fullrestores/061-22552/374D62DE-E18B-11E9-A68D-B46496A9EC6E/iPhone12,1_13.1.2_17A860_Restore.ipsw|Apple

 

*back data to onedrive
onedrive –synchronize –upload-only –no-remote-delete
*add ip address to black list
iptables -I INPUT -s 121.12.125.240 -j DROP
*delete
iptables -D INPUT -s 121.12.125.240 -j DROP
*find big file
find . -type f -size +1M -mtime -1 -exec ls -lh {} \;

ubuntu修改主机名

sudo apt install systemd
hostnamectl set-hostname jiarm1

 

git 

ssh://juhui@192.168.5.10:2022/volume1/gitRepos/test.git


发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据