본문 바로가기
728x90
반응형

2019/074

1. Spring 설치 on Mac - Spring 사용하기 source code : https://github.com/kgmhk/spring-boot-tutorial/tree/spring-install 1. 필요한 설치 선호하는 IDE Visual Studio or intellij 등등 JDK 1.8 or later 아래 링크에서 JDK 설치 https://www.oracle.com/technetwork/java/javase/downloads/index.html Gradle 4+ or Maven 3.2+ 설치 Gradle과 Maven은 빌드툴로써 Maven 은 Apache에서 2004년에 만들어졌으며 Gradle은 Maven과 Ant의 장점을 모아 2014년 출시된 빌드툴. 아래 링크를 통해 각가 설치 가능 Gradle : https://gradle.org/in.. 2019. 7. 31.
[journalctl] how to use journalctl (journalctl 사용법) journalctl 사용법 how to use journalctl view basic log $ journalctl 7월 29 16:25:57 VirtualBox systemd-journald[214]: Runtime journal (/run/log/journal/) is 8.0M, max 80.9M, 72.9M free. 7월 29 16:25:57 VirtualBox kernel: Initializing cgroup subsys cpuset 7월 29 16:25:57 VirtualBox kernel: Initializing cgroup subsys cpu 7월 29 16:25:57 VirtualBox kernel: Initializing cgroup subsys cpuacct 7월 29 16:25:57.. 2019. 7. 31.
[systemctl] how to use systemctl (systemctl 사용법) how to use systemctl command. check systemd list systemctl list-unit-files start systemd systemctl start [service name] stop systemd systemctl stop [service name] restart systemd systemctl restart [service name] enable systemd systemctl enable [service name] disable systemd systemctl disable [service name] reload systemd systemctl reload [service name] 2019. 7. 31.
kubespray quickstart on Mac Prerequisites install python-pip & python3-pip & ansible python-pip Access https://www.python.org, download python and install it. Once the installation is done, Check below command. 12$ python3 --versionPython 3.7.4cs python3-pip Download get-pip.py file 1curl https://bootstrap.pypa.io/get-pip.py -o get-pip.pycs Then run the following 1python get-pip.pycs ansible 1brew install ansiblecs Setting.. 2019. 7. 17.
728x90
반응형