2009년 8월 23일 일요일

Ispell for Emacs on Windows

Gnu Aspell을 설치하고 .emacs 파일에 다음 추가

;; Ispell for Windows using Aspell
(setq-default ispell-program-name
"c:/Progra~1/Aspell/bin/aspell.exe")

참조: http://aspell.net/win32/

2009년 8월 21일 금요일

windows 키맵

출처: http://www.2p.cz/en/node/1048


WinXP

system

XP

Any key can be disabled or remapped using HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout key and binary value "Scancode map", see http://www.microsoft.com/whdc/device/input/w2kscan-map.mspx.
In this case:
"00 00 00 00 00 00 00 00 02 00 00 00 00 00 3A 00 00 00 00 00"
Scancodes:
Key                 Scancode
[^]                 29 00
[1]                 02 00
[2]                 03 00
[3]                 04 00
[4]                 05 00
[5]                 06 00
[6]                 07 00
[7]                 08 00
[8]                 09 00
[9]                 0A 00
[0]                 0B 00
[ß]                 0C 00
[´]                 0D 00
[Q]                 10 00
[W]                 11 00
[E]                 12 00
[R]                 13 00
[T]                 14 00
[Z]                 15 00
[U]                 16 00
[I]                 17 00
[O]                 18 00
[P]                 19 00
[Ü]                 1A 00
[+]                 1B 00
[<]                 2B 00
[A]                 1E 00
[S]                 1F 00
[D]                 20 00
[F]                 21 00
[G]                 22 00
[H]                 23 00
[J]                 24 00
[K]                 25 00
[L]                 26 00
[Ö]                 27 00
[Ä]                 28 00
[Y]                 2C 00
[X]                 2D 00
[C]                 2E 00
[V]                 2F 00
[B]                 30 00
[N]                 31 00
[M]                 32 00
[,]                 33 00
[.]                 34 00
[-]                 35 00
[Enter]             1C 00
[Shift] left        2A 00
[Shift] right       36 00
[Ctrl] left         1D 00
[Ctrl] right        1D E0
[Alt] left          38 00
[Alt] right         38 E0
[Num Lock]          45 00
[Backspace]         0E 00
[Tab]               0F 00
[Caps Lock]         3A 00
Nemuric pad:
[7]                 47 00
[4]                 4B 00
[1]                 4F 00
[8]                 48 00
[5]                 4C 00
[2]                 50 00
[0]                 52 00
[*]                 37 00
[9]                 49 00
[6]                 4D 00
[3]                 51 00
[,]                 53 00
[-]                 4A 00
[+]                 4E 00
[Enter]             E0 1C

[ESC]               01 00
[F1]                3B 00
[F2]                3C 00
[F3]                3D 00
[F4]                3E 00
[F5]                3F 00
[F6]                40 00
[F7]                41 00
[F8]                42 00
[F9]                43 00
[F10]               44 00
[F11]               57 00
[F12]               58 00
[Windows] left      5B E0
[Windows] right     5C E0
[Windows] context   5D E0
FileVersionSizeLast modif
Anticaps lockWinXP383 bytes2006-05-04 08:25
Disable CapsLock key forever

2009년 6월 5일 금요일

[LaTax]잡다한 팁들

  • enumerate 환경에서 번호 재지정하기
  • \begin{enumerate}
    \setcounter{enumi}{1}
    \item First item
    \item Second item
    \end{enumerate}

    번호가 2부터 시작.

    참고: http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/ltx-3.html
  • 목록 간격 조정
  • \begin{enumerate}
    \setlength{\itemsep}{1em}
    \item First item
    \item Second item
    \end{enumerate}

[LaTax]beamer 사용하기

Installing the Beamer class

You will first need to install the package Beamer. Under Debian or Ubuntu, you can type the following command:

Once the latex-class Beamer is installed, you are definitely ready to stat your first presentation!!!

Basic presentation with Beamer

A few explanations:

means that our document is a Beamer presentation

this package enables us to use special letters (with accents, cedillas, etc). You can discard this command when the presentation is in English.

This is our outer theme (color and background). As you can imagine, there are tons of themes. You can refer to Beamer documentation for more details.

