安装Debian后做的一些事情

Posted ibg

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装Debian后做的一些事情相关的知识,希望对你有一定的参考价值。

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后做的一些事情的主要内容,如果未能解决你的问题,请参考以下文章

在元素消失/加载完成后做一些事情

php 会员2在付款后做一些事情

安装 Kali Linux 后需要做的 20 件事

购买了云服务器后做的一些事

高挑战事情先做还是后做?

续:纠正:ubuntu7.04可以安装,而且完美的安装 ! for《Oracle-10.2.0.1,打补丁10.2.0.5:在 debian 版本4不含4以上,及 ubuntu 7.04不含(代码片段