HOME | Links | About | Read

重装系统记录

Table of Contents

重装 slackware 14.2

LANG

在 /etc/profile.d/lang.sh 中修改export LANG=en_US.utf8

安装常用软件

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

安装最新的Vim

下载自用的git仓库

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

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

vim ~/.config/user-dirs.dirs

结束

把自己重装系统的过程记录下来,方便日后查找。

<2019-07-10 Wed> 将gentoo 换成slackware current。