this defines the title of the presentation. As you can see, there are two titles:
- the first one, between brackets. [Making a LaTeX presentation with Beamer] is a substitute title which appears at the bottom of the page. This is useful especially if the original title is long. Since this is anoption only, if it is not mentioned, then the original title is the one shown in the bottom of the page.
- the second one, between braces, is the principal title of the presentation. The command

defines Nadir Soualem and Astozzia (us!) as the authors of the presentation.

defines where the presentation was held. Finally, we use

as the date.

To define the document, we use the markers

To define a slide of the presentation, we use the markers

To define a page title (frame), we mention it as follows

Introduction will be the title of the page. To define the first page, which contains details such as the title, the author, the date, etc - we use a frame in which we include the \titlepage command

To define a frame containing the layout of the presentation, we proceed as follows:

The layout is therefore mentioned at every section and subsection. You should insert \section and \subsection throughout the presentation and out of the frames:

Animations — Overlays

A good presentation is one that is dynamic and attracts the audience’s interest. Generally, we resort to a dynamic type of presentations. Alternatively stated, when we speak, we simultaneously show significant points of the talk, or hide others, or keep just the important ones. We shall see in this section how animations function in Beamer.

Item-by-item list view: the \pause command

In order to view several items of a list on the same slide, we type the following commands inside a frame:

We will thus see the items of our list, one by one.

Item-by-item list view: the \item command

An alternative way to visualize the elements of a list item by item is to use the \item command, where n is a natural number referring to the slide, beginning from which the item appears.

List item interval and isolated items: the \item and \item

commands

An example is worth a long speech:

\item means that the list item will appear on slides numbered n to m, whereas \item

means that the item will appear on slide p.

Item-by-item long list view: the [<+->] command

Sometimes the lists you want to display are long and it is not practical to use the \item command. An alternative solution is the use of the [<+->] command

Up to now, we have dealt with lists. We shall now see how to use text and slides.

Displaying and hiding text in slides: the \uncover, \uncover and \uncover

commands

\uncover will display the text from slide n on; \uncover means the text element will appear from slide n to m. Finally, \uncover

means that the text will appear on slide p. Here is a case in point of a frame containing the \uncover command.

Be careful not to forget the braces after the \uncover command. The syntax is as follows:

Displaying and hiding text in slides: the \only, \only and \only

commands

\only works like\uncover with the exception that the \only command is not as "cumbersome" on slides. Here is an example:

Here is an other example to better grasp the difference between \only and \uncover

Hide text in slides: the \invisible commands

\invisible makes text invisible on slide n

Another alternative: the \alt{...}{...} commands

As an alternative, one can use the \alt{...}{...} command on a slide. The first argument is the value on slide n. The second is for values other than n. Here is an example:

Highlighting text in red: the \alert{...} command

To highlight text in red on slide n, we use the \alert{...} command.

Successively highlighting list items in red: the <+-| alert@+> command

Using colors in a text on a slide: the \color{...}{...}, \color{...}{...} and\color

{...}{...} commands

The first argument is the red, green, yellow, blue, etc ... The second is the text to be colored

Creating links: the \hyperlink{...}{\beamergotobutton{...}} commands

To define internal links, we should add the following package in the preamble

Then, we should define a label pointing on the frame:

you define MY_LABEL as you please ! Finally, on the frame where the link is to be created, we proceed as follows:

There we are! We can see a button Refer to this page pointing to the frame labeled MY_LABEL.

Thus, the first argument of \hyperlink{...}{\beamergotobutton{...}} is the name of the label to be pointed at and \beamergotobutton{...} has the name of the button as an argument.

Defining blocks inside frames

For important stuff, we define blocks as follows:

As clear as onion soup !!!

Dynamic display of tables: the \pause and \onslide commands

First off, we should add the package colortbl to the preamble

To display rows dynamically, we shall use the \pause command as follows:

To display columns dynamically, we shall use the \onslide command as follows:

Writing on several columns: the \begin{columns}...\end{columns} commands

For two columns, we proceed as follows:

l,r,c refers to the position: left, right, center. The syntax is as follows:

Inserting a figure in a Beamer presentation

To insert an image or a figure, we proceed as in LaTeX by using the \includegraphics command. Here is an example:

