전체 글

몇 달만 지나도 가물가물해서 만든 곳
Apatana는 Java x86를 사용한다. 윈도우64비트 사용시 Java도 64비트를 설치하였으면 Java x86버전을 설치해야 구동이 된다.
Aptana CRC설치오류시 관리자권한 CMD로 들어가서 수동설치를 해주면 된다. C:\Users\user\Downloads>Aptana_Studio_3_Setup_3.6.1.exe /passive /norestart 파일명을 간소화( Aptana_Studio_3_Setup_3.6.1.exe -> Aptana.exe )하고 C루트에 파일을 옮겨서 설치하는 유튜브가 있지만 그냥 Command에서 옵션만 추가하여 설치해보니 이상없이 설치됌 https://www.youtube.com/watch?v=ahc8aIHlpxo
1. 호스트이름 확인 # hostname 2. 호스트이름 변경 # hostnamectl set-hostname 호스트이름
Eclipse(Eclipse NEON 3) 에서 SSH나 FTP원격접속으로 개발을 할수 있다. 1. Eclipse에 Remote System Explorere End-User Runtime 설치 Eclipse -> Help -> Install New Software -> General Purpose Tools -> Remote System Explorer End-User Runtime 2. Eclipse Remote System Window -> Show View -> Other -> Remote Systems 3. 원격서버 접속 Remote Systems -> 마우스 오른쪽 메뉴 -> New -> Connection SSH, FTP포트가 기본이 아닐경우 Properties에서 포트를 변경해야된다. Ec..
1. 파일 찾기 # find / -name 파일명 -type f 2. 파일 찾기 (대소문자 무시) # find / -iname 파일명 -type f 3. 디렉토리 찾기 # find / -name 디렉토리명 -type d 4. 디렉토리 찾기 (대소문자 무시) # find / -iname 디렉토리명 -type d
zosystem
동방노트