이 블로그 검색
2017년 2월 21일 화요일
2017년 2월 20일 월요일
아치리눅스에서 유튜브 다운받기
아치리눅스에서 유튜브동영상을 다운로드 받으려면
yaourt가 설치되어 있어야하고
터미널에서 yaourt -S youtube-dl이라고 친다
그러면 설치된다
사용법은 터미널에서
youtube-dl https://www.youtube.com/watch?v=XRArIYD3VYM
간단히
youtube-dl 동영상 주소
치면된다
이렇게 키보드 치면 AOA직캠이 다운로드 된다
동영상 다운되는 폴더는 사용자계정 폴더에 저장됨
그리고콘솔버전이 싫으신분들은
yaourt -S youtube-dl-gui-git
이렇게 터미널에 치면gui용 깃이 설치된다
위에urls 편집창에 유튜브 주소를 복사해 넣으면 된다파이어폭스에서 주소창에 ctrl-c하면 복사되고 ctrl-v 하고 다운로드 버튼을 누르면 된다
그러면 동영상이 다운된다
즐감
yaourt가 설치되어 있어야하고
터미널에서 yaourt -S youtube-dl이라고 친다
그러면 설치된다
사용법은 터미널에서
youtube-dl https://www.youtube.com/watch?v=XRArIYD3VYM
간단히
youtube-dl 동영상 주소
치면된다
이렇게 키보드 치면 AOA직캠이 다운로드 된다
동영상 다운되는 폴더는 사용자계정 폴더에 저장됨
그리고콘솔버전이 싫으신분들은
yaourt -S youtube-dl-gui-git
이렇게 터미널에 치면gui용 깃이 설치된다
위에urls 편집창에 유튜브 주소를 복사해 넣으면 된다파이어폭스에서 주소창에 ctrl-c하면 복사되고 ctrl-v 하고 다운로드 버튼을 누르면 된다
그러면 동영상이 다운된다
즐감
terminology 명령어
terminology man page
Terminology — Terminal Emulator written with EFL (Enlightenment Foundation Libraries).Synopsis
terminology [options]Description
This is an EFL terminal emulator with some extra bells and whistles. It has many features including split terminal support, support for tabs, preview icons for files and so on...Options
- -e, --exec <cmnd>
- Specify command to execute. Defaults to $SHELL (or passwd shell or /bin/sh) When used along with -S/--split, each argument is used as a command for a split, leaving away the extra arguments. With 3 splits, one vertical, a command on the right, an horizontal split on the left with only a command on the bottom, the following arguments should be used: --split v-h-- -e command1 $SHELL command2
- -d=CURRENT-DIRECTORY, --current-directory=CURRENT-DIRECTORY
- Change to directory for execution of terminal command. Type: STR.
- -t=THEME, --theme=THEME
- Use the named edje theme or path to theme file. Type: STR.
- -b=BACKGROUND, --background=BACKGROUND
- Use the named file as a background wallpaper for terminology. Type: STR.
- -g=GEOMETRY, --geometry=GEOMETRY
- Terminal geometry to use (eg 80x24 or 80x24+50+20 etc.). Type: STR.
- -n=NAME, --name=NAME
- Set window name. Type: STR.
- -r=ROLE, --role=ROLE
- Set window role. Type: STR.
- -S=vh-, --split=vh-
- Terminology can start with splits opened as described below. The arguments are a string with the following characters:
-S v splits terminal vertically
-S h splits horizontally
- defines a placeholder for a shell or a command when used with
--exec/-e
Examples:
______
| | |
$ terminology -S v |__|__|
______
|_____|
$ terminology -S h |_____|
______
|__| |
$ terminology -S vh |__|__|
______
| |__|
$ terminology -S v-h |__|__|
______
$ terminology -S vh--h |__|__|
hv--v |__|__|
Type: STR. - -T=TITLE, --title=TITLE
- Set window title. Type: STR.
- -i=ICON-NAME, --icon-name=ICON-NAME
- Set icon name. Type: STR.
- -f=FONT, --font=FONT
- Set font (NAME/SIZE for scalable, NAME for bitmap. Type: STR.
- -v=VIDEO-MODULE, --video-module=VIDEO-MODULE
- Set emotion module to use. Choices are: auto, gstreamer, xine, generic.
- -l=LOGIN, --login=LOGIN
- Run the shell as a login shell. Type: BOOL.
- -m=VIDEO-MUTE, --video-mute=VIDEO-MUTE
- Set mute mode for video playback. Type: BOOL.
- -c=CURSOR-BLINK, --cursor-blink=CURSOR-BLINK
- Set cursor blink mode. Type: BOOL.
- -G=VISUAL-BELL, --visual-bell=VISUAL-BELL
- Set visual bell mode. Type: BOOL.
- -F, --fullscreen
- Go into the fullscreen mode from start.
- -I, --iconic
- Go into an iconic state from the start.
- -B, --borderless
- Become a borderless managed window.
- -O, --override
- Become an override-redirect window.
- -M, --maximized
- Become maximized from the start.
- -W, --nowm
- Terminology is run without a wm.
- -H, --hold
- Don't exit when the command process exits.
- -s, --single
- Force single executable if multi-instance is enabled..
- -2, --256color
- Set TERM to xterm-256color instead of xterm.
- --active-links=ACTIVATE-LINKS
- Whether to highlight links. Type: BOOL.
- -V, --version
- Show program version.
- -C, --copyright
- Show copyright.
- -L, --license
- Show license.
- -h, --help
- Show this message.
Controls / Shortcuts
- Shift+PgUp
- Scroll terminology one page up.
- Shift+PgDn
- Scroll terminology one page down.
- Shift+Up
- Scroll terminology one line up.
- Shift+Down
- Scroll terminology one line down.
- Shift+Home
- Scroll terminology to the top of the backlog.
- Shift+End
- Reset scroll in terminology.
- Shift+Left
- Switch focus to previous terminal inside a window when using splits, or the previous tab.
- Shift+Right
- Switch focus to next terminal inside a window when using splits, or the next tab.
- Shift+Insert
- Paste Clipboard (ctrl+v/c) selection.
- Shift+Ctrl+Insert
- Paste Primary (highlight) selection.
- Shift+Keypad-Plus
- Font size up by one unit.
- Shift+Keypad-Minus
- Font size down by one unit.
- Shift+Keypad-Multiply
- Reset font size.
- Shift+Keypad-Divide
- Copy highlight to Clipboard (same as ctrl+c in gui apps).
- Ctrl+PgUp
- Switch focus to previous terminal inside a window when using splits, or the previous tab.
- Ctrl+PgDn
- Switch focus to next terminal inside a window when using splits, or the next tab.
- Ctrl+Shift+h
- Toggle displaying the miniview of the history.
- Ctrl+Alt+t
- Set tab's title.
- Ctrl+Shift+t
- Create a new terminal on top of current inside window (tabs).
- Ctrl+Shift+n
- Launch new terminology.
- Ctrl+Shift+End
- Close the current terminal.
- Ctrl+Shift+Home
- Bring up "tab" switcher.
- Ctrl+Shift+PgUp
- Split terminal horizontally (one terminal above the other).
- Ctrl+Shift+PgDn
- Split terminal vertically (one terminal to the left of the other).
- Alt+Home
- Enter command mode (enter commands to control terminology itself).
- Alt+Return
- Paste primary selection.
- Alt+w
- Copy selection to primary.
- Ctrl+Shift+c
- Copy current selection to clipboard.
- Ctrl+Shift+v
- Paste current clipboard selection.
- Ctrl+1 through Ctrl+0
- Switch to terminal tab 1 through 10.
- Ctrl+Alt+Equal
- Increase font size. Note that it works on scalable fonts only.
- Ctrl+Alt+Minus
- Decrease font size. Note that it works on scalable fonts only.
- Ctrl+Alt+0
- Reset font to default setting saved in config.
- Ctrl+Alt+9
- Display big font size (10x20 bitmap, or size 20 with scalable).
Mouse Controls
- Right mouse click
- Bring up controls menus.
- Middle mouse click
- Paste highlight selection.
- Left mouse click/drag
- Make a selection highlight.
- Ctrl + Left mouse click/drag
- Make a block selection.
- Wheel
- Scroll up or down in history.
- Ctrl + Wheel
- Zoom font size up/down.
Command Mode Commands
To enter command mode in terminology press Alt+Home. Currently command mode understands the following commands:- f
- Reset font to default setting saved in config.
- f+
- Increase font size. Note that it works on scalable fonts only.
- f-
- Decrease font size. Note that it works on scalable fonts only.
- fb
- Display big font size (10x20 bitmap, or size 20 with scalable).
- gNxM
- Make terminal NxM chars in size (if possible). e.g. g80x48 g40x20. If just one number is provided, it will use the following shortcuts: g0=80x24; g1=80x40; g2=80x60; g3=80x80; g4=120x24; g5=120x40; g6=120x60; g7=120x80; g8=120x120
- b
- Reset the background (no media).
- bPATH
- Set the background media to an absolute file PATH.
Themes
Themes can be stored in ~/.config/terminology/themes/.Extended Escapes for Terminology
- [\033][}][COMMAND][\000]
- i.e.
1. ESC char (\033 or 0x1b)
2. } char
3... sequence of UTF8 chars other than nul (\000 or 0x00).
4 \000 char (nul byte or 0x00 to indicate end of sequence) e.g.
echo -n '\033}Hello world\000'
Commands:
any values inside square brackets [] are to be replaced by some content (numbers, strings, paths, url's etc.). example:
aa[PATH-OF-FILE] should be come something like:
aa/tmp/file.png or aa[true/false] should become something like:
aatrue or
aafalse
---
pn[FULL-PATH-OR-URL]
popup the given media file/url now.
pq[FULL-PATH-OR-URL]
queue a popup for the given media file/url.
bt[FULL-PATH-OR-URL]
set the terminal background media file/url temporarily.
bp[FULL-PATH-OR-URL]
set the terminal background media file/url permanently.
at[on/true/yes/off/false/no]
set the terminal alpha state to be on, or off temporarily.
ap[on/true/yes/off/false/no]
set the terminal alpha state to be on, or off permanently.
qs
query grid and font size. stdin will have written to it:
W;H;FW;FH
where W is the width of the terminal grid in characters
where H is the height of the terminal grid in characters
where FW is the width of 1 character cell in pixels
where FH is the height of 1 character cell in pixels
is[CW;H;FULL-PATH-OR-URL]
insert STRETCHED media (where image will stretch to fill the
cell area) and define expected cell area to be W cells
wide and H cells high, with the image/media/url.
where C is the replace character to be identified in later
text where W is the width in character cells (up to 511).
where H is the height in character cells (up to 511).
note that this escape alone has no effect. it indicates a future intention of inserting media into the terminal. the terminal will EXPECT a grid of WxH "replace characters" to follow, with each sequence of such replace characters bebung with a ib escape command and ending with an ie escape command.
the FULL-PATH-OR-URL for all the i commands (is,
ic, if, it) may be of the form:
/full/path/to/file.png
OR
/full/path/to/link0full/path/to/file.png
where a newline character separates a URI for a link and
a full path to a file to display in the region. the link
is the destination URI when a user may click on the given
media image.
example:
printf("\ 33}is#5;3;%s 00"
"\ 33}ib#####\ 33}ie\0
"\ 33}ib#####\ 33}ie\0
"\ 33}ib#####\ 33}ie\0, "/tmp/icon.png");
note that # is the replace character, and later # chars if inside begin/end escapes, will be replaced by the given media indicated in the insert media escape.
ic[CW;H;FULL-PATH-OR-URL]
insert CENTERED media (centered in cell area). otherwise
paramaters are identical to the is command, but
retains aspect and is padded by blank space.
if[CW;H;FULL-PATH-OR-URL]
insert FILLED media (fill in cell area). otherwise paramaters
are identical to the is command but ensures the entire
area is filled like a background even if media goes beyond
cell bounds and is clipped.
it[CW;H;FULL-PATH-OR-URL]
insert THUMB media (thumbnail cell area). otherwise paramaters
are identical to the is command, but uses thumbnail
generation to make a fast to load but low resolution version
(cached) of the media.
ib
begin media replace sequence run.
ie
end media replace sequence run.
간단한 명령어 설명
http://linoxide.com/tools/terminology-terminal/
플스2 플스3 플스4분해
ifixit.com에 자세한 분해 수리에 관련된 정보를 제공하고 있다
https://www.ifixit.com/Device/PlayStation_2
https://www.ifixit.com/Device/PlayStation_3
https://www.ifixit.com/Device/PlayStation_4
플스1 플스2 하드웨어 서비스 매뉴얼(영어로 되어있어요)
zip파일로 압축되어 있으니 압축풀어서 아크로뱃리더로 보세요
Sony_Playstation_SCPH-7500_Service_Manual_1.pdf
Sony_Playstation_SCPH-7500_Service_Manual_2.pdf
Sony_Playstation_SCPH-9000_Service_3rd_ed.pdf
sony-ps2-scph-50000_series_service_manual.pdf
sony-ps2-scph-70000_series_service_manual.pdf
다운받기
https://www.ifixit.com/Device/PlayStation_2
https://www.ifixit.com/Device/PlayStation_3
https://www.ifixit.com/Device/PlayStation_4
플스1 플스2 하드웨어 서비스 매뉴얼(영어로 되어있어요)
zip파일로 압축되어 있으니 압축풀어서 아크로뱃리더로 보세요
Sony_Playstation_SCPH-7500_Service_Manual_1.pdf
Sony_Playstation_SCPH-7500_Service_Manual_2.pdf
Sony_Playstation_SCPH-9000_Service_3rd_ed.pdf
sony-ps2-scph-50000_series_service_manual.pdf
sony-ps2-scph-70000_series_service_manual.pdf
다운받기
2017년 2월 19일 일요일
아이폰 사이트
-
- 아이폰 신고
- 애플 스마트폰, 제품 특징, 사양, 디자인, 운영체제, 아이폰용 앱 등 소개, 갤러리 수록.
- www.apple.com/kr/iphone
-
- 애플공인서비스센터 신고
- 애플 컴퓨터, iPod, 아이폰 공인대리점 판매, 서비스센터, AS신청, 공인교육센터 안내.
- locate.apple.com/kr/ko
-
- 아이폰 5S 신고
- 애플 스마트폰, 지문인식 홈버튼, 골드, 실버, 그레이 디자인, 제품사양 등 안내.
- www.apple.com/kr/iphone-5s
-
- 아이폰 5C 신고
- 애플 저가형 스마트폰, 컬러풀 디자인, iOS7 등 제품사양 안내.
- www.apple.com/kr/iphone-5c
-
- 아이폰뽀개기 신고
- 아이폰 이용자 커뮤니티, 아이폰 강좌, 어플 소개, 배경화면 자료 수록.
- cafe.daum.net/breakiphone
2017년 2월 18일 토요일
피드 구독하기:
글 (Atom)




