GitHub Actions job summaries
2024-05-08
New feature [announced here](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/). Here's the [full documentation](http...
284 words
|
1 minute
Using git-filter-repo to set commit dates to author dates
2024-05-07
After rebasing a branch with 60+ commits onto `main` I was disappointed to see that the commit dates on the commits (which are a different thing fr...
368 words
|
2 minutes
Running cog automatically against GitHub pull requests
2024-05-07
I really like [Cog](https://nedbatchelder.com/code/cog/) ([previously](https://til.simonwillison.net/python/cog-to-update-help-in-readme)) as a too...
341 words
|
2 minutes
Calculating the size of all LFS files in a repo
2024-05-06
I wanted to know how large the [deepseek-ai/DeepSeek-V3-Base](https://huggingface.co/deepseek-ai/DeepSeek-V3-Base) repo on Hugging Face was without...
231 words
|
1 minute
Production-Grade Kubernetes on CoreOS - Multi-Node Deployment Guide
2024-05-05
A comprehensive guide for deploying a secure, production-grade Kubernetes cluster on CoreOS with CRI-O runtime, SELinux integration, and robust networking using kube-router.
428 words
|
2 minutes
Seeing files opened by a process using opensnoop
2024-05-05
I decided to try out [atuin](https://github.com/ellie/atuin?utm_source=tldrnewsletter), a shell extension that writes your history to a SQLite data...
276 words
|
1 minute
Combined release notes from GitHub with jq and paginate-json
2024-05-04
Matt Holt [asked](https://twitter.com/mholt6/status/1690177417393135616):
837 words
|
4 minutes
Single Node Kubernetes on CoreOS - Complete Setup Guide
2024-05-03
A comprehensive step-by-step guide to setting up a single-node Kubernetes cluster on Fedora CoreOS, covering everything from VM creation to deploying your first application.
288 words
|
1 minute
A shell script for running Go one-liners
2024-05-03
[bitfield/script](https://github.com/bitfield/script) is a really neat Go project: it tries to emulate shell scripting using Go chaining primitives...
715 words
|
4 minutes
Kubernetes Pod vs Container - Understanding the Difference
2024-05-03
A comprehensive visual guide to understanding the key differences between Kubernetes Pods and Containers, with diagrams explaining their relationships, lifecycle management, and use cases.
958 words
|
5 minutes
Podman Pod vs Container - Understanding the Difference
2024-05-02
A comprehensive visual guide to understanding the key differences between Podman Pods and Containers, with diagrams explaining their relationships, lifecycle management, and use cases.
932 words
|
5 minutes
Creating Custom Debian Packages for OpenSearch Dashboards
2024-05-01
A step-by-step guide to creating custom Debian packages for OpenSearch Dashboards with your own plugins and configurations, allowing for standardized deployments and easier maintenance.
867 words
|
4 minutes
Comprehensive Elasticsearch/OpenSearch Cluster Health Troubleshooting Guide
2024-05-01
A detailed technical guide for diagnosing and resolving common Elasticsearch and OpenSearch cluster health issues, including practical commands, solutions for yellow/red status, and preventive measures.
1339 words
|
7 minutes
Increasing the time limit for a Google Cloud Scheduler task
2024-05-01
In [VIAL issue 724](https://github.com/CAVaccineInventory/vial/issues/724) a Cloud Scheduler job which triggered a Cloud Run hosted export script -...
294 words
|
1 minute
Markdown Extended Features
2024-05-01
Read more about Markdown features in gainsaheb
203 words
|
1 minute
Accessing repository dependencies in the GitHub GraphQL API
2024-04-30
[Access to a Repositories Dependency Graph](https://developer.github.com/v4/previews/#access-to-a-repositories-dependency-graph) describes a previe...
428 words
|
2 minutes
Comparing Secure Communication Protocols for Enterprise Applications
2024-04-28
A comprehensive comparison of modern secure communication protocols for enterprise applications, including TLS, SSH, VPN technologies, gRPC, and WebSockets.
848 words
|
4 minutes
Automating Safari Configuration with Bash and AppleScript
2024-04-27
Learn how to automate Safari browser configuration on macOS using Bash scripts and AppleScript, perfect for fleet management, custom deployments, and organizational standardization.
1159 words
|
6 minutes
Building Production-Grade Background Services on macOS with launchd
2024-04-26
A comprehensive guide on using macOS launchd to create robust, production-grade background services that run independently of your main application, with detailed implementation steps and best practices.
1247 words
|
6 minutes
Comprehensive OpenSearch Deployment Guide for Production
2024-04-26
A detailed guide for deploying and configuring OpenSearch in production environments, covering single-node and cluster setups, security configuration, performance tuning, and best practices.
2033 words
|
10 minutes
Creating GitHub repository labels with an Actions workflow
2024-04-26
Newly created GitHub repositories come with a default set of labels. I have several labels I like to add on top of these. The most important is **r...
535 words
|
3 minutes
Production Deployment Guide - OpenSearch Dashboards as a Systemd Service
2024-04-26
A comprehensive guide for deploying OpenSearch Dashboards as a systemd service in production environments, including configuration settings, permissions management, and common troubleshooting steps.
531 words
|
3 minutes
Browsing your local git checkout of homebrew-core
2024-04-26
The [homebrew-core](https://github.com/Homebrew/homebrew-core) repository contains all of the default formulas for Homebrew.
117 words
|
1 minute
OpenSearch NFS Mount Configuration for Cluster Data Migration
2024-04-25
A comprehensive guide for configuring NFS mounts to facilitate OpenSearch data migration across cluster nodes, including step-by-step instructions, troubleshooting tips, and security considerations.
753 words
|
4 minutes