일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- explorer
- Crack(Serial Key)
- Linux
- PC
- H/W
- SSH
- apm
- Windows 10
- MS windows
- script
- Command
- MS Windows PE
- UNIX
- Programming
- Network Info(Tool)
- portable
- calculator
- network
- javascript
- webhard
- FTP
- LiveCD(USB)
- Backup(Restore)
- web
- OS(operating system)
- Update
- program
- game
- 대항해시대
- Disk Partition
- Today
- Total
목록Programming (51)
<In Story>
http://ktdsoss.tistory.com/104 (2) 테스트 연산자 [ ](대괄호) 안의 조건식에는 여러 종류의 테스트 연산자를 사용할 수 있으며, 연산자의 종류 및 기능은 다음과 같습니다. * 다음 조건을 충족시킬 경우, true 리턴 -e : 존재하는 파일 -f : 보통 파일 -d : 파일이 디렉토리 -s : 파일 크기가 0이 아님 -z : 문자열이 null임. 길이가 0 -n : 문자열이 null이 아님 -c : 파일이 문자 디바이스(키보드, 모뎀, 사운드 카드..) -b : 파일이 블럭 디바이스(플로피나 CD롬) -p : 파일이 파이프 -h : 파일이 하드 링크 -L : 파일이 심볼릭 링크 -S : 파일이 소켓 -t : 파일 디스크립터가 터미널 디바이스와 연관 있음 -r : 테스트를 돌리..
http://ktdsoss.tistory.com/102 1. if문 (1) 기본 사용법 if [ 조건식 ]; then // if문 시작 ~ elif ~ else ~ fi // if문 종료 if문은 IT업계에 종사하는 분이라면 굳이 개발자가 아니더라도 누구나 다 알고 계실 겁니다. elif 는 else if 구문이라는 것도 다 아실 것이구요. 위 구문에서 한 가지 주의할 점은 if문 선언 시의 띄어쓰기와 세미콜론(;) 입니다. if 와 [ ](대괄호) 사이는 반드시 한 칸 띄워주어야 합니다.(제가 Shell Script를 처음 작성할 때 이 띄어쓰기를 간과했다가 한참을 헤맸던 기억이..;;) 그리고 위와 같이 if 와 then 을 한 line에 나열하려면 반드시 세미콜론(;)을 사용해야 합니다. 세미콜론을..
http://manian.com/review/6469993
http://www.linuxquestions.org/questions/linux-software-2/fdisk-auto-partition-script-463262/ Fdisk Auto Partition Script Currently I'm building my own distro installation GUI much like anaconda. I'm using fdisk as the partitioning tool, and creating an auto partition script. The script itself works when I run through the console, but it keeps asking for confirmation about overwritting the data Y..
http://coffeenix.net/doc/shell/introbashscript.htm 원문: http://www.linuxnewbie.org/nhf/intel/programming/introbashscript.html날짜: ?저자: X_console shellscope@yahoo.com제목: BASH 쉘 스크립팅 입문: 버전 1.2 리눅스에서 쓸 수 있는 모든 쉘들처럼, BASH(Bourne Again Shell)은 뛰어난 명령 라인 쉘이면서, 그 자체로도 하나의 스크립팅 언어이다. 당신은 쉘 스크립팅을 이용해서 쉘이 가진 능력을 충분히 활용할 수 있으며, 쉘 스크립팅이 아니었으면 수많은 명령을 필요로 했을 많은 일들을 자동적으로 처리할 수도 있다. 당신의 리눅스 박스에 놓여 있는 많은 프로그램들은..
http://stackoverflow.com/questions/7227835/how-i-could-to-run-formatting-disk-programmaticallyhttp://msdn.microsoft.com/en-us/library/aa390432%28v=VS.85%29.aspxhttp://www.codeproject.com/Articles/10134/Execute-a-Console-Application-From-VC Format method of the Win32_Volume class The Format method formats the volume.This topic uses Managed Object Format (MOF) syntax. For more information about us..
@Echo off :_ExecuteFilePath cls set /p ExecuteFilePath=Execute file path = if not exist "%ExecuteFilePath%" ( cls echo File does not exist or the path is incorrect echo %ExecuteFilePath% pause > NUL goto _ExecuteFilePath ) echo Dim WinScriptHost > "%TEMP%\ExecuteBG.vbs" echo Set WinScriptHost = CreateObject("WScript.Shell") >> "%TEMP%\ExecuteBG.vbs" echo WinScriptHost.Run Chr(34) ^& "%ExecuteFil..
http://veye.vitzro.com/Language/VisualC.htmhttps://drive.google.com/folderview?id=0B6Wmc4bVWT_bbXVra0pOSjBOa28&usp=sharinghttp://ultracap.tistory.com/6http://m.blog.naver.com/whiteme7/110082652816https://msdn.microsoft.com/en-us/library/windows/desktop/aa363870(v=vs.85).aspxhttp://gparted-forum.surf4.info/viewtopic.php?id=17284http://greenfishblog.tistory.com/149MFC강좌http://www.oopman.com/?page=..