|
You are here |
nikitahl.com | ||
| | | | |
www.dfoley.ie
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | 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 [...] | ||