CentOS 6.6 버젼을 최신하드웨어에 설치하면, 드라이버의 unsufficent 사태가 발생한다.

이를 위해서 네트웍이 안되는경우에 usb를 통해서 파일을 구해, 직접설치할경우에 아래의 내용이 필요하다.

rpm -ivh ppl-0.10.2-11.el6.x86_64.rpm

,,

,,

,,

,,

 

centos_rpm.sh
0.00MB

 

 

BIOS

 

BIOS는 PC에 전원을 켜고 Windows OS를 시작할 때까지 PC의 하드웨어 및 운영 체제(OS) 사이의 펌웨어 인터페이스입니다. BIOS(Basic Input / Output System: 바이오스)는 메인 보드의 ROM에 내장된 프로그램으로서(일명 ROM BIOS) 키보드, 마우스, CPU, 하드 디스크(HDD) 등의 하드웨어 장치를 초기화하여 제어하고 운영 체제(OS) 부팅에 바톤을 넘기는 연결 역할을 하는 펌웨어 인터페이스이다.

☞ 통상 BIOS는 레거시 BIOS라 호칭하고, BIOS의 후속 진화 버전은 UEFI(Unified Extentiable Firmware Interface)이다.

UEFI 당연히 기능상의 개선점이 있을텐데, 사용자가 체감하는 주요 내용은

1. 하드 디스크가 2TB를 초과한 경우도 가능함(GPT 파티션 적용)

2. 복수의 운영체제의 선택이 가능함(예, 윈도우7, 윈도우10, 리눅스, 맥OS 중에서 선택가능)

3. 부팅시 BIOS는 MBR이라는 특정섹터를 이용하지만, UEFI는 GPT 파티션으로 특정섹터를 지정하지 않음

*레거시 바이오스에서 부팅 절차는 하드디스크의 첫 섹터를 읽어서 첫섹터에 지시된 주소에 있는 실행코드를 실행하도록 바톤을 넘겨준다.

 

BIOS 기능

 

▼ BIOS의 주요 역할은 다음과 같습니다.

CPU와 주변 장치를 진단

CPU와 주변 장치를 활성화/비활성화

부팅 장치의 우선 순위 설정(예로,《1CD ROM,《2》HDD,《3》USB)

부트 모드(Legacy BIOS/UEIF)의 전환

하드 디스크(HDD)와 광학 드라이브의 설정

날짜 및 시간 설정

오래된 PC의 경우 마더 보드(메인 보드)가 기존의 레거시 BIOS만을 지원하여 UEFI 모드에는 대응하지 않을 수도 있습니다. 처음부터 자신의 PC가 UEFI 모드를 지원하하더라도 잘 알지 못하는 사용자도 많을 것입니다.

Windows 기반의 PC가 레거시 BIOS로 부팅하도록 설정되어 있기 때문에 UEFI 모드를 모르는 사용자는 대개 레거시 BIOS 모드 그대로 PC를 계속 사용할 경우가 많다고 생각합니다. 비록 Windows를 다시 설치하여도 BIOS가 UEFI 모드로 전환 확률은 낮은 것입니다.

PC에 Windows OS를 설치할 때 처음에 조심해야 할 것은 BIOS 부트 모드(Boot Mode) UEFI 모드(GPT 파티션 형식)인지, 기존의 레거시 BIOS(MBR파일 형식)인지 확인하는 것입니다.

레거시 BIOS

 

레거시 BIOS (Legacy BIOS)는 약 20년 전에 운영 체제를 가동을 위해 설계된 오래된 유틸리티입니다. 2TB 이상의 대용량 HDD에서 OS 부팅 및 최신 하드웨어와 운영 체제 (OS)와의 통합에 한계가 발생했습니다.

오래된 BIOS 펌웨어는 최신의 PC와 호환되는게 점점 어려워지고 있기 때문에, 레거시 BIOS를 대신해서 2010 년쯤에 UEFI(Unified Extensible Firmware Interface) 모드로의 전환이 진행되고 있습니다.

최신 PC 마더 보드에는 레거시 BIOS와 UEFI 모드 둘 다 부트 모드(Boot Mode)가 구비되어 있어 어느 하나를 선택할 수 있지만, 장래에는 '레거시 BIOS'가 필요없게 되는 시대가 올 것이다.

UEFI 모드

 

UEFI(Unified Extensible Firmware Interface) 모드는 최신 PC용의 표준 펌웨어 인터페이스입니다. PC 기술이 진보함에 따라 온도와 전력 모니터링, 원격 보안 관리, 가상화 및 Turbo Boost 등의 프로세서 확장 등 BIOS를 지원할 필요가 있었습니다.

UEFI는 이전의 BIOS 펌웨어 인터페이스 및 EFI(Extensible Firmware Interface)를 대체할 새로운 유틸리티입니다.

BIOS에서 하드웨어를 진단하지 않고 빠른 OS 부팅이 가능하며, 소프트웨어의 상호 운용성을 향상시킵니다. 2테라 바이트(2T bytes) 이상의 고용량 하드 디스크 제어 및 Windows 64bit 버전에 적합합니다.

▼ 최근에는 레거시 BIOS와 비교하여 GUI(Graphical User Interface: 그래픽 사용자 인터페이스)이므로 사용자가 알기 쉽게 조작할 수 있도록 도와 줍니다.

 

 

