'분류 전체보기'에 해당되는 글 2491건

  1. 2021.02.17 AIX 패스워드 변경 반복 이슈
  2. 2021.02.09 and host property for your Bluemix Cloud Foundry apps
  3. 2021.02.09 Deploying with App Manifests host
  4. 2021.02.04 [부록 파일 공개] 클라우드 파운드리 환경의 준비와 활용
  5. 2021.02.04 Cloud Foundry manifest.yml sample
  6. 2021.02.04 oracle db
  7. 2021.02.03 [1111] Apache HTTP Server Version 2.4 LOG 설정
  8. 2021.02.03 This is the home of the HTTPD space.
  9. 2021.02.03 [1111] free nas mount
  10. 2021.02.03 s3fs를 사용하여 버킷 마운트
  11. 2021.02.03 [1111] AWS Korea(Seoul) Region에 S3FS 설치하기
  12. 2021.02.03 [1111] s3fs-fuse
  13. 2021.02.03 Object Storage 지원 Tool 중 하나인 s3fs의 설치방법과 기본 사용법에 대해 설명합니다.
  14. 2021.02.03 A Guide on How to Mount Amazon S3 as a Drive for Cloud File Sharing
  15. 2021.02.02 cloud foundry Deploying apps
  16. 2021.02.02 [1111] Cloud Foundry Manifest 파일에서 지원되는 옵션
  17. 2021.02.02 CentOS 7에서 Java JDK 설치방법 및 환경변수 설정
  18. 2021.02.02 BLAST(Basic Local Alignment Search Tool)설치
  19. 2021.02.02 좌충우돌 BLAST+ 설치 방법
  20. 2021.02.02 Question: BLAST Command Line - restarting
  21. 2021.02.01 Use the Salesforce CLI from Behind a Company Firewall or Web Proxy
  22. 2021.02.01 Using PCF Dev Behind a Proxy
  23. 2021.01.29 [1111] Apache Module mod_proxy_ajp
  24. 2021.01.29 apache expires 설정으로 브라우저 캐시
  25. 2021.01.28 스프링 부트 강좌
  26. 2021.01.28 Cloud Foundry Introduction PDF
  27. 2021.01.28 클라우드 파운드리 환경의 준비와 활용
  28. 2021.01.28 Cloud Foundry CLI Reference Guide
  29. 2021.01.28 톰캣 DataSource user 정보 암호화 시키기
  30. 2021.01.26 centos mysql offline install
카테고리 없음2021. 2. 17. 15:23
반응형

m.blog.naver.com/PostView.nhn?blogId=farn501&logNo=10145746604&proxyReferer=https:%2F%2Fwww.google.com%2F

 

AIX 패스워드 변경 반복 이슈

패스워드를 변경했음에도 계속 패스워드를 변경하라는 메세지가 나오는 문제에 대한 원인과 해결입니다. [...

blog.naver.com

syuda.tistory.com/49

 

[AIX] 로그인 시 비밀번호 재설정 나오지 않게 하기 / 비밀번호 변경일자 확인 - pwdadm

안녕하세요. 슈다 입니다. AIX는 root계정이 다른 계정의 비밀번호를 변경했을 때 해당 계정이 변경된 비밀번호로 로그인을 시도하면 새로운 비밀번호를 설정하라고 나옵니다. 주로 잘못된 비밀

syuda.tistory.com

rambbo.tistory.com/58

 

사용자 패스워드 재설정 막기

사용자 패스워드 재설정 막기 ADMCHG는 root 또는 security 그룹의 멤버, 즉 권한이 있는 타인에 의해 패스워드가 마지막으로 변경되었음을 나타내는 플래그이다. pwdadm 커맨드로 다른 사용자의 패스

rambbo.tistory.com

m.cafe.daum.net/ds800/WYFA/50?svc=cafeapi

 

aix 비밀번호 만료 관련

소개 비밀번호 정책은 어떤 계정이 비밀번호 인증 프로세스에 의해 보호되는지 확인하고 이를 강제 실행하는 메커니즘이다. 비밀번호 정책의 규칙을 적용하는 시스템 관리자는 사용되는 비밀

m.cafe.daum.net

 

Posted by 1010
카테고리 없음2021. 2. 9. 13:05
반응형

www.ibm.com/cloud/blog/manifest-files-understand-domain-host-property-bluemix-cloud-foundry-apps

The file “manifest.yml”:

applications:

- name: python-app

memory: 256M

command: python myapp.py

host: yourname-demo-app-python

domains:

- example.com

- eu-gb.mybluemix.net

path: ./top/

- name: node-app

hosts:

- yourname-demo-app-node1

- yourname-demo-app-node2

memory: 256M

path: ./lower/

Posted by 1010
카테고리 없음2021. 2. 9. 12:50
반응형

--- applications:

- name: dylan

routes:

- route: route.example.com

- route: another-route.example.com

 

 

--- .

.. routes:

- route: example.com

- route: www.example.com/foo

- route: tcp-example.com:1234

 

 

applications:
- name: console
memory: 1512M
disk_quota: 1024M
host: console
timeout: 180
buildpack: https://github.com/cloudfoundry-incubator/stratos-buildpack#v2
health-check-type: port
Posted by 1010
카테고리 없음2021. 2. 4. 17:07
카테고리 없음2021. 2. 4. 16:44
반응형
---
applications:
- name: panchicore-web
host: panchicore-web
domain: cfapps.io
buildpack: https://github.com/cloudfoundry/python-buildpack
command: python manage.py runserver --insecure 0.0.0.0:$PORT
instances: 1
memory: 512M
disk_quota: 1G
timeout: 10
services:
- hypermap-db-hippo
- panchicore-papertrail
- panchicore-redis
- name: panchicore-celery
host: panchicore-celery
domain: cfapps.io
no-route: true
buildpack: https://github.com/cloudfoundry/python-buildpack
command: python manage.py runserver --insecure 0.0.0.0:$PORT & celery -A tasks worker --loglevel=info --concurrency=1
instances: 1
memory: 512M
disk_quota: 1G
timeout: 10
services:
- hypermap-db-hippo
- panchicore-redis
- panchicore-papertrail
Posted by 1010
카테고리 없음2021. 2. 4. 14:57
반응형

dbcafe.co.kr/wiki/index.php/%EB%8C%80%EB%AC%B8

 

DB CAFE

dbcafe.co.kr

 

Posted by 1010
카테고리 없음2021. 2. 3. 17:11
반응형

Apache HTTP Server Version 2.4httpd.apache.org/docs/2.4/logs.html

 

로그파일 - Apache HTTP Server Version 2.4

로그파일 이 문서는 최신판 번역이 아닙니다. 최근에 변경된 내용은 영어 문서를 참고하세요. 효율적으로 웹서버를 관리하려면 발생하는 문제와 함께 서버의 활동과 성능에 대해 알아야 한다.

httpd.apache.org

 

Posted by 1010
카테고리 없음2021. 2. 3. 17:05
반응형

This is the home of the HTTPD space.

cwiki.apache.org/confluence/display/HTTPD/HTTPD+Home

 

 

HTTPD Home - HTTPD - Apache Software Foundation

This is the home of the HTTPD space.

cwiki.apache.org

 

Posted by 1010
카테고리 없음2021. 2. 3. 15:28
반응형

m.blog.naver.com/PostView.nhn?blogId=minki0127&logNo=220778859395&proxyReferer=https:%2F%2Fwww.google.com%2F

 

NAS ( Network Attached Storage ) [설명/설정방법]

NAS ■ NAS ( Network Attached Storage ) 파일 입/출력을 위해 최적화된 운영체제를 사용하는 I...

blog.naver.com

 

Posted by 1010
카테고리 없음2021. 2. 3. 15:13
반응형

cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-s3fs&locale=ko

 

Install s3fs on Centos 7

pikedom.com/install-s3fs-on-centos-7/

 

Install s3fs on Centos 7 – pikedom.com

s3fs allows Linux users to mount an S3 bucket via FUSE as if it were like any other file system. Install the EPEL repository. [[email protected] ~]# yum install epel-release Then install s3fs. [[email protected] ~]# yum install s3fs-fuse Copy public and

pikedom.com

 

Posted by 1010
카테고리 없음2021. 2. 3. 15:04
카테고리 없음2021. 2. 3. 14:56
반응형

s3fs-fusegithub.com/s3fs-fuse/s3fs-fuse

 

 

s3fs

s3fs allows Linux and macOS to mount an S3 bucket via FUSE. s3fs preserves the native object format for files, allowing use of other tools like AWS CLI.

 

 

Features

  • large subset of POSIX including reading/writing files, directories, symlinks, mode, uid/gid, and extended attributes
  • compatible with Amazon S3, and other S3-based object stores
  • allows random writes and appends
  • large files via multi-part upload
  • renames via server-side copy
  • optional server-side encryption
  • data integrity via MD5 hashes
  • in-memory metadata caching
  • local disk data caching
  • user-specified regions, including Amazon GovCloud
  • authenticate via v2 or v4 signatures

Installation

Many systems provide pre-built packages:

  • Amazon Linux via EPEL:

    sudo amazon-linux-extras install epel sudo yum install s3fs-fuse
  • Arch Linux:

    sudo pacman -S s3fs-fuse
  • Debian 9 and Ubuntu 16.04 or newer:

    sudo apt install s3fs
  • Fedora 27 or newer:

    sudo dnf install s3fs-fuse
  • Gentoo:

    sudo emerge net-fs/s3fs
  • RHEL and CentOS 7 or newer through via EPEL:

    sudo yum install epel-release sudo yum install s3fs-fuse
  • SUSE 12 and openSUSE 42.1 or newer:

    sudo zypper install s3fs
  • macOS via Homebrew:

    brew install --cask osxfuse brew install s3fs

Otherwise consult the compilation instructions.

Examples

s3fs supports the standard AWS credentials file stored in ${HOME}/.aws/credentials. Alternatively, s3fs supports a custom passwd file.

The default location for the s3fs password file can be created:

  • using a .passwd-s3fs file in the users home directory (i.e. ${HOME}/.passwd-s3fs)
  • using the system-wide /etc/passwd-s3fs file

Enter your credentials in a file ${HOME}/.passwd-s3fs and set owner-only permissions:

echo ACCESS_KEY_ID:SECRET_ACCESS_KEY > ${HOME}/.passwd-s3fs chmod 600 ${HOME}/.passwd-s3fs

Run s3fs with an existing bucket mybucket and directory /path/to/mountpoint:

s3fs mybucket /path/to/mountpoint -o passwd_file=${HOME}/.passwd-s3fs

If you encounter any errors, enable debug output:

s3fs mybucket /path/to/mountpoint -o passwd_file=${HOME}/.passwd-s3fs -o dbglevel=info -f -o curldbg

You can also mount on boot by entering the following line to /etc/fstab:

mybucket /path/to/mountpoint fuse.s3fs _netdev,allow_other 0 0

or

mybucket /path/to/mountpoint fuse.s3fs _netdev,allow_other 0 0

If you use s3fs with a non-Amazon S3 implementation, specify the URL and path-style requests:

s3fs mybucket /path/to/mountpoint -o passwd_file=${HOME}/.passwd-s3fs -o url=https://url.to.s3/ -o use_path_request_style

or(fstab)

mybucket /path/to/mountpoint fuse.s3fs _netdev,allow_other,use_path_request_style,url=https://url.to.s3/ 0 0

Note: You may also want to create the global credential file first

echo ACCESS_KEY_ID:SECRET_ACCESS_KEY > /etc/passwd-s3fs chmod 600 /etc/passwd-s3fs

Note2: You may also need to make sure netfs service is start on boot

Limitations

Generally S3 cannot offer the same performance or semantics as a local file system. More specifically:

  • random writes or appends to files require rewriting the entire object, optimized with multi-part upload copy
  • metadata operations such as listing directories have poor performance due to network latency
  • non-AWS providers may have eventual consistency so reads can temporarily yield stale data (AWS offers read-after-write consistency since Dec 2020)
  • no atomic renames of files or directories
  • no coordination between multiple clients mounting the same bucket
  • no hard links
  • inotify detects only local modifications, not external ones by other clients or tools

References

  • goofys - similar to s3fs but has better performance and less POSIX compatibility
  • s3backer - mount an S3 bucket as a single file
  • S3Proxy - combine with s3fs to mount Backblaze B2, EMC Atmos, Microsoft Azure, and OpenStack Swift buckets
  • s3ql - similar to s3fs but uses its own object format
  • YAS3FS - similar to s3fs but uses SNS to allow multiple clients to mount a bucket

Frequently Asked Questions

License

Copyright (C) 2010 Randy Rizun rrizun@gmail.com

Licensed under the GNU GPL version 2

Posted by 1010
카테고리 없음2021. 2. 3. 14:52
카테고리 없음2021. 2. 3. 14:40
카테고리 없음2021. 2. 2. 17:58
반응형

cloud.ibm.com/docs/cloud-foundry-public?topic=cloud-foundry-public-deployingapps&locale=de

 

 

Environment variables

 

Posted by 1010
카테고리 없음2021. 2. 2. 17:44
반응형

cloud.ibm.com/docs/cloud-foundry?topic=cloud-foundry-deploy_apps&locale=ko

Posted by 1010
카테고리 없음2021. 2. 2. 16:08
반응형

gongzza.github.io/linux/install/java/

 

CentOS 7에서 Java JDK 설치방법 및 환경변수 설정

CentOS를 minimal로 설치 후 JDK를 설치 하는 방법을 소개 한다. 목차 필수 설치 다운로드 설치 명령어 등록 환경변수 설정 확인참고1. 필수 설치 wget CentOS7을 minimal로 설치하면 자주 사용하는 라이브

gongzza.github.io

 

Posted by 1010
카테고리 없음2021. 2. 2. 09:56
반응형

biohpc.tistory.com/229

 

BLAST(Basic Local Alignment Search Tool) 설치

홈페이지 : http://blast.ncbi.nlm.nih.gov/Blast.cgi 다운로드 : ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ 소스 설치 : # wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2..

biohpc.tistory.com

 

Posted by 1010
카테고리 없음2021. 2. 2. 09:43
카테고리 없음2021. 2. 2. 09:40
반응형

Question: BLAST Command Line - restartingwww.biostars.org/p/287129/

 

BLAST Command Line - restarting

• link • Not following modified 2.8 years ago • written 3.2 years ago by t.kranenburg • 40

www.biostars.org

 

Posted by 1010
카테고리 없음2021. 2. 1. 10:45
반응형

developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_install_cli_firewall.htm

 

Use the Salesforce CLI from Behind a Company Firewall or Web Proxy | Salesforce CLI Setup Guide | Salesforce Developers

Learn how to install the Salesforce CLI.

developer.salesforce.com

 

Posted by 1010
카테고리 없음2021. 2. 1. 10:45
반응형

docs.pivotal.io/pcf-dev/proxy.html

 

Using PCF Dev Behind a Proxy | VMware Tanzu Docs

Using PCF Dev Behind a Proxy Page last updated: This topic describes how to use PCF Dev with a proxy. Run PCF Dev Behind an HTTP Proxy In a restricted network environment, configuring PCF Dev to connect to an HTTP proxy permits app-to-Internet connectivity

docs.pivotal.io

 

Posted by 1010
카테고리 없음2021. 1. 29. 16:40
반응형

httpd.apache.org/docs/2.4/mod/mod_proxy_ajp.html

 

mod_proxy_ajp - Apache HTTP Server Version 2.4

Apache Module mod_proxy_ajp Summary This module requires the service of mod_proxy. It provides support for the Apache JServ Protocol version 1.3 (hereafter AJP13). Thus, in order to get the ability of handling AJP13 protocol, mod_proxy and mod_proxy_ajp ha

httpd.apache.org

 

Posted by 1010
카테고리 없음2021. 1. 29. 15:45
카테고리 없음2021. 1. 28. 17:07
반응형

www.youtube.com/playlist?list=PLDMPhWe3CfpY9idK7tGd8QKr36KBID58P

 

스프링 부트

 

www.youtube.com

 

Posted by 1010
카테고리 없음2021. 1. 28. 16:50
반응형

static.packt-cdn.com/downloads/CloudFoundryforDevelopers_ColorImages.pdf

www.altoros.com/wp-content/uploads/pdf/architects-guide-to-implementing-cloud-foundry.pdf

www.ceart.kr/webcontent/ckeditor/2019/12/13/1ac7af45-08f4-4744-bd7e-cd7aa46bda5b.pdf

 

Posted by 1010
카테고리 없음2021. 1. 28. 16:32
반응형

appenB.pdf
2.22MB

Posted by 1010
카테고리 없음2021. 1. 28. 13:29
카테고리 없음2021. 1. 28. 12:21
카테고리 없음2021. 1. 26. 20:57
반응형

1. 설치된 패키지 확인

yum list installed | grep mysql

[root@localhost tmp]# yum search mysql-community
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile

  • base: mirror.kakao.com

  • epel: ftp.iij.ad.jp

  • extras: mirror.kakao.com

  • updates: mirror.kakao.com
    =================================================== N/S matched: mysql-community ===================================================
    mysql-community-client.i686 : MySQL database client applications and tools
    mysql-community-client.x86_64 : MySQL database client applications and tools
    mysql-community-client-plugins.i686 : Shared plugins for MySQL client applications
    mysql-community-client-plugins.x86_64 : Shared plugins for MySQL client applications
    mysql-community-common.i686 : MySQL database common files for server and client libs
    mysql-community-common.x86_64 : MySQL database common files for server and client libs
    mysql-community-devel.i686 : Development header files and libraries for MySQL database client applications
    mysql-community-devel.x86_64 : Development header files and libraries for MySQL database client applications
    mysql-community-embedded-compat.i686 : MySQL embedded compat library
    mysql-community-embedded-compat.x86_64 : MySQL embedded compat library
    mysql-community-libs.i686 : Shared libraries for MySQL database client applications
    mysql-community-libs.x86_64 : Shared libraries for MySQL database client applications
    mysql-community-libs-compat.i686 : Shared compat libraries for MySQL 5.6.37 database client applications
    mysql-community-libs-compat.x86_64 : Shared compat libraries for MySQL 5.6.45 database client applications
    mysql-community-release.noarch : MySQL repository configuration for yum
    mysql-community-server.x86_64 : A very fast and reliable SQL database server
    mysql-community-test.x86_64 : Test suite for the MySQL database server

    Name and summary matches only, use "search all" for everything.

 

 

 

2. 특정장소에 다운로드

yum install --downloadonly --downloaddir=/work/tmp mysql-community-client.x86_64
yum install --downloadonly --downloaddir=/work/tmp mysql-community-client-plugins.x86_64
yum install --downloadonly --downloaddir=/work/tmp mysql-community-common.x86_64
yum install --downloadonly --downloaddir=/work/tmp mysql-community-devel.x86_64
yum install --downloadonly --downloaddir=/work/tmp mysql-community-embedded-compat.x86_64
yum install --downloadonly --downloaddir=/work/tmp mysql-community-libs.x86_64
yum install --downloadonly --downloaddir=/work/tmp mysql-community-libs-compat.x86_64
yum install --downloadonly --downloaddir=/work/tmp mysql-community-release.noarch
yum install --downloadonly --downloaddir=/work/tmp mysql-community-server.x86_64
yum install --downloadonly --downloaddir=/work/tmp mysql-community-test.x86_64

 

 

 

3. rpm 설치 rpm -Uvh *.rpm

rpm -Uvh mysql-community-common-8.0.23-1.el7.x86_64.rpm
rpm -Uvh mysql-community-libs-8.0.23-1.el7.x86_64.rpm
rpm -Uvh mysql-community-client-8.0.23-1.el7.x86_64.rpm
rpm -Uvh mysql-community-client-plugins-8.0.23-1.el7.x86_64.rpm
rpm -Uvh mysql-community-libs-compat-8.0.23-1.el7.x86_64.rpm
rpm -Uvh mysql-community-server-8.0.23-1.el7.x86_64.rpm

 

 

 

4. 의존성설치

 

 

 

5. 참고

myjamong.tistory.com/6

 

[CentOS 7] MySQL 5.7.20 설치 :: 마이자몽

MySQL 5.7.20버전을 설치하려고 한다. 하지만 MySQL 사이트에서 원하는 특정 버전을 설치하는게 생각보다 어렵다. 글을 쓰는 날짜 기준으로 MySQL사이트에서 5.7버전을 설치하려고하면 5.7.23버전으로

myjamong.tistory.com

soranghouse.tistory.com/3

 

(CentOS7/Linux) Mysql8.0 (Community Server) 설치, mariadb-libs is obsoleted

MySQL 8.0 버전을 설치하는데 어려움이 있으시다면 도움이 되길 바랍니다. 1. RPM 패키지 파일 다운로드 MySQL 공식 홈페이지에서 직접 패키지 파일을 다운로드할 수 있도록 지원해주고 있습니다. DOWN

soranghouse.tistory.com

 

www.lesstif.com/dbms/rhel-centos-ubuntu-mysql-5-6-5-7-24445108.html

 

RHEL/CentOS, Ubuntu 에 MySQL 5.6, 5.7 설치하기

MySQL 패키지 버전에 따라 설치시 자동으로 mysql_secure_installation 을 실행하는 경우도 있으니 설치후 콘솔 화면을 보고 암호가 저장되는 경로는 확인

www.lesstif.com

Posted by 1010