Table of Contents Plugin 설치LetsEncrypt 설정인증서 확인웹 설정 Raspberry Pi 3 + OMV + LetsEncrypt Plugin 설치 Plugin 중에서 openmediavault-letsencrypt 를 설치한다. letsencrypt를 자동으로 발급받고, 관리할 수 있게 해주는 플러그인이다. LetsEncrypt 설정 설치가 잘 되었다면, LetseEncrypt에서 설정을 한다. Domain에는 웹 서버의 도메인 네임을 적는다. 전자우편은 …음… 알아서 잘 적는다. ※ 옵션은 2개를 동시에 켜지 않도록 한다. ※ 잘 동작한다면 Schedule Refresh만 켜놓으면 된다. 인증서 확인 인증서가 잘 발급되었는지 확인한다. 웹 설정 웹 설정을 진행한다. 인증에서 ..
Table of Contents Download OMV & Win32DiskImagerInstall OMVBooting OMVChange Password Raspberry Pi 3 + OMV Download OMV & Win32DiskImager OMV Image 파일 다운로드 다운로드 링크 Win32DiskImager 다운로드 다운로드 링크 Install OMV SD Card와 컴퓨터 연결 OMV Image 압축 해제 SD Card에 OMV Image 쓰기 Image 파일 잘 선택하고, 디바이스 확인한 뒤 Write 버튼을 누른다. Booting OMV 라즈베리파이3에 SD Card 삽입 라즈베리파이3 전원 연결 그러면 자동 부팅된다. Change Password SSH 연결 SSH 비밀번호 변경 pa..
Windows 10 Home (64bit) SMB 취약점을 이용하는 WannaCry 라고 불리는 랜섬웨어가 극성인듯하다.이에 대하여 MicroSoft에서 취약점 패치(MS17-010)도 올라오고,우리나라 민간부문 보안 담당(?)인 KISA 보호나라&KrCERT 에서도 SMB 취약점을 악용한 랜섬웨어 방지 대국민 행동 요령을 제공한다. 나같이 딱히 SMB 를 이용하지 않는다면 이참에 아예 꺼버리는게 좋겠다. 1. SMB 끄기1-1) [Windows + Q] 키를 이용하여 제어판을 검색하여 띄우자 1-2) 그리고 프로그램 및 기능으로 이동하자 1-3) Windows 기능 켜기/끄기를 선택하자 1-4) SMB 1.0/CIFS 파일 공유 지원을 끄자 2. 방화벽 설정 2-1) [Windows + Q] 키를 이용..
Ubuntu 16.04.02 (64bit) 1. MakefileMakefile 은 아래와 같이 작성 가능 ifneq ($(KERNELRELEASE),) obj-m := hello.o else KERNELDIR ?= /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) default: $(MAKE) -C $(KERNELDIR) M=$(PWD) modules rm *.o *.mod.c *.symvers *.order endif clean: rm *.ko *.o *.mod.c *.symvers *.order 2. Test Module Code code 작성 #include #include MODULE_LICENSE("Dual BSD/GPL"); static in..
Table of Contents 필요한 것 미리 설치 (Ready)최신 커널 다운로드 (Download the Kernel)커널 환경설정 (Config the Kernel)커널 컴파일 (Compile the Kernel)커널 설치 (Install the Kernel)재부팅 후 확인 (Reboot & Check) 모든 작업이 루트(root) 권한으로 실행될 필요는 없다. 중간 중간 sudo 명령어가 앞에 붙는 것만 루트 권한으로 실행하면 된다. 본 글은 단순한 리눅스 커널 컴파일 내용입니다. 우분투용 커널 컴파일을 원한다면 아래 링크를 참조하시기 바랍니다. 링크 : 우분투 커널 컴파일 필요한 것 미리 설치 (Ready) sudo apt-get update sudo apt-get upgrade sudo ap..
Table of Contents GitLab 설치 준비GitLab CE 설치gitlab.rb 수정Apache2 - Module 추가Apache2 - Site 추가Test apt-get으로 GitLab을 설치하면, nginx가 bundle로 따라와 실행된다. 난 Apache2를 기본 웹 서버 엔진으로 동작시키고 싶기 때문에, 그에 따른 해결책으로 아래와 같이 설정하였다. 자세한 것은 아래 링크를 참조하면 된다. 링크 : GitLab 공식페이지 Ubuntu 설치방법 GitLab 설치 준비 sudo apt-get install -y curl openssh-server ca-certificates postfix GitLab CE 설치 curl https://packages.gitlab.com/install/re..
Table of Contents
zsh 설치 먼저 sudo apt-get install zsh oh-my-zsh 설치 ( https://github.com/robbyrussell/oh-my-zsh/ ) sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" Dracula 테마 받기 ( https://draculatheme.com/zsh/ ) git clone https://github.com/dracula/zsh.git zsh 폴더에서 dracula.zsh-theme를 oh-my-zsh에 넣기 mv zsh/dracula.zsh-theme .oh-my-zsh/theme/ Dracula 테마 적용하기 vi ~/...
Linux : Ubuntu Server 14.04 LTS 64bit Location : 한국 Language : 한국어 $ vi ~/.bashrc force_color_prompt=yes PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[1;33m\]\$\[\033[00m\] ' $ sudo vi /etc/vim/vimrc hi Comment term=bold cterm=bold ctermfg=4 hi Constant term=bold cterm=bold ctermfg=1 set ts=4 set shiftwidth=4 set number set autoindent set smartin..
sudo apt-get install qemu sudo apt-get install qemu-kvm qemu-kvm-extras wget http://ftp.daum.net/debian/dists/Debian7.4/main/installer-armel/current/images/versatile/netboot/vmlinuz-3.2.0-4-versatile wget http://ftp.daum.net/debian/dists/Debian7.4/main/installer-armel/current/images/versatile/netboot/initrd.gz # qemu-img create -f raw hda.img 10G # mkfs.ext3 hda.img # qemu-system-arm -m 1024 -M ..
- Total
- Today
- Yesterday
- package control
- sublime text2
- OMV
- sublime python raw_input
- 우분투 밝기 조절
- sdcard resize
- sublime turtlestein
- Raspberry Pi
- 노트북 핫스팟
- nvidia 옵티머스
- 모듈 프로그래밍
- Sublime Text
- turtlestein
- sublime plugin
- waanacry
- sublime repl
- sublime cmd
- 라즈베리파이
- sublime 단축키
- Module Programming
- openmediavault
- 엔비디아 옵티머스
- sublime python
- GitLab
- sublime shell
- MS17-010
- sublime package control
- letsencrypt
- Sublime
- sublime python input
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |