86 lines
3.3 KiB
HTML
86 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta property="og:image" content="https://andrewconl.in/assets/images/og-image-template.jpg">
|
|
<link type="application/atom+xml" rel="alternate" href="http://localhost:4000/feed.xml" />
|
|
<title>andrew conlin</title>
|
|
<link href="https://use.fontawesome.com/releases/v6.0.0/css/all.css" rel="stylesheet">
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="/assets/css/default.css" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<div class="row" style="background-color: #cacaca;color: #282828; text-align: center;">
|
|
|
|
<h4>
|
|
<a href="/" class="text-decoration-none" style="color: #282828;border: solid #282828 thin;">andrewconl.in</a>
|
|
|
|
<a href="/blog" class="text-decoration-none" style="color: #282828;border: solid #282828 thin;""> blog </a>
|
|
|
|
<a href="/til" class="text-decoration-none" style="color: #282828;border: solid #282828 thin;""> til </a>
|
|
|
|
<a href="/projects" class="text-decoration-none" style="color: #282828;border: solid #282828 thin;""> projects </a>
|
|
|
|
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none" style="color: #282828;border: solid #282828 thin;""> photos↗ </a>
|
|
|
|
</h4>
|
|
|
|
</div>
|
|
|
|
<br>
|
|
<div class="container">
|
|
<div class="col-md-6 offset-md-3" style="background-color: white;">
|
|
<span>
|
|
<p style="font-weight: 500;background-color: #cacaca;text-align: center;">
|
|
<span>LATEST TILS <span style="font-size:20px;"><a href="/feed/til.xml"><i class="fas fa-rss-square"></i></a></span></span><span style="float: right;">x</span>
|
|
<p>
|
|
</span>
|
|
<p>
|
|
my collection of tils (today-i-learned). i use this mainly to collect solutions to weird errors i have faced, and detail the little projects that i work on. this has its own atom feed (above) as they are typically very different from my other posts. all tils are blog posts but not all blog posts are tils.
|
|
</p>
|
|
<hr>
|
|
<ul style="list-style-type:none;margin:0;padding:0;">
|
|
|
|
|
|
|
|
<li>
|
|
<h4><a href="/til/running-python-in-cron-in-docker/">Running a Python script periodically in a Docker container using cron</a></h4>
|
|
<div style="font-family:Fira Code;font-weight:500;">
|
|
<i class="fas fa-calendar"></i> 19 Apr 2023
|
|
</div>
|
|
Recently, my partner gave a great idea for utilising my old Kindle: generate a “newspaper” each morning from a bunch of RSS feeds, and email it to the Kindle using...
|
|
<br>
|
|
<br>
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li>
|
|
<h4><a href="/til/nextcloud-php-errors/">Fixing php errors in a Nextcloud docker-compose configuration</a></h4>
|
|
<div style="font-family:Fira Code;font-weight:500;">
|
|
<i class="fas fa-calendar"></i> 01 Mar 2023
|
|
</div>
|
|
I was trying to rescan the files in my Nextcloud server (running on Raspberry Pi 4 with DietPi), and kept running into some weird php errors. First error - “could...
|
|
<br>
|
|
<br>
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
<br>
|
|
<br>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |