Contents

Views 964 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
142 System/OS [doc] 레드햇 리눅스 메뉴얼 (html버전) file hooni 2013.04.23 10452
141 System/OS [linux] SSH에 대한 기본 설명과 설치/설정 hooni 2013.04.23 10496
140 System/OS [perl] 영규가 만든 스크립트.. 하하.. hooni 2013.04.23 10597
139 System/OS [linux] 프로세스의 stat 상태에 대한 설명 hooni 2013.04.23 10760
138 System/OS [mysql] 시간 관련 SQL구문.. hooni 2013.04.23 10773
137 System/OS OSI (Open Systems Interconnection) 개방형 시스템간 상호 접속 file hooni 2013.04.23 10785
136 System/OS [router] 라우팅 프로토콜 BGP (간단한 세팅) hooni 2013.04.23 10949
135 System/OS [linux] 시스템 데몬 종류와 설명 hooni 2013.04.23 11139
134 System/OS [doc] TCP/IP 강의 자료 (html) file hooni 2013.04.23 11171
133 System/OS [linux] iptables 명령어 매뉴얼(options) hooni 2003.04.23 11339
132 System/OS [linux] vi 편집기 간단한 명령과 환경설정 hooni 2003.04.23 11360
131 System/OS [linux] GD 라이브러리 설치 방법.. file hooni 2013.04.23 11374
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 17 Next
/ 17