Contents

Views 1197 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
190 System/OS 맥에서 파일공유 (윈도우,맥) file hooni 2013.04.25 37401
189 System/OS [mac] Mac에서 Mac으로 원격제어하기 (맥에서 맥으로) file hooni 2013.10.08 37255
188 System/OS [sql] 조회구문(select)에서 중복 데이터를 한 번만 출력 (distinct) 1 hooni 2013.04.23 34066
187 System/OS [linux] Oracle8.1.6, Mysql+PHP+Zend Optimizer+APACHE+Tomcat(jsp,servlet)+IMAP+gd hooni 2003.04.23 32530
186 System/OS Mac OS X - Apache+PHP+MySQL 환경 서버 hooni 2013.04.25 31729
185 System/OS [mac] 맥에서 슬립(잠자기) 모드 진입을 막는 방법~ hooni 2013.10.10 31294
184 System/OS [linux] 특정 문자열 포함된 파일 찾는 명령어 hooni 2013.10.16 30720
183 System/OS [linux] 랜카드가 2개 일 때 네트워크 설정 hooni 2003.04.23 30134
182 System/OS 맥북에서 MAC/윈도우 멀티부팅시 시간 설정 file hooni 2013.04.23 29869
181 System/OS [mac] OSX(맥) 단축키 설명 ㅎㅎ file hooni 2013.04.23 29670
180 System/OS [mysql] mysql user 생성시 ERROR 1364 hooni 2013.04.25 28618
179 System/OS [sql] insert into select 사용하기 hooni 2013.04.23 27640
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 17 Next
/ 17