'Linux' 카테고리의 다른 글
| expect - shell script (0) | 2014.12.10 |
|---|---|
| tty / pts redirect (0) | 2014.12.09 |
| tar.gz 의 내용은 갱신이.. 안됨 (0) | 2014.12.06 |
| tar 퍼미션 유지하기 (0) | 2014.12.05 |
| 압축풀지 않고 tar 파일 용량 알아내기 (0) | 2014.12.02 |
| expect - shell script (0) | 2014.12.10 |
|---|---|
| tty / pts redirect (0) | 2014.12.09 |
| tar.gz 의 내용은 갱신이.. 안됨 (0) | 2014.12.06 |
| tar 퍼미션 유지하기 (0) | 2014.12.05 |
| 압축풀지 않고 tar 파일 용량 알아내기 (0) | 2014.12.02 |
$ manpath
/usr/local/man:/usr/local/share/man:/usr/share/man
|
| $ cat /etc/manpath.config
# manpath.config
#
# This file is used by the man-db package to configure the man and cat paths.
# It is also used to provide a manpath for those without one by examining
# their PATH environment variable. For details see the manpath(5) man page.
#
# Lines beginning with `#' are comments and are ignored. Any combination of
# tabs or spaces may be used as `whitespace' separators.
#
# There are three mappings allowed in this file:
# --------------------------------------------------------
# MANDATORY_MANPATH manpath_element
# MANPATH_MAP path_element manpath_element
# MANDB_MAP global_manpath [relative_catpath]
#---------------------------------------------------------
# every automatically generated MANPATH includes these fields
#
#MANDATORY_MANPATH /usr/src/pvm3/man
#
MANDATORY_MANPATH /usr/man
MANDATORY_MANPATH /usr/share/man
MANDATORY_MANPATH /usr/local/share/man
#---------------------------------------------------------
# set up PATH to MANPATH mapping
# ie. what man tree holds man pages for what binary directory.
#
# *PATH* -> *MANPATH*
#
MANPATH_MAP /bin /usr/share/man
MANPATH_MAP /usr/bin /usr/share/man
MANPATH_MAP /sbin /usr/share/man
MANPATH_MAP /usr/sbin /usr/share/man
MANPATH_MAP /usr/local/bin /usr/local/man
MANPATH_MAP /usr/local/bin /usr/local/share/man
MANPATH_MAP /usr/local/sbin /usr/local/man
MANPATH_MAP /usr/local/sbin /usr/local/share/man
MANPATH_MAP /usr/X11R6/bin /usr/X11R6/man
MANPATH_MAP /usr/bin/X11 /usr/X11R6/man
MANPATH_MAP /usr/games /usr/share/man
MANPATH_MAP /opt/bin /opt/man
MANPATH_MAP /opt/sbin /opt/man
#---------------------------------------------------------
# For a manpath element to be treated as a system manpath (as most of those
# above should normally be), it must be mentioned below. Each line may have
# an optional extra string indicating the catpath associated with the
# manpath. If no catpath string is used, the catpath will default to the
# given manpath.
#
# You *must* provide all system manpaths, including manpaths for alternate
# operating systems, locale specific manpaths, and combinations of both, if
# they exist, otherwise the permissions of the user running man/mandb will
# be used to manipulate the manual pages. Also, mandb will not initialise
# the database cache for any manpaths not mentioned below unless explicitly
# requested to do so.
#
# In a per-user configuration file, this directive only controls the
# location of catpaths and the creation of database caches; it has no effect
# on privileges.
#
# Any manpaths that are subdirectories of other manpaths must be mentioned
# *before* the containing manpath. E.g. /usr/man/preformat must be listed
# before /usr/man.
#
# *MANPATH* -> *CATPATH*
#
MANDB_MAP /usr/man /var/cache/man/fsstnd
MANDB_MAP /usr/share/man /var/cache/man
MANDB_MAP /usr/local/man /var/cache/man/oldlocal
MANDB_MAP /usr/local/share/man /var/cache/man/local
MANDB_MAP /usr/X11R6/man /var/cache/man/X11R6
MANDB_MAP /opt/man /var/cache/man/opt
#
#---------------------------------------------------------
# Program definitions. These are commented out by default as the value
# of the definition is already the default. To change: uncomment a
# definition and modify it.
#
#DEFINE pager pager -s
#DEFINE cat cat
#DEFINE tr tr '\255\267\264\327' '\055\157\047\170'
#DEFINE grep grep
#DEFINE troff groff -mandoc
#DEFINE nroff nroff -mandoc
#DEFINE eqn eqn
#DEFINE neqn neqn
#DEFINE tbl tbl
#DEFINE col col
#DEFINE vgrind vgrind
#DEFINE refer refer
#DEFINE grap grap
#DEFINE pic pic -S
#
#DEFINE compressor gzip -c7
#---------------------------------------------------------
# Misc definitions: same as program definitions above.
#
#DEFINE whatis_grep_flags -i
#DEFINE apropos_grep_flags -iEw
#DEFINE apropos_regex_grep_flags -iE
#---------------------------------------------------------
# Section names. Manual sections will be searched in the order listed here;
# the default is 1, n, l, 8, 3, 0, 2, 5, 4, 9, 6, 7. Multiple SECTION
# directives may be given for clarity, and will be concatenated together in
# the expected way.
# If a particular extension is not in this list (say, 1mh), it will be
# displayed with the rest of the section it belongs to. The effect of this
# is that you only need to explicitly list extensions if you want to force a
# particular order. Sections with extensions should usually be adjacent to
# their main section (e.g. "1 1mh 8 ...").
#
SECTION 1 n l 8 3 2 3posix 3pm 3perl 5 4 9 6 7
#
#---------------------------------------------------------
# Range of terminal widths permitted when displaying cat pages. If the
# terminal falls outside this range, cat pages will not be created (if
# missing) or displayed.
#
#MINCATWIDTH 80
#MAXCATWIDTH 80
#
# If CATWIDTH is set to a non-zero number, cat pages will always be
# formatted for a terminal of the given width, regardless of the width of
# the terminal actually being used. This should generally be within the
# range set by MINCATWIDTH and MAXCATWIDTH.
#
#CATWIDTH 0
#
#---------------------------------------------------------
# Flags.
# NOCACHE keeps man from creating cat pages.
#NOCACHE |
| bash: ./arm-linux-gcc: No such file or directory (0) | 2015.01.12 |
|---|---|
| ssh 로그인시 apt-check 프로세스 cpu 점유 (0) | 2014.12.24 |
| ctrl - alt - t 로 터미널 실행 (0) | 2014.09.04 |
| 우분투에서 특정 패키지의 업데이트 금지하기 (0) | 2014.09.03 |
| Ubuntu 14.04 LTS desktop 64bit edition (0) | 2014.06.14 |
| $ tar --delete mpc8xx_irq.h -f test.tar.gz
tar: 압축된 아카이브를 갱신할 수 없습니다
tar: Error is not recoverable: exiting now |
| tty / pts redirect (0) | 2014.12.09 |
|---|---|
| rootfs / 부트 속도 향상하기 (0) | 2014.12.07 |
| tar 퍼미션 유지하기 (0) | 2014.12.05 |
| 압축풀지 않고 tar 파일 용량 알아내기 (0) | 2014.12.02 |
| mbr , fdisk, partprobe? (0) | 2014.12.02 |
| --no-same-permissions apply the user's umask when extracting permissions from the archive (default for ordinary users)
-p, --preserve-permissions, --same-permissions
extract information about file permissions (default for superuser)
|
| rootfs / 부트 속도 향상하기 (0) | 2014.12.07 |
|---|---|
| tar.gz 의 내용은 갱신이.. 안됨 (0) | 2014.12.06 |
| 압축풀지 않고 tar 파일 용량 알아내기 (0) | 2014.12.02 |
| mbr , fdisk, partprobe? (0) | 2014.12.02 |
| HPET - High Precision Event Timer / linux (0) | 2014.11.27 |
| setresgid: Operation not permitted |
| $ chmod +s /bin/busybox |
| microcom 종료하기 (0) | 2024.12.04 |
|---|---|
| sh: line 1: kill: root: no such pid (0) | 2015.01.05 |
| busybox tftp (0) | 2013.06.18 |
| busybox - setconsole (0) | 2011.10.21 |
| busybox ash "cannot open /dev/ttyAS1: no such device" (0) | 2010.04.20 |
Step 1. 색상 - 구성 - 분해
Step 2. 걍 귀찮으니 확인
Step 3. 색상 - 구성 - 구성
Step 4. 채널 표시에서 빨강 - 빨강 / 초록 - 초록 / 파랑 - 파랑을
Step 5. 채널 표시에서 빨강 - 파랑 / 초록 - 초록 / 파랑 - 빨강으로
Step 6. 쨔잔~
| GIMP on windows with wacom (0) | 2025.08.18 |
|---|---|
| gimp fisheye correction (0) | 2015.10.20 |
| gimp을 이용하여 색온도 바꾸기 (0) | 2012.10.11 |
| gimp 로고가 바꼈어요 (2.6.12 -> 2.8.0) (0) | 2012.07.14 |
| GIMP 창 모두 닫기 기능이 있었다니! (0) | 2011.04.28 |
| $ tar -tvzf rootfs.tar.gz |awk '{ s += $3 } END { print s }'
2014. 12. 02. (화) 13:59:54 KST
472650652
|
| $ zcat rootfs.tar.gz |wc -c
2014. 12. 02. (화) 14:00:12 KST
483491840
|
| tar.gz 의 내용은 갱신이.. 안됨 (0) | 2014.12.06 |
|---|---|
| tar 퍼미션 유지하기 (0) | 2014.12.05 |
| mbr , fdisk, partprobe? (0) | 2014.12.02 |
| HPET - High Precision Event Timer / linux (0) | 2014.11.27 |
| timezone (0) | 2014.11.21 |
| MVVM - Model-View-ViewModel (0) | 2018.04.24 |
|---|---|
| 랜섬웨어 대응법... 일려나? (0) | 2016.03.28 |
| extendable vhd에서 fixed vhd로 변환하기 (0) | 2013.10.27 |
| Vista 와 Win7의 점수차이 (0) | 2011.08.13 |
| windows 암호깨는 프로그램 (0) | 2011.06.13 |
| minimonk@devmini:~/nfs/Ver1.0.1.12$ sudo fdisk /dev/sdb
Command (m for help): d
Partition number (1-4): 1
Command (m for help): d
Partition number (1-4): 2
Command (m for help): d
Selected partition 3
Command (m for help): p
Disk /dev/sdb: 1977 MB, 1977614336 bytes
61 heads, 62 sectors/track, 1021 cylinders, total 3862528 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x37168ace
Device Boot Start End Blocks Id System
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks. |
| minimonk@devmini:~/nfs/Ver1.0.1.12$ sudo dd if=./mbr.imx283 of=/dev/sdb
1+0 레코드 들어옴
1+0 레코드 나감
512 바이트 (512 B) 복사됨, 0.00272973 초, 188 kB/초 |
| minimonk@devmini:~/nfs/Ver1.0.1.12$ dmesg | tail
[420014.024095] sd 38:0:0:0: [sdb] No Caching mode page found
[420014.024112] sd 38:0:0:0: [sdb] Assuming drive cache: write through
[420014.026165] sdb: |
| minimonk@devmini:~/nfs/Ver1.0.1.12$ sudo fdisk /dev/sdb
Command (m for help): q
minimonk@devmini:~/nfs/Ver1.0.1.12$ dmesg | tail
[420014.024095] sd 38:0:0:0: [sdb] No Caching mode page found
[420014.024112] sd 38:0:0:0: [sdb] Assuming drive cache: write through
[420014.026165] sdb:
|
| minimonk@devmini:~/nfs/Ver1.0.1.12$ sudo fdisk /dev/sdb
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
minimonk@devmini:~/nfs/Ver1.0.1.12$ dmesg | tail
[420091.481789] sd 38:0:0:0: [sdb] No Caching mode page found
[420091.481807] sd 38:0:0:0: [sdb] Assuming drive cache: write through
[420091.483255] sdb: sdb1 sdb2 sdb3 |
| tar 퍼미션 유지하기 (0) | 2014.12.05 |
|---|---|
| 압축풀지 않고 tar 파일 용량 알아내기 (0) | 2014.12.02 |
| HPET - High Precision Event Timer / linux (0) | 2014.11.27 |
| timezone (0) | 2014.11.21 |
| dd 출력파일 자르지 않기 (0) | 2014.11.20 |
| 네이트온 비밀대화라... (0) | 2014.12.21 |
|---|---|
| 12.12 성공한 쿠데타는 처벌할 수 없다라.. (0) | 2014.12.12 |
| 8.15 광복절 (0) | 2014.08.15 |
| 면접 보고 옴 (0) | 2014.07.08 |
| 6.25 64주년.. (0) | 2014.06.25 |