전체 글62 Fedora 20 / Grub2 부팅 순서 설정 Grub2 부팅은 기존 Grub 부팅과는 조금 다르다. 방법은 간단하니 따라 치기만 하면 된다. 이 예제는 window로 변경할 때의 예시이다. 1. 터미널에 sudo cat /boot/grub2/grub.cfg |grep Windows 를 입력한다. 그럼 위와 같은 내용이 나온다. 위에서 'Windows 7 (loader) (on /dev/sda1)' 이 부분을 다 복사해준다. 2. grub2-set-default "Windows 7 (loader) (on /dev/sda1)" 를 입력한다. 3. grub2-mkconfig -o /boot/grub2/grub.cfg 를 입력하면 변경 완료 grub2-editenv list 를 입력하면 현재 부팅 1순위의 OS를 확인할 수 있다. 2014. 7. 5. Graphical Editor ProblemThe simple graphical editor deals with a rectangular table M×N (1 2014. 7. 5. Vim 플러그인 Vim에도 매우 유용한 플러그인들이 있다. Vim에 대해 알면 알수록, 사용하면 사용 할 수록, 점점 더 편해진다. 처음에 비쥬얼 스튜디오만 사용하다가 리눅스를 사용하라고 해서, 처음 vi명령에서 코딩할 때는 그렇게 불편하더니, 이게 익숙해져가니 이것만큼 편한게 없다. 여하튼, Vim에 코딩하면서 필수적이라기 보단, 있으면 코딩하기에 훨씬 편리한 플러그인들을 알아보자. 우선 플러그인은 어떻게 설치하는가?- Home디렉토리로 이동해서 "ls -al" 명령을 입력하면 .vim 이라는 디렉토리가 있다. 여기에 받은 압축파일들을 설치 해주면 된다. 만약 특별하게 설치하는 방법이 있는 경우 설치 방법이 설명되어 있으니 잘 살펴봐야 한다. 플러그인은 어디서 받는가?- 플러그인 다운로드는 http://www.vim... 2014. 7. 1. The Trip Problem A: The Trip A number of students are members of a club that travels annually to exotic locations. Their destinations in the past have included Indianapolis, Phoenix, Nashville, Philadelphia, San Jose, and Atlanta. This spring they are planning a trip to Eindhoven. The group agrees in advance to share expenses equally, but it is not practical to have them share every expense as it occurs... 2014. 6. 27. 이전 1 2 3 4 5 6 ··· 16 다음