Notes on work mostly hosted at: my personal GitHub and GitHub of APC LLC

all | popular | tags | rss

Error-tolerant PostgreSQL for data rescue

Database corruption always happens before we prepare for it. “Back up or give up” is the most frequently recommended solution. The main reason is database engines...

Continue Reading »
PostgreSQL Comments

Updating PostgreSQL version 10 to version 14 in dockerized Zulip instance

Upgrade from Zulip 5 to Zulip 6 requires updating PostgreSQL version from 10 to 14.

Continue Reading »
Zulip, PostgreSQL Comments

Migrating from CVS to Git

CVS is still around for many important projects, making it difficult to scale their development. Tutorials available for this topic are not robust enough for ease...

Continue Reading »
Linux, Git Comments

Use multiple mirrors in apt

There is an interesting and not so well-known feature of APT package manager: the ability to automatically choose a download mirror for every individual operation.

Continue Reading »
Linux, Ubuntu Comments

Enabling GPU device debugging in HIP

In order to debug a GPU kernel with cuda-gdb, we add -G -O0 to nvcc command line, which in case of CMake would be:

Continue Reading »
GPU, CUDA, HIP Comments

Working with Overleaf via Git

Overleaf deploys Git to track collaborative modifications to projects. Moreover, a user has an option to work with Overleaf’s Git backend directly. It supports Gi...

Continue Reading »
Overleaf, Git Comments

QWebEngineView remains blank whatever I do

In the most recent version of PyQt5, QWebEngineView refuses to draw any page content. Aparently, the solution is to disable sandboxing, as mentioned in this comme...

Continue Reading »
Qt Comments

Installing CUDA from DEB packages without graphics

You may want to have your NVIDIA GPU not to be involved in any desktop rendering for many reasons. While this is the default on the headless servers, personal sys...

Continue Reading »
CUDA Comments

VPN tunnelling for ipv6 only providers

The number of providers having problems with ipv4 support is growing. Recently we came across an ISP, which offers only ipv6, and is able to connect only to ipv6 ...

Continue Reading »
Networking Comments
 
Page 1 of 4 Older Posts »