How to Connect Openclaw to Oracle OCI LLM Models

This guide explains how to connect Large Language Models hosted and ready to use on Oracle Cloud Infrastructure AI service to OpenClaw using LiteLLM (selfhosted) as a proxy layer without the need to deploy a dedicated cluster. In fact, Oracle provides a range of ready-to-use models on demand. Logical flow: OpenClaw → LiteLLM → Oracle OCI Generative AI OpenClaw never talks directly to OCI. It speaks OpenAI compatible APIs to LiteLLM. LiteLLM translates and forwards requests to Oracle’s Generative AI…

Continue ReadingHow to Connect Openclaw to Oracle OCI LLM Models

When to Use Rclone bisync for Object Storage Bidirectional Replication Alignment

And When a Simpler Approach Is Enough In a really good and well redacted post, Jakub Illner describes a practical approach to syncing buckets using rclone copy in both directions:https://jakubillner.github.io/2025/02/28/sync-buckets-with-rclone.html His method is clean and effective for specific replication patterns. However, it deliberately avoids rclone bisync. This article explains: What rclone bisync actually does When it is the correct tool When the dual copy model is preferable How to configure bisync properly What happens under failure conditions What Rclone Bisync…

Continue ReadingWhen to Use Rclone bisync for Object Storage Bidirectional Replication Alignment

Maximizing Storage I/O Performance for Microsoft SQL Server workloads on Oracle OCI IaaS.

Running Microsoft SQL Server on Oracle OCI IaaS can deliver excellent performance, but only if the storage layer is designed and validated correctly. Too often, performance issues are attributed to the database engine while the real bottleneck sits in an improperly configured or untested storage setup. In this article, I walk through a storage configuration specifically designed for SQL Server workloads on Oracle OCI, focusing on block volume layout, attachment type, and I/O characteristics. The setup is not theoretical: it…

Continue ReadingMaximizing Storage I/O Performance for Microsoft SQL Server workloads on Oracle OCI IaaS.