在Sandboxie中转移user目录为自定义目录

前言 由于 User 目录中拥有许多敏感信息 所以在 Sandboxie 中不便允许访问 但 Electron 及 其他安装程序 等 会访问 登录用户的目录 所以进行 转移 在获取用户目录时 一般使用 环境变量 USERPROFILE (%USERPROFILE%) ,可以在系统属性中修改此值达成目的 修改 USERPROFILE 在面板中 右键容器 运行 运行程序 输入 sysdm.cpl 打开系统属性 寻找 高级 环境变量 系统变量 新建 变量名 变量值 USERPROFILE {你的自定义用户目录} 有时候空目录会导致访问出错所以要补全目录文件 复制 c:/user/default 目录下的文件到 {自定义的目录}

February 1, 2025 · 1 min · 45 words · 花拂生

使用cloudflare 与 b2 私密桶实现图床

前言 资费对比 backblaze (后文简写为b2) 与 cloudflare(后文简写为cf) 之间出口流量免费 b2 不绑定支付方法无法将 存储桶设置为公开 创建桶 点击 创作一个桶 桶的独特名字最好取一个不要被猜到的名字 ,防止设置为公众时刷流量 完成后 创作一个桶 点击 桶设定 将桶设置为 公众 增加缓存时间字段 {"cache-control":"max-age=43200"},增加 cloudflare 缓存命中率,完成后点击更新桶, 随便上传一个文件,用于查看桶信息 使用cloudflare Worker 访问s3 api cloudflare 收费规则

October 8, 2024 · 1 min · 32 words · 花拂生

在hugo中部署个人博客

hugo 安装 官方安装教程 Hugo Quick 选择带extend(扩展内容) hugo releases git 淘宝源下载 git 安装 hugo git 建立新网站 选择要保存文件夹位置,在文件浏览器路径里输入 cmd,命令终端里输入 //%YOUR_SITE_NAME% 输入你要命名的网站 hugo new site %YOUR_SITE_NAME% --format yaml // --format yaml 将配置文件改为yaml(papermod主题好配置) //进入目标文件夹 cd %YOUR_SITE_NAME% //初始化 git仓库 并加入 主题子仓库 git init //选择的为 papermod主题 git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod //拉取同步主题子仓库到 themme/PaperMod git submodule update --init --recursive 主题配置 当前配置选用的为papermod PaperMod 配置主题 config 打开 hugo.yml baseURL: "https://examplesite.com/" title: ExampleSite paginate: 5 theme: PaperMod enableRobotsTXT: true buildDrafts: false buildFuture: false buildExpired: false minify: disableXML: true minifyOutput: true params: env: production # to enable google analytics, opengraph, twitter-cards and schema. title: ExampleSite description: "ExampleSite description" keywords: [Blog, Portfolio, PaperMod] author: Me # author: ["Me", "You"] # multiple authors images: ["<link or path of image for opengraph, twitter-cards>"] DateFormat: "January 2, 2006" defaultTheme: auto # dark, light disableThemeToggle: false ShowReadingTime: true ShowShareButtons: true ShowPostNavLinks: true ShowBreadCrumbs: true ShowCodeCopyButtons: false ShowWordCount: true ShowRssButtonInSectionTermList: true UseHugoToc: true disableSpecial1stPost: false disableScrollToTop: false comments: false hidemeta: false hideSummary: false showtoc: false tocopen: false assets: # disableHLJS: true # to disable highlight.js # disableFingerprinting: true favicon: "<link / abs url>" favicon16x16: "<link / abs url>" favicon32x32: "<link / abs url>" apple_touch_icon: "<link / abs url>" safari_pinned_tab: "<link / abs url>" label: text: "Home" icon: /apple-touch-icon.png iconHeight: 35 # profile-mode profileMode: enabled: false # needs to be explicitly set title: ExampleSite subtitle: "This is subtitle" imageUrl: "<img location>" imageWidth: 120 imageHeight: 120 imageTitle: my image buttons: - name: Posts url: posts - name: Tags url: tags # home-info mode homeInfoParams: Title: "Hi there \U0001F44B" Content: Welcome to my blog socialIcons: - name: x url: "https://x.com/" - name: stackoverflow url: "https://stackoverflow.com" - name: github url: "https://github.com/" analytics: google: SiteVerificationTag: "XYZabc" bing: SiteVerificationTag: "XYZabc" yandex: SiteVerificationTag: "XYZabc" cover: hidden: true # hide everywhere but not in structured data hiddenInList: true # hide on list pages and home hiddenInSingle: true # hide on single page editPost: URL: "https://github.com/<path_to_repo>/content" Text: "Suggest Changes" # edit text appendFilePath: true # to append file path to Edit link # for search # https://fusejs.io/api/options.html fuseOpts: isCaseSensitive: false shouldSort: true location: 0 distance: 1000 threshold: 0.4 minMatchCharLength: 0 limit: 10 # refer: https://www.fusejs.io/api/methods.html#search keys: ["title", "permalink", "summary", "content"] menu: main: - identifier: categories name: categories url: /categories/ weight: 10 - identifier: tags name: tags url: /tags/ weight: 20 - identifier: example name: example.org url: https://example.org weight: 30 # Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma pygmentsUseClasses: true markup: highlight: noClasses: false # anchorLineNos: true # codeFences: true # guessSyntax: true # lineNos: true # style: monokai 新建默认页 打开 archetypes -> default.md ...

October 4, 2024 · 3 min · 565 words · 花拂生

为LGG8刷入LineageOS

设备与包 lgg8 lineageos 20 adb qfil (9008) 进入recovery 美版进recovery mode 按住 音量下键 + 关机键 强制系统重启,直到屏幕为recovery mode 再松手 韩版进recovery mode 按住 音量下键 + 关机键 强制系统重启 当屏幕亮起logo 松 关机键 recovery mode 点击 Factory mode 一路 yes 进入9008 edl 由于 g8 fastboot 没法用 使用 9008 刷入 boot 准备工作 qfil sm8510_lge adb 可选 gapp QFIL 安装9008驱动 手机进入9008 按住 音量下键 + 电源键 当屏幕黑以后 不断按 音量上键 配置QFIL 选择为 fat build , 导入855 elf文件 在右下角配置存储(emmc)为ufs 刷入boot分区 TOOLS -> Partten Manager ...

October 3, 2024 · 1 min · 130 words · 花拂生