Archive
February 20216 threads
使用Actionsflow在Github上免费部署RsshubRsshub是一个很棒的工具,把很多知名或不知名的网页数据通通统一为RSS 格式,堪称中文互联网的 W3C. 但是官方推荐的部署方式是Docker 部署,对于大多数轻量使用的用户来说有点重,所以这里介绍一种免费,轻量,按需使用的部署方式,利用Actionsflow部署在 GitHub 的 Actions 上。 Actionsflow是一个基于 Github Actions 上的 IFTTT/Zapier 的开源替代,使用 Github Actions 的配置格式来配置你需要的工作流, 更多关于 Actionsflow 的使用可以看我的另一篇文章介绍,或者官方文档
Actionsflow介绍 - 可以一键部署在Github上的IFTTT/Zapier的开源替代我还记得当年第一次使用IFTTT的时候的那种兴奋,天呐,这才是互联网!从那时起,就一直使用 IFTTT 到今天,真的很棒的一个产品!直到 IFTTT 最近宣布要收费,我就在想有没有合适的开源方案可以替代,因为托管方案肯定没戏了,连 10 年都免费的 IFTTT 都开始收费了,其他的只会更贵,结果发现主流的开源替代方案,比如 huginn, n8n, node-red 好像又有点重,不够轻量,而且扩展起来也不容易。
January 20212 threads
A new Gatsby theme [Timeline] - Show your all posts, tweets, instagram posts into oneDon't you think there are too many different personal profile for us? Like twitter, instagram, facebook, blog, etc, So do I, I suppose there is an elegant site to show all my creative work, that's the new gatsby theme Timeline, a Gatsby theme, you can use it to show your all posts, tweets, instagram posts etc into one blog. In my opinion, this is a real personal home. Checkout my blog: https://blog.owenyoung.com/ Source Repo Live Demo
Open BBR for DebianEnable TCP BBR on Debian.
November 20201 thread
Anki背单词必备的3个插件用了那么多背单词软件,发现还是Anki好用,我觉得其中最好用是 Anki 提供的强大的 Tag 功能,你可以给每个单词打上一个 Tag ,这样方便你日后归类来复习这些单词,比如你可以有一个「hard」的 Tag。
March 20207 threads
Sonarr SetupBefore setup sonarr, you should setup qBittorrent setup for Debian
Radarr Setuprepo
Peertube Setup with Caddy ServerPeertube is an activityPub-federated video streaming platform using P2P directly in your web browser.
Nodejs Setup for DebianInstall See also here # Using Debian, as root curl -fsSL https://deb.nodesource.com/setup_14.x | bash - apt-get install -y nodejs
Nginx Setup for DebianInstall latest stable nginx for debian Also see here
Metube SetupMetube Setup with docker.
Install PHP 8.0 On CentOS 7 / RHEL 7yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum install -y https://rpms.remirepo.net/enterprise/remi-release-7.rpm yum install -y --enablerepo=remi-php80 php php-cli php -v