목록프로그래밍 요약정리/기타 잡다한 것 (공통) (3)
공부집
Cassandra
https://www.linode.com/docs/databases/cassandra/deploy-scalable-cassandra-on-ubuntu-18.04-and-centos-7/ How to Install Apache Cassandra on Ubuntu 18.04 and CentOS 7 This guide presents instructions to deploy a scalable and development-driven NoSQL database with Apache Cassandra for both the Ubuntu 18.04 and CentOS 7 distros. www.linode.com yum install yum-utils -y yum-config-manager --add-repo h..
프로그래밍 요약정리/기타 잡다한 것 (공통)
2019. 8. 9. 18:53
vagrant file 기본설정
Vagrant.configure("2") do |config| config.vm.network "forwarded_port", guest: 8888, host: 8888 config.vm.box = "centos/7" end
프로그래밍 요약정리/기타 잡다한 것 (공통)
2019. 4. 26. 17:46