Firefox 업데이트 속도가 엄청납니다.
벌써 10.0 버전이 릴리즈 되었네요
Firefox 10.0 의 바뀐점은 아래와 갔습니다.
————————————————————————————————————————————-
What’s New
NEW
The forward button is now hidden until you navigate back
NEW
Most add-ons are now compatible with new versions of Firefox by default
NEW
Anti-Aliasing for WebGL is now implemented (see bug 615976)
NEW
CSS3 3D-Transforms are now supported (see bug 505115)
HTML5
New <bdi> element for bi-directional text isolation, along with supporting CSS properties (see bugs 613149 and 662288)
HTML5
Full Screen APIs allow you to build a web application that runs full screen (see the feature page)
DEVELOPER
We’ve added IndexedDB APIs to more closely match the specification
DEVELOPER
Inspect tool with content highlighting, includes new CSS Style Inspector
FIXED
Mac OS X only – after installing the latest Java release from Apple, Firefox may crash when closing a tab with a Java applet installed (700835)
FIXED
Some users may experience a crash when moving bookmarks (681795)
Known Issues
Unresolved
Two-digit browser version numbers may cause a small number of website incompatibilities (see 690287)
Unresolved
If you try to start Firefox using a locked profile, it will crash (see 573369)
Unresolved
For some users, scrolling in the main GMail window will be slower than usual (see 579260)
Unresolved
Some synaptic touch pads are unable to vertical scroll (see 622410)
Unresolved
Firefox notifications may not work properly with Growl 1.3 or later (see 691662)
Unresolved on v10 Resolved in v11
Unresolved
Under certain conditions, scrolling and text input may be jerky (see 711900)
Unresolved
Silverlight video may not play on some Macintosh hardware (see 715396)
Site link : http://www.mozilla.org/en-US/firefox/10.0/releasenotes/
DownLoad : http://www.mozilla.org/en-US/firefox/fx/
'Etc'에 해당되는 글 82건
- 2012/02/01 (Firefox) Firefox 10.0 released
- 2012/01/09 (KVM) Windows 에서 Spice Client 사용하기
- 2011/12/21 (Firefox) Firefox 9 released
- 2011/12/15 (Bind) Bind 관련 보안 권고 CVE-2011-4313
- 2011/11/28 (JAVA) Java Thread Dump on Linux
- 2011/11/10 (Firefox) firefox 8.0 with libflashplayer.so plugins
- 2011/11/09 (Firefox) Firefox 8 released
- 2011/10/05 (JAVA) SUN JDK DownLoad Site
- 2011/08/24 (RHEV) Red Hat Enterprise Virtualization 3.0 Beta Now Available
- 2011/07/19 (JAVA) JConsole 사용하기
Posted on 2012/02/01 17:13
Filed Under Etc/Firefox
Posted on 2012/01/09 23:04
Filed Under Etc/Linux-KVM
RHEL6 와 KVM 환경에서 Windows Spice Client 를 이용하여 Guest OS 에 접근 하는 방법을
찾아 보도록 하겠다.
## Spice 활성화 화기
#vi example.xml
————————————edit———————————————————————-
<channel type=‘spicevmc’>
<target type=‘virtio’ name=‘com.redhat.spice.0’/>
<address type=‘virtio-serial’ controller=‘0’ bus=‘0’ port=‘1’/>
</channel>
<graphics type=‘spice’ autoport=‘yes’ listen=‘0.0.0.0’ passwd=‘password’>
————————————edit———————————————————————-
혹은 virt-manager 를 이용하여 spice 사용 항목을 활성화 시켜준다.

>> 공통) 위 virt-manager 를 이용하여 spice 를 활성화 시킬경우 graphics 섹션에 listen=‘0.0.0.0’ 를 추가해 줘야 외부에서도 접근이 된다.
## Windows 용 Spice Client DownLoad
link : http://spice-space.org/download.html
사이트에 접속하면 아래와 같은 파일들이 존재한다.

