首页 > 系统相关 >香橙派ubuntu连接wifi

香橙派ubuntu连接wifi

时间:2023-07-08 13:22:41浏览次数:42  
标签:xxx nmcli wifi dev 香橙 ubuntu 连接

一、使用nmcli命令

1.首先搜索附近wifi:

nmcli dev wifi

image

esp32是我要连接的wifi

2.连接wifi

nmcli dev wifi connect xxx password ***            //xxx为wifi名,***为密码,
nmcli dev wifi connect esp32 password 15016474776

连接成功
image
手机查看:
image

标签:xxx,nmcli,wifi,dev,香橙,ubuntu,连接
From: https://www.cnblogs.com/seekwhale13/p/17537074.html

相关文章

  • 【转】为什么企业喜欢用 Centos 而不是 Ubuntu
    Centos产品规范ubuntu简介ubuntu基于Debian:GNU/Linux是一种强调使用自由软件的发行版,支持多种硬件平台。Debian及其派生发行版使用deb软件包格式,并使用dpkg及其前端作为软件包管理器。Ubuntu:知名Linux发行版之一,由Canonical有限公司赞助,基于Debian,使用自己的软件包......
  • Ubuntu20.04 开机卡在“starting Gnome Display Manager”
    今天ubuntu开机遇到了该问题:解决方法:https://blog.csdn.net/qq_42680785/article/details/116195840sudoaptautoremove--purgesnapd//清理磁盘空间......
  • Dockerfile制作golang-ubuntu_22.04基础镜像
    DockerfileFROMubuntu:22.04ADDgo1.18.5.linux-amd64.tar.gz/usr/localENVPATH=/usr/local/go/bin:$PATH生成镜像#dockerbuild-fDockerfile-tgolang-1.18.5:ubuntu-22.04.验证镜像#dockerrun-it--rmgolang-1.18.5:ubuntu-22.04goversiongoversiongo......
  • Ubuntu23.04 anaconda安装+国内源
    anaconda安装下载官网https://repo.anaconda.com/archive/国内镜像https://mirrors.bfsu.edu.cn/anaconda/archive/https://mirrors.xjtu.edu.cn/anaconda/archive/https://mirror.bjtu.edu.cn/anaconda/archive/https://mirrors.hit.edu.cn/anaconda/archive/https:/......
  • Ubuntu常用参考合集
    系统安装双系统安装、UbuntutoGohttps://www.cnblogs.com/alanjiang/p/16322156.htmlrEFInd多系统引导安装https://www.cnblogs.com/alanjiang/p/17534204.html安装优化zsh&Oh-my-zshhttps://www.bilibili.com/video/BV1dX4y127JL/https://blog.csdn.net/qq_4479......
  • windows上时间项目时间正常,Ubuntu16.04上时间错误
    项目本次测试时间正常,放到服务器上时间差8个小时1.查看Ubuntu系统时间,发现时间设置错误date-R该命令会把我们系统的时间还有时区显示出来,我们是属于东八区,如下图:如果不是 +0800 这个时区的话,就说明我们的时区不对。如果时区正确,系统时间还是有问题,那么我们需要同步网......
  • ubuntu pip is configured with locations that require TLS/SSL
    使用pip时出现pipisconfiguredwithlocationsthatrequireTLS/SSL是因为在编译时候没有加上开启SSL的参数,现在大部分的网络链接为了安全,都开启了SSL加密,常见的有HTTPS。加上--with-openssl=/usr参数--with-openssl需要指定的是openssl的源码目录,经过测试u......
  • Ubuntu系统部署springcloud+nacos遇到的问题。
    1,部署上的jar包运行正常,但是通过浏览器不能访问,telnet+IP+端口连接不通。小皮面板访问后台接口也是不通但是小皮面板可以通过浏览器访问。具体问题暂未解决。2,改用docker部署,将jar包和前端打的包,nacos,redis等打成镜像,放进docker里对外映射出端口可以正常访问。在用docker部署过......
  • Ubuntu安装docker
    Ubuntu安装docker1、先卸载旧版,如果没有的话,就不用执行了,直接第二步。apt-getremovedockerdocker-enginedocker.iocontainerdrunc2、在终端输入aptupdateapt-getinstallca-certificatescurlgnupglsb-release3、安装证书curl-fsSLhttp://mirrors.aliyun.com/......
  • ubuntu系统安装jdk报错debianutils : Breaks: x11-common (< 1:7.7+23~) but 1:7.7+19
    问题:Ubuntu系统执行aptinstallopenjdk-8-jdk 安装jdk8报错root@2b6d781ebc36:/#aptinstallopenjdk-8-jdkReadingpackagelists...DoneBuildingdependencytree...DoneReadingstateinformation...DoneSomepackagescouldnotbeinstalled.Thismaymeanthatyo......