일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- SWIFT
- Android
- SwiftUI
- MYSQL
- Nodejs
- MFA
- FIDO2
- 앨범북
- 2FA
- fido
- openssl
- 앱스토어
- 앱리소스
- apple
- SSL
- kmip
- css
- Xcode
- 인증
- 애플
- WebAuthn
- OSX
- albumbook
- git
- 안드로이드
- MSYS2
- otpkey
- appres
- SSH
- OTP
- Today
- Total
목록개발 플랫폼 및 언어 (340)
인디노트
MySQL Server Initialization (for MySQL 5.7 only): At the initial start up of the server, the following happens, given that the data directory of the server is empty:The server is initialized.An SSL certificate and key files are generated in the data directory.The validate_password plugin is installed and enabled.A superuser account 'root'@'localhost' is created. A password for the superuser is s..
AbstractThe MySQL Yum repository provides RPM packages for installing the MySQL server, client, and other components on Linux platforms. The packages also upgrade and replace any third-party MySQL packages installed from the Linux distros' native software repositories, if replacements for them are available from MySQL.The MySQL Yum repository supports the following Linux distributions:EL6 and EL..
http://dev.mysql.com/downloads/repo/yum/ 를 방문해 자신의 OS에 맞는 패키지를 받아 설치한다.본 내용에서는 CentOS 6을 기준으로 설명하겠다. 레포지토리 설치centos 6123# wget http://dev.mysql.com/get/mysql57-community-release-el6-8.noarch.rpm# rpm -Uvh mysql57-community-release-el6-8.noarch.rpm centos 7123# wget http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm# rpm -Uvh mysql57-community-release-el7-8.noarch.rpm MySQL 설치레포지..
Centos7 부터는 데이타베이스가 Mariadb로 바뀌었습니다.그래서 MySql을 yum 으로 바로 설치가 불가능합니다.때문에 아래 명령을 차례로 입력하여 줍니다.123456789101112# yum -y install http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm # yum -y install mysql-community-server # systemctl start mysqld # systemctl enable mysqld # mysql mysql>quit이렇게 mysql까지 들어가면 프롬프트가 mysql>로 바뀌면 설치가 완료된 것입니다.quit 명령으로 mysql에서 빠져 나옵니다. 1# rebootreboot 명령으로 재시작..
How to automatically log into OpenVPN on Windows Many people want to have their OpenVPN connection automatically start up and log in when they boot up their computer. Although there is no direct option in OpenVPN for Windows to accomplish it, it can be done. The first step is to launch OpenVPN with a configuration attached so that it can connect to a server. The following launch string is needed..
You will first need to download and import an auto-login profile for the client to use as a service mode profile. Once imported, right-click on the profile and select edit:After clicking "Edit" you will see another window pop-up. Go ahead and check the box that says: " Automatically connect this profile on system startup " and click "Save"Service Mode is now enabled and will take effect on the n..
Microsoft Windows™ 운영 체제에서 NFS 내보내기에 연결할 수 있습니다.전제조건NFS 제한사항의 내용을 참조하십시오.공유 또는 내보내기에 액세스하려면 사용자는 경로에 액세스하기 위해 적절한 POSIX 권한이 있어야 하고 공유 또는 내보내기가 마운트되는 디렉토리의 전체 경로에서 각 디렉토리를 읽고(r) 실행할(x) ACL 권한이 있어야 합니다. Storwize V7000 Unified 시스템 관리자가 chcfg Storwize V7000 Unified CLI 명령의 --bypassTraversalCheck 옵션을 사용 안함으로 설정한 경우(기본적으로 사용으로 설정됨)에는 탐색 권한 ACE 항목을 보존하여 사용자가 공유 또는 내보내기 및 해당 서브디렉토리에 액세스할 수 있게 하십시오. 예를 들..
Mount NFS shares under Windows 7UNIX and Linux users have long been accustomed to networking over NFS, or Network File System. It’s been around for a quarter of a century, was made popular by SunOS, and if you can stomach it’s myriad security flaws, it’s always been the quickest, dirtiest way to share files between disparate systems. With the upcoming Windows 7, Microsoft has (finally!) deemed i..
# Optional arguments passed to rpc.mountd. See rpc.mountd(8)RPCMOUNTDOPTS="-p 4000" [root@entrust sysconfig]# netstat -tnlp | grep rpctcp 0 0 0.0.0.0:60089 0.0.0.0:* LISTEN 1170/rpc.statdtcp 0 0 0.0.0.0:4000 0.0.0.0:* LISTEN 1265/rpc.mountdtcp6 0 0 :::40376 :::* LISTEN 1170/rpc.statdtcp6 0 0 :::4000 :::* LISTEN 1265/rpc.mountd[root@entrust sysconfig]# -A INPUT -i tun0 -p tcp -m state --state NEW..
8.7.3. Running NFS Behind a FirewallNFS requires rpcbind, which dynamically assigns ports for RPC services and can cause problems for configuring firewall rules. To allow clients to access NFS shares behind a firewall, edit the /etc/sysconfig/nfs file to set which ports the RPC services run on.The /etc/sysconfig/nfs file does not exist by default on all systems. If /etc/sysconfig/nfs does not ex..