여기서 직접적으로 필요한 파일은 Windows Client – spice-client-win32-xxx.zip 파일과
Windows libraries – spice_libs_win32_xxx_and_earlier.zip 파일이다.
설치 방법은 비교적 간단하다... 더 자세한 내용은 찾기가 힘들다...ㅠㅠ 이 부분도 어렵게 찾았음.
1. spice_libs_win32_xxx_and_earlier.zip 압축 해제
2. spice-client-win32-xxx.zip 압축 해제
3. spice_libs_win32_xxx_and_earlier.zip 를 압축 해제하면 include, libs 디렉토리가 생성 된다.
4. 3번 작업에서 확인된 libs 디렉토리에 spice-client-win32-xxx.zip 에서 압축 해제된 spicec.exe
파일을 이동시키면 spicec.exe 가 실행된다. ( 그렇지 않을경우 libcelt-xxx.dll 파일이 없다는 메시지가 발생된다. )
## Windows 용 Spice Client 실행
#spicec.exe


위 그림과 같이 spicec.exe 를 이용하여 Debian6 시스템에 접속을 하였습니다.
qxl 드라이버를 적용하면 spice 의 성능을 느낄 수 있다고 하는데 Debian6 에서는 아직 찾지 못 했으며 RHEL6 버전에선 따로 설정을 안 해줘도 된다는 내용이 있습니다.
Guest OS 의 .xml 설정과 관련하여 Remote 접속 설정 부분은
link : https://access.redhat.com/kb/docs/DOC-53300 (RHN ID 필요)
을 보시면 좀더 자세히 나와 있습니다.
### 내용 간단 설명 ###
기존 Guest OS 의 .xml 파일엔 vnc를 사용하게 되어있어서
<graphics type=‘vnc’ port=’-1’ autoport=‘yes’/>#To always use the same tcp port
로 설정 되어 있으나
<graphics type=‘spice’ port=‘5900’ tlsPort=‘5901’ autoport=‘no’ listen=‘0.0.0.0’/>
#To have libvirtd choose ports when the guest is started. Use a -1 for the ports and enable autoport.
<graphics type=‘spice’ port=’-1’ tlsPort=’-1’ autoport=‘yes’ listen=‘0.0.0.0’/>To password protect the connection
#
<graphics type=‘spice’ port=‘5900’ tlsPort=‘5901’ autoport=‘no’ passwd=‘redhat’ listen=‘0.0.0.0’/>
로 설정을 하고 Video HardWare 부분도 기존 cirrus 에서 qxl 로 설정
<video> <model type=‘qxl’ heads=‘1’/>
</video>
## RHEL Guest OS 에서 qxl 설정
RHEL6 는 별도로 설정해줄 부분이 없으며
RHEL 5.4 이상의 버전에선 “/etc/X11/xorg.conf“에 하단의 qxl 드라이버 설정을 해준다.
Section “Device”
Identifier “Videocard0”
Driver “qxl”
EndSection## Windows Guest OS 에서 qxl 설정
link : http://www.linux-kvm.com/content/rhev-spice-guest-drivers-released-windows
Posted on 2011/12/21 16:17
Filed Under Etc/Firefox
파이어폭스 9.0이 릴리즈 되었습니다.
정말 업데이트 속도가... 어마 어마 합니다. 엊그제 8.0 업데이트 한거 같은데... 벌써 9.0 이라니...
파이어폭스 9.0 에 대한 내용 입니다.
———————————————————————————————————————————-
파이어폭스 9.0 관련 자세한 내용은 릴리즈 노트를 참고 하세요
Release Note : http://www.mozilla.org/en-US/firefox/9.0/releasenotes/
Posted on 2011/12/15 13:18
Filed Under Etc/BIND
이번에 BIND 관련 보안 권고가 되었다. ( 사실 좀 늦은감이 있지만... )
관련 내용 :
□ 개요
o BIND에서 서비스거부(Denial of Service) 공격 가능한 신규 취약점이 발견되어
네임서버 관리자의 주의를 요함 [1]
o BIND 9 네임서버의 재귀적 쿼리(recursive queires)를 처리하는 서비스를 중단시킴
– 조작된 패킷을 Bind 네임 서버에 전송하여 Resolver가 유효하지 않은 레코드와 후속 쿼리를
캐시에 저장하게 하고 레코드를 돌려주는 과정에서 충돌이 발생
□ 해당 시스템
o 영향 받는 소프트웨어
– BIND 9.8 전체 버전
– BIND 9.7 전체 버전
– BIND 9.6-ESV 전체 버전
– BIND 9.4-ESV 전체 버전

