TexLive2013をインストール(2014.02.07)
# wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz # tar zxvf install-tl-unx.tar.gz # ./install-tl-20130720/install-tl ... Enter command: I ....bashrcに以下を記述
# setting for texlive 2013 export MANPATH=/usr/local/texlive/2013/texmf-dist/doc/info:$MANPATH export INFOMATH=/usr/local/texlive/2013/texmf-dist/doc/man:$INFOPATH export PATH=/usr/local/texlive/2013/bin/x86_64-linux:$PATHこの時、pxdviが最新版に更新されなかったので、以下のコマンドを実行
# cd /usr/local/texlive/2013 # ディレクトリ移動 # ln -s texmf-dist texmf # リンク作成 # tlmgr --repository=http://www.tug.org/~preining/tlptexlive/ install # pxdvi # インストール開始さらに文字化け対策としてGhostscriptの日本語対応させる。 /etc/ghostscript/cidfmap.jpに以下の記述を追加。
/IPAPMincho << /FileType /TrueType /Path (/usr/share/fonts/ipa-pmincho/ipamp.ttf) /CSI [(Japan1) 6] >> ; /IPAMincho << /FileType /TrueType /Path (/usr/share/fonts/ipa-mincho/ipam.ttf) /CSI [(Japan1) 6] >> ; /IPAGothic << /FileType /TrueType /Path (/usr/share/fonts/ipa-gothic/ipag.ttf) /CSI [(Japan1) 6] >> ; /VL-Gothic << /FileType /TrueType /Path (/usr/share/fonts/vlgothic/VL-PGothic-Regular.ttf) /CSI [(Japan1) 6] >> ; /VL-Gothic-Regular /VL-Gothic ; /VL-Gothic-JaH << /FileType /TrueType /Path (/usr/share/fonts/vlgothic/VL-PGothic-Regular.ttf) /CSI [(Japan1) 6] >> ; /VL-Gothic-Regular-JaH /VL-Gothic-JaH ; /Ryumin-Light /IPAMincho ; /Adobe-Japan1 /IPAGothic ; /Adobe-Japan2 /VL-Gothic-JaH ; /GothicBBB-Medium /IPAGothic ; /GothicBBB-Medium-H /IPAGothic ;
DropboxをLinuxで使えるようにする(2012.02.08)
# wget -O ~/bin/dropbox.py http://www.dropbox.com/download?dl=packages/dropbox.pytigervncを使ってリモートデスクトップ (2012.12.18)
まずyumでtigervncをインストールとりあえずここで探せ(2008.6.4)
rpm search他人のrpmを覗いてみる(2008.6.4)
自分のやつには入っていないが、他人のPCには入っているファイルはたくさんある。 そんなファイルがどのrpmから手に入るか調べるコマンド。gcc3.4と4.1を共存させる(2008.6.4)
いかのパッケージをyumからゲット。compat-gcc-34.x86_64 compat-gcc-34-c++.x86_64 compat-gcc-34-g77.x86_64
Topdrawer(2008.6.4)
topdrawerのコンパイルにはf2c.hが必要。f2c.hはrpmで手に入れてくるべし。