In Beamer, we should distinguish between two types of figures:
- PS type: .eps, .ps and pspicture type (LaTeX)
- General type: .pdf, .png, .jpg, .jpeg You will need to compile a Beamer-class file.

Compiling a Beamer presentation

I assume that the your file is called file.tex.. There are ways to compile, depending on the type of figure you inserted. For PS-type figures, we shall use the following commands

We shall obtain the file file.pdf.

For general-type figures, we shall use the command

We shall also obtain the file file.pdf.

Conclusion

It goes without saying that explaining all the possibilities that Beamer offers is way too long. This is why I am referring to this exhaustive documentation documentation.

Have fun !!!


출처 : http://www.math-linux.com/spip.php?article77

2009년 3월 31일 화요일

HOWTO: Get Dual Monitor Display Working - Ubuntu 8 / Hardy Heron

my xwindow config file
/etc/X11/xorg.config

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

# Wacom tablet 설정

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "USB" "on"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "USB" "on"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "USB" "on"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "pad"
Option "Device" "/dev/input/wacom"
Option "Type" "pad"
Option "USB" "on"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Device"
Identifier "Configured Video Device"
Option "monitor-VGA" "lcddisp"
Option "monitor-LVDS" "laptop"
EndSection

Section "Monitor"
# Identifier "Configured Monitor"
Identifier "laptop"
EndSection

Section "Monitor"
Identifier "lcddisp"
Option "RightOf" "laptop"
EndSection

Section "Screen"
Identifier "Default Screen"
# Monitor "Configured Monitor"
Monitor "laptop"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Modes "1024x768" "1024x768"
Virtual 2048 768
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"

# Wacom tablet 설정
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "pad"
EndSection


************************************************************

출처: http://ubuntuforums.org/showthread.php?t=826717

I had come hardships getting dual display working between by laptop (Dell Vostro 1700) running Hardy Heron, and an extra LCD panel display.

I noticed in these forums that others had similar problems, so here are my successful steps for those in similar pain.

FIRSTLY, read this: http://www.intellinuxgraphics.org/dualhead.html
It really will help.

If you come this far without reading the above link, you'll probably get it wrong.

Next MAKE SURE YOU BACKUP YOUR EXISTING xorg.conf!
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

These instructions assume you have a laptop to the left of your larger LCD panel, and that you want the LCD panel to be the main screen. If this isn't true, you need to pay attention to the "LeftOf" / "RightOf" options in step 3 below, also in step 4 and during the rejigging of the layout using xrandr (more on this below).

Before you start, you will need the ID of your displays from xrandr. Do:
sudo xrandr -q

In my case, the displays are called "VGA" and "LVDS". You will need these values when doing step 1 below.

Edit your xorg.conf (from the out-the-box Heron dist version) and make the following changes:
1. In 'Section "Device"', add the 2 lines highlighted in red so the section reads like this:
Section "Device"
Identifier "Configured Video Device"
Option "monitor-VGA" "lcddisp"
Option "monitor-LVDS" "laptop"

EndSection

Note that the "Option" keys are the 2 values you got in 'sudo xrandr -q' earlier, prefixed bu the string "monitor-". THIS IS IMPORTANT!

2. Change the identifier in 'Section "Monitor"' as shown in red, so it reads like this:
Section "Monitor"
Identifier "lcddisp"
EndSection

3. Immediately below the existing 'Section "Monitor"' add a new 'Section "Monitor"' which looks like this:
Section "Monitor"
Identifier "laptop"
Option "LeftOf" "lcddisp"
EndSection


N.B. This assumes your laptop is to the left of your lcd display. If not, change "LeftOf" to "RightOf".

4. In 'Section "Screen"', edit the Monitor to be the one you want as your main screen (in my case 'lcddisp' but you may want 'laptop'):
Section "Screen"
Identifier "Default Screen"
Monitor "lcddisp"
Device "Configured Video Device"
EndSection

5. Also in the same 'Section "Screen"' add a SubSection as follows:
Section "Screen"
Identifier "Default Screen"
Monitor "lcddisp"
Device "Configured Video Device"
SubSection "Display"
Depth 24
Modes "1680x1050" "1440x900"
Virtual 3120 1050
EndSubSection

