Linux/Ubuntu2011. 9. 20. 23:39
Ubuntu Live CD나 USB로 부팅을 하고
ctrl-alt-F1 을 눌러(F7만 아니면 되지만 편의상) 콘솔로 나가고

sudo -i
mkdir /mnt/sda
mount /dev/sda1 sda
mount -t proc none /mnt/sda/proc
mount -o bind /dev /mnt/sda/dev
chroot /mnt/sda
grub-install /dev/sda

[링크 : http://www.oneweb.co.kr/70
 
이렇게 주욱 쳐주니 별문제없이 grub로더가 복구되었다. 

super grub 라는 툴이있다는데 흐음.. 날리고 복구해봐야하나?
[링크 : http://www.ubuntu.or.kr/viewtopic.php?p=634
Posted by 구차니
Linux/Ubuntu2011. 9. 20. 22:42
다른분께서 해결책을 찾아주셔서 매우 손쉽게 해결!

IBus 환경 설정에서 "입력 방식" 탭
그리고 "입력 방식을 선택합니다"를 눌러서


한국어 - "Hangul"을 선택하고 "추가"를 눌러줌


그러면 아래와 같이 한글입력 도구가 태극무늬로 바뀜


[링크 : http://www.sz21c.com/435]

우분투 내부버전이 바뀌면서 ibus가 다운그레이드 되었나... 
아니면 내가 노트북에 깔면서 한글로 쓸일이 생겨서인가.. 왜 이런 문제가 저번에는 없었지? 
Posted by 구차니
Linux/Ubuntu2011. 9. 17. 20:53
말도 안되는 문제로 인해 우여곡절 끝에 설치한 우분투 -_-

Platform
Xeon 3.0Ghz x 2 (nocona with HT)
6GB ECC/REG
Ubuntu Desktop 64bit Edition

윈도우에서와 동일하게 HT가 적용된 2CPU 이기 때문에 4개로 인식


메모리도 문제없이 6GB 인식!
(5.8GiB로 나오는건 리눅스 커널이라던가 시스템이 잡아먹는걸 제외하고 출력해서 라고 하는데..)
[링크 : http://www.overclock.net/linux-unix/448935-ubuntu-shows-6gb-ram-5-8gb.html]


SSH로 접속을 하니 아래와 같이 반겨주는데 흐음.. BIOS에서 이런거 관련 옵션이 있었던가 -ㅁ-?
Your CPU appears to be lacking expected security protections.
Please check your BIOS settings, or for more information, run:
  /usr/bin/check-bios-nx --verbose 

$ /usr/bin/check-bios-nx --verbose
This CPU is family 15, model 3, and has NX capabilities but is unable to
use these protective features because the BIOS is configured to disable
the capability.  Please enable this in your BIOS.  For more details, see:
https://wiki.ubuntu.com/Security/CPUFeatures


2011/09/17 - [하드웨어/Server Case/board] - Ubuntu 설치시 검은 화면에 커서만 깜박깜박 해결 -_-

Posted by 구차니
Linux/Ubuntu2011. 9. 13. 18:22
처음에 검색 키워드를 우분투와 nocona/xeon 으로 한정을 짓다보니 도무지 나오질 않는데
우연히 눈에 띄게 된 키워드 ATI

[링크 : http://www.overclock.net/linux-unix/815328-ubuntu-10-04-1-installation-problem.html]
[링크 : http://www.linuxquestions.org/questions/ubuntu-63/blank-screen-at-ubuntu-10-04-startup-829493/]
[링크 : http://ubuntu-tutorials.com/2010/05/06/ubuntu-10-04-lucid-blank-screen-at-startup-workaround/]

설마.. ATI Rage XL 이라서 무슨 문제가 있나 싶어 검색을 해보니 촤르르르르~
일부에서는 9.04 LTS에서 업글하라는걸 보면 드라이버 지원이라던거 차이점이 생긴것 같은데 흐음..
구버전이라도 좀 받아놔야하려나.. 

[링크 : http://ubuntuforums.org/showthread.php?t=1539055]
[링크 : http://www.linuxquestions.org/./howto-get-hi-res-screens-with-ubuntu-10-04-and-ati-rage-xl-card-892807/

'Linux > Ubuntu' 카테고리의 다른 글

ubuntu 10.04 LTS 한글 받침 입력 문제  (0) 2011.09.20
Ubuntu Desktop 64bit on Xeon Server (nocona) 3.0Ghz x 2  (2) 2011.09.17
ubuntu 에서 openGL 프로그래밍하기  (0) 2011.09.07
update-manager  (0) 2011.06.21
motd - Message of The Day  (0) 2011.06.07
Posted by 구차니
Linux/Ubuntu2011. 9. 7. 21:02
freeglut3-dev의 상콤한 설정

1) sudo apt-get update 
2) sudo apt-get install build-essential
3) sudo apt-get install freeglut3-dev

[링크 : http://ubuntuforums.org/showthread.php?t=345177



colinux 에서 freegult를 설치하고 예제를 컴파일 하여 실행한 화면
공부용으로는 colinux + openGL도 썩 나쁘진 않은듯 하다.
[링크 : http://www.opengl.org/resources/code/samples/glut_examples/examples/examples.html]

undefined reference to `gluOrtho2D' 해결법은
-lGLU
[링크 : http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=showflat&Number=273312

'Linux > Ubuntu' 카테고리의 다른 글

Ubuntu Desktop 64bit on Xeon Server (nocona) 3.0Ghz x 2  (2) 2011.09.17
Ubuntu 10.04 LTS on Xeon(nocona) 2CPU / ATI Rage XL 설치 실패  (0) 2011.09.13
update-manager  (0) 2011.06.21
motd - Message of The Day  (0) 2011.06.07
apt-get 관련  (0) 2011.06.05
Posted by 구차니
Linux/Ubuntu2011. 6. 21. 09:08
$ sudo apt-get update
$ sudo apt-get upgrade
명령어 콤보도 좋지만 

시작시에 메시지 이상한게 나오기 싫으니까
정석대로(?) 업데이트 매니저를 실행하는것도 나쁘진 않은 선택!

실행명은
$ update-manager

 
누가 머래도.. X11 tunneling은 촘 짱인듯 

'Linux > Ubuntu' 카테고리의 다른 글

Ubuntu 10.04 LTS on Xeon(nocona) 2CPU / ATI Rage XL 설치 실패  (0) 2011.09.13
ubuntu 에서 openGL 프로그래밍하기  (0) 2011.09.07
motd - Message of The Day  (0) 2011.06.07
apt-get 관련  (0) 2011.06.05
PAE - Physical Address Extension  (0) 2011.05.08
Posted by 구차니
Linux/Ubuntu2011. 6. 7. 16:18
Message of The Day
오늘의 메시지로 번역하면 되려나?

로그인 시에는
/etc/issue 라는 파일과
추가적으로 /etc/motd /etc/motd.tail 파일이 붙어서 화면에 출력이 된다.

하지만 어떠한 이유(아마도 apt-get으로 강제 업데이트 해서겠지?)로 인해
이러한 내용이 엉겨서 더이상 업데이트 할 내용이 없음에도 불구하고 계속 나온다면
motd 파일을 손을 보는 것이 현명한(?) 방법이다.

로그인 시에 이렇게 나오는데
Linux dev 2.6.32-32-generic #62-Ubuntu SMP Wed Apr 20 21:54:21 UTC 2011 i686 GNU/Linux
Ubuntu 10.04.2 LTS

Welcome to Ubuntu!
 * Documentation:  https://help.ubuntu.com/

Ubuntu 10.04.2 LTS

Welcome to Ubuntu!
 * Documentation:  https://help.ubuntu.com/

48 packages can be updated.
28 updates are security updates.

Last login: Tue Jun  7 13:24:08 2011 from 192.168.10.15 

이 파일의 내용은 /etc/motd 와 /etc/motd.tail 에 둘다 포함되어 있다.
motd를 지워도 motd.tail이 계속 붙으므로
motd.tail의 내용을 비워주면 이러한 내용이 붙지 않게 된다. 

[링크 : http://www.ubuntu.or.kr/viewtopic.php?p=1070]
[링크 : http://www.ubuntugeek.com/how-to-change-message-of-the-day-motd-in-ubuntu-server.html]

'Linux > Ubuntu' 카테고리의 다른 글

ubuntu 에서 openGL 프로그래밍하기  (0) 2011.09.07
update-manager  (0) 2011.06.21
apt-get 관련  (0) 2011.06.05
PAE - Physical Address Extension  (0) 2011.05.08
멀티부트 상황에서 시간변동 바로잡기  (0) 2011.04.15
Posted by 구차니
Linux/Ubuntu2011. 6. 5. 01:40
리눅스에 콘솔로 접속을 하는데 매번 이런 메시지가 나온다.
Ubuntu 10.04.2 LTS

Welcome to Ubuntu!
 * Documentation:  https://help.ubuntu.com/

Ubuntu 10.04.2 LTS

Welcome to Ubuntu!
 * Documentation:  https://help.ubuntu.com/

17 packages can be updated.
12 updates are security updates. 

sudo apt-get update
sudo apt-get upgrade를 해도 매번 나오길래 검색을 해보니

sudo apt-get dist-upgrade 를 해보라고 한다.

[링크 : http://ubuntuforums.org/showthread.php?t=1222909]
[링크 : http://ubuntuforums.org/showthread.php?t=729987]
[링크 : http://www.ubuntu.or.kr/viewtopic.php?p=21377]
[링크 : http://www.linuxquestions.org/questions/fedora-35/apt-get-question-dist-upgrade-vs-upgrade-219920/]
[링크 : http://linux.die.net/man/8/apt-get]

아무튼, cron 같은데서 돌리도록 하기 위해 -y옵션을 주고 하면 무조건 yes를 한다. 
-y
--yes
--assume-yes
Automatic yes to prompts; assume "yes" as answer to all prompts and run non-interactively. If an undesirable situation, such as changing a held package or removing an essential package occurs then apt-get will abort. Configuration Item: APT::Get::Assume-Yes. 
 

'Linux > Ubuntu' 카테고리의 다른 글

update-manager  (0) 2011.06.21
motd - Message of The Day  (0) 2011.06.07
PAE - Physical Address Extension  (0) 2011.05.08
멀티부트 상황에서 시간변동 바로잡기  (0) 2011.04.15
Ubuntu 에서 듀얼 모니터 사용하기  (2) 2011.04.15
Posted by 구차니
Linux/Ubuntu2011. 5. 8. 01:24
PAE는 32bit OS에서 4GB 이상의 용량을 사용할수 있도록 해주는 기술이다.
CPU에서도 지원을 해야한다.

[링크 : http://calmglow.egloos.com/4571486]
[링크 : http://en.wikipedia.org/wiki/Physical_Address_Extension]

우분투 10.04 에서는 네트워크를 연결해서 설치하면 PAE 지원시 설치가 되지만
오프라인 설치시에는 별도로 패키지를 추가해주어야 한다.
CPU가 PAE를 지원하는지는 /proc/cpuinfo에서 PAE를 찾으면 된다.

# sudo aptitude install linux-generic-pae linux-headers-generic-pae
# cat /proc/cpuinfo | grep -i PAE

[링크 : https://help.ubuntu.com/community/EnablingPAE 

'Linux > Ubuntu' 카테고리의 다른 글

motd - Message of The Day  (0) 2011.06.07
apt-get 관련  (0) 2011.06.05
멀티부트 상황에서 시간변동 바로잡기  (0) 2011.04.15
Ubuntu 에서 듀얼 모니터 사용하기  (2) 2011.04.15
ubuntu 10.04 LTS 64bit  (0) 2011.03.22
Posted by 구차니
Linux/Ubuntu2011. 4. 15. 10:57
리눅스와 윈도우를 하나의 pc에서 설치하면 시간이 오락가락한다 -_-
원인이라면 리눅스에서 하드웨어 시간을 UTC로 사용하기 때문이고
윈도우에서는 하드웨어 시간을 지역시간(한국이라면 KST)로 사용하기 때문이다.

그렇다면.. 리눅스에서 강제로 KST를 UTC로 조정해서 저장을 한다는 의미이려나 -ㅁ-?

아래의 ubuntu 도움말에서는 윈도우에서 UTC를 기본시간으로 설정하는 방법과
리눅스의 시간을 UTC로 사용하지 않는 방법 두가지를 설명해 놓았다.
Make Windows use UTC

Note: This method was not initially supported on Windows Vista and Server 2008, but came back with Vista SP2, Windows 7 and Server 2008 R2.

To make MS Windows calculate the time from the hardware clock as UTC.

    Create a file named WindowsTimeFixUTC.reg with the following contents and then double click on it to merge the contents with the registry:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
     "RealTimeIsUniversal"=dword:00000001

Make Linux use 'Local' time

To tell your Ubuntu system that the hardware clock is set to 'local' time:

    edit /etc/default/rcS
    add or change the following section

    # Set UTC=yes if your hardware clock is set to UTC (GMT)
    UTC=no

[링크 : https://help.ubuntu.com/community/UbuntuTime]

 sudo gedit /etc/default/rcS

# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
UTC=no

[링크 : http://ubuntuforums.org/archive/index.php/t-43810.html]

'Linux > Ubuntu' 카테고리의 다른 글

apt-get 관련  (0) 2011.06.05
PAE - Physical Address Extension  (0) 2011.05.08
Ubuntu 에서 듀얼 모니터 사용하기  (2) 2011.04.15
ubuntu 10.04 LTS 64bit  (0) 2011.03.22
우분투 32bit 최대 메모리 인식용량ㅠ  (2) 2011.03.20
Posted by 구차니