All Posts

  • Published on
    [evernote-backup](https://github.com/vzhd1701/evernote-backup) > Quickly sync all your notes into the SQLite database for backup. > Export all backed up notes in *.enex format, as notebooks or single notes. ```shell pip install --user evernote-backup ``` ## Step 1. Database initialization By default, it will prompt you to enter your account credentials. You can provide them beforehand with `--user` and `--password` options. ...
  • Published on
    https://github.com/timlrx/tailwind-nextjs-starter-blog https://github.com/timlrx/pliny <TOCInline toc={props.toc} asDisclosure /> ## migration repo ```shell git checkout -b hugo git push origin hugo git branch -D main git checkout --orphan main rm -rf ./* rm -rf .forestry .gitignore .gitmodules cp -rav ~/repo/blog/nextjs-ttys3.dev/* . ...
  • Published on
    主要是想从 crx 文件安装一个[扩展](https://github.com/pt-plugins/PT-Plugin-Plus/wiki/install-from-crx) 因为一些原因, 这个扩展可能在 Chrome Web Store 上架的并不是最新版本, 所以只能从 crx 文件安装最新的版本. 但是当前 Chrome 版本已经不再允许直接从 crx 文件安装扩展了 (这里只讨论正常的安装, 不考虑打开开发者模式从文件load的情况). 不过 Chrome 官方也并没有封死路, 只是需要在策略里面添加一个白名单, 才能允许从 crx 文件安装扩展. wiki里面只介绍了 Windows 下载改注册表的方法. ...
  • Published on
    ## solution 其实是升级后 tailscale 提示我的. ```shell ❯ tailscale status # Health check: # - dns-manager: systemd-resolved and NetworkManager are wired together incorrectly; MagicDNS will probably not work. For more info, see https://tailscale.com/s/resolved-nm # - dns-os: setLinkDNS: Could not activate remote peer. ...
  • Published on
    CS9 (CentOS Stream 9) 发布也挺久了. 一直没有升级, 主要是官方一直没有发布升级指南. 这一点 CentOS 比较坑 (当然, RHEL用户是可以从RHEL8 升级 RHEL9的). reddit 上甚至有 RHEL 的员工回复: Q: How to upgrade from Stream 8 to Stream 9? A: > rbowen2000 1 yr. ago > Red Hat Employee > No. There is not currently a way to do an in-place upgrade between C8S and C9S, nor do we expect for there to be one. This is one of the questions that gets asked at each of our CentOS Dojo AMA sessions, and the answer is typically along the lines of "Red Hat Engineering isn't interested in this feature for RHEL, and so it won't be worked on for CentOS. However, if someone from the community works on it, that would be awesome." ...