EndSection
Note: The Modes options should reflect the 2 modes of your laptop and LCD panel (or just one mode if they are the same resolution.)
Also Note: Virtual setting. You should calculate this such that the first figure is the TOTAL width of both displays added together, and the second figger is the larger of the 2 display heights. If you don't know the resolutions you can get them by:
sudo xrandr -q

In short, the Virtual section creates a giant virtual screen which must be big enough to hold the 2 screens we are physically using.

OK that's the xorg.conf edited, so....

6. Restart X (CTRL-ALT-BACKSPACE)

Nothing amazing will have happened yet; you now need to use xrandr to move the displays around in the giant virtual screen we just made:

7. sudo xrandr -q to get the system names of the 2 displays. Im my case these are VGA (the LCD panel) and LVDS (the laptop)

8. Whichever display you opted for on the right, now use xrandr to reposition it. In my case:
xrandr --output VGA --pos 1440x0

This moved my VGA (lcd) display to position 1440, which is exactly at the right hand edge of my laptop display (within the giant virtual screen.)

This should have done the trick.

Again, this document is very helpful:
http://www.intellinuxgraphics.org/dualhead.html

Good Luck!

Last edited by mhenwood; June 13th, 2008 at 11:30 AM..

Re: HOWTO: Get Dual Monitor Display Working - Ubuntu 8 / Hardy Heron

It might be worth noting that the Virtual line here:

Quote:
Originally Posted by mhenwood View Post
...
5. Also in the same 'Section "Screen"' add a SubSection as follows:
Code:
Section "Screen"
Identifier "Default Screen"
Monitor "lcddisp"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Virtual 3120 1050
EndSubSection

EndSection
...
is really the only necessary part of these modifications. The virtual line specifies the maximum combined resolution available across all of your screens, and it defaults to the resolution of the highest resolution device you have plugged in when X starts. This means that by default you can't do non-clone dual-head.

However, once you have a specified a (sufficiently large) Virtual size, you can use System->Preferences->Screen Resolution to dynamically handle dual-head. It will also restore your dual-head settings when you log in. That's the way I have my dual-head set up on my laptop, since I tend to swap things around a lot.
__________________
nVidia's binary blob: not quite as bad as fglrx --- Instructions for easy Nouveau driver testing.

Remember: if your problem is not described on a Launchpad bug, it can only be fixed by accident!

2009년 2월 25일 수요일

ubuntu에서 samba로 파일 공유하기

ubuntu에서 samba로 파일 공유하기

집필자 shinmoosung (2007-06-12 14:01)

조회725

우분투에서 samba를 이용해서 파일공유 사용하기

파일을 공유하려는 서버에서 아래와 같이 삼바 패키지를 설치한다.
sudo apt-get install samba smbfs

이 공유에 접근할 아이디와 비밀번호를 설정한다.
sudo smbpasswd -a 아이디

접근 아이디를 지울 때는 다음과 같이 한다.
sudo smbpasswd -x system_username

삼바 서버를 설정하기 위해 문서 편집기로 설정파일을 연다.
sudo vim /etc/samba/smb.conf

그 안에 다음과 같은 내용을 입력한다.

# 기본적인 설정
[global]
# 워크그룹이름은 맘대로 정한다.
workgroup = WORKGROUP
encrypt passwords = yes
# 접근을 허락할 아이피 범위
hosts allow = 192.168.
# 문자 인코딩 설정, 우분투는 utf-8을 기본적으로 사용하고
# 이것이 윈도우즈에서도 한글이 잘 깨지지 않는다.
unix charset=utf-8
dos charset=utf-8
#공유할 디렉토리 이름, 이것은 여러개를 만들 수도 있다.
[MyDoc]
comment = My Documents
path = /공유할/디렉토리
#읽기 전용으로 접근할지 여부
read only = no
browsable = yes


삼바의 설정은 매우 다양하게 할 수 있다.
아래에 다양한 삼바 설정을 설명했다.

삼바 설정이 끝났으면, 설정이 제대로 되었는지 검사한다.
sudo testparm

문제가 없으면 삼바를 실행한다.
sudo /etc/init.d/samba restart

우분투에서 패키지로 설치된 삼바는 컴퓨터가 켜질 때마다 실행될 것이다.

우분트 클라이언트에서 공유에 접근하는 법은 두가지이다.

