#中科大的源
deb https://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
deb-src https://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
apt-get install -y zip unzip lrzsz git
apt-get install -y zsh
wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh
chsh -s /bin/zsh root
apt-get install -y vim
curl https://raw.githubusercontent.com/wklken/vim-for-server/master/vimrc > ~/.vimrc
- 下载 deb 文件:http://pinyin.sogou.com/linux/
- 安装依赖:
apt-get install -y fcitx
- 安装 deb 文件:
dpkg -i 文件名
- 应该会提示有部分依赖不存在,则执行:
apt-get --fix-broken install -y
- 安装完成后:
- 终端输入:
im-config
,一路确定,在有一个提示选项中选择:fcitx
,重启电脑,按 Ctrl + Space 就可以切换输入法
- 命令:
sudo apt-get install parcellite
- 修改快捷键:
右键软件 | 首选项 | Hotkeys | 历史记录按键组合
sudo apt install cmake valac libgtk-3-dev libkeybinder-3.0-dev libxml2-utils gettext txt2man
git clone https://github.com/phw/peek.git --depth=1
mkdir peek/build
cd peek/build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DGSETTINGS_COMPILE=OFF ..
make package
sudo dpkg -i peek-*-Linux.deb
wget http://packages.linuxdeepin.com/deepin/pool/main/d/deepin-scrot/deepin-scrot_2.0-0deepin_all.deb
sudo dpkg -i deepin-scrot_2.0-0deepin_all.deb
apt-get --fix-broken install -y
//终端下启动
deepin-scrot
[Desktop Entry]
Name=firefoxnew
Name[zh_CN]=firefoxnew
Comment=firefox new
Exec=/opt/firefox/firefox
Icon=/opt/firefox/icons/updater.png
Terminal=false
Type=Application
Categories=Application;
Encoding=UTF-8
StartupNotify=true