Debian 10 提示“Debian GNU/Linux 10.0.0 Buster - Official amd64 DVD Binary-1……”
摘要:翻译成中文就是:“更换介质:请把标有“Debian GNU/Linux 10.0.0 Buster - Official amd64 DVD Binary-1”的盘片插入驱动器“/media/cdrom/”再按回车键” 1、输入sudo apt-get update出现错误提示 2、sudo nan
阅读全文
posted @
2019-08-31 09:15
公爵二世
阅读(3953)
推荐(0)
VMware虚拟机安装Debian 10图解
摘要:https://www.linuxidc.com/Linux/2019-07/159336.htm 1、下载: https://www.debian.org/releases/buster/debian-installer/ debian-10.0.0-amd64-DVD-1.iso 2、启动虚拟机
阅读全文
posted @
2019-08-24 17:37
公爵二世
阅读(15926)
推荐(2)
Debian 10安装MQTT
摘要:1、sudo apt-get update2、sudo apt-get upgrade -y3、安装mosquitto:sudo apt-get install mosquitto4、更改mqtt设置:sudo nano /etc/mosquitto/conf.d/mqtt.conf(没有该文件,直
阅读全文
posted @
2019-08-24 13:02
公爵二世
阅读(574)
推荐(0)
Debian 10 python虚拟环境venv安装home assistant
摘要:1、抓取最新源数据:sudo apt-get update 2、更新系统:sudo apt-get upgrade -y 3、安装依赖:sudo apt-get install python3 python3-venv python3-pip 4、创建名为homeassistant 的用户:sudo
阅读全文
posted @
2019-08-24 11:56
公爵二世
阅读(1883)
推荐(0)
Debian 10安装node.js、NPM、Node-RED
摘要:1、查看node.js、NPM版本:node -v 、npm -v2、安装Node.js:sudo apt install nodejs3、安装NPM:sudo apt install npm4、安装Node-RED:sudo npm install -g --unsafe-perm node-re
阅读全文
posted @
2019-08-24 11:46
公爵二世
阅读(1518)
推荐(0)
Debian 10 python安装pip并升级到最新版
摘要:1、判断是否已安装pip:pip 或 pip3 2、用包管理器安装 pip:sudo apt-get install python-pip 或 pip3:sudo apt-get install python3-pip 3、升级 pip:pip install -U pip 或 pip3 insta
阅读全文
posted @
2019-08-20 18:33
公爵二世
阅读(4066)
推荐(0)
Debian 10修改操作系统语言
摘要:1、通常设置 LANG (或者 LC_ALL) 成你的当地语言:env | grep LANG2、配置locales:export LANG=zh_CN.UTF-83、配置 locales:dpkg-reconfigure locales,空格键进行选择并删除其他的选项4、重新启动系统并查看是否安装
阅读全文
posted @
2019-08-20 16:27
公爵二世
阅读(1573)
推荐(0)
Debian 10使用目录
摘要:1、VMware虚拟机安装Debian 10图解 2、Debian 10修改操作系统语言 3、Debian 10 提示“Debian GNU/Linux 10.0.0 Buster - Official amd64 DVD Binary-1……” 4、Debian 10 python安装pip并升级
阅读全文
posted @
2019-08-20 16:25
公爵二世
阅读(318)
推荐(0)