일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- NetBeans
- curl
- laravel
- 와일드카드
- 안드로이드
- 이클립스
- html
- JSON
- 톰캣
- Android
- CentOS
- input
- DB
- 리눅스
- tomcat
- properties
- java
- File
- error
- MySQL
- Spring
- ajax
- 정규식
- junit
- SeLinux
- jquery
- php
- larravel
- Linux
- javascript
- Today
- Total
목록Linux (31)
합쭈기 programming
> yum upgrade ca-certificates --disablerepo=epel 이 명령어면 정상 동작
repository에서 7버전에 mysql 설치$ yum install -y http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm 서버 설치$ yum install mysql-community-server mysql 서비스 시작$ service start mysqld 부팅 시 자동 실행 등록 $ systemctl enable mysqld ※mysql 설치 시 repository 404 오류mysql 버전 이것 저것 깔고 지웟다 하니 metadata가 꼬여서 그렇다. $ yum clean meatadata$ yum update 해서 해결 http://cds0915.blog.me/220318549238 참조
http://fruitdev.tistory.com/19 참조 chkconfig 등록이 안 될때 상단에 추가 # chkconfig: 2345 90 90 # description: init file for Apache server daemon # processname: /usr/local/server/apache/bin/apachectl # config: /usr/local/server/apache/conf/httpd.conf # pidfile: /usr/local/server/apache/logs/httpd.pid
http://blog.naver.com/choi5770/220295923885 참조
http://www.cmsfactory.net/node/11421 참조
명령어 + | grep 검색어 ex) ls -a | grep tomcat
소유자 변경chown -R 파일 or 폴더 -R은 하위 디렉토리까지 적용시킴 권한 변경 chmod 777 비트8진수 텍스트 접근권한의미 8400r-------- 소유자 읽기 7200-w------- 소유자 쓰기 6100--x------ 소유자 실행 5040 ---r----- 그룹 읽기 4020 ----w---- 그룹 쓰기 3010 -----x--- 그룹 실행 2004 ------r-- 그외 사용자 읽기 1002 -------w- 그외 사용자 쓰기 0001 --------x 그외 사용자 실행
모든프로세스ps -e 실행중인 프로세스pstree