嵌入式工具集

嵌入式工具集

Modbus协议生成器

--
暂无记录

Modbus CRC16 计算器

等待计算...

32位Bit位选择器

0

16进制计算器

等待计算...

电阻计算器

并联: --
串联: --

字节序转换工具

大端: --
小端: --

进制/编码转换工具

--
--
--
--

(一)Ubuntu12系统更换阿里源

Ubuntu12系统更换阿里源

1.编辑源列表

sudo vim /etc/apt/sources.list

2. 删除所有内容,添加

deb http://mirrors.aliyun.com/ubuntu/ precise main restricted universe multiverse 
deb http://mirrors.aliyun.com/ubuntu/ precise-security main restricted universe multiverse 
deb http://mirrors.aliyun.com/ubuntu/ precise-updates main restricted universe multiverse 
deb http://mirrors.aliyun.com/ubuntu/ precise-proposed main restricted universe multiverse 
deb http://mirrors.aliyun.com/ubuntu/ precise-backports main restricted universe multiverse 
deb-src http://mirrors.aliyun.com/ubuntu/ precise main restricted universe multiverse 
deb-src http://mirrors.aliyun.com/ubuntu/ precise-security main restricted universe multiverse 
deb-src http://mirrors.aliyun.com/ubuntu/ precise-updates main restricted universe multiverse 
deb-src http://mirrors.aliyun.com/ubuntu/ precise-proposed main restricted universe multiverse 
deb-src http://mirrors.aliyun.com/ubuntu/ precise-backports main restricted universe multiverse

3.保存退出,执行

sudo apt-get update
sudo apt-get upgrade
posted @ 2022-05-08 20:08  大高玩子  阅读(250)  评论(0)    收藏  举报