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 구차니
Linux/Ubuntu2011. 4. 15. 09:49
"기본설정 - 모니터에서" 설정을 한다.
아래에서 기본값으로 "모든 모니터에서 같은 그림" 이라고 되어 있는 부분의 체크를 해제하면


아래와 같이 연결된 모니터가 개별로 출력이 되며, 드래그를 하여 위치를 설정하면 된다.


Posted by 구차니
Linux/Ubuntu2011. 3. 22. 00:44
다운받은 iso가 문제가 있었을 줄이야 -_-

아무튼, 시스템 상에서는 6기가 인식
$ cat /proc/meminfo
MemTotal:        6127932 kB
MemFree:         5331712 kB
Buffers:           22564 kB
Cached:           273900 kB
SwapCached:            0 kB
Active:           401676 kB
Inactive:         171536 kB
Active(anon):     277052 kB
Inactive(anon):     4968 kB
Active(file):     124624 kB
Inactive(file):   166568 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:       1282040 kB
SwapFree:        1282040 kB
Dirty:               660 kB
Writeback:             0 kB
AnonPages:        276716 kB
Mapped:            87144 kB
Shmem:              5240 kB
Slab:              37464 kB
SReclaimable:      20704 kB
SUnreclaim:        16760 kB
KernelStack:        2288 kB
PageTables:        21080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     4346004 kB
Committed_AS:     799396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      385472 kB
VmallocChunk:   34359345660 kB
HardwareCorrupted:     0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        9088 kB
DirectMap2M:     6281216 kB

$ cat /proc/cpuinfo
processor    : 0
vendor_id    : AuthenticAMD
cpu family    : 15
model        : 107
model name    : AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
stepping    : 2
cpu MHz        : 2211.540
cache size    : 512 KB
physical id    : 0
siblings    : 2
core id        : 0
cpu cores    : 2
apicid        : 0
initial apicid    : 0
fpu        : yes
fpu_exception    : yes
cpuid level    : 1
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch
bogomips    : 4423.08
TLB size    : 1024 4K pages
clflush size    : 64
cache_alignment    : 64
address sizes    : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc 100mhzsteps


하지만, GUI상에서는 5.8기가로 인식 -_- 2기가 돌려달라!

Posted by 구차니
Linux/Ubuntu2011. 3. 20. 16:05
6 GB 메모리를 설치했는데, 우분투에서는 3기가만 인식한다.
이거 어째.. 윈도우만도 못한 느낌인디?!

하드웨어 메모리 :  3.0 GiB의 안습상황 ㅠ.ㅠ

 

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

Ubuntu 에서 듀얼 모니터 사용하기  (2) 2011.04.15
ubuntu 10.04 LTS 64bit  (0) 2011.03.22
Ubuntu Server 10.04 LTS 64bit 는 Flash 부팅이 안돼!  (0) 2011.03.19
Ubuntu 와 Wayland  (0) 2011.02.06
Ubuntu == 우분투 != 유분투  (0) 2011.02.06
Posted by 구차니
Linux/Ubuntu2011. 3. 19. 19:46
메모리 2GB 질러서 총 2GB x 2 + 1GB x 2 = 6GB로 업글하고,
겸사겸사 포맷하고 64bit로 가려고 했더니 -_-

우분투 서버 버전은 CD롬 만 검색을 한다
혹시나 해서 데스크탑 64bit 버전을 해봤더니 플래시부팅 잘만 지원하는구만 ㅠ.ㅠ 
으헝헝 DVD 사서 구워서 깔아야 하나? 

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

ubuntu 10.04 LTS 64bit  (0) 2011.03.22
우분투 32bit 최대 메모리 인식용량ㅠ  (2) 2011.03.20
Ubuntu 와 Wayland  (0) 2011.02.06
Ubuntu == 우분투 != 유분투  (0) 2011.02.06
ethernet bonding on ubuntu 10.04  (0) 2010.12.18
Posted by 구차니