Linux/RedHat, CentOS, ubuntu
-
[CentOS 6.X] MariaDB InstallLinux/RedHat, CentOS, ubuntu 2018. 8. 26. 17:02
DOCS : https://downloads.mariadb.org/mariadb/repositories/#mirror=kaist&distro=CentOS&distro_release=centos6-amd64--centos6&version=10.3 - Setting up MariaDB Repositories [ 저장소 등록 ] # vi /etc/yum.repos.d/MariaDB.repo ================================================ # MariaDB 10.3 CentOS repository list - created 2018-08-26 05:15 UTC # http://downloads.mariadb.org/mariadb/repositories/ [mariadb] ..
-
리눅스 보안 - ssh 접속 보안(root 원격접속 차단, 포트변경)Linux/RedHat, CentOS, ubuntu 2018. 5. 14. 01:03
# 원격지 root 접속 차단 1. 42번 라인의 'PermitRootLogin' 주석을 제거하고, no로 변경2. service sshd restart [ sshd 서비스 재시작 ] # SSH 포트변경 1. 13번 라인 Port 주석을 제거하고, 원하는 포트로 변경2. service sshd restart [ sshd 서비스 재시작 ] * iptables 사용시 방화벽 정책도 허용해준다.