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 구차니
Linux2011. 6. 24. 21:20

Linux* ANS Driver [iANS-3.4.3a.tar.gz]

Questions and Answers:

Q1. Why is Intel no longer offering this software?
A1. Intel is moving towards an open source model for its teaming features. Channel Bonding.

Q2. How long will Intel provide new updates to ANS?
A2. Intel will NOT be providing any new updates to ANS after January 11, 2005.
 

[링크 : http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=879&DwnldID=5600] 


kernel 2.4.18 through 2.6.x kernels
[링크 :  http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=879&DwnldID=9180]

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

'Linux' 카테고리의 다른 글

xterm 에서 F1 / F10 키 할당 해제하기  (0) 2011.09.21
grub 부팅 옵션 vga=771  (0) 2011.09.16
AIX 메뉴얼  (0) 2011.06.09
TSC - Time Stamp Counter  (0) 2011.06.05
zip 파일은 UTF-8을 지원안하려나?  (2) 2011.04.07
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 구차니
Linux2011. 6. 9. 16:25
IBM 이 갑이제~


alog를 man 쳐봐도 안나오는 희한한 좌절스런 시스템 ㅠ.ㅠ

[링크 : http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.doc/doc/base/commandsreference.htm]

'Linux' 카테고리의 다른 글

grub 부팅 옵션 vga=771  (0) 2011.09.16
intel pro 1000 계열 리눅스 드라이버  (2) 2011.06.24
TSC - Time Stamp Counter  (0) 2011.06.05
zip 파일은 UTF-8을 지원안하려나?  (2) 2011.04.07
fstab  (4) 2011.03.22
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 구차니
Linux2011. 6. 5. 00:36
/var/log/messages 파일에 다음과 같은 녀석이 하이라이트 되길래 찾아봤는데..
[    0.000000] Fast TSC calibration failed 
도대체 머하는거야? -_-

[링크 : http://en.wikipedia.org/wiki/Time_Stamp_Counter]
    [링크 : http://stackoverflow.com/.../time-stamp-counter-tsc-when-switching-between-kernel-user-mode

'Linux' 카테고리의 다른 글

intel pro 1000 계열 리눅스 드라이버  (2) 2011.06.24
AIX 메뉴얼  (0) 2011.06.09
zip 파일은 UTF-8을 지원안하려나?  (2) 2011.04.07
fstab  (4) 2011.03.22
/proc/cpuinfo flags 필드의 내용  (0) 2011.03.22
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 구차니