[[ blog 이사 과정에서 정확한 posting날짜가 분실됨. 년도와 분기 정도는 맞지 않을까? ]]
Notation:
 [ ... ] : Issues that I face with. Record(History) for resolve the issue should be followed by - should be indented.
 { ... } : state and environment
 ( ... ) : reference stuff to resolve the issues.
{ Laptop : HP EliteBook 8530w }
 { OS : Ubuntu 9.04 Jaunty }
 [ Nvidia graphic card is not identified by Jaunty ]
 ( http://www.linlap.com/wiki/HP+EliteBook+8530W )
download NVIDIA-Linux-x86-185.18.36-pkg1.run
stop 'gdm' service at "System > Administration > Services"
type "sh NVIDIA-Linux-x86-185.18.36-pkg1.run" to install NVIDIA driver
 
 [ Sound doesn't work! ]
 ( http://www.linlap.com/wiki/HP+EliteBook+8530W )
Add the following lines at "/etc/modprobe.d/alsa-base"
=> options snd-hda-intel model=laptop
 
 { My laptop is behind proxy }
 [ 'git' command doesn't work ]
git config should be modified. So, I added following lines at '~/.bashrc'
=> git config --global core.gitproxy "xxx for kernel.org"
'Domain > Linux' 카테고리의 다른 글
| [Linux] fork in multi-threaded program. (0) | 2010.08.16 | 
|---|---|
| [Linux][Android] Analyzing Memory Usage. (0) | 2010.08.15 | 
| [Bash] Miscellaneous information (0) | 2010.04.09 | 
| [Bash] Shell setup files (0) | 2009.10.15 | 
| [Linux] script doesn't work correctly in cron (0) | 2009.10.13 |