総数: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
~$ cp -rp /media/<ユーザー名>/VMware\ Tools/ .
~$ git clone https://github.com/rasa/vmware-tools-patches.git
~/vmware-tools-patches/ ディレクトリができる。
~$ cp -p VMware\ Tools/VMwareTools-*.tar.gz vmware-tools-patches/
~$ sudo shutdown -h now
~$ cd vmware-tools-patches/ ~/vmware-tools-patches$ ./untar-and-patch-and-compile.sh
~$ sudo shutdown -h now
~$ vmplayer
~$ ls -la /mnt/hgfs/ 合計 13 dr-xr-xr-x 1 root root 4192 5月 23 2015 . drwxr-xr-x 3 root root 4096 5月 23 19:52 .. drwxrwxr-x 1 wwwdev wwwdev 4096 5月 10 17:11 shared_with_host