bbr加速 https://blog.verkey.org/209.html wget -N --no-check-certificate "https://raw.githubusercontent.com/c...
curl查看公网ip liuzhizhi@lzz-rmbp|logs # curl ipinfo.io { "ip": "114.110.1.38", "hostname": "No Hostn...
aria2c配置 /mnt/usb2/aria2v1.19/bin/aria2c --conf-path=/mnt/usb2/aria2v1.19/aria2.conf --enable-rpc -D #用户名 #rp...
windows10中远程登录ubuntu16.04的桌面 安装xrdp sudo apt-get install xrdp 1 安装vnc4server sudo apt-get install vnc4server tightvncserver 1 安装x...
frp配置 server: [common] bindport = 8000 vhosthttpport=3000 dashboardport = 7500 dashboarduser = admin dashb...
SSH连接Win10 Linux子系统 查看是否开启SSH服务 ps -ef | grep ssh 安装SSH服务 apt-get remove openssh-server apt-get install openssh-server 修...
安装win10子系统桌面 四、安装图形界面 要想使用Linux的图形用户界面通常有两种方法,一种是使用X-Windows安装使用图形化界面,另一种是通过本机远程桌面连接。 通过本机远程桌面 安装xorg(包括显卡驱动、图形环境...
react循环搜索字段模板 getFields() { const count = this.state.expand ? 10 : 6; const { getFieldDecorator } = this.props.for...
webpack打包时删除console.log new webpack.optimize.UglifyJsPlugin({ compress: { warnings: false, dropdebugger: true, dropconsole: ...
react ifame自适应高度 import React from 'react'; import ReactDOM from 'react-dom'; import { Row, Col, Icon, Button, Layout...