본문 바로가기

분류 전체보기156

vi mode in tmux

tmux 에서 커서 이동시 vi 키를 사용하기 싶다면 아래와 같이 설정한다. $ vi ~/.tmux.confsetw -g mode-keys vi LINUX 2016. 1. 6.

회사에서 꼭 필요한 최소한의 독서법

회사에서 꼭 필요한 최소한의 독서법(업무와 목적에 맞게 읽는 5가지 독서법)고미야 사즈요시 # 첫머리에# 독서는 최고의 공부법01. 올바른 책읽기란 논리적 사고와 창의력(아이디어를 얻는 힘)을 높일 수 있어야 한다.02. 책 읽는 방법에 따라 얼마든지 사고력과 창의력을 높일 수 있다.03. 전문 분야의 일정 수준까지는 독서에 의한 독학이 가능하다.04. 나에게 독서는 최고의 공부법이다.05. 포인트는 WHAT => WHY => HOW 이다.06. 책을 읽음으로써 현상(WHAT)을 알고, 이유(WHY)를 생각한 후 그것을 자신의 일이나 인생에 어떻게 응용할 것인가(HOW)를 익히는 것이다.07. 일반적인 수준의 책을 온전히 이해하게 된 후부터는 어렵기만 했던 수학책마저 재미있게 느껴질 정도 였다.08. 무.. 독서 2015. 12. 30.

systemctl 간단 사용법

# systemctl list-units --type=service # systemctl start httpd.service # systemctl stop httpd.service # systemctl restart httpd.service # systemctl enable httpd.service # systemctl disable httpd.service LINUX 2015. 12. 7.

Lynx(the text web browser)

lynx는 CLI 환경에서 웹사이트 접속이 가능한 유용한 툴이다.텍스트 위주의 사이트에서는 매우 빠르게 검색이 가능하지만, 복잡한 사이트에서는 좀 많이 불편할 수 있다. 그래도 잘 익혀두면 뼈가되고 살이 될 것이다. 아래 간단히 정리했다. (1) 설치$ sudo yum install -y lynx ** 소스다운로드: http://lynx.invisible-island.net/ (2) 버전 확인$ lynx -version$ lynx -help (3) 실행 및 종료lynx [options] [path or URL]$ lynx$ lynx www.google.com> q, y (종료) (4) 옵션 설정$ lynx> o o , LINUX 2015. 11. 9.

Change the default network interface name to “eth0” (CentOS7)

$ sudo yum install net-tools$ sudo vi /etc/default/grubGRUB_TIMEOUT=5GRUB_DEFAULT=savedGRUB_DISABLE_SUBMENU=trueGRUB_TERMINAL_OUTPUT="console"GRUB_CMDLINE_LINUX="rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet"GRUB_DISABLE_RECOVERY="true"==>GRUB_TIMEOUT=5GRUB_DEFAULT=savedGRUB_DISABLE_SUBMENU=trueGRUB_TERMINAL_OUTPUT="console"GRUB_CMDLINE_LINUX="rd.lvm.lv=centos/root rd.lvm.lv=centos/swap.. LINUX 2015. 11. 2.

ethtool -S eth0에 올라오는 error

Every 5.0s: ethtool -S eth0 | grep error Wed Oct 28 11:07:31 2015 rx_errors: 729 tx_errors: 0 rx_length_errors: 729 rx_over_errors: 0 rx_crc_errors: 0 rx_frame_errors: 0 rx_missed_errors: 0 tx_aborted_errors: 0 tx_carrier_errors: 0 tx_fifo_errors: 0 tx_heartbeat_errors: 0 tx_window_errors: 0 rx_long_length_errors: 0 rx_short_length_errors: 729 rx_align_errors: 0 rx_csum_offload_errors: 0 uncorr_.. LINUX 2015. 10. 28.

The Mutt E-Mail Client

FeaturesSome of Mutt's features include:color supportmessage threadingMIME support (including RFC2047 support for encoded headers)PGP/MIME (RFC2015)various features to support mailing lists, including list-replyactive development communityPOP3 supportIMAP supportfull control of message headers when composingsupport for multiple mailbox formats (mbox, MMDF, MH, maildir)highly customizable, includ.. LINUX 2015. 3. 26.