첫째)
위치 메뉴 > 서버에 연결 을 선택한 후,
서비스 종류는 Windows공유를 지정하고,
사용자 이름과 연결에 사용할 이름 부분만 위에서 지정한 네트워크사용자아이디를 지정하면 된다.

둘째)
mount -t cifs //삼바서버아이피/삼바공유폴더이름 /공유가/지정될/로컬폴더 -o username=네트워크사용자아이디,password=비밀번호,iocharset=utf8,file_mode=0777,dir_mode=0777
-o 이후로는 띄어쓰기를 해서는 안된다.

윈도우즈에서 삼바 서버에 접근하려면,
네트워크 환경에서 새 연결을 설정하거나,
net use o: \\삼바서버아이피\삼바공유폴더이름 비밀번호 /user:네트워크사용자아이디
로 연결하면 되고,
삭제는 net use o: /delete
로 하면 된다.


====================================================================================

그외의 다양한 삼바 설정법은 다음과 같다.

▶ 네트워크 사용자 추가/편집/삭제 하는 법

☞ 네트워크 사용자 추가하기

sudo smbpasswd -a 네트워크사용자아이디
sudo vim /etc/samba/smbusers 를 한 후에, 아래의 내용을 추가한다.

네트워크사용자아이디 = "network username"

☞ 네트워크 사용자 편집

sudo smbpasswd -a 네트워크사용자아이디

☞ 네트워크 사용자 삭제

sudo smbpasswd -x 네트워크사용자아이디

----------------------------------------------------------------------------------
▶ 읽기 전용으로 폴더 공유하기 (인증=Yes)

sudo vim /etc/samba/smb.conf 로 설정파일을 열고

아래의 내용을 찾아서
security = user

아래처럼 바꾼다
security = user
username map = /etc/samba/smbusers

아래 내용의 앞에 있는 주석 표시를 제거한다.

;[homes]
;comment = Home Directories
;browseable = no
;valid users = %S
;writable = yes

삼바설정을 확인한다.
sudo testparm

삼바를 다시 시작한다.
sudo /etc/init.d/samba restart

----------------------------------------------------------------------------------
▶ 읽기/쓰기 권한으로 폴더 공유하기 (인증=Yes)

설정파일 안의 지정된 폴더에 아래의 옵션을 넣어준다.

(보기)

[MyFolder]
path = /home/my_id/my_shared_folder
writable = yes


----------------------------------------------------------------------------------
▶ 그룹 폴더들을 읽기 전용으로 공유하기 (인증=Yes)

sudo mkdir /home/group
sudo chmod 777 /home/group/
sudo vim /etc/samba/smb.conf

설정파일에서 아래의 내용을
security = user

아래처럼 바꾸고
security = user
username map = /etc/samba/smbusers

설정파일의 끝에 아래의 내용을 추가한다.

[Group]
comment = Group Folder
path = /home/group
public = yes
writable = no
valid users = system_username1 system_username2
create mask = 0700
directory mask = 0700
force user = nobody
force group = nogroup


----------------------------------------------------------------------------------
▶ 그룹 폴더를 읽기/쓰기 권한으로 공유하기 (인증=Yes)

설정파일의 끝에 추가된 그룹 설정을 아래처럼 바꾼다.

[Group]
comment = Group Folder
path = /home/group
public = yes
writable = yes
valid users = system_username1 system_username2
create mask = 0700
directory mask = 0700
force user = nobody
force group = nogroup

----------------------------------------------------------------------------------
▶ 공개 폴더를 읽기 전용으로 공유하기 (인증=Yes)

[global]
security = share

[public]
comment = Public Folder
path = /home/public
public = yes
writable = no
create mask = 0777
directory mask = 0777
force user = nobody
force group = nogroup

아래처럼 nobody 계정을 만든다.

sudo smbpasswd nobody

----------------------------------------------------------------------------------
▶ 공개 폴더를 읽기/쓰기 권한으로 공유하기 (인증=Yes)

[global]
security = share

[public]
comment = Public Folder
path = /home/public
public = yes
writable = yes
create mask = 0777
directory mask = 0777
force user = nobody
force group = nogroup

