跳至內容

Henry Note

分類: 筆記

發表於 2025 年 12 月 17 日2025 年 12 月 17 日

徹底關閉刪除macOS蘋果系統下的.DS_Store文件方法

defaults write com.apple.desktopservices DSDontWriteNetworkStores true

source: https://zhuanlan.zhihu.com/p/586580401

發表於 2025 年 11 月 10 日2025 年 11 月 11 日

延長Windows 11更新100年

https://free.com.tw/windows-update-max-pause-days/#more-98936

發表於 2025 年 11 月 10 日

Mobirise slider RWD顯示問題

  1. 將height的值改為 auto; 或者
  2. 加入以下css
    .image_wrapper {
    height: auto;
    width: auto;
    position: relative;
    display: inline-block;
    }
    .image_wrapper img {
    width: 100%;
    height: auto;
    }
發表於 2025 年 11 月 10 日

解決部份不能安裝的macApps

sudo spctl --master-disable

source: https://www.macwk.com/article/mac-file-damage

發表於 2025 年 11 月 10 日

Flush the DNS cache in macOS

sudo killall -HUP mDNSResponder

source: https://macpaw.com/how-to/clear-dns-cache-on-mac

Posts pagination

頁 1 頁 2 頁 3 下一頁

近期文章

  • 徹底關閉刪除macOS蘋果系統下的.DS_Store文件方法
  • 使用 CSS Filter網頁變成黑白
  • WP建議插件
  • 延長Windows 11更新100年
  • Mobirise slider RWD顯示問題

分類

  • Browser筆記
  • WordPress筆記
  • 筆記