Linux/Ubuntu2012. 3. 31. 22:07
적응이고 머고 간에 일단 짜증난다 -_-
드럽게 느리고 무겁고 버벅대고 하드 많이 쓰고
기존의 애플릿이 다 구조가 변경되서 추가하는것도 힘들고 왜이렇게 바뀐겨 -_-
12.04 LTS 나올것도 두렵네 -_-


기존의 cpufreq 유틸은 못찾았고
indicator-multiload를 수동으로 추가해서 상단에 cpu 사용량등을 보고할수는 있는듯

[링크 : http://askubuntu.com/questions/30334/what-application-indicators-are-available

---
죽어라 검색해보니 아래와 같이 추가하고, 설치하면 자동으로 시작프로그램이 등록이 된다.
$ sudo add-apt-repository ppa:artfwo/ppa
You are about to add the following PPA to your system:
 PPA
 This archive contains SuperCollider packages, some packages, related to bug 217611, libvorbis with aoTuV beta5.5 patchset and test packages of various projects.
 More info: https://launchpad.net/~artfwo/+archive/ppa
Press [ENTER] to continue or ctrl-c to cancel adding it

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.b1vZa1epBv --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv 29CB7600B6F706CEDFED21EE9ED9A781DD9300F1
gpg: requesting key DD9300F1 from hkp server keyserver.ubuntu.com
gpg: key DD9300F1: public key "Launchpad PPA for Артём Попов" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
$ sudo apt-get update
$ sudo apt-get install indicator-cpufreq

[링크 : 
http://www.webcoz.com/...cpu-frequency-indicator-for-change-monitor-cpu-speed-in-ubuntu-ppa/] 

Posted by 구차니
Linux/Ubuntu2012. 3. 31. 19:23
Xnote LW25에 설치했더니 화면밝기가 가장 어둡게 나온다 -_-
그래서 인터넷 뒤져보니 echo 0를 넣으라는데
실험적으로 넣어보니 0~8 까지 입력이 가능했다.
/etc/rc.local에서 빨간 라인을 추가하고 리부팅 하면 다음번 부터 가장 밝게 나온다.

$ sudo vi /etc/rc.local
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

echo 8 > /sys/class/backlight/acpi_video0/brightness 
exit 0 
 

[링크 : http://askubuntu.com/questions/3841/desktop-doesnt-remember-brightness-settings-after-a-reboot]
Posted by 구차니
개소리 왈왈2012. 3. 31. 15:22
먼가 좀 진지하게 이야기 하면
어려워 / 철학적이네 / 읭? 너 그런 생각도하고 살았어?
이런 반응들을 보이는데, 이런 행동들이 원하는 결론은
"살기도 힘든데 왜 그런 어려운걸 하냐" 가 아닐까 싶다
조금더 나아가면 "생각은 하는데 난 빼주라 머리아파" 일려나?

술자리에서 진지한 이야기하고 이러는걸 보면
왜 맨정신에서는 이런 진지한 이야기를 피하려 하게될까?
술자리에서 하는 어려운 이야기는 술먹고 맨정신이 아니라 듣게되는 걸까?

매번 진지모드에 핀잔을 먹는걸 보면서
괜시리 주저리 해보는구나...

'개소리 왈왈' 카테고리의 다른 글

질문 : 왜 사는가? 어떻게 사는가?  (0) 2012.04.20
4.19  (0) 2012.04.18
3.1절  (0) 2012.03.01
피곤하다 ㅠㅠ  (0) 2012.02.29
서울버스요금 인상  (0) 2012.02.24
Posted by 구차니
Microsoft/Windows2012. 3. 31. 12:51




/maxmem=number

이 스위치는 Windows에서 사용할 수 있는 RAM의 양을 바이트 단위로 지정합니다. 예를 들어, Windows에서 64MB 미만의 메모리를 사용하도록 하려면 /maxmem=64 스위치를 사용합니다. 

하지만 /maxmem 스위치는 메모리 손실을 고려하지 않으므로 대신 /burnmemory 스위치를 사용하는 것이 좋습니다. /burnmemory 스위치는 메모리 손실을 고려합니다. 

예를 들어, /Maxmem=64 스위치를 사용하고 있고 시스템을 로드하는 데 64MB의 메모리가 필요한 경우 메모리 손실로 인해 시스템에서 실제로 사용할 수 있는 메모리는 64MB보다 적을 수 있습니다. 이 경우 Windows가 시작되지 않습니다. 

자세한 내용은 Microsoft 기술 자료의 다음 문서를 참조하십시오.
108393  Windows NT BOOT.INI 파일의 MAXMEM 옵션

[링크 : http://support.microsoft.com/kb/833721/ko]  

Posted by 구차니
프로그램 사용/xen2012. 3. 31. 12:45
/etc/default/grub 파일의
GRUB_DEFAULT = 0 을 다른걸로 바꾸어 주면 된다는데

GRUB_DEFAULT='Example GNU/Linux distribution'
이런방식도 지원한다고 해서 xen 의 menu이름을 넣어줘도 안되고

20_linux_xen 이런식으로 되어 있어서(/etc/grub.d/)
GRUB_DEFAULT=20 해도 안되고 -_-

[링크 : http://www.gnu.org/software/grub/manual/html_node/default.html]
[링크 : http://www.gnu.org/software/grub/manual/grub.html]

미친척 그냥 2번으로 하니 문제없이 xen 커널로 부팅된다 -_-

- Edit "/etc/default/grub"
- In my case I put "GRUB_DEFAULT=2" (index of XEN kernel was two)
- update-grub
- restart 

[링크 :  http://blogs.deepal.org/2012/02/install-xen-dom0-and-domu-on-ubuntu.html]  


---
2012.4.14 추가
아래의 명령어를 실행해서 나오는 xen 커널의 순서를 입력해주면 된다.
$ grep menuentry /boot/grub/grub.cfg 

[링크 : http://wiki.debian.org/Xen]
 

'프로그램 사용 > xen' 카테고리의 다른 글

Xen (ubuntu 11.10) with AMD 4200+x2  (0) 2012.04.01
가상화는 무리인가...  (2) 2012.03.31
xen on Ubuntu 11.10 with Xnote LW25  (0) 2012.03.29
xen 관련 용어 - Dom0 / DomU  (0) 2012.03.29
xen / kvm / virtualbox 성능비교  (0) 2012.03.29
Posted by 구차니
게임/마비노기2012. 3. 31. 00:10
요즘 열심히 낚시를 심심해서 올리고 있는데
어라랏? 왜 물고기가 2가지가 아니라 3가지가 됐지? 하고 확인하니
으헉?!?!?

인벤이 없어서 획득은 못하고 사라졌지만 그래도 타이틀을 띠링띠링~ >_<


Posted by 구차니
개소리 왈왈/블로그2012. 3. 30. 23:55
해외에서 자주 오기 시작했는데 에효..
티스토리에서 그냥 아이피 차단하는 횟수가 여러 블로거들에게서 보고되면 전체적으로 차단하면 좋겠네 -_-
귀찮아 죽겠어!!! 

'개소리 왈왈 > 블로그' 카테고리의 다른 글

woobi 무료 호스팅 관련 정리  (0) 2012.05.06
우비는 주말에도 일을 하나 -ㅁ-!!  (0) 2012.05.06
블로그 에디터 카테고리를 돌려줘!!!  (0) 2012.03.27
sns 는 쇄락중?  (2) 2012.02.02
우비 woobi.co.kr  (2) 2012.01.26
Posted by 구차니
Linux/Ubuntu2012. 3. 29. 22:20
gnome-shell 하나 설치하면 해결끝이라는데...?

$ sudo apt-get install gnome-shell

[링크 : http://www.avinashtech.com/...disable-unity-in-ubuntu-11-10-and-get-old-classic-ubuntu-desktop/]  


---
2012.3.31 추가

기본세션을 영구적으로 변경하는 방법은 다음과 같다.
$ sudo apt-get install gnome-shell
$ sudo /usr/lib/lightdm/lightdm-set-defaults -s gnome-shell 

[링크 : http://ubuntuguide.net/ubuntu-11-10-how-to-auto-login-gnome-shell-gnome3-desktop]
[링크 : http://ubuntuguide.net/ubuntu-11-10-oneiric-login-to-classic-gnome2-and-gnome3gnome-shell]
Posted by 구차니
프로그램 사용/xen2012. 3. 29. 21:52
Ubuntu 11.10 Desktop 64bit 버전으로 설치했을 경우 아래의 명령어를 그대로 붙여넣으면 된다.
$ sudo apt-get install xen-hypervisor-4.1-amd64 xen-utils-4.1 xenwatch xen-tools xen-utils-common xenstore-utils
$ sudo apt-get install virtinst virt-viewer virt-manager
 
[링크 : http://www.beyondlinux.com/2011/11/02/install-xen-4-1-and-setup-your-cloud-os-on-ubuntu-11-10/]  

그리고 나서 하라는대로 해보니까 먼가 되긴된다.
저번에는 xm info 할때 에러가 났는데 커널이 문제였던게 확실한듯.
아무튼, 1.8인치 하드의 저렴한(!) 성능 문제도 있지만 11.10이 부팅이 빠름에도 불구하고
xen 커널로 들어가서 화면이 나오기 까지 체감적으로 3분 이상 걸린 느낌이다. (정상 부팅은 1분 미만)

$ uname -a
Linux xen64bit 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

$ sudo xm list
Name                                        ID   Mem VCPUs      State   Time(s)
Domain-0                                     0  1887     2     r-----     59.7

$ sudo xm info
host                   : xen64bit
release                : 3.0.0-12-generic
version                : #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011
machine                : x86_64
nr_cpus                : 2
nr_nodes               : 1
cores_per_socket       : 2
threads_per_core       : 1
cpu_mhz                : 1828
hw_caps                : bfebfbff:20000800:00000000:00000940:0000e3bd:00000000:00000001:00000000
virt_caps              :
total_memory           : 2038
free_memory            : 126
free_cpus              : 0
xen_major              : 4
xen_minor              : 1
xen_extra              : .1
xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p
xen_scheduler          : credit
xen_pagesize           : 4096
platform_params        : virt_start=0xffff800000000000
xen_changeset          : unavailable
xen_commandline        : placeholder
cc_compiler            : gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
cc_compile_by          : zulcss
cc_compile_domain      : ubuntu.com
cc_compile_date        : Tue Oct 11 07:31:13 UTC 2011
xend_config_format     : 4

$ sudo brctl show
bridge name     bridge id               STP enabled     interfaces
virbr0          8000.000000000000       yes 


---
2012.3.31 추가

$ sudo vi /etc/xen/xend-config.sxp 


$ vi ~/.bashrc
$ sudo -i
# vi ~/.bashrc


# virsh version

라이브러리에 대해 컴파일됨: libvir 0.9.2

사용중인 라이브러리: libvir 0.9.2

사용중인 API: Xen 3.0.1

실행중인 하이퍼바이저: Xen 4.1.0


# virt-manager

  

으악 안되잖아! ㅠ.ㅠ

---
2012.4.2 추가
친구에 게물어보 니 가상 화지원하 지않으 면위와같 이나온다고한다.
그래서확인 겸 amd cpu에 서 secure virtual machine 옵션 을bios에 서끄 고해보 니동일하 게발생한다.
즉, cpu 에 서가상화 를지원해 도bios에 서해 당옵션 을끄 면위 와같 이 "가상화 를지원하 지않는 것같습니다"라 는오류 가뜬다.
 

Posted by 구차니
프로그램 사용/xen2012. 3. 29. 21:28
가상화 관련 일하는 친구에게 징징대서 물어보니 이상한 용어들 속출 -_-
아무튼 xen 서버가 될 녀석은 Dom0 커널을 설치해야 하고
xen 의 guest가 될 녀석은 DomU 커널을 설치해야 한다.(반가상화시 para-virtualization)
전가상화(full virtualization)할 경우 win7을 guest로 쓸수 있다고 한다.

Glossary

  • Host Operating System (Dom0): refers to the operating system on which your guest operating systems will run.What it means is if you want to run Windows inside your Ubuntu as an application with the help of Xen then the Ubuntu will be called as Host Operating System and Windows would be called Guest Operating System and the term Dom0 refers to host Operating System.Technically in terms of Xen the host Operating System is known as Dom0.
  • Guest Operating System(DomU): An operating system which would be running inside your Ubuntu using Xen is known as Guest Operating System and in Xen terms it is known as DomU.
  • PV Guest: PV means para-virtualized. Some times due to hardware issues or even software issues it is the guest operating system which should run inside a host needs to be modified and in this situation the Guest Operating system is made aware that it is running on Xen. This is known as para-virtualization and the Guest OS in this case is called a PV Guest.
  • HVM: means full (hardware) virtualization. In simple terms your guest operating system is not aware that it is running on Xen or inside any other Operating System and the guest OS feels that it is running on an actual hardware.
  • Hypervisor: is the software which is at the back end of all your virtualization effort and makes possible the installation of Guest Operating System inside Host Operating System. This hypervisor is what we are referring to Xen. In case of any other virtualization solution they have their own hypervisor.

[링크 : https://help.ubuntu.com/community/Xen#Glossary]  

'프로그램 사용 > xen' 카테고리의 다른 글

ubuntu 11.10 xen 커널로 부팅하도록 grub 수정하기  (0) 2012.03.31
xen on Ubuntu 11.10 with Xnote LW25  (0) 2012.03.29
xen / kvm / virtualbox 성능비교  (0) 2012.03.29
xen on ubuntu 11.10  (0) 2012.03.28
xm list 에러  (0) 2012.03.27
Posted by 구차니