fmujie 发布的文章

Centos无图形化界面使用蓝牙


1. 打开蓝牙首先,确保蓝牙功能已启用:nmcli radio bluetooth on2. 搜索蓝牙设备使用以下命令来扫描附近的蓝牙设备:bluetoothctl在 bluetoothctl 命令行界面中,输入以下命令:power on # 打开蓝牙适配器 scan on # 开始扫描附近的蓝牙设备这将开始搜索附近的蓝牙设备,您会看到设备的 MAC 地址和名称。3. 连接蓝牙设备找到您想要连接的设备的 MAC 地址,然后使用以下命令:pair <MAC地址> # 先配对设备 connect <MAC地址> # 然后连接设备4. 退出 bluetoothctl完成后,可以通过输入 exit 命令退出 bluetoothctl:exit

Centos无图形化界面使用无线网络


1. 确认无线网卡首先,确认无线网卡的名称。可以使用以下命令查看网络接口:nmcli device找到状态为 “wifi” 的设备,通常名称类似于 wlan0 或 wlp2s0。[fmujie@fmujie-desktop Cloudreve]$ nmcli device DEVICE TYPE STATE CONNECTION wlp2s0 wifi 已连接 fmujie_desk_1 p2p-dev-wlp2s0 wifi-p2p 已断开 -- enp1s0 ethernet 不可用 -- lo loopback 未托管 -- 如果为不可用的状态:DEVICE TYPE ...

训练常用命令


训练常用命令nohup python train.py > outLog.log &nohup挂后台运行,退出Xshell连接无影响,防止断网> outLog.log将输出输出到outLog.log文件&追加模式一般运行该命令后会提示如下:(base) root@d9dcc1730df7:~/data1/fmujie/dpl/cal_fgvc# nohup python train_distributed.py > outNA2245628.log & [1] 14131 (base) root@d9dcc1730df7:~/data1/fmujie/dpl/cal_fgvc# nohup: ignoring input and redirecting stderr to stdout如果忘记这个进程号也没关系ps -...

Git创建本地分支并推送至远程仓库建立关联


老是忘,记一下吧创建 git 仓库:mkdir xxx cd xxx git init touch README.md git add README.md git commit -m "first commit" git remote add origin https://gitee.com/fmujie/xxxx.git git push -u origin "master"已有仓库,只需与远程建立连接cd existing_git_repo git remote add origin https://gitee.com/fmujie/xxx.git git push -u origin "master"以下参考自:Git本地创建分支并推送到远程 - 简书 (jianshu.com)1. 创建本地...

WAMP&Laravel:cURL error 60: SSL certificate problem: unable to get local issuer certificate


WAMP&Laravel:cURL error 60: SSL certificate problem: unable to get local issuer certificate"message": "cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://api.weixin.qq.com/sns/jscode2session?appid=wxf8b9dbefc889bcaf&secret=3ed00514cbe0a52c6d708a76ba318acd&js_code=0e3zkmFa1Xrd2I0e6lIa...

召唤看板娘