総数:57 今日:1 昨日:0
~$ ifconfig
~$ LANG=C xdg-user-dirs-gtk-update
~$ sudo apt-get -y update ~$ sudo apt-get -y upgrade
~$ sudo apt-get install nautilus-open-terminal
~$ sudo apt-get install libxml-libxml-perl
~$ sudo apt-get install vim ~$ sudo apt-get install vim-gnome
~$ cat <<EOF > .vimrc set guifont=Courier\ 10\ Pitch\ 11 set number set cursorline command! -nargs=1 Grep call s:Grep(<f-args>) function! s:Grep(command) let orig_grepprg = &l:grepprg let &l:grepprg = substitute(a:command, '|', '\\|', 'g') grep let &l:grepprg = orig_grepprg endfunction set encoding=utf-8 EOF
~$ sudo apt-get install git-core
~$ git config --global user.name “John Smith” ~$ git config --global user.email “john.smith@domain” ~$ git config --global color.ui auto ~$ git config --global core.editor vim
~$ ls -la /media/ 合計 16 drwxr-xr-x 4 root root 4096 5月 3 20:09 . drwxr-xr-x 24 root root 4096 5月 3 19:36 .. drwxrwx--- 2 root vboxsf 4096 5月 3 20:09 sf_shared_with_host