首页 > 其他 > 详细

安装Debian后做的一些事情

时间:2018-03-07 18:38:11      阅读:219      评论:0      收藏:0      [点我收藏+]

1.source.list

# aliyun
deb http://mirrors.aliyun.com/debian/ stretch main non-free contrib
deb http://mirrors.aliyun.com/debian/ stretch-proposed-updates main non-free contrib
deb http://mirrors.aliyun.com/debian-security/ stretch/updates main non-free contrib
deb http://mirrors.aliyun.com/debian/ stretch-backports main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ stretch main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ stretch-proposed-updates main non-free contrib
deb-src http://mirrors.aliyun.com/debian-security/ stretch/updates main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ stretch-backports main non-free contrib

2. open terminal here

Applications Menu - File Manager - Configure Custom Actions - Create Action
    - Basic
        - Command: exo-open --working-directory %f --launch TerminalEmulator
    - Appearance Conditions
        - File Pattern: *
        - Appears if selection contains:
           Directories

3.sudo

apt-get install sudo
visudo

4. 共享文件夹

$ cd /mnt
$ sudo mkdir share
$ sudo mount -t vboxsf vshare /mnt/share

5. material theme

cd /tmp && wget -qO - https://github.com/nana-4/materia-theme/archive/master.tar.gz | tar xz
cd materia-theme-master
sudo ./install.sh

6. paper icon

https://github.com/snwh/paper-icon-theme
https://snwh.org/paper/download
# install the deb
sudo dpkg -i paper*.deb
# install dependencies
sudo apt-get install -f

7. 搜狗输入法

- https://pinyin.sogou.com/linux/
- logout

 

......

安装Debian后做的一些事情

原文:https://www.cnblogs.com/ibgo/p/8523792.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!