개발도구 - SSH - SecureCRT : Install the package on Ubuntu

  개    요     Symfony Framework - 웹어플리케이션 개발환경 내    용      다운로드 : SecureCRT - Download     운영체제 : Ubuntu Desktop 패키지 설치 export LC_CTYPE=en_US.UTF-8 export LC_ALL=en_US.UTF-8 sudo dpkg -i ./scrt-sfx-9.5.2-3325.ubuntu22-64.x86_64.deb 패키지 삭제 sudo dpkg --remove scrt-sfx 참고자료 How to Install SecureCRT on Supported Ubuntu Platforms

개발도구 - SSH - SecureCRT : Configure Log Files

이미지
개    요     Symfony Framework - 웹어플리케이션 개발환경  내    용      환경설정 Options / Configure / Log File   참고자료 SecureCRT - Download

개발도구 - Firefox : Config

이미지
개    요     Symfony Framework - 웹어플리케이션 개발환경  내    용      환경설정 Settings / Privacy & Security / Exceptions - Cookie and Site Data       스크립트 Ubuntu Desktop if [ "${PLATFORM_TYPE}" == "Linux" ]; then if [ -d /snap/firefox ]; then sudo rm -Rf /var/snap/firefox sudo snap remove firefox else echo "There is not Firefox" fi sudo apt-get install -y dialog apt-utils sudo snap install firefox echo fi 참고자료 Firefox - Download Settings - Extension : Xdebug Helper

PostgreSQL : Update Password

 1. 신규 유저 생성 [ root@localhost ] sudo - i - u postgres [ sudo ] password for parallels : { password } postgres@localhost : ~ $ psql psql ( 14.8 ( Ubuntu 14.8 - 0ubuntu0 . 22.04 .1 ) ) Type "help" for help . postgres = # create user { user_name } password '{user_password}' superuser ; CREATE ROLE postgres = # \du List of roles Role name | Attributes | Member of -- -- -- -- -- - + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- - postgres | Superuser , Create role , Create DB , Replication , Bypass RLS | { } symfony | Superuser | { } postgres = # \q 2. 비밀번호 변경 [ root@localhost ] sudo - i - u postgres [ sudo ] password for parallels : { password } postgres@localhost : ~ $ psql psql ( 14.8 ( Ubuntu 14.8 - 0ubuntu0 . 22.04 .1 ) ) Type &

프로젝트 - 안드로이드 : 한강공원 모바일 앱

이미지
- 개      요     - 서울 한강공원을 이용하는 서울 시민을 위한 모바일 앱(어플리케이션) 입니다.    - 내       용      - 화면구성                                 - 예정사항   : 매월 1회 이상 업데이트 - 예정사항 : 없음.

프로젝트 - 안드로이드 : 건국대학교 모바일 앱

이미지
- 개      요     - 안드로이드 어플리케이션입니다. - 목       적      - 어플리케이션 개발학습을 위한 개인 프로젝트 입니다. - 대       상      - 건국대학교 : 서울 및 글로벌 캠퍼스  - 내       용      - 화면구성 - 업데이트      - Version 1.0 ('14.03.15)          - 어플리케이션 출시.      - Version 1.0 ('14.03.21)          - 현재 기능성, 안정성 검토  - 예정사항   : 매월 1회 이상 업데이트      - '14.04 글로벌 캠퍼스 업데이트