<<COMMENT
This is a comment line.
This is another comment line.
COMMENT
Note: "COMMENT" can be anything. Just make sure they are paired.
Tuesday, November 16, 2010
Tuesday, November 9, 2010
Change Default Terminal Size in Ubuntu 10.04
Go to System -> Preferences -> Preferred Applications -> System (tab)
Change Terminal Emulator to "Custom".
Command: gnome-terminal --geometry=86x24
Execution flag: -x
Change Terminal Emulator to "Custom".
Command: gnome-terminal --geometry=86x24
Execution flag: -x
Saturday, October 9, 2010
Thursday, September 23, 2010
Reinstall the ATI Driver in Ubuntu
- Remove old fglrx drivers
- sudo apt-get remove xorg-driver-fglrx fglrx-kernel-source fglrx
- sudo /usr/share/ati/amd-uninstall.sh
- Restart your computer, so that these old drivers are not in use.
- Download the correct ATI driver from amd.com.
- Install the downloaded driver, e..g, sudu sh amd-driver-installer-12-4-x86.x86_64.run
- Modify the screen resolution in /etc/X11/xorg.conf if necessary:
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Sunday, September 19, 2010
Sunday, September 12, 2010
Merge Multiple PDFs
- install pdftk: sudo apt-get install pdftk
- pdftk <a.pdf> <b.pdf> <c.pdf> cat output <all.pdf>
Monday, August 23, 2010
Thursday, April 29, 2010
Small Tricks in LaTeX
- Make a figure span two columns in LaTeX
\begin{figure*}
\end{figure*}
\end{figure*}
- Change column spacing of a table
\begin{table}[t]
\setlength\tabcolsep{2pt}
...
\end{table}
Sunday, April 25, 2010
Saturday, February 13, 2010
Subscribe to:
Posts (Atom)