본문 바로가기

운영체제/linux16

VMware Player 설치 sudo bash ~/Downloads/VMware-Player-6.0.2-1744117.x86_64.bundle 2014. 10. 25.
JDK 설치 TWEET SHARE SHARE SHAREHow To Install Java on Ubuntu with Apt-GetIntroductionAs a lot of articles and programs require to have Java installed, this article will guide you through the process of installing and managing different versions of Java.Installing default JRE/JDKThis is the recommended and easiest option. This will install OpenJDK 6 on Ubuntu 12.04 and earlier and on 12.10+ it will insta.. 2014. 10. 24.
VMware Workstation 설치 # sudo chmod +x VMware-Workstation-Full-8.0.4-744019.x86_64.bundle sudo ./VMware-Workstation-Full-8.0.4-744019.x86_64.bundlev vmware-installer --uninstall-product vmware-workstation 2014. 10. 24.
How can I shorten my command line (bash) prompt? 먼저 #force_color_prompt=yes의 주석은 제거하고 To change it for the current terminal instance onlyJust enter PS1='\u:\W\$ ' and press enter.To change it "permanently"In your ~/.bashrc, find the following section:if [ "$color_prompt" = yes ]; then PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' else PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ .. 2014. 10. 24.
The request to Suspend this virtual machine failed because the corresponding VMware Tools script did not run successfully. https://gist.github.com/drakkhen/5473067 The request to Suspend this virtual machine failed because the corresponding VMware Tools script did not run successfully.If you have configured a custom suspend script in this virtual machine, make sure that it contains no errors. Attempting the operation again will ignore the script failure. You can also submit a support request to report this issue.As .. 2014. 10. 23.
우분투에 VMWare Player 설치하기 http://www.youtube.com/watch?v=u-JO_alFzhQ 삭제하기vmware-installer -u vmware-player 2014. 10. 22.
우분투 폴더명을 영문으로 바꾸기 $gedit /home/username/.config/user-dirs.dirs # This file is written by xdg-user-dirs-update# If you want to change or add directories, just edit the line you're# interested in. All local changes will be retained on the next run# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an# absolute path. No other format is suppor.. 2014. 10. 22.