Windows 7 Gom player fast play without pitch change
environment -> Filter -> Customize
Filter rendering -> Custom
Add the filter ” Gretech Audio Filter “ with ” highest priority “
Ubuntu 9.10: ptexlive path
#sudo gedit /etc/profile.d/texlive.sh
export PATH=/usr/local/texlive/p2008/bin/x86_64-unknown-linux-gnu:$PATH
Ubuntu 9.10 happy hacking keyboard re-assign
Ubuntu 9.10 may need to remove Super_L for using Super_L as a new Control_L.
# gedit .Xmodmap
remove mod4 = Super_L
keycode 133 = Control_L
add Control = Control_L
Ubuntu ALC1200 sound setting
#sudo gedit /etc/modprobe.d/alsa-base.conf
add this line,
options snd-hda-intel model=intel probe_mask=1
then reboot.
model: which vender made.
probe_mask=1: this option is needed for ALC1200.
Firefox 3.5 color profile management (ICC)
Put on the address bar “about:config”.
Continue with attention.
Locate “gfx.color_management.display_profile”.
Double click it.
The string is “C:\\WINDOWS\\system32\\spool\\drivers\\color\\sRGB Color Space Profile.icm”.
Restart Firefox.
You can test ICC profile at
http://www.color.org/version4ready.xalter
Citation(JP):
http://capcake.com/capblog/archives/2009/07/firefox-35color-management.php
Change Opera Tab’s Width
Get a skin.
skin.ini
search “[Options]“,
then add this,
Pagebar max button width = 60
Pagebar min button width = 60
If you want to see only favicons in tabs, set “40″ instead of “60″.
Some skin may have this option with commented out.
YaTeX; change fill var
/usr/share/emacs/site-lisp/yatex/yatex.el
locate
(defvar YaTeX-fill-column 72
then reset 72 to which you want to set
rename /usr/share/emacs22/site-lisp/yatex/yatex.elc to yatex.elcold
M-x byte-compile /usr/share/emacs/site-lisp/yatex/yatex.el
emacs fill paragraph
M-q : fill current paragraph
M-x fill-region : fill each paragraphs in the region
How to set default fill column
add this to .emacs
(setq-default fill-column 80)
Default fill parameter is 70.
Ubuntu; fix nvidia drivers error for kernel 2.6.24-19
# sudo synaptic
install “nvidia-glx-new-envy”
then reboot.
Ubuntu; Adopt LaTeX .sty files
#sudo mkdir /usr/share/texmf/tex/latex/misc
put .sty to misc directory.
#sudo mktexlsr
November 12, 2009
November 5, 2009
November 1, 2009