5

重装系统记录

 3 years ago
source link: https://houye.xyz/2018-11/reinstallsystem/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

安装常用软件

sslocal

安装好pip后 pip install shadowsocks

/etc/shadowsocks.json

{
    "server":"my_server_ip",
    "server_port":433,
    "local_address": "127.0.0.1",
    "local_port":1080,
    "password":"mypassword",
    "timeout":300,
    "method":"aes-256-cfb",
}

nohup /usr/bin/sslocal -c /etc/shadowsocks.json & 加到在xfce4的自启动

fcitx

卸载自带的scim removepkg scim 安装fcitx和fcitx-configtool 将下面加到/etc/profile.d/scim.sh /etc/profile.d/scim.csh,并 /chmod +x /

export GTK_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
export QT_IM_MODULE=fcitx

vritualbox

安装好 virtaulbox 和 virtualbox-kernel

中间出现 The vboxdrv kernel module is not loaded. 执行 modprobe vboxdrv 后解决

mit-scheme

安装好 mit-scheme 后,可在 Emacs 中执行 M-x run-scheme 使用

texlive

texlive 和 texlive-extra 都需要安装。

一个中文的例子

\documentclass{article}
\usepackage{ctex}
\begin{document}
使用article类和ctex宏包我也可以输出汉字
\end{document}

安装最新的Vim

下载自用的git仓库

git clone git@ip:/srv/name.git 在用户Home目录,建 Vim 和 Emacs 配置文件的soft link

将家目录下的中文目录改成英文目录

vim ~/.config/user-dirs.dirs


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK