팁과 트릭

[NextCloud] 추가 설정

1.기본 설정 (/var/www/nextcloud/config/config.php)   # 외부에서 NextCloud로 접속하는 신뢰하는 주소   ‘trusted_domains’ =>   array (     0 => ‘cloud.mydomain.com’,   ),   ‘datadirectory’ => ‘/var/www/cloud.mydomain.com/nextcloud/data’,   ‘dbtype’ => ‘mysql’,   ‘version’ => ‘32.0.0.13’,   ‘overwrite.cli.url’ => ‘https://cloud.mydomain.com/nextcloud’,   ‘dbname’ => ‘<DB name>’,   ‘dbhost’ => ‘127.0.0.1’,   ‘dbtableprefix’ => ‘oc_’,   ‘mysql.utf8mb4’ =>

[NextCloud] 추가 설정 더 읽기"

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파일에 추가) 더 읽기"

위로 스크롤