Mysql설치(5.7.10) ① OS버젼 확인 – /etc/redhat-release 또는 /etc/issue에서 OS버전을 확인한다. ② cmake, ncures-devel설치 # yum -y install cmake ncurses-devel ③ Mysql설치 – 계정추가 # groupadd…
리눅스 시스템을 운영시 각 데몬의 자동 실행을 도와주는 도구가 있죠..CentOS 같은 경우 ntsysv 라는 도구가 있고, 우분투에는 유사한 도구로 rcconf 를 이용합니다. [root@localhost ~]# ntsysv…
오픈소스 powershell 과 함께 춤을 일단 설치부터 bash <(curl -fsSL https://raw.githubusercontent.com/PowerShell/PowerShell/v6.0.0-alpha.14/tools/download.sh) 직접 다운로드 받고 설치할까? https://github.com/PowerShell/PowerShell/releases/ Ubuntu 14.04에서 수동설치하기 wget https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.13/powershell_6.0.0-alpha.13-1ubuntu1.14.04.1_amd64.deb sudo apt-get -y install…
오늘은 우분투 데스크탑의 VirtualBox의 가상 운영체제에서 Ctrl 키가 동작하지 않아 복사/봍여넣기 등의 기능을 사용할 수 없을 때 문제를 해결하는 방법에 대해 알아보자. 이 문제는…
우선 멀티 도메인 ssl이란 무엇인가? 멀티도메인 SSL 인증서는 기존의 단일 도메인 인증으로 인한 불편한을 없애고, 웹호스팅 서버나 한대의 서버에서 여러개의 도메인을 운영하는 서버들에게 IP의…
현재 디스크 확인 [root@jyh1 ~]# fdisk -l Disk /dev/vda: 26.8 GB, 26843545600 bytes, 52428800 sectors Units = sectors of 1 * 512 = 512 bytes…
리눅스 시스템에서 전력사용을 모니터링 할 수 있는 PowerTop 이라는 도구가 있습니다. 설치는 yum 또는 apt-get 등을 통해 간단히 설치할 수 있습니다. # yum install powertop…