ssh 클라이언트 키를 이용한 신속한 로그인

[root@dk-main ~]# ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /root/.ssh/id_rsa. Your public key has been saved in /root/.ssh/id_rsa.pub. The key fingerprint is: 87:a2:20:28:b2:48:38:2f:9a:32:8d:b9:ee:f5:ba:59 root@d.. LINUX 2015. 3. 23.

GNU Screen

LINUX 2015. 3. 16.

GNU Parallel 20110522 ('Pakistan')

LINUX 2015. 3. 11.

GNU Parallel 20110205 - The FOSDEM Release

LINUX 2015. 3. 11.

Part 2: GNU Parallel script processing and execution

LINUX 2015. 3. 11.

Part 1: GNU Parallel script processing and execution

LINUX 2015. 3. 11.

GNU Parallel

GNU Parallel For people who live life in the parallel lane.GNU parallel is a shell tool for executing jobs in parallel using one or more computers. A job can be a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. A job can also be a command that reads.. LINUX 2015. 3. 11.

Debian Package 검색 및 ip command 설치하기

Debian Package 검색>https://www.debian.org/distrib/packages#search_contents ip command 가 속한 페키지 설치># apt-get install iproute LINUX 2015. 1. 6.

# dnsdict6

root@kali:/# dnsdict6 --help dnsdict6 v2.5 (c) 2013 by van Hauser / THC www.thc.org Syntax: dnsdict6 [-d4] [-s|-m|-l|-x|-u] [-t THREADS] [-D] domain [dictionary-file] Enumerates a domain for DNS entries, it uses a dictionary file if supplied or a built-in list otherwise. This tool is based on dnsmap by gnucitizen.org. Options: -4 do also dump IPv4 addresses -t NO specify the number of threads to.. LINUX 2014. 11. 26.

MariaDB 10.1 install

Debian GNU/Linux (Wheezy)에 MariaDB 10.1 설치하는 방법 원문 URL : http://goo.gl/zCY1te 1. MariaDB를 설치하기 위한 repo 등록 작업 $ sudo apt-get install python-software-properties $ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db $ sudo add-apt-repository 'deb http://ftp.kaist.ac.kr/mariadb/repo/10.1/debian wheezy main' 2. MarisDB 설치 $ sudo apt-get update $ sudo apt-get install maria.. LINUX 2014. 7. 5.

/etc/ssh/sshd_config, PermitRootLogin

PermitRootLogin Specifies whether root can log in using ssh(1). The argument must be ``yes'', ``without-password'', ``forced-commands-only'', or ``no''. The default is ``yes''. If this option is set to ``without-password'', password authentication is disabled for root. If this option is set to ``forced-commands-only'', root login with public key authentication will be allowed, but only if the co.. LINUX 2014. 5. 21.

Gmail 검색

고급 검색 고급 검색 연산자는 Gmail 검색에서 특정 작업을 수행하는 검색어 또는 기호입니다. 이러한 연산자를 사용하면 원하는 내용을 빠르고 정확하게 찾을 수 있습니다. 또한 연산자를 사용하여 받은편지함이 자동으로 정리되도록 필터를 설정할 수도 있습니다. 가장 유용하게 사용되는 몇 가지 연산자는 다음과 같습니다. 검색창의 화살표를 클릭하여 상세 검색을 할 수도 있습니다. 연산자정의예 from: 발신자를 지정하는 데 사용 예: from:지현 의미: 지현이가 보낸 메일 to: 수신자를 지정하는 데 사용 예: to:인성 의미: (본인 또는 타인이) 인성이에게 보낸 모든 메일 subject: 제목에서 단어 검색 예: subject:저녁식사 의미: 제목에 '저녁식사'라는 단어가 있는 메일 OR 검색어 A나 B와.. 기타유용한팁 2014. 5. 20.

SSH Login PROCESS

출처 : # man sshd When a user successfully logs in, sshd does the following: 1. If the login is on a tty, and no command has been specified, prints last login time and /etc/motd (unless prevented in the configuration file or by ~/.hushlogin; see the FILES section). 2. If the login is on a tty, records login time. 3. Checks /etc/nologin; if it exists, prints contents and quits (unless root). 4. Cha.. LINUX 2014. 5. 13.
반응형