————————————————————————————————————————————-
□ 해결 방안o 취약점의 영향을 받는 BIND버전의 경우
– BIND 9.8.1-P1 업그레이드 권고 [2]
– BIND 9.7.4-P1 업그레이드 권고 [2]
– BIND 9.6-ESV-R5-P1 업그레이드 권고 [2]
– BIND 9.4-ESV-R5-P1 업그레이드 권고 [2]
□ 용어 정리
o BIND : 네임서버를 운영하기 위한 서버측 소프트웨어
o 재귀적 쿼리(recursive queires) : 클라이언트가 요청한 정보를 전해주거나 찾고 있는 정보가
없다는 에러 메시지를 보내주는 것
□ 기타 문의사항
o 한국인터넷진흥원 인터넷침해대응센터: 국번없이 118
[참고사이트]
[1] https://www.isc.org/software/bind/advisories/cve-2011-tbd
[2] http://www.isc.org/software/bind
출처 : http://www.krcert.or.kr/secureNoticeList.do
————————————————————————————————————————————-
RHEL 관련 패치 내용 :
RHEL5,6 : http://rhn.redhat.com/errata/RHSA-2011-1458.html
RHEL4 : http://rhn.redhat.com/errata/RHSA-2011-1496.html
Debian 관련 패치 내용 :
lenny, squeeze : http://www.debian.org/security/2011/dsa-2347
Etc OS 패치 내용 : [ Click ]
Posted on 2011/11/28 17:07
Filed Under Etc/JAVA
Linux 에 운영중인 JAVA 프로세스에 대하여 Thread Dump 를 확인해야 되는 경우가 발생된다.
일반적으로
#kill -3 JAVA_PID
or
#jstack -l JAVA_PID
을 하면 Thread Dump 가 실행되며, 따로 log file path or redirection 을 지정하지 않으면 console 에 떨어지게 된다.
그러나 kill -3 JAVA_PID 를 실행하면 console 에 Thread Dump 가 떨어지지 않는 경우가 있는데
이는 start 한 pts/? 넘버와 view 한 pts/? 넘버가 달라서 이거나 해당 java process 가 문제가 있어서 떨어지지 않는게 아닐까 추측을 한다.
그러므로 kill -3 JAVA_PID 로 Thread Dump 를 받아야 하는 경우라면 java process 를 start 할때 redirection 해서 File 형태로 Thread Dump 를 추출하기 바란다.
혹은
#jstack -l JAVA_PID > ./thread_dump
형식으로도 Thread Dump 를 받을 수 있다고 한다.
#### 기타 참고 자료 링크 ####
## jstack
link : http://docs.oracle.com/javase/1.5.0/docs/tooldocs/share/jstack.html
## kill man page
link : http://linux.die.net/man/2/kill
## kill -3 ( SIGQUIT )
link : http://www.joinc.co.kr/modules/moniwiki/wiki.php/Site/system_programing/Book_LSP/ch06_Signal
## Thread Dump 관련 참고 링크
link : http://demo.initech.com/index.php?document_srl=1965
### Red Hat Knowledgebase 의 JBOSS 관련 Thread Dump 참고 자료 ###
link : https://access.redhat.com/kb/docs/DOC-36483
Posted on 2011/11/10 14:29
Filed Under Etc/Firefox
기존 RHEL 6.x 버전에 설치 되어 있던 firefox 는 문제가 없었지만...( 문제가 있었나? ㅡㅡa )
아무튼... 하위 버전의 flash plugin 을 사용하면 높은 버전의 firefox 에서 flash plugin 이
구동을 안 되나보다...

http://www.mozilla.org/ko/plugincheck/
사이트에서 체크를 하면 위와 같은 메시지가 출력된다.
최신 버전의 flash plugin 으로 변경하니 flash plugin 이 정상적으로 올라온다.
Firefox 의 Loading Plugin 리스트는 Firefox 주소창에 “ about:plugins “ 를 입력하면 알 수 있다.
———————————————————————————————————————————————————————————————————————————-
덧, 얼마 전까지 최신 버전의 Firefox 를 사용하지 못 하고 있었다??? 라이브러리를 찾을 수 없다는 문구와 함께...
오늘 그 이유를 알게 되었다...ㅠㅠ
지금까지 내가 받았던건... x86 버전이었다 ( 본인 OS x86_64 버전 )
젠장... 그래서 현재 포스팅은 Firefox 8.0 버전으로 하고 있는 중 이다... 좋다...
Posted on 2011/11/09 13:37
Filed Under Etc/Firefox
파이어폭스 릴리즈 속도가 어마 어마해졌네요...
7.0 나온지 얼마 안 된거 같은데 벌써 8.0 이라니...
아래는 관련 내용 입니다.
—————————————————————————————————————————————————
The latest version of Firefox has the following changes:
Add-ons installed by third party programs are now disabled by default
Added a one-time add-on selection dialog to manage previously installed add-ons
Added Twitter to the search bar for select locales. Additional locale support will be added in the future
Added a preference to load tabs on demand, improving start-up time when windows are restored
Improved performance and memory handling when using <audio> and <video> elements
Added CORS support for cross-domain textures in WebGL
Added support for HTML5 context menus
Added support for insertAdjacentHTML
Improved CSS hyphen support for many languages
Improved WebSocket support
Fixed several stability issues
Fixed several security issues
Please see the complete list of changes in this version. Web and extension developers should also view the curated list of platform changes. You may also be interested in the list of changes in the previous version.
Release Note : https://www.mozilla.org/en-US/firefox/8.0/releasenotes/
DownLoad : https://www.mozilla.org/en-US/firefox/channel/
Posted on 2011/10/05 15:39
Filed Under Etc/JAVA
최신 버전 : http://www.oracle.com/technetwork/java/javase/downloads/index.html
JDK 7 - http://www.oracle.com/technetwork/java/javase/downloads/java-se-jdk-7-download-432154.html
JDK 6 - http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u27-download-440405.html
이전 버전 : http://www.oracle.com/technetwork/java/javase/downloads/previous-jsp-138793.html
JDK 5 - http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase5-419410.html
JDK 4 - http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase14-419411.html
Posted on 2011/08/24 11:27
Filed Under Etc/RHEV
- Red Hat Enterprise Virtualization Manager is now a Java application running on JBoss Enterprise Application Platform on Red Hat Enterprise Linux
- An updated KVM hypervisor based on the latest Red Hat Enterprise Linux 6
- Industry-leading performance and scalability levels, supporting up to 128 logical CPUs and 2TB memory for hosts, and up to 64 vCPUs and 2TB memory for guests
- A power user portal that allows end users to provision virtual machines, define templates and administer their own environments
- A RESTful API that allows all aspects of Red Hat Enterprise Virtualization to be managed and configured programmatically
- New multi-level administrative capabilities, improving product functionality for very large deployments
- New local storage capabilities
- An integrated and embedded reporting engine allowing for analysis of historic usage trends and utilization reports
- SPICE WAN optimization and enhanced performance including dynamic compression and automatic tuning of desktop effects and color depth. The new version of SPICE also features enhanced support for Linux desktops.
Detail Link : http://www.redhat.com/about/news/prarchive/2011/Red-Hat-Enterprise-Virtualization-3-0-Beta-Now-Available
1월 둘째주 정도에 관련하여 교육 받으러 가는데... 흠... 중간 버전을 생략하고... 3.0 버전을 좀 빨리 내놓았군요...
Posted on 2011/07/19 15:58
Filed Under Etc/JAVA
관련 자료는 링크로 대체 하겠음. ( 유용한 사이트 )
### Using jconsole
http://download.oracle.com/javase/1.5.0/docs/guide/management/jconsole.html - 영문
http://eureka7.com.ne.kr/jdk-1_5_0-Korean-doc/docs/guide/management/jconsole.html - 한글
### Using JConsole to Monitor Applications
http://java.sun.com/developer/technicalArticles/J2SE/jconsole.html
### Monitoring JBoss AS using JConsole
https://access.redhat.com/kb/docs/DOC-52924
### jConsole 사용하기
http://sjchoi.wordpress.com/2007/01/10/jconsole-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0/
### jconsole로 톰캣 서버 원격 모니터링 하기
http://avatar72.tistory.com/101
### JConsole로 자바 어플리케이션 원격 모니터링(JMX)을 해보자
http://entireboy.egloos.com/3695194
### How do I create a Java heap dump?
https://access.redhat.com/kb/docs/DOC-36230



