
树莓派
dao_feng
天生我才必有用
展开
-
树莓派Ubuntu Server Cloud-init 初始化
树莓派 cloud-init 配置文章目录树莓派 cloud-init 配置user-datauser-data#cloud-config# 修改登录用户密码chpasswd: expire: false list: - ubuntu:123456# ssh密码登录配置ssh_pwauth: true# 配置ntp服务器ntp: enable: true servers: - ntp2.aliyun.com# 配置时区timezone: Asia原创 2021-04-20 16:11:50 · 1277 阅读 · 0 评论 -
Ngrok客户端配置样式
Ngrok客户端配置样式备忘用server_addr: [ngrok服务端域名]:[ngrok服务端端口]trust_host_root_certs: falsetunnels: # 配置ssh登录 ssh: remote_port: 1022 proto: tcp: 22 http: subdomain:原创 2021-01-03 14:24:32 · 308 阅读 · 0 评论 -
树莓派 Ubuntu Server 20.04 LTS 初始化
Respberry Pi Ubuntu Server 20 LTS文章目录Respberry Pi Ubuntu Server 20 LTS修改系统时间修改`apt`国内源新增`swap`修改系统时间修改timesyncd.confsudo vi /etc/systemd/timesyncd.conf修改NTP参数,修改结果为:# This file is part of systemd.## systemd is free software; you can redistri原创 2020-08-08 16:56:13 · 1148 阅读 · 0 评论