Explore >> Select a destination


You are here

nikitahl.com
| | www.dfoley.ie
6.3 parsecs away

Travel
| | I recently encountered an error on a database server when using dnf (yum) on CentOS 8 Stream. Dependencies for MariaDB and borgbackup created a problem and...
| | casparwre.de
3.8 parsecs away

Travel
| | I made a Python script to create domain names and then check if they are free. It uses a python whois module.
| | www.craigpardey.com
4.6 parsecs away

Travel
| | I recently encountered an issue with cloning a Mercurial repository where it would fail with an obtuse error stating that "[command returned code 255 Mon Mar 25 11:39:55 2013]". My initial Googling implied that this was caused by a server timeout but the problem persisted even after increasing the timeout on our Apache web server. The clone was always failing on one particular file - a 600Mb binary. (Don't ask...)
| | techtldr.com
23.2 parsecs away

Travel
| Here is a simple trick that I used to restart my python script after unhandled exception. Let's say I have this simple script called test.py that I want to run forever. It will just wait 2 seconds and throw an error. I use the following script called forever in the same directory: It uses python [...]