Hello World
May 13, 2026
诗
聂鲁达【智利】
我简直无以言表,我
瞠目结舌
我头脑发热或羽翼失修
而使灵魂有点蠢动
我一意孤行
去诠释那团火
我记下第一行苍白文字
变态的、空洞无物、纯粹
的痴言乱语、一整个无知者的
终极智慧
而忽然间我瞥见
天堂之锁开启
诸多星辰、离离草木
镶边的幻影
迷一般地
与箭、火焰和花丛
以及寥廓长夜、寰宇浑然一体
宝贝读物
<<我的情绪小怪兽>>
引导宝宝如何理解情绪,为以后更好的控制管理自己的情绪打下基础。
情绪管理很重要,直接影响人际交往,问题解决,自信心等。
<<小灯泡情绪管理绘本>>
来自韩国的"暖心"情绪绘本,为儿童的性情培养提供全面的解决方案,用一段段温情的亲子时光引导孩子.
学会正当释放情绪,培养健康快乐心态.
学习笔记
动态域名
open edx
- 学堂在线
username : jiang_xumin@massclouds.com
- 中国大学MOOC
username :jiang_xumin@massclouds.com
- edx
login : google emal
- 编程类开放书籍荟萃
流程图
sudo snap install drawio
grub-customizer
思源字体安装
- 思源宋体
- https://github.com/adobe-fonts/source-han-serif/releases
Language Specific OTFs Simplified Chinese (简体中文)
- 思源黑体
- https://github.com/adobe-fonts/source-han-sans/releases
Language Specific OTFs Simplified Chinese (简体中文)
# 思源宋体
sudo mkdir -p /usr/share/fonts/opentype/SourceHanSerifSC
sudo unzip -x ~/Downloads/09_SourceHanSerifSC.zip -d /usr/share/fonts/opentype/SourceHanSerifSC
fc-cache -f -v
fc-list |grep -i SourceHanSerifSC
# 思源黑体
sudo mkdir -p /usr/share/fonts/opentype/SourceHanSansSC
sudo unzip -x ~/Downloads/09_SourceHanSansSC.zip -d /usr/share/fonts/opentype/SourceHanSansSC
fc-cache -f -v
fc-list |grep -i SourceHan
Ubuntu 编译源码包
http://blog.sina.com.cn/s/blog_476d8cf30100lnd4.html
$ sudo apt-get source tree
$ sudo apt-get build-dep tree
$ cd tree-1.5.1.2
$ sudo dpkg-buildpackage
# 构建 vlc 打包环境
apt-get update
apt-get install curl -y
curl -o /etc/apt/sources.list http://mirrors.163.com/.help/sources.list.trusty
apt-get update
sudo apt-get build-dep vlc -y
#sudo apt-get source vlc
镜像下载地址
源列表
科大开源镜像站: http://mirrors.ustc.edu.cn/
163源地址: http://mirrors.163.com/
阿里源地址: http://mirrors.aliyun.com/
# ubuntu14.04 163源
$ sudo wget -O /etc/apt/sources.list http://mirrors.163.com/.help/sources.list.trusty
# sudo curl -o /etc/apt/sources.list http://mirrors.163.com/.help/sources.list.trusty
# ubuntu 14.04 更换阿里源
$ grep "archive.ubuntu.com" /etc/apt/sources.list && \
sed -i 's/archive.ubuntu.com/mirrors.aliyun.com/' /etc/apt/sources.list
# 科大源
$ sudo sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
# APT工具集使用的默认配置文件是/etc/apt/apt.conf
$ sudo tee /etc/apt/apt.conf <<-'EOF'
Acquire::http::proxy "http://127.0.0.1:8123/";
Acquire::https::proxy "https://127.0.0.1:8123/";
EOF
# 1.使用-o选项
sudo apt-get -o Acquire::http::proxy="http://127.0.0.1:8123/" update
# 2. 使用-c选项
$ sudo tee ~/apt_proxy.conf <<-'EOF'
Acquire::http::proxy "http://127.0.0.1:8123/";
Acquire::https::proxy "https://127.0.0.1:8123/";
EOF
sudo apt-get -c ~/apt_proxy.conf update
# 3. 如果我们设置了环境变量APT_CONFIG,那么APT工具集将使用APT_CONFIG指向的配置文件。
$ export APT_CONFIG=~/apt_proxy.conf
$ sudo apt-get update
Contents:
- AI
- Vue3
- ROS
- ROS2
- Autoware
- Apollo
- WebRTC
- npm下载源
- Unity
- qemu命令总结
- Vim
- Mac
- Git
- Python
- Android
- C/C++
- Rust
- Qt
- Opencv
- Nginx
- lightweight markup language
- LaTeX
- Docker
- Vagrant
- Virtualbox
- DataBase
- Linux
- Shell
- IED
- Windows
- Mingw32 (fedora)
- NSIS
- Dnsmasq
- X11 and openbox
- 常用工具安装极其配置
- X11
- Install CD Customization
- 科学上网
- 其他
- Udpcast