본문 바로가기

반응형

전체보기

(312)
강동/송파 ~ 인천공항 버스 6300번 이번에 친구랑 일본을 가게되서 포스팅.. 다음에 갈일 또 있을때 참고하기 위해서~ URL : http://www.seoulbus.co.kr/index/airportbus_01_1.php?val=10 2016.07.15 기준
리눅스 파티션을 윈도우에서 불러오기 리눅스에서 파티셔닝된 하드를 윈도우 사타케이블에 꽂았을때 불러오지 못할 수 있다. 그럴떄 사용하는 툴!
[Ubuntu] W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: The link above provides detailed explanation with screenshots. It also has some other simple methods that could be tried before doing this manually. Since it is not accessible from some regions let me describe the method that worked for me. Go to the OpenPGP Public Key Server. There you can enter your key into the Search String field, leaving everything else as is, then click "Search!". When sea..
-bash: ./test.sh: /bin/bash^M: bad interpreter: 그런 파일이나 디렉토리가 없음 vim 에서 vim에서는 dos mode의 화일을 읽어도 화면에 ^M을 표시하지 않습니다. 대신 밑에 [dos] 라고 나타납니다. 다음과 같이 해서 unix mode로.. 즉 ^M을 빼는것입니다. :set fileformat=unix 반대로 unix mode에서 dos mode로 바꾸고 싶다면 :set fileformat=dos
MySQL 기본적인 모니터링 방법과 Connection과 Memory 튜닝 방법 MySQL Database의 경우 Oracle 이나 MS SQL Server에 비해서 대용량의 자료를 처리하는 경우가 적기에 튜닝에 필요성이 적은 것 같습니다. 그러나 웹이라는 환경은 많은 사용자가 동시에 접속을 할 수 있기에 항상 모니터링과 최적화는 기본이라고 생각합니다. 본 강좌에서는 기본적인 모니터링 방법과 Connection과 Memory 부분에 대한 튜닝 방법을 소개하도록 하겠습니다. 가. 모니터링 및 초기화 명령어 show status - MySQL 데이타베이스의 현재 상황 show Processlist - MySQL 프로세스 목록 show variables - 설정 가능한 모든 변수 목록 flush logs - MySQL의 로그파일 초기화 flush status - MySQL 상태정보 초기화..
Running a syntax check on /etc/my.cnf Usually, I update variables on the fly using something like: mysql> SET GLOBAL max_connections = 150; … and then modify /etc/my.cnf to make the change persistent. The problem in doing this is that you’re not verifying that your /etc/my.cnf is correct and can only hope that a restart doesn’t encounter any problems. Fortunately, Sai emailed us a great little tip to verify the syntax. You can run t..
CentOS 7 로케일 변경 CentOS 7 에서 로케일 변경하는 방법입니다. 현재 사용가능한 한글관련 로케일# localectl list-locales | grep -i ko ko_KR ko_KR.euckr ko_KR.utf8 kok_IN kok_IN.utf8 korean korean.euc ru_RU.koi8r ru_UA.koi8u tg_TJ.koi8t uk_UA.koi8u utf8 로 변경 # localectl set-locale LANG=ko_KR.utf8 수동으로 변경시는 /etc/locale.conf 파일을 만들어 아래 내용 추가LANG=ko_KR.utf8 서버 부팅 후 로케일 설정 확인# locale LANG=ko_KR.utf8 LC_CTYPE="ko_KR.utf8" LC_NUMERIC="ko_KR.utf8" LC_TI..
CentOS7 MRTG Install [1] Install Apache HTTP Server, refer to here. [2] Install MRTG, SNMP. [root@dlp ~]# yum -y install net-snmp net-snmp-utils mrtg [3] Configure SNMP (Simple Network Management Protocol). [root@dlp ~]# vi /etc/snmp/snmpd.conf # line 41: comment out #com2sec notConfigUser default public # line 74,75: uncomment and change # change to your local network for "mynetwork" section # change comunity name ..

반응형