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 구차니
Linux2011. 4. 7. 11:50
윈도우에서 한글 폴더가 들어간 녀석을 압축해서
UTF-8로 설정된 우분투 서버로 zip 파일을 업로드 하고

리눅스 상에서 unzip 을 하니.. 한글이 깨진다 -_-
iconv 등을 이용해서 EUC-KR을 UTF-8로 변환해줘야 하려나?

[링크 : http://ubuntu.or.kr/viewtopic.php?p=44404]

'Linux' 카테고리의 다른 글

AIX 메뉴얼  (0) 2011.06.09
TSC - Time Stamp Counter  (0) 2011.06.05
fstab  (4) 2011.03.22
/proc/cpuinfo flags 필드의 내용  (0) 2011.03.22
linux kernel이 64bit 인지 확인하는 방법  (0) 2011.03.22
Posted by 구차니
Linux2011. 3. 22. 21:53
사용하고 있는 리눅스 서버한녀석이 부팅시에 꼭 먹통이 된다 -_-
게다가 가장 짜증난다는 "랜덤"한 빈도로 말이다.

아무튼 증상을 보면 sda와 sdb가 뒤바뀌는 현상이 가끔 생기는데
프레스캇 메인보드에서 SATA와 IDE를 동시에 쓰면서
하드 순서가 뒤바뀌는건지 도무지 BIOS 상에서는 잡을수가 없다

리눅스 상의 /etc/fstab에는 아래와 같은 remount-ro 가 있는데 에러가 발생시 마운트를 재시도 하도록 되어있다. 
(솔찍히 기본값은 무시하고 넘어가는 건지 알수가 없다 ㅠ.ㅠ)
  9 /dev/sdb        /               ext4    defaults            0       2
 10 /dev/sda        /home/samba     ext4    errors=remount-ro   0       1 

errors=continue / errors=remount-ro / errors=panic
Define the behaviour when an error is encountered. (Either ignore errors and just mark the file system erroneous and continue, or remount the file system read-only, or panic and halt the system.) The default is set in the filesystem superblock, and can be changed using tune2fs(8)

[링크 : http://linux.die.net/man/8/mount]
 

'Linux' 카테고리의 다른 글

TSC - Time Stamp Counter  (0) 2011.06.05
zip 파일은 UTF-8을 지원안하려나?  (2) 2011.04.07
/proc/cpuinfo flags 필드의 내용  (0) 2011.03.22
linux kernel이 64bit 인지 확인하는 방법  (0) 2011.03.22
RTSP는 UDP가 기본  (0) 2011.02.24
Posted by 구차니