Articles under the label of etc
- Home
- etc
N1将armbian刷入emmc
执行lsblk命令查看能否正常识别mmcblk1分区,若不能识别则无法刷入emmcinstall.sh文件代码如下#!/bin/sh echo "Start script create MBR and filesystem" DEV_EMMC=/dev/mmcblk1 echo "Start backup u-boot default" ...
debian 10 换源
vi /etc/apt/sources.list阿里云源deb http://mirrors.aliyun.com/debian/ buster main non-free contrib deb-src http://mirrors.aliyun.com/debian/ buster main non-free contrib deb http://mirrors.aliyun.com/d...
n1 armbian 宝塔
换源vi /etc/apt/sources.listdeb https://mirrors.ustc.edu.cn/debian stretch main contrib non-free deb https://mirrors.ustc.edu.cn/debian stretch-updates main contrib non-free deb https://mirrors.ustc....
nat小鸡修改宝塔端口
说明:买了个nat小鸡 装了宝塔面板 默认的8888改了端口才能用Debian9系统修改端口echo '分配的端口' > /www/server/panel/data/port.pl && /etc/init.d/bt restart防火墙放行端口ufw allow 上面使用的端口/tcp
小米路由器r2d使用mixbox工具箱的v2ray设置
说明:使用环境小米路由器r2d 工具箱mixbox ssh安装地址:sh -c "$(curl -kfsSl https://dev.tencent.com/u/monlor/p/MIXBOX/git/raw/master/install.sh)" && source /etc/profile &> /dev/nullv2ray设置不支持订阅...
Debian 9快速开启BBR
说明:Debian 9默认的就是4.9的内核而且编译了TCP BBR的内容,所以可以直接通过参数开启1、修改系统变量 echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sy...
Debian永久修改dns
说明:inner-ss失效了,发现是dns解析的问题,ping域名的话直接unknown host。试了很多修改方法,reboot后就重置回去了。下面分享暂且有效的一种vi /etc/resolv.conf直接修改这个文件重启就失效nameserver 100.100.2.136 nameserver 100.100.2.138甲骨文Debian 9 禁用DHCP分配的dns参考:https...
inner-ss socks5 透明代理
说明:telegram的mtproto最近挂得很快,搜索了下发现用国内机子中转下,同时找到了inner-ss。下面是国内小鸡上的操作,国外的酸酸正常使用的情况。不仅仅电报可以用,老毛子固件的transocks应该也行,配合gfwlist1.下载自己服务器对应的版本 https://github.com/ihciah/inner-shadowsocks/releases2.上传到服务器目录下/...