码迷,mamicode.com
首页 > 其他好文 > 详细

安装Debian后做的一些事情

时间:2018-03-07 18:56:27      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:ror   load   inux   open   org   paper   .gz   共享文件夹   mina   

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后做的一些事情

标签:ror   load   inux   open   org   paper   .gz   共享文件夹   mina   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!