시스템 정보를 확인하기(WIndows10)

 

▼ 다음과 같이 Windows + R 키를 눌러 실행을 엽니다. 이름 : 텍스트 상자에 1msinfo32를 입력하고 2OK 버튼을 클릭합니다.

 

 

 

 

Linux - du (Disk Usage)

Syntax
du [OPTION]... [FILE]...
du [OPTION]... --files0-from=F

SAMPLE>>>>
[irteamsu@cdb021.imgr kafka-logs]$ du -sch 2018*
4.0K    20180411-0
4.0K    20180412-0
8.0K    20180413-0
4.0K    20180414-0
4.0K    20180415-0
4.0K    20180416-0
4.0K    20180417-0
838M    20180418-0
8.0K    20180419-0
6.7G    20180420-0
1.1M    20180421-0
1.2M    20180422-0
17G     20180423-0
18G     20180424-0
18G     20180425-0
18G     20180426-0
18G     20180427-0
1.2M    20180428-0
1.1M    20180429-0
17G     20180430-0
0       20180431-0
1.1M    20180501-0
18G     20180502-0
17G     20180503-0
13G     20180504-0


3.1 - Options
3.1.1 - Data Filtering
-a, –all: get info for all files, not just directories
--max-depth=N: print the total for a directory (or file, with --all) only if it is N or fewer levels below the command line argument; --max-depth=0 is the same as --summarize
-X FILE, --exclude-from=FILE: Exclude files that match any pattern in FILE.
--exclude=PATTERN Exclude files that match PATTERN.
3.1.2 - Summarize
-s, --summarize display only a total for each argument
-c, --total: produce a grand total
3.1.3 - Calculation
-S, --separate-dirs do not include size of subdirectories
--apparent-size: print apparent sizes, rather than disk usage; although the apparent size is usually smaller, it may be larger due to holes in (“sparse”) files, internal fragmentation, indirect blocks, and the like

3.1.4 - Symlink
-l, --count-links: show sizes many times if hard linked
-L, --dereference: dereference all symbolic links
-P, --no-dereference: don’t follow any symbolic links (this is the default)
3.1.5 - Formatting
3.1.5.1 - Time
--time show time of the last modification of any file in the directory, or any of its subdirectories
--time=WORD show time as WORD instead of modification time: atime, access, use, ctime or status
--time-style=STYLE show times using style STYLE:
full-iso,
long-iso,
iso,
+FORMAT FORMAT is interpreted like ‘date’
3.1.5.2 - Newline
-0, --null: end each output line with 0 byte rather than newline
3.1.5.3 - Size
-h, --human-readable: print sizes in human readable format (e.g., 1K 234M 2G)
--si like -h, but use powers of 1000 not 1024
--block-size=SIZE: display the size as a multiple of SIZE. Shortcut
-b: bit --block-size=SIZE
-k: --block-size=1k
-m: --block-size=1M


Redis is an open-source in-memory database project implementing a networked, in-memory key-value store with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, hyperloglogs, bitmaps and spatial indexes. The project is mainly developed by Salvatore Sanfilippo and is currently sponsored by Redis Labs.[4] Redis Labs creates and maintains the official Redis Enterprise Pack.

 


1. Data types

Redis maps keys to types of values. An important difference between Redis and other structured storage systems is that Redis supports not only strings, but also abstract data types:
•Lists of strings
•Sets of strings (collections of non-repeating unsorted elements)
•Sorted sets of strings (collections of non-repeating elements ordered by a floating-point number called score)
•Hash tables where keys and values are strings
•HyperLogLogs used for approximated set cardinality size estimation.
•Geospatial data through the implementation of the geohash technique since Redis 3.2.[18]

The type of a value determines what operations (called commands) are available for the value itself. Redis supports high-level, atomic, server-side operations like intersection, union, and difference between sets and sorting of lists, sets and sorted sets.

 


2. Performance

When the durability of data is not needed, the in-memory nature of Redis allows it to perform well compared to database systems that write every change to disk before considering a transaction committed.[5] Redis operates as a single process and is single-threaded or double-threaded when it rewrites the AOF (append-only file).[21] Therefore, a single Redis instance cannot utilize parallel execution of tasks such as stored procedures.

 


3. Use cases

Due to the nature of the database design, typical use cases are session caching, full page cache, message queue applications, leaderboards and counting among others.[26] Large companies such as Twitter are using Redis,[27] and Amazon Web Services is offering Redis in its portfolio.

 


4. Supported languages

Many languages have Redis bindings, including: ActionScript, C, C++, C#, Chicken Scheme, Clojure, Common Lisp, D, Dart, Erlang, Go, Haskell, Haxe, Io, Java, JavaScript (Node.js), Julia, Lua, Objective-C, OCaml, Perl, PHP, Pure Data, Python, R[16], Racket, Ruby, Rust, Scala, Smalltalk and Tcl.

Several client software programs exist in these languages.

 

find ./ -type f -mtime -일수 -print

find ./ -type f -mtime -일수 -ls

 

find ./ -type f -mtime -일수 -print

find ./ -type f -mtime -일수 -ls

 

find ./ -type f -mtime -일수 -print

find ./ -type f -mtime -일수 -ls | grep "\.c"























+ Recent posts