ubuntu_串口
ubuntu串口的操作
一、查看串口
1、使用 dmesg 命令查看串口设备:
在终端中输入以下命令:
dmesg | grep tty
该命令会列出所有与 tty 相关的内核消息,包括串口设备的信息。你可以从输出中查找串口设备的名称和路径。
2、使用 1s /dev/tty* 命令查看串口设备:
在终端中输入以下命令:
ls /dev/tty*
该命令会列出所有的 tty ...
2023年全国职业院校技能大赛(高职组)windows维护&Ubuntu维护
Windows系统维护
在物联网系统中通常会发生一些安全问题,作为物联网工程师需对系统进
行安全维护和性能优化配置。
任务要求:
Ø 帐户登录安全设置,此安全设置确定 OS 是否在此计算机每次验证帐户凭
据时进行审核。要求开启成功、失败选项的编辑界面截屏,另存为 A-14-1.
jpg。
答:
可以按照以下步 ...
debian 安装包中changelog.Debian 日志格式
官方说明文档 : https://www.debian.org/doc/debian-policy/index.html#contents
A、
debian/changelog应该简单就介绍安装包的版本,当然也可以包含与上一个版本的些改变。changelog应该能够使安装工具(例如:dpkg)去发现安装包的版本号和其他的release信息。
changelog文件的格式:
package (version) ...
Debian 12 更换国内/本地源
目录修改源阿里云源清华大学源(写该文章时有问题)中科大源网易源腾讯云源把本地光盘当做源来使用更新源
修改源
vim /etc/apt/sources.list
阿里云源
deb https://mirrors.aliyun.com/debian/ bookworm main non-free non-free-firmware contrib
deb-src https://mirrors.aliyun.com/debian/ bookworm main non-free non-fre ...
Ubuntu 23.10默认将在原生 Wayland 模式下运行火狐浏览器 Firefox
Canonical 公司近日宣布,在即将发布的 Ubuntu 23.10 中,Firefox Snap 已配置默认在 Wayland 模式下运行。
注:Ubuntu 目前已经默认 Wayland 会话,Firefox 也能正常工作。不过当前 Firefox Snap 实际上是以 XWayland 兼容模式下运行,而不是严苛的原生 Wayland 模式。
Canonical 宣布默认会在 Wayland 模式下运行 Firefo ...
Debian 12源
更新 Debian 12源
更新现有的软件至 Debian 12 的最新版本:
sudo apt-get update
sudo apt-get upgrade
然后把 /etc/apt/sources.list 里面的内容全部注释掉,增加以下 Debian 12 的软件源
国内常见镜像站点
Debian全球镜像站列表:https://www.debian.org/mirror/list 。
下面列出国内常用的镜像站点及&nbs ...
debian
debian软件包
安装 sudo dpkg -i linuxqq_3.0.0-100_amd64.deb sudo apt install -y linuxqq_3.0.0-100_amd64.deb
卸载 sudo dpkg -r linuxqq
安装中文输入法
1.安装fcitx5
sudo apt install fcitx5 fcitx5-chinese-addons
2.安装完成,重启电脑,然后按Ctrl + 空 ...
【整活】win11与Ubuntu双系统的部署
win11与Ubuntu双系统的部署
目录win11与Ubuntu双系统的部署想法来源利弊分析安装原理教程步骤制作u盘媒介预留分配空间安装Ubuntu系统优先启动项与默认启动项
想法来源
刚开始没有想到这个方案,是贾同学告诉我的。所以说,本教程由贾同学提供技术指导,本人负责编写成文。在这里插入贾同学的博客主页:https://www.cnblogs ...
Ubuntu 22.04 Desktop配置雾凇拼音(Rime-Ice)
1. 安装Plum
首先安装Plum配置文件管理器东风破Plum
选定一个合适的目录,在该目录下执行命令:
curl -fsSL https://raw.githubusercontent.com/rime/plum/master/rime-install | bash
该命令会在当前目录下clone plum的项目,并执行其中的初始化命令
2. 安装Rime
使用apt-get命令安装Rime本体:
sudo apt-get install ibu ...
ubuntu 20.04录屏软件OBS安装和卸载图文教程
OBS是由世界各地的志愿贡献者在空闲时间开发的开源软件。一款视频直播录制软件,主要用于视频的录制、直播的创流。
Ubuntu / Mint 的安装
请注意,OBS Studio在Chrome OS上不能完全工作,屏幕和窗口捕捉等功能不能使用。
建议使用 xserver-xorg 1.18.4 或更新的版本,以避免 OBS 中某些功能的潜在性能问题,如全屏投影仪。
...
win11安装ubuntu(by wsl2)
欢迎访问我的GitHub
这里分类和汇总了欣宸的全部原创(含配套源码):https://github.com/zq2599/blog_demos
本机情况
省吃俭用入手了ThinkPad T14,打算装好Linux后作为开发机器使用,本文记录了安装过程,以便将来在新系统上用到
作为参考,机器软硬件情况如下
接下来就是安装wsl2的过程,并未为了验证Linux是否正常, ...
Ubuntu18.04如何更新openssl版本? ubuntu升级openssl的教程
给大家分享一下Ubuntu18.04如何更新openssl版本,ubuntu18.04内置了1.1.0g版本的openssl,详细请看下文介绍。
安装telnet
(防止在升级的过程中,远程无法连接)
# apt update
# apt install openbsd-inetd telnetd
查看telnet 服务,并使用telnet登录系统。
# netstat -a|grep telnet
安装编译环境
1.安装make
# apt inst ...
linux一键换源脚本,centos,debian,ubuntu通用脚本
国内使用
bash <(curl -sSL https://linuxmirrors.cn/main.sh)
# github地址
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh)
# gitee地址
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)
海外使用
bash <(curl -sSL h ...
debian
https://cdimage.debian.org/debian-cd/current/amd64/bt-dvd/
https://mirrors.163.com/debian-cd/12.1.0/amd64/iso-dvd/
https://www.debian.org/CD/faq/#write-usb
chrome 导出密码
安装 debian
安装虚拟机,安装 cn_windows_7_ultimate_with_sp1_x64_dvd_u_677408.iso
nala install zsh
  ...
QEMU运行ARM64(Aarch64)Debian系Linux
.markdown-body { line-height: 1.75; font-weight: 400; font-size: 16px; overflow-x: hidden; color: rgba(37, 41, 51, 1) }
.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 { line-height: 1.5; margin-top: 35px; margin-bottom: 10px; padding- ...
debian 12 source
cat <<EOF >/etc/apt/sources.list
# https://mirror.tuna.tsinghua.edu.cn/help/debian/
# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free non-free-firmware
# deb-src https://mirrors.tuna.tsinghua.edu.cn/deb ...
ES on debian
https://www.rosehosting.com/blog/how-to-install-and-set-up-elasticsearch-on-debian-11/
apt install default-jre
systemctl enable --now elasticsearch
systemctl status elasticsearch
systemctl restart elasticsearch
/usr/share/elasticsearch/bin/elasticsearch-reset-password -u elastic
https://linuxhint ...
如何在 Debian 11 上安装 NVM
NVM 代表 Node Version Manager,它是一个用于安装和管理多个Node.JS版本的命令行工具。它只允许程序员在他们的帐户中安装 Node.js。这意味着安装是特定于用户的。单个系统中的所有用户都有自己的 Node.js 安装。
在 Debian 11 Bullseye 上安装 NVM
步骤 1. 在我们安装任何软件之前,通过apt在终端中运行以下命令 ...
debian安装dnw
参考:https://blog.csdn.net/qq_37858281/article/details/120584993https://www.xjx100.cn/news/633142.html?action=onClickhttp://www.ichengxu.cc/show-22-14963-1.html
1. 下载编译DNW1.1 下载https://github.com/changbindu/dnw-linux
1.2 将dnw-linux-master放到 /home/guo/work/linux/tool文件夹, 并进入.$ c ...
二、Docker Compose Install Debian
在Debian 上安装Docker Compose需要遵循以下步骤:
也适用于其他系统,将 apt-get命令改成所对应的命令
确保您的系统已经安装了Docker。
安装Python和pip:
sudo apt-get update
sudo apt-get install python3 python3-pip
使用pip安装Docker Compose:
sudo pip3 install docker-compose
证Docker Compose是否 ...