Setelah Linux terpasang dan berhasil terhubung ke Internet, ada beberapa hal yang perlu disesuaikan untuk kenyamanan.
Sebelumnya perbaharuilah daftar paket Debian:
# apt-get update
# apt-get install vim
" Vim5 and later versions support syntax highlighting. Uncommenting the next " line enables syntax highlighting by default. syntax on
" Uncomment the following to have Vim jump to the last position when " reopening a file if has("autocmd") au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal g'\"" | endif endif
" Uncomment the following to have Vim load indentation rules according to the " detected filetype. Per default Debian Vim only load filetype specific " plugins. if has("autocmd") filetype indent on set smartindent set expandtab set tabstop=4 set softtabstop=4 set shiftwidth=4 endif
set ignorecase " Do case insensitive matching
set smartcase " Do smart case matching
# apt-get install postgres
# apt-get install postgresql
postgresql postgresql-8.2-plruby postgresql-client-8.1 postgresql-doc-8.2 postgresql-pltcl-8.3 postgresql-7.4 postgresql-8.2-plsh postgresql-client-8.2 postgresql-doc-8.3 postgresql-postgis-java
# enable bash completion in interactive shells if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi
# apt-get install openssh-server
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=979e53c9-b300-41e1-97e9-1ed568d58ca5 ro quiet splash
# apt-get install firefox flashplugin-nonfree mozilla-mplayer
3D Accelerator
Rasanya Anda perlu Google Earth untuk menambah wawasan. Aplikasi ini butuh 3D accelerator pada VGA dan perlu diaktifkan. Silahkan baca http://rab.co.id/download untuk memasangnya, ditujukan bagi nVidia atau ATi. Untuk meyakinkan apa merk VGA-nya gunakan perintah ini:
# lspci 02:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 440] (rev a3)
# apt-get install libxine1-ffmpeg
Komentar terbaru
10 tahun 43 pekan y.l.
13 tahun 21 pekan y.l.
13 tahun 21 pekan y.l.
13 tahun 21 pekan y.l.