Views 954 Votes 0 Comment 0
Atachment
Attachment '1'
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

VirtualBox 실행 스크립트는 첨부 파일로..


#!/bin/sh
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs

export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home
PATH=$PATH:$HOME/bin

export BASH_SILENCE_DEPRECATION_WARNING=1

alias vm='~/bin/vm_manage.sh'
alias gg='~/bin/vm_console.sh'
alias zz='~/bin/vm_desktop.sh'
alias console='~/bin/vm_console.sh'
alias desktop='~/bin/vm_desktop.sh'
alias ll='ls -lp'





?

List of Articles
No. Category Subject Author Date Views
5 Develop 프로그래밍 소스 관련 사이트.. hooni 2013.04.23 16485
4 Develop 프로그래밍에서 foo, bar 함수의 유래 file hooni 2013.06.25 21253
3 Develop 프로그램 문서 관리 (Doxygen) hooni 2013.04.23 16385
2 Etc 플라스터(Plaster) 수업 내용 secret hooni 2016.05.24 0
1 System/OS 해커스랩 깨기.. 후후.. ㅋㅋ file hooni 2013.04.23 18413
Board Pagination Prev 1 ... 70 71 72 73 74 Next
/ 74