본문으로 바로가기

imp IT Story

현재위치 :: HOME BLOG CATEGORY SEARCH ARCHIVE TAGS MEDIA LOCATION GUESTBOOK

네비게이션

  • 홈
  • 태그
  • 방명록
관리자
  • 블로그 이미지
    청풍제월

    IT IoT UNIX LINUX Travel

    링크추가
  • 글쓰기
  • 환경설정
  • 로그인
  • 로그아웃

HOMEBREW 로 OS X 패키지 관리하기

HOMEBREW 로 OS X 패키지 관리하기 설치방법 ruby -e "$(curl -fsSL https:⁄⁄raw.github.com/mxcl/homebrew/go)" 정상 작동을 위해서는 Xcode 용 Command Line Tools 가 설치되어 있어야 한다. Xcode 를 설치하여 실행한 후, Preferences > Downloads 에서 Command Line Tools 를 설치하면 된다. Homebrew 설치후에는, 터미널에서 brew -v 명령 (또는 brew –version) 으로 설치 버전을 확인할 수 있다. $ brew -vHomebrew 0.9.4 이제 Homebrew 를 설치했으니 원하는 패키지를 brew 명령을 통해 설치할 수 있다.설치는 간단하게 brew install 원하는 패..

Operating System/Mac 2019. 3. 4. 04:10

OS X keyboard short-cut

OS X keyboard short-cut Command + Up Arrow — Immediately scroll to the top of any webpage. Command + Down Arrow — Immediately scroll to the bottom of any webpage. Command + Semicolon — Cycle through misspelled words in any given document. Command + 1 (2, 3) — Use this shortcut to conveniently cycle through any open tabs you have in your browser. Command + 1 will take you to the first tab, Comman..

Operating System/Mac 2019. 3. 4. 04:10

Ubuntu root 계정 활성화

Ubuntu root 계정 활성화 # root 계정 암호 설정 $ sudo passwd root # root 로그인 설정 su -를 이용하여 root로 전환한 다음 # vi /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf [SeatDefaults]user-session=ubuntu아래에 greeter-show-manual-login=true 추가

Operating System/LINUX 2019. 3. 4. 04:08

lvreduce ext4 example

lvreduce ext4 example An lvreduce ext4 example to show you how to shrink an ext4 filesystem? The example below is a quick guide with a basic safe approach to reducing the size of an logical volume. Hopefully the raw disk was used with pvcreate and not a partition. Doing so would defeat the purpose of having LVM, which is to use the “logical” portion of the volume manager. Growing and shrinking. ..

Operating System/LINUX 2019. 3. 4. 04:06

쉘스크립트

쉘스크립트 * Shell script * for문 - for문은 조건문이 참이면 for문내의 명령을 반복한다. 1. 기본 문법 --------------------------------------------------------------------------- #!/bin/bashrow="첫째 둘째"for mon in $row;do for ((i=0;i

Operating System/LINUX 2019. 3. 4. 04:05

Shell Script to recursively list files

Shell Script to recursively list files #!/bin/sh # Shell script to find out all the files under a directory and #its subdirectories. This also takes into consideration those files #or directories which have spaces or newlines in their names DIR="." function list_files(){ if !(test -d "$1") then echo $1; return;fi cd "$1" echo; echo `pwd`:; #Display Directory name for i in * do if test -d "$i" #i..

Operating System/UNIX 2019. 3. 4. 03:57

Custom Kernel on Fedora 20

Custom Kernel on Fedora 20 The last time I built a Linux kernel for my machine was quite a time ago. In my Linux hacking times when I did my private researches on how Linux works and how the software can be built for it, I used Gentoo and there it was normal to build every package from source code, including the kernel. The portage system was a copy of the well known ports package system from Fr..

Operating System/LINUX 2019. 3. 4. 03:56

Linux command

Linux command 1. shell script를 읽어오는 명령 (subshell 실행이 아님)a) source ~/module.shb) . ~/module.sh source만 쓰고 있고. 점(dot)을 모르고 있다면 마음은 이미 아재 리눅서입니다. 2. vim에서 문서 저장하고 종료하는 명령a) :wqb) :xc) ZZ :wq만 사용하는 분보다 더 아재인 분들은 습관적으로 :wq! 까지 붙여서 사용합니다.이제 좀 더 최근 명령어인 ZZ를 사용합시다. 3. 네트워크 인터페이스 및 라우팅, 설정 관련 명령어a) ifconfig, routeb) ipc) nmcli 몇 년 전부터 nmcli를 사용하여 네트워크를 설정 합니다. /etc 밑에 있는 설정파일을 직접 에디터로 수정하는 것은 호랑이 담배피던 시절..

Operating System/LINUX 2019. 3. 4. 03:56
  • 이전
  • 1
  • ···
  • 11
  • 12
  • 13
  • 14
  • 15
  • 다음

사이드바

NOTICE

  • 블로그를 새로 시작합니다.
  • 전체 보기
MORE+

CATEGORY

  • Total (119)
    • IT Tech (28)
      • IoT (2)
      • Software & Programming (2)
      • Hardware (2)
      • Raspberry Pi (3)
      • Arduino (6)
      • ATMel AVR (3)
      • Network (4)
      • Security (6)
    • Operating System (9)
      • UNIX (1)
      • LINUX (6)
      • Mac (2)
    • Trip (46)
      • Domestic (3)
      • Japan (0)
      • Hong Kong (6)
      • Philippines (8)
      • Thailand (9)
      • China (4)
      • Vietnam (8)
      • Russia (8)
    • English (13)
    • Etc (16)
    • OTTO (6)
      • SWIT Notice (1)
      • SWIT Activity (5)

RECENTLY

  • 최근 글
  • 최근 댓글

최근 글

최근댓글

Trackback

TAG

  • 리눅스
  • Algorithm
  • 생활영어
  • Security
  • English
  • decryption
  • #Vladivostok #Russia #러시아 #블라디보스톡
  • 아두이노
  • encryption
  • Arduino
  • 보안
  • 영어
  • 명언
  • Linux
  • Raspberry Pi
MORE+

ARCHIVE

CALENDAR

«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

LINK

VISITOR

오늘
어제
전체
  • 홈으로
  • 방명록
  • 로그인
  • 로그아웃
  • 맨위로
SKIN BY COPYCATZ COPYRIGHT imp IT Story, ALL RIGHT RESERVED.
imp IT Story
블로그 이미지 청풍제월 님의 블로그
MENU
  • 홈
  • 태그
  • 방명록
CATEGORY
  • Total (119)
    • IT Tech (28)
      • IoT (2)
      • Software & Programming (2)
      • Hardware (2)
      • Raspberry Pi (3)
      • Arduino (6)
      • ATMel AVR (3)
      • Network (4)
      • Security (6)
    • Operating System (9)
      • UNIX (1)
      • LINUX (6)
      • Mac (2)
    • Trip (46)
      • Domestic (3)
      • Japan (0)
      • Hong Kong (6)
      • Philippines (8)
      • Thailand (9)
      • China (4)
      • Vietnam (8)
      • Russia (8)
    • English (13)
    • Etc (16)
    • OTTO (6)
      • SWIT Notice (1)
      • SWIT Activity (5)
VISITOR 오늘 / 전체
  • 글쓰기
  • 환경설정
  • 로그인
  • 로그아웃
  • 취소

검색

티스토리툴바