Deny Foxit Reader UAC
As a default, Foxit would be executed as an Administrator.
Search Foxit Reader.exe in Program Files, and
check off Administrator option.
Google Chrome 2.0 with GDI++
make a shortcut that
"C:\Documents and Settings\Username\Local Settings\Application Data\Google\Chrome\Application\chrome.exe" --no-sandbox
–no-sandbox option is important.
citation:
http://code.google.com/p/chromium/issues/detail?id=7758
HP ML115: CentOS with tg3 (network)
Get the latest tg3.*.src.rpm
- rpm -ivh tg3-3.92n-1.src.rpm
- cd /usr/src/redhat
- rpmbuild -bb SPECS/tg3.spec
- rpm -ivh RPMS/i386/tg3-3.92n-1.i386.rpm –force
If you adopt 64bit kernel, “rpm -ivh RPMS/x86_64/tg3-3.92n-1.x86_64.rpm –force”
Remove Foxit Reader’s banner
Resource Hacker
http://www.angusj.com/resourcehacker/
Open the “Foxit_Reader.exe” with Resource Hacker.
Remove banners in “Bitmap”. Then Save it.
Rename “Foxit_Reader_original.exe” to “Foxit_Reader_original”.
Caution; It may be illegal or violation of license.
Ubuntu Wine; Google Chrome
According to this http://www.winehq.org/site/download-deb, update to the latest wine.
#sudo wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
#sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list
then launch update-manager.
Get ChromeSetup.exe and launch.
Some computers doesn’t work.
If you wanna use Webkit browser on Ubuntu, use Arora web browser.
Caution; Google Chrome sends to Google what you input on the location bar.
I don’t care about it now.
making tables for LaTeX
make a table with openoffice calc.
copy the table.
paste it to opanoffice draw.
save it as odg.
save the table as eps with checking area select.
old version
http://myunko.wordpress.com/2008/02/19/latex-making-tableslatex-making-tables/
LaTeX; change section font size
# gedit newsec.sty
\def\section{\@startsection {section}{1}{\z@}{-3.5ex plus -1ex minus
-.2ex}{2.3ex plus .2ex}{\large\bf}}
preamble
\usepackage{newsec}
Ubuntu sound recognition
*Check whether Ubuntu recognize sound hardware
#cat /proc/asound/card0/codec#* | grep Codec
If Ubuntu couldn’t recognize audio hardware, nothing would be output.
If you get something output ( for example, Realtek ALC880 ),
edit “alsa-base” according to this post.
HDA ATI SB / INTEL Sound card problem [SOLUTION!] – Ubuntu Forums
Ubuntu; fix Openoffice frequently crash
sudo apt-get remove openoffice.org-gtk
Though OOo gets poor appearance, it becomes stable.
September 30, 2009
June 14, 2009
April 1, 2009