.. onepice documentation master file, created by
sphinx-quickstart on Thu May 4 09:58:38 2017.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
##################
Hello World
##################
|today|
.. raw:: html
诗歌
诗
聂鲁达【智利】
我简直无以言表,我
瞠目结舌
我头脑发热或羽翼失修
而使灵魂有点蠢动
我一意孤行
去诠释那团火
我记下第一行苍白文字
变态的、空洞无物、纯粹
的痴言乱语、一整个无知者的
终极智慧
而忽然间我瞥见
天堂之锁开启
诸多星辰、离离草木
镶边的幻影
迷一般地
与箭、火焰和花丛
以及寥廓长夜、寰宇浑然一体
------------------------------
*************************************
宝贝读物
*************************************
.. code::
<<我的情绪小怪兽>>
引导宝宝如何理解情绪,为以后更好的控制管理自己的情绪打下基础。
情绪管理很重要,直接影响人际交往,问题解决,自信心等。
<<小灯泡情绪管理绘本>>
来自韩国的"暖心"情绪绘本,为儿童的性情培养提供全面的解决方案,用一段段温情的亲子时光引导孩子.
学会正当释放情绪,培养健康快乐心态.
*************************************
学习笔记
*************************************
* `线性代数 `_
*************************************
动态域名
*************************************
* `noip动态域名 `_
*************
open edx
*************
* `学堂在线 `_
* username : jiang_xumin@massclouds.com
* `中国大学MOOC `_
* username :jiang_xumin@massclouds.com
* `edx `_
* login : google emal
* `MOOC 网站:Coursera、Udacity、edX,哪个更适合中国人?你有何经验分享? `_
编程类开放书籍荟萃
* https://linuxstory.org/free-chinese-programming-books/
* https://www.zhihu.com/question/38836382
**流程图**
* `Drawio `_
.. code-block:: sh
sudo snap install drawio
* `ProcessOn `_
* `yEd `_
---------------
* `mobaxterm `_
--------------
* `协作工具 leangoo `_
* grub-customizer
匿名网盘
* `奶牛快传 `_
* `Firefox Send `_
* `瑞典 anonfile `_
* `degoo(jiang_xmin@massclouds.com) `_
************************
Ubuntu 编译源码包
************************
http://blog.sina.com.cn/s/blog_476d8cf30100lnd4.html
* `Debian 维护者指导 `_
* `Debian 管理员手册 `_
.. code-block:: bash
$ 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
************************
镜像下载地址
************************
* `Ubuntu `_
* `CentOS `_
************
源列表
************
* 科大开源镜像站: http://mirrors.ustc.edu.cn/
* 163源地址: http://mirrors.163.com/
* 阿里源地址: http://mirrors.aliyun.com/
.. .. code-block:: bash
.. $ curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
.. $ curl -o /etc/yum.repos.d/epel-7.repo http://mirrors.aliyun.com/repo/epel-7.repo
.. $ sudo yum makecache
.. # centos/fedora 安装epel扩展源 并更换为科大开源镜像
.. $ sudo yum -y install epel-release
.. $ sudo sed -e 's!^mirrorlist=!#mirrorlist=!g' \
.. -e 's!^#baseurl=!baseurl=!g' \
.. -e 's!//download\.fedoraproject\.org/pub!//mirrors.ustc.edu.cn!g' \
.. -e 's!http://mirrors\.ustc!https://mirrors.ustc!g' \
.. -i /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel-testing.repo
`Fodora 中文社区软件源 `_
.. code-block:: bash
# 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-get命令使用代理 `_
.. code-block:: bash
# 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
* `jitsi 开源视频会议 `_
..
我是注释内容
你看不到我
.. toctree::
:maxdepth: 2
:caption: Contents:
ros/index
ros/ros2
autoware/index
apollo/index
webrtc/index
unity/index
qemu_libvirt/qemu
openstack/index
vim/vim
mac/index
git/index
python/index
java/index
android/index
golang/index
cpp/index
rust/index
qt/index
opencv/index
nginx/index
download_tools/index
bittorrent/index
lightweight_markup_language/index
latex/index
docker/index
kubernetes/index
rancher/index
vagrant/index
virtualbox/index
database/index
unix/index
unix/unix
unix/shell/shell
IDE/index
windows/index
mingw32/index
nsis/index
dnsmasq/index
apache/index
openbox/index
linux_tools_cfg/index
x11/index
install_cd_customization/index
gfw_is_shit/index
tensorflow/index
other/index