----------------------------------------------------------------------------------
▶▶▶ 네트워크 프린터에서 인쇄하기

삼바 설정파일에 다음의 내용을 추가하고

printing = cups
printcap name = cups

프린터 관리 서비스를 다시 시작한다.

sudo /etc/init.d/cupsys restart


----------------------------------------------------------------------------------
▶▶▶ 웹을 통해 삼바 설정 관리하기 : SWAT : Samba Web Administration Tool

▶ INETD과 SWAT 를 설치한다.

sudo apt-get install netkit-inetd
sudo apt-get install swat


☞ inetd daemon 설정을 편집한다.

sudo vim /etc/inetd.conf

☞ 아래의 내용을 찾아서

<#off#> swat stream tcp nowait.400 root /usr/sbin/tcpd /usr/sbin/swat

☞ 아래처럼 바꾸어 준다.

swat stream tcp nowait.400 root /usr/sbin/swat swat

☞ 대몬을 재시작한다.

sudo /etc/init.d/inetd restart

☞ 만일, root비밀번호를 설정하지 않았다면, 아래처럼 설정한다.

sudo passwd root

☞ http://localhost:901 주소로 접속한다.

2009년 1월 14일 수요일

Ubuntu 8.04 + Open Office 3 쉬운설치

1. Download the deb from Open Office site.
2. Double click the downloaded tar.gz file and extract the folder on your desktop.
3. Now move the extracted folders using the following command in a terminal window.

  1. cd OOO300_m9_native_packed-1_en-US.9358/DEBS

4. Just type the following command to finish the installation

  1. sudo dpkg -i *.deb

Creating a custom Application launcher.

1. Right click on your panel and click Add to Panel.

2. Double click Custom Application Launcher

3. Add the following information

Name:

Command: /opt/openoffice.org3/program/soffice

That’s it you are all set to launch your 3.

We hope you’ll enjoy this new version of office. You can check what’s new in here.

출처: http://tnerd.com/2008/10/26/open-office-3-install-open-office-3-on-ubuntu-in-4-easy-steps/

2009년 1월 10일 토요일

인터넷 라디오 방송

출처: http://kage2k.tistory.com/79?srchid=BR1http%3A%2F%2Fkage2k.tistory.com%2F79

http://kage2k.tistory.com/37

---------------------------------------------------------------------------
출처: http://chul0302.tistory.com/352?srchid=BR1http%3A%2F%2Fchul0302.tistory.com%2F352

MBC FM= mms://minimbc.imbc.com/imbcmfm
SBS 파워FM =mms://live.sbs.co.kr/fm
SBS 러브FM= mms://live.sbs.co.kr/am
MBC FM포유= mms://minimbc.imbc.com/imbcmfm?JAFRSLjVxqATm2nztpYK9Q0KLfoZck/WenqdzUORsHxsW38tpUg=
KBS RKI1(라디오한국)= http://rki.kbs.co.kr/src/asx/L_RKI.asx
KBS RKI2(라디오한국)= http://rki.kbs.co.kr/src/asx/L_RKI2.asx
노동방송= http://nanpasun.com.:16000
BIGFM= mms://220.73.215.62/live
SCNFM= http://mic.inlive.co.kr:8910
gfm= http://c16.inlive.co.kr:6460
한국경제 라디오= http://WWW.WOWNET.CO.KR/WOWBOX/GOLD/AOD/WOW_AUDIO.ASX
이토마토= mms://fm.etomato.com/etomato_charge
bbs(불교방송)= mms://203.236.103.159/broad1
wbs(원음방송)= mms://220.124.142.132/wbs897
pbc(평화방송)= mms://219.240.83.254/fmlive
bbn= mms://bibleb.wm.llnwd.net/bibleb_korean
CBS FM= mms://aod.cbs.co.kr/cbs939_live
CBS AM= mms://aod.cbs.co.kr/cbs981_live
극동방송AM= mms://live.febc.or.kr/LiveAm
극동방송FM= mms://live.febc.or.kr/LiveFm
ccm= mms://210.118.170.43/21tv
c3radio= mms://wmt2.c3tv.com/webradio
tbs교통방송= mms://211.108.21.53/tbslive
국악FM= mms://211.106.66.141/gukak
국군fm= mms://128.134.37.102/onair
라디오코리아= mms://67.43.175.12/live
라디오21= mms://radio21.nefficient.co.kr/golive
아리랑FM= mms://211.43.217.85/fm_live
연변조선말방송= mms://202.111.175.181:8000
KNN= mms://211.220.195.199/viewradio
뮤클캐스트= mms://www.mukulcast.com
윈글리쉬=mms://winglishlive.nefficient.co.kr/winglishlive

해외라디오 방송
오타바= http://ottava.jp/live/frame/ottava_live.php
소노 도르체= http://www.suono.jp/stream.php
유니크라디오= http://www.uniqueradio.jp/player/unique.asx
초! A&G (애니,게임,성우전문)= http://www.uniqueradio.jp/agplayer/ag_movie.asx
J-wave 인터넷라디오 브랜드 뉴 제이= http://scr.j-wavemusic.com/meta/live.asx
BBC= http://www.bbc.co.uk/worldservice/meta/tx/nb/live/www17.asx
CNN= mms://live.stream.aol.com/cnn_webcast4_high
News1130= http://38.99.208.186/ckwx

뮤클캐스트= mms://www.mukulcast.com
CBC라디오인데 영어공부하는데 많은 도움이 되더군요.
CBC Radio1
Calgary:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-calgary.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-calgary-low.asx

Central Newfoundland:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-grandfalls.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-grandfalls-low.asx

Charlottetown:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-charlottetown.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-charlottetown-low.asx

Edmonton:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-edmonton.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-edmonton-low.asx

Fredericton:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-fredericton.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-fredericton-low.asx

Halifax:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-halifax.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-halifax-low.asx

Inuvik:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-inuvik.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-inuvik-low.asx

Iqaluit:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-iqaluit.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-iqaluit-low.asx

Kelowna:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-kelowna.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-kelowna-low.asx

Labrador:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-goosebay.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-goosebay-low.asx

London:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-london.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-london-low.asx

Moncton:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-moncton.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-moncton-low.asx

Montreal:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-montreal.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-montreal-low.asx

Ottawa:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-ottawa.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-ottawa-low.asx

Prince George:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-princegeorge.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-princegeorge-low.asx

Quebec:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-quebeccity.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-quebeccity-low.asx

Regina:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-regina.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-regina-low.asx

Saint John:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-saintjohn.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-saintjohn-low.asx

St Johns:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-stjohns.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-stjohns-low.asx

Sudbury:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-sudbury.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-sudbury-low.asx

Sydney:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-sydney.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-sydney-low.asx

Thunder Bay:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-thunderbay.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-thunderbay-low.asx

Toronto:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-toronto.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-toronto-low.asx

Vancouver:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-vancouver.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-vancouver-low.asx

Victoria:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-victoria.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-victoria-low.asx

Western Newfoundland:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-cornerbrook.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-cornerbrook-low.asx

Whitehorse:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-whitehorse.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-whitehorse-low.asx

Windsor:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-windsor.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-windsor-low.asx

Winnipeg:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-winnipeg.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-winnipeg-low.asx

Yellowknife:
(32 kbps) http://www.cbc.ca/livemedia/cbcr1-yellowknife.asx
(16 kbps) http://www.cbc.ca/livemedia/cbcr1-yellowknife-low






Radio 2 Atlantic Time Zone:
(64 kbps) http://www.cbc.ca/livemedia/cbcr2-halifax.asx
(32 kbps) http://www.cbc.ca/livemedia/cbcr2-halifax-low.asx


Radio 2 Eastern Time Zone:
(64 kbps) http://www.cbc.ca/livemedia/cbcr2-toronto.asx
(32 kbps) http://www.cbc.ca/livemedia/cbcr2-toronto-low.asx


Radio 2 Central Time Zone:
(64 kbps) http://www.cbc.ca/livemedia/cbcr2-winnipeg.asx
(32 kbps) http://www.cbc.ca/livemedia/cbcr2-winnipeg-low.asx


Radio 2 Mountain Time Zone:
(64 kbps) http://www.cbc.ca/livemedia/cbcr2-edmonton.asx
(32 kbps) http://www.cbc.ca/livemedia/cbcr2-edmonton-low.asx


Radio 2 Pacific Time Zone:
(64 kbps) http://www.cbc.ca/livemedia/cbcr2-vancouver.asx
(32 kbps) http://www.cbc.ca/livemedia/cbcr2-vancouver-low.asx
--------------------------------------------------
출처: http://yooong.tistory.com/447?srchid=BR1http%3A%2F%2Fyooong.tistory.com%2F447

MBC FM= mms://minimbc.imbc.com/imbcmfm
SBS 파워FM =mms://live.sbs.co.kr/fm
SBS 러브FM= mms://live.sbs.co.kr/am
MBC FM포유= mms://minimbc.imbc.com/imbcmfm?JAFRSLjVxqATm2nztpYK9Q0KLfoZck/WenqdzUORsHxsW38tpUg=
KBS RKI1(라디오한국)= http://rki.kbs.co.kr/src/asx/L_RKI.asx
KBS RKI2(라디오한국)= http://rki.kbs.co.kr/src/asx/L_RKI2.asx
노동방송= http://nanpasun.com.:16000
BIGFM= mms://220.73.215.62/live
SCNFM= http://mic.inlive.co.kr:8910
gfm= http://c16.inlive.co.kr:6460
한국경제 라디오= http://WWW.WOWNET.CO.KR/WOWBOX/GOLD/AOD/WOW_AUDIO.ASX
이토마토= mms://fm.etomato.com/etomato_charge
bbs(불교방송)= mms://203.236.103.159/broad1
wbs(원음방송)= mms://220.124.142.132/wbs897
pbc(평화방송)= mms://219.240.83.254/fmlive
bbn= mms://bibleb.wm.llnwd.net/bibleb_korean
CBS FM= mms://aod.cbs.co.kr/cbs939_live
CBS AM= mms://aod.cbs.co.kr/cbs981_live
극동방송AM= mms://live.febc.or.kr/LiveAm
극동방송FM= mms://live.febc.or.kr/LiveFm
ccm= mms://210.118.170.43/21tv
c3radio= mms://wmt2.c3tv.com/webradio
tbs교통방송= mms://211.108.21.53/tbslive
국악FM= mms://211.106.66.141/gukak
국군fm= mms://128.134.37.102/onair
라디오코리아= mms://67.43.175.12/live
라디오21= mms://radio21.nefficient.co.kr/golive
아리랑FM= mms://211.43.217.85/fm_live
연변조선말방송= mms://202.111.175.181:8000
KNN= mms://211.220.195.199/viewradio
뮤클캐스트= mms://www.mukulcast.com
윈글리쉬=mms://winglishlive.nefficient.co.kr/winglishlive

해외라디오 방송
오타바= http://ottava.jp/live/frame/ottava_live.php
소노 도르체= http://www.suono.jp/stream.php
유니크라디오= http://www.uniqueradio.jp/player/unique.asx
초! A&G (애니,게임,성우전문)= http://www.uniqueradio.jp/agplayer/ag_movie.asx
J-wave 인터넷라디오 브랜드 뉴 제이= http://scr.j-wavemusic.com/meta/live.asx
BBC= http://www.bbc.co.uk/worldservice/meta/tx/nb/live/www17.asx
CNN= mms://live.stream.aol.com/cnn_webcast4_high
News1130= http://38.99.208.186/ckwx

2009년 1월 2일 금요일

Firefox 3.0.5 + flash 10.0.15.3 = no go

불여우 업데이트하고 동영상 안보여서 대강 살다가 아래 방법대로 동영상문제 해결

I've been hammering at this for days. Finally got it to work today after repeating a load of the above steps. In case it helps anyone else, this may make a difference:

1) using package manager, uninstall the existing free flash player as well as any previous Adobe versions

2) Make sure you have Firefox closed while installing

3) Check the /usr/lib/mozilla/plugins folder. There should be nothing flash-related in here. No symolic links, no nothing.

4) Ensure the Tools / Addons / Plugins info in Firefox doesn't show a Shockwave Flash entry

5) I then used the .deb file from Adobe, opened with the packet manager. Again, once downloaded and before installing I made sure Firefox was closed down. Also ensure it's not "sleeping" or anything in System Monitor. Proper closed.

출처: http://ubuntuforums.org/showthread.php?t=1015021&page=3