새로운 글

  • 새로운 소식이 있나요?
  • 이미지
    2020-05-09
    질문 :git add 할때마다warning: LF will be replaced by CRLF in hello1.txt.The file will have its ariginal line ending in your working directory라고 경고문 뜨는데 이거 왜 뜨는걸까요..? 무시하고 git add 하면 되긴 해요.답변 : git 에서 CRLF 개행 문자 차이로 인한 문제 해결하기익히 알다시피 Windows 에서는  line ending으로 CR(Carriage-Return, \r)과 LF(Li...
  • 이미지
    2020-04-20
    1. xampp 설치 (d 드라이브)2. localhost 경로 아래 rx 폴더 생성3. 라이믹스 파일 복붙4. localhost/rx 접속 (설치진행)5. localhost/phpmyadmin 접속, rx 데이터베이스 생성6. 4번에서 root비밀번호 없음 (콘솔 열고 password 인풋에 required 삭제)데이터베이스명 : rx7. 설치 성공, (글쓰기도 성공)Uncaugh TypeError: filter_func is not a function이 문제로 새벽 내내 씨름하다가 저녁되서야 그냥 xampp 지우고 재설...
  • 이미지
    2020-04-20
    1. 테스트할 계정 주소를 등록한다.C:\Windows\System32\drivers\etc\hosts# localhost name resolution is handled within DNS itself.#    127.0.0.1       localhost    ::1             localhost    127.0.0.1       lo...
  • 이미지
    2020-04-16
    https://zetawiki.com/wiki/%EB%A6%AC%EB%88%85%EC%8A%A4_iptables_IP_%EC%B0%A8%EB%8B%A8https://zetawiki.com/wiki/%EB%A6%AC%EB%88%85%EC%8A%A4_iptables_IP_%EC%B0%A8%EB%8B%A8https://jaynamm.tistory.com/entry/%EB%A6%AC%EB%88%85%EC%8A%A4-IP-%EC%B0%A8%EB%8B%A8%ED%95%98%EA%B8%B0-route-iptableshttps://jaynamm....
  • 이미지
  • 이미지
    2020-04-14
    1. it seems you have an antivirus running. in some cases, this may slow down or interfere the installation of the software. please visit the following link to learn more about this.http://apachefriends.org/en/faq-xampp-windows.html#antiviruscontinue with installation?2. Important! because ...
  • 이미지
    2020-04-13

    find ./ -name kin -type d

    mv ./susung/modules/kin ./www/modules

  • 이미지
    2020-04-06
    phpMyAdmin 사용시 아래와 같은 에러메세지가 수도없이 보여 사용하기 불편할때가 있다.아마도 PHP 버전업으로 인해서 이런현상이 발생한다고 생각한다.  이럴때 해결 방법은 다음과 같다. sudo pluma /usr/share/php/php-gettext/streams.php 수정  Line 48 StringReader 에러의 경우52번 라인의 function 이름을 __construct 로 수정function StringReader ($str='') >>...
    1
  • 이미지
    2020-03-06
    1. Duplicate Cleaner 프로그램구글에 Duplicate Cleaner라고 검색하시면 홈페이지를 찾을 수 있습니다.홈페이지는 위와 같습니다.상단에 보시면 Download 버튼이 있습니다.클릭하시면 프로그램을 바로 다운 받을 수 있습니다.2. 프로그램 사용법Duplicate Cleaner은 유료 프로그램으로프로그램을 별도로 구매하지 않으시면 시험판으로 설치가 됩니다.상단에 보시면 검사 조건 항목이 있는데요.중복파일은 어떤식으로 검사할지 선택하는 메뉴 입니다. 별다른 조건이 없다면 유사한 내용을 선택하시면 됩니다....
  • 이미지
    2020-02-18

     


     



     

  • 이미지
    2020-02-18
    Changing a database table prefix is easy and here’s the simple step-by-step guide! For WordPress installations, it’s essential!What you’ll needUse random.org to generate a strong table prefixAccess to the database via cPanel or PHPMyAdminA text editor2 minutesHow to change a p...
  • 이미지
    2020-02-15
    1. 편집기로 아래 파일 열기오토셋9 :   C:\AutoSet9\server\MySQL5\my.ini오토셋10 : C:\AutoSet10\server\MySQL5\my.ini 2.맨 마지막줄 (= 약 36라인)에 아래 코드 추가 후 저장innodb_force_recovery=13.오토셋 프로그램 실행시켜 MySQL 시작 버튼 클릭 4.작동 확인 후 아래 값으로 수정 후 재저장 innodb_force_recovery=0 정보출처 https://lee-yunseok.github.i...