Irvin's Tech Blog
  • Home
  • Open Source
  • Synology
  • Huawei Mobile
  • About
Subscribe
Tagged

Open Source

A collection of 3 posts

Disqus on Ghost
Ghost

Disqus on Ghost

Ghost does not come with comment function, however, we could inject a third party comment modulation feature to any template. After creating a free account at Disqus.com [https://disqus.com/]. Input a website nameInput your website name, that only generates a unique url for your Disqus account. e.g.

  • Irvin Yip
Irvin Yip Sep 20, 2021 • 2 min read
Uninstalling a failed dpkg package
Linux

Uninstalling a failed dpkg package

You may have experience install a broken package that you want to uninstall. If you uninstall with command dpkg -r file_name.deb You will get an error: root@7b63e2627d93:/var/lib/ghost/content# dpkg -r dpkg-git_latest.deb dpkg: error: you must specify packages by their own names, not

  • Irvin Yip
Irvin Yip Sep 20, 2021 • 1 min read
Open Source

Nocodb Installation

https://docs.nocodb.com/getting-started/installation Built in SQLITE db for testing docker run -d --name nocodb -p 8080:8080 nocodb/nocodb Production setup to connect external MySQL docker run -d -p 8080:8080 \ -e NC_DB="mysql2://host.docker.internal:3306?u=root&p=password&d=d1" \ -e NC_

  • Irvin Yip
Irvin Yip Sep 16, 2021 • 1 min read
Irvin's Tech Blog © 2025
  • Data & privacy
  • Contact
  • Contribute →
Powered by Ghost