内网穿透frp、nps 奇技

https://github.com/fatedier/frp wget https://github.com/fatedier/frp/releases/download/v0.31.2/frp_0.31.2_linux_amd64.tar.gz tar -zxvf frp_0.31.2_linux_amd64.tar.gz cat /etc/syste...
ZephyrXT 发布于 

使用AdGuard Home搭建一个无广告和跟踪的公共DNS

https://webcache.googleusercontent.com/search?q=cache:efon2qGasJQJ:https://www.xiaoz.me/archives/12318+&cd=1&hl=zh-CN&ct=clnk&gl=us CentOS 7 X64安装...
ZephyrXT 发布于 

使用ADB不root删除小米MIUI系统自带应用

https://fengooge.blogspot.com/2019/03/taking-ADB-to-uninstall-system-applications-in-MIUI-without-root.html https://developer.android.com/studio/releases/platform-tools ...
ZephyrXT 发布于 

centos 7 安装 FTP

https://www.jianshu.com/p/05dc6455b513 https://phoenixnap.com/kb/how-to-setup-ftp-server-install-vsftpd-centos-7 安装 vsftpd 安装前先查看 ftp 是否已经安装,使用 yum 安装 shel...
ZephyrXT 发布于 

centos 7安装fail2ban(iptables)

https://linux.cn/article-5067-1.html 在linux上安装Fail2ban 为了在CentOS 或 RHEL上安装fail2ban,首先设置EPEL仓库,然后运行以下命令。 $ sudo yum install fail2ban 在Fedora上安装fail2ban,简单地运行以下命令:...
ZephyrXT 发布于 

How to change DNS ip address in RHEL

https://www.cyberciti.biz/faq/change-dns-ip-address-rhel-redhat-linux/ Procedure to change DNS ip address in RHEL Edit the /etc/resolv.conf file with an editor, s...
ZephyrXT 发布于 

Centos7通过yum快速安装Transmission

https://cloud.tencent.com/developer/article/1152219 http://geekery.altervista.org/dokuwiki/doku.php 1、打开yum.repos.d cd /etc/yum.repos.d 2、安装GEEKERY REPO EP...
ZephyrXT 发布于 

ubuntu 16.04 设置静态IP

https://www.jianshu.com/p/d69a95aa1ed7 在上一篇文章「hustoj 管理员和后台设置」中,提到过一个设置静态ip的问题,后来发现,还是存在问题,重新启动机器后,出现无法上网的问题。在「百度」中搜索了许久,没有找到合适的处理方法,最后使用英文关键字搜索才解决 「ubuntu 16.04 ...
ZephyrXT 发布于 

Ubuntu 18.04安装桌面

https://linuxconfig.org/how-to-install-gnome-on-ubuntu-18-04-bionic-beaver-linux $ sudo apt install tasksel $ sudo tasksel install ubuntu-desktop $ su...
ZephyrXT 发布于 

Ubuntu 18.04配置IP

https://www.tecmint.com/configure-network-static-ip-address-in-ubuntu/ ifconfig -a Set Static IP Address in Ubuntu 18.04 In this example, we will configure ...
ZephyrXT 发布于