팁과 트릭

WordPress Astra 테마 검색불가 버그

vi /var/www/blog/wp-content/themes/astra/inc/core/common-functions.php 949번째 줄로 이동 $title = apply_filters( ‘astra_the_search_page_title’, sprintf( /* translators: 1: search string */ astra_get_option( ‘section-search-page-title-custom-title’ ) . ‘ %s’, ‘<span>’ . get_search_query() . ‘</span>’ ) ); . ‘ %s’ 제거 $title = apply_filters( ‘astra_the_search_page_title’, sprintf( /* translators: 1: search string */ astra_get_option( ‘section-search-page-title-custom-title’ ) , ‘<span>’ . get_search_query() . ‘</span>’ ) );

WordPress Astra 테마 검색불가 버그 더 읽기"

[GeoIP] MaxMind GeoIP License 생성

1.https://www.maxmind.com/en/account/login 로그인 진행 2.좌측 Manage License Keys 선택 3.”Generate new license key”을 클릭하여 라이선스 생성 4.라이선스가 생성되면 Account ID와 License key가 보여지는데 다시 볼 수 없으므로 반드시 캡쳐 또는 GeoIP.conf 다운로드 5. GeoIP.conf 내용 예제AccountID 380145LicenseKey 8nK6uG_SI4un2SPPnKmWQi9S3Bo2KpX6MIqM_mmkEditionIDs GeoLite2-ASN GeoLite2-City GeoLite2-Country 6. https://github.com/maxmind/geoipupdate 를 통해 GeoIP 업데이트 진행

[GeoIP] MaxMind GeoIP License 생성 더 읽기"

vmware 최적화 (vmx파일에 추가)

isolation.tools.unity.disable=”TRUE”logging = “FALSE”mainMem.partialLazyRestore = “FALSE”mainMem.partialLazySave = “FALSE”mainMem.useNamedFile = “FALSE”MemTrimRate = “0”prefvmx.minVmMemPct = “100”prefvmx.useRecommendedLockedMemSize = “TRUE”priority.grabbed = “high”priority.ungrabbed = “normal”sched.mem.pshare.enable = “FALSE”scsi0:0.mode = “independent-persistent”unity.allowCompositingInGuest=”FALSE”unity.enableLaunchMenu = “FALSE”unity.showBadges = “FALSE”unity.showBorders = “FALSE”

vmware 최적화 (vmx파일에 추가) 더 읽기"

지메일(gmail) 검색 쿼리 정리

SAMPLE) in:inbox subject:(저녁식사 영화) after:2013/9/3 before:2020/9/4 2013.09.03~2020.09.04 사이에 받은편지함에서 제목에 “저녁식사” 또는 “영화”가 포함된 메일 ■안읽은 메일 is:unread ■스팸 및 휴지통을 포함한 모든 폴더 검색 in:anywhere 영화 ■특정기간에 보낸 메일 검색 before:2020/04/16 after:2020/04/16 ■특정 크기보다 크거나 작은 메일 smaller:10M larger:10M ■사람 검색 from:지현 or from:인성 to:지현 cc:인성

지메일(gmail) 검색 쿼리 정리 더 읽기"

위로 스크롤