Browse Source

migrate zeke

David Windham 1 week ago
parent
commit
d5b7efa393
2 changed files with 34 additions and 0 deletions
  1. 33 0
      posts/2025/2025-02-09-posts.md
  2. 1 0
      src/pages/index.md

+ 33 - 0
posts/2025/2025-02-09-posts.md

@@ -0,0 +1,33 @@
+---
+title: Migrate Zeke
+slug: migrate-zeke
+description: Today I learned that custom ubuntu packages are not supported after EOL.
+<!--- authors:
+  - name: David Windham
+    title: Something Else
+    url: https://davidawindham.com
+    image_url: https://davidawindham.com/wp-content/themes/daw/img/opengraph_image.jpg -->
+tags: [server,os,tech]
+image: https://davidawindham.com/wp-content/themes/daw/img/opengraph_image.jpg
+hide_table_of_contents: true
+---
+
+Today I learned that custom Ubuntu packages are not supported after EOL ( End of Life )
+
+<!-- truncate -->
+
+Sometimes the dominoes just start falling as is especially the case with technology. I'm on a project now for a client that I've had longer than ten years. Because of that, I placed my new working directory on a subdomain I had originally setup to demo the project some ten years ago. The server it's on ( Zeke[^1] ) is still on Ubuntu 18.04 ( Bionic Beaver ) which ended standard support in April 2023[^2]. 
+
+It started with a simple need to have an upload feature in my working directory to avoid emailing around files for the project. Instead of my trusty old version, I went looking for a newfangled version on a whim hoping for some additional functionality. I found it, but I also needed the most recent release of the language to run it. No problem, I'll just add that language upgrade... ๐Ÿ˜‚
+
+For now, I'll just migrate the directory to another one of my servers.[^3] I keep three or four servers running and I've kinda worked out a ten year cycle for each that kinda matches the lifespan for LTS ( Long Term Support ) releases. Folks tend to think that it's all planned obsolescence with technology, but it's pretty amazing that I've kept that same server running since 2016 without a clean migration. I'll wait until I've got some downtime later on to run it, but I'll still be naming it after our old dog[^4]. 
+
+
+<div><br/><br/></div>
+
+---
+ 
+[^1]: Zeke ๐Ÿฆฎ [/docs/computers/zeke](/docs/computers/zeke)
+[^2]: Ubuntu Release Cycle - https://ubuntu.com/about/release-cycle
+[^3]: Woozie ๐Ÿ•โ€๐Ÿฆบ [/docs/computers/woozie](docs/computers/woozie)
+[^4]: Zeke - https://davidawindham.com/zeke/

+ 1 - 0
src/pages/index.md

@@ -6,6 +6,7 @@ description: A place to keep notes and documentation
 # Today I Learned
 
 - **2025**
+  - 25/02/09 - [Migrate Zeke](/posts/migrate-zeke)
   - 25/01/26 - [DJI Flip](/posts/dji-flip)
   - 25/01/24 - [Scout Motors Letter](/posts/scout-motors-letter)
   - 25/01/23 - [The Barron Files](/posts/the-barron-files)