Linux

Migrate Gitea/Forgejo from MariaDB/MySQL to PostgreSQL

<1 min read

I spent most of last night trying to figure out how to migrate my Forgejo (Gitea) database from MariaDB (MySQL) to PostgreSQL…

Read more →
Linux

Ubuntu 21.10: What's New?

5 min read

Ubuntu 21.10 lands October 14.

Read more →
LInux

Ubuntu 21.04: What's New?

3 min read

Been using 20.10 for a bit now. I'll most likely use 21.04 on the new machine that I haven't had time to setup yet.

Read more →
Linux

Backing MySQL Up

<1 min read

I've seen quite some talk about various Automatic MySQL Backup scripts. Maybe I'm missing the point, but backing up MySQL databases is not rocket science. I…

Read more →
Linux

CentOS 4.3 Upgrade

<1 min read

CalPop just upgraded my server to CentOS 4.3. So far so good. I'm fixing problems as I see them. [@588] I think I've dealt with everything. Let me know if so…

Read more →
Linux

Subversion diff with vim

<1 min read

Once in a while I have to use Subversion on a Linux box. Not a big deal, except for diffs. The standard svn diff output is not the most readable. Vim, or mor…

Read more →
Linux

Compiling Python Bindings for Subversion 1.3.0

<1 min read

I was trying to setup ViewVC to display both my public cvs and subversion repositories. It meant I had compile the swig-py bindings. Subversion 1.3.0 require…

Read more →