linux 4 페이지
본문 바로가기
회원가입
로그인
커뮤니티
사이트 내 전체검색
funyphp
google
검색어 필수
검색
인기검색어
A
in
C
is
the
to
i
FAQ
1:1문의
접속자
16
새글
메인메뉴
전체메뉴열기
program
하위분류
PHP
Jsp&Spring&Mybitis
java
javascript&jQuery
Html&CSS
Python
Linux
Nodejs
React
Arduino
Database
하위분류
Oracle
Mysql
Board
하위분류
Gnuboard
Codeigniter
knowledge
하위분류
knowledge
editor
aws
git
os
Free
QnA
Notice
전체메뉴
program
PHP
Jsp&Spring&Mybitis
java
javascript&jQuery
Html&CSS
Python
Linux
Nodejs
React
Arduino
Database
Oracle
Mysql
Board
Gnuboard
Codeigniter
knowledge
knowledge
editor
aws
git
os
Free
QnA
Notice
linux
Total 103건
4 페이지
RSS
58
[ Server ][ Linux ] centos7 메모리 정리하기(캐쉬 확인, 정리)
@메모리 사용량 확인 # free -m @페이지 캐쉬 정리 # echo 1 > /proc/sys/vm/drop_caches @dentry 및 inonde 캐쉬 정리 # echo 2 > /proc/sys/vm/drop_caches @모든 캐쉬 메모리 정리 # echo 3 > /proc/sys/vm/drop_caches
웹지기
05-22
13317
0
0
댓글
0
개
57
[ Server ][ Linux ][ ubuntu ] sass install, 우분투에 sass 설치하기
일단 우분투서버에 ruby가 설치되어 있어다는 조건하에. :sass -v 있다면 버젼이 나오고 없다면 설치하라는 명령이 뜰것이다. 설치가 되어있지 않다면 :apt-get install ruby-sass 중간에 y/n 질문을 하면 y를 눌러주면 된다. 설치가 완료 되었으면. 버젼을 확인하자 :sass -v :Sass 3.4.21 (Selective Steve) 버젼이 나오면 성공한것이다. [이 게시물은 웹지기님에 의해 2019-03-15 15:33:17 knowledge에서 ...
웹지기
12-05
13026
0
0
댓글
0
개
56
[ Server ][ Linux ] centOS7 node설치( node.js , npm )
epel 저장소 확인 # yum repolist epel 저장소가 존재하지 않으면 먼저 epel-release 설치 # yum install epel-release -y node.js 및 npm 설치 여부 확인 # node --version bash: node: command not found # npm --version bash: npm: command not found 설치되어 있지 않을 시 설치 명령...
웹지기
05-02
12763
0
0
댓글
0
개
+1
55
[ Server ][ Linux ] CentOS 7 설치 및 설정하기 네번째 서버에 apm설치(httpd, …
APM 설치를 진행한다. 간편한 작업을 위해https://sir.kr/so_server/1945 apm auto installer을 다운받습니다. 압축을 푸시면 APM 사용 설명서.txt가 포함되어 있습니다. 이부분을 읽고 따라하면 됩니다.(간단함) 저는 root로 접속해서 APMinstaller.sh를 퍼미션 변경 후 실행했습니다. 설치가 끝나고 php버젼을 확인해 보았습니다. 오류없이 설치가 잘 마무리가 되고 Complete! 라는 내용이 떳네요. php 버젼에 7.2....
웹지기
12-10
12636
0
0
댓글
0
개
54
[ Server ][ Linux ] centos7 gitlab CE(Community Edition)설치
1. 필요한 종속성을 설치하고 구성합니다. @CentOS 7에서 아래 명령은 시스템 방화벽에서 HTTP 및 SSH 액세스를 엽니 다. # yum install curl policycoreutils openssh-server openssh-clients # systemctl enable sshd # systemctl start sshd # firewall-cmd --permanent --add-service=http # systemctl reload fi...
웹지기
04-02
12562
0
0
댓글
0
개
53
[ server ][ linux ][ gitlab ] 원격 저장소 url 변경
# git remote -v # origin http://gitlab.com/sample/sample.git (fetch) # origin http://gitlab.com/sample/sample.git (push) 확인을 해본 다음 다음의 명령어로 변경이 가능하다 # git remote set-url origin ssh://git@gitlab.com/sample/sample.git 다시 확인을 해보면 # git remo...
웹지기
06-01
12558
0
0
댓글
0
개
+1
52
[ Server ][ Linux ] CentOS7 php_screw-1.5 설치 (php 소스 암호화)
* 설명php_screw 모듈을 설치하면 php 소스를 암호화 할 수 있다.php 가 설치되어 있는 상태에서 모듈만 추가한다.*소스 다운로드wgethttp://sourceforge.net/projects/php-screw/files/php-screw/1.5/php_screw-1.5.tar.gz*설치[root@ php_screw-1.5]# phpizeConfiguring for:PHP Api Version: 20041225Zend Module Api No: 20060613Zend Extension ...
웹지기
09-27
12397
0
0
댓글
0
개
51
[ Server ][ Linux ][ htaccess ] 아이피 차단 관련 설정
* 국내아이피를 제외한 나머지 국가에 대해 아이피 차단시 첨부화일을 참고!* 특정 아이피를 차단할경우.htaccess 파일을 편집(만약 123.45.123.45 를 막는다고 할때) :namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />SetEnvIfNoCase remote_addr 123.45.123.45 go_outOrder allow,denyAllow from allDeny from env...
웹지기
10-01
12281
0
0
댓글
0
개
50
[ Server ][ Linux ] Gitlab 서버 도메인 변경
gitlab 서버의 도메인을 변경하고 싶다면 일단 검색을 한다. # find / -name gitlab.yml # /var/opt/gitlab/gitlab-rails/etc/gitlab.yml # /opt/gitlab/embedded/service/gitlab-rails/config/gitlab.yml 이런 리스트에서 다음 파일에서 변경을 해준다. # vim /var/opt/gitlab/gitlab-rails/etc/gitlab.yml ...
웹지기
12-12
12275
0
0
댓글
0
개
49
[ Server ][ Linux ] CentOS7 IP 확인 설정 변경하기
CentOS7 Minimal 로 설치시 별 다른 패키지가 설치 되어있지 않아 설치하기 전에는 다음의 명령을 사용한다. # ip address [root@cms_db ~]# ip address 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 in...
웹지기
08-12
12246
0
0
댓글
0
개
48
[ Server ][ Linux ] centos7 git 버젼업데이트
# make configure # ./configure --prefix=/usr # make all doc info @make all doc info 설치시 오류가 발생 @Can't locate ExtUtils/MakeMaker.pm 해결방법 # yum install perl-CPAN # sudo make install install-doc install-html install-info # git --...
웹지기
04-01
12240
0
0
댓글
0
개
47
[ Server ][ Linux ] httpd.conf 서버 디렉토리 보이게, 안보이게 설정
httpd.conf 파일에서 아파치 서버 디렉토리의 폴더및 파일을 보여주거나, 파일 및 폴더를 보여주지않고 오류를 출력할 때 설정 방법. <Directory "D:/AutoSet9/public_html"> #index파일이 없을 때 디렉토리를 감추고 에러를 출력 Options FollowSymLinks #index파일이 없을 때 디렉토리를 보여줌 Options Indexes FollowSymLinks </Di...
웹지기
11-26
12225
0
0
댓글
0
개
46
[ Server ][ Linux ] 계정 용량 확인 / 관리
[code]<?php$du=`du -sk`;$save=100; //할당받은 계정용량, 단위 MBytes$du=$du/1000;$result1=$save-$du;$result2=$du;echo "<font size='2' color='#0078FF'>전체 용량 :<font size='2' color='#ff6666'> 100MB</font><br>";ec...
웹지기
09-30
11897
0
0
댓글
0
개
45
[ Server ][ Linux ] CentOS7 Let's Encrypt 무료 SSL인증서 설치 / 관리(…
※ 서버의 관리자 권한으로 접속해야 다음의 명령들이 실행이 가능해 진다. certbot 설치 1) 자동설치) https://certbot.eff.org 사이트 접속해서 본인 서버의 운영체제를 체크하고 진행하게 도와준다. 2)수동설치 - 아파치존 AAI기준) = AAI에서는 기본 설치명령을 통해 python-certbot-apache가 자동으로 설치되므로 추가 설치는 필요치 않다. = AAI에서 adduser.sh를 통해서 자동으로 ssl을 설치할 수 있지만, 1개의 계정에 1개...
웹지기
10-31
11861
1
0
댓글
2
개
44
[ Server ][ Linux ] CentOS7 Let's Encrypt 무료 SSL 인증서 와일드카드로 …
입력시 일반 도메인(domain.com)과 와일드카드(*.domain.com) 도메인 두번 적는다 # certbot certonly --manual --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory -d domain.com -d *.domain.com 이메일을 입력하라는 문구가 나오면 인증서 알림을 받을 이메일을 입력한다. # Saving debug log t...
웹지기
12-12
11793
1
0
댓글
1
개
게시물 검색
검색대상
제목
내용
제목+내용
회원아이디
회원아이디(코)
글쓴이
글쓴이(코)
검색어
필수
검색
처음
1
페이지
2
페이지
3
페이지
열린
4
페이지
5
페이지
6
페이지
7
페이지
맨끝
notice
게시판 별 포인트 획득 …
회원로그인
회원아이디
필수
비밀번호
필수
자동로그인
회원가입
/
정보찾기
소셜계정으로 로그인
네이버
로그인
카카오
로그인
페이스북
로그인
구글+
로그인
접속자집계
오늘
7,412
어제
29,832
최대
61,067
전체
14,546,174
회사소개
개인정보처리방침
서비스이용약관
모바일버전
Copyright ©
funyphp.com.
All rights reserved.
상단으로