Contents

Views 1208 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
70 System/OS [linux] vi 편집기 간단한 명령과 환경설정 hooni 2003.04.23 11409
69 System/OS [doc] TCP/IP 강의 자료 (html) file hooni 2013.04.23 11252
68 System/OS [linux] 시스템 데몬 종류와 설명 hooni 2013.04.23 11224
67 System/OS [router] 라우팅 프로토콜 BGP (간단한 세팅) hooni 2013.04.23 11014
66 System/OS [mysql] 시간 관련 SQL구문.. hooni 2013.04.23 10882
65 System/OS OSI (Open Systems Interconnection) 개방형 시스템간 상호 접속 file hooni 2013.04.23 10855
64 System/OS [linux] 프로세스의 stat 상태에 대한 설명 hooni 2013.04.23 10842
63 System/OS [perl] 영규가 만든 스크립트.. 하하.. hooni 2013.04.23 10683
62 System/OS [linux] SSH에 대한 기본 설명과 설치/설정 hooni 2013.04.23 10668
61 System/OS [doc] 레드햇 리눅스 메뉴얼 (html버전) file hooni 2013.04.23 10521
60 System/OS [linux] 데비안(debian.org) 리눅스 명령어 예제 hooni 2006.04.23 10518
59 System/OS [unix] AIX쉘 초기 파일 (.cshrc) hooni 2013.04.23 10362
Board Pagination Prev 1 ... 7 8 9 10 11 12 13 14 15 16 17 Next
/ 17