WebLogic WebLogic: Identity Federation and Certificates A recent system upgrade turned my whole day into a hide-and-seek playground. After the WebLogic domain migration, everything worked and looked healthy except the primary application. Accessing it results in a 5xx server error without any plain reason. The most reasonable explanation is that something is wrong with the WebLogic
Ansible How to Distinguish Ansible and AAP I realize that Ansible was meant to describe a target state rather than run complex algorithms. This approach simplifies uniformity on different targets. Unfortunately, some Ansible enthusiasts may encounter situations where they have different execution environments.
Ghost Ghost-In-A-Box: Live For Two Years Suddenly, I realized I had boxed our site engine and database over two years ago. Since then, I have never complained about database compatibility, odd Ghost upgrade requirements, or OS product support. It's boring, stable, and predictable.
How-tos A Few Moving Tips Personal device upgrades have always been an exciting journey and, of course, a challenge. Software reinstallation, moving your local projects, and interface compatibility were a thrilling personal challenge that may take months of joy and loss. Cloud services drastically changed the game and left little room for novelty - you
WebMethods webMethods.io: Transformation Service, part 2 We continue to build our transformation service for ChatGPT completion response. We can define service steps with the input and output documents in place.
WebMethods webMethods.io: Transformation Service In my last post, we discussed avoiding custom code for complex projects. It's time to get your hands dirty creating the first Flow Service for the integration project.
cURL Quick Domain Spoof with cURL Occasionally, you need to quickly check service availability, make sure your application is alive, or retrieve a certificate using internal interfaces.
Ansible Ansible: K.I.S.S. Optimization It's fascinating, but our automation code is mature enough to have compatibility issues during the operating system upgrade. Let's see how violating the "Keep it simple stupid (K.I.S.S.)" principle leads you to trouble.
PowerShell How To Watch in PowerShell Every system administrator who runs a big system knows how to make long-running tasks less boring. Watching progress is one of those little fun things.
WebMethods WebMethods.io: Custom Transformers In previous integration posts, I briefly touched on the powerful mechanism of the Webmethods.io Transformers. Let's explore the data manipulation tools using a real-life example.
Ansible Ansible: Log Visibility Control Ansible, originally developed as a state management tool, relies on logs to track play progress and target states due to its distributed execution. Let's discuss a few methods for controlling log content and visibility.
Ansible Ansible: Ad-Hoc Shell Module I shared a tip on handling missing files in an Ansible playbook some time ago. I have now tried to do the same with ad hoc command execution. Here is how you can use extra module arguments.
Cloud Integration Webmethod.io: Implementation. Part 2. We finally get into workflow building, with all custom components and connections required for a secure Ghost Blog. Today, we will complete the overall design and error-handling process.
ChatGPT Webmethods.io meets ChatGPT Creating the integration, I think we should make a stop for deep diving into the connector configuration to illustrate how traditional information systems meet large language models (LLM).
WebMethods Webmethods.io: Implementation If you follow my Webmethods.io Integration series, you already have an environment, the process blueprint, custom action, and the X/Twitter connector. It's time to use them in a new integration flow.
WebMethods X.com: Webmethods Custom Connector The main reason I started this automation project was X integration. The changes in the social network API were an excuse for many automation tools to move X integration to premium plans. Webmethods.io offers code-free integration, and here is a recipe.
WebMethods Webmethods.io: Workflow Design By now, you are familiar with the Webmethods.io Integration, get access to your forever-free environment, and create your first project. It's time to draw.
Ansible Ansible: A Shell Execution Shortcut Here is a small trick that could make your playbooks, if not more readable, at least shorter. The trick is useful if you use Shell to execute multiple commands on targets.
Integration Webmethods.io Integration In my previous post, I went through why I chose Software AG and WEBMETHODS.io Integration. Today, I want to walk you through the registration and account creation process.
Docker Multiplatform Images: Customization In the previous post, I built a simple multiplatform container image. Now, we discuss how to customize the image contents depending on the target architecture.
Docker Multiplatform Images: Practical Guide Have you ever wondered how Docker knows which image layer is required to run a container in your operating system? The answer is multiplatform images; this piece walks you through the build process.
Registry Oracle Container Registry Tips Oracle offers Container Registry, a large set of containerized Oracle licensed and open-source products. Unfortunately, this product is not the most user-friendly, and instructions on third-party sites do not improve the situation.
OCI Featured OCI Function Deployment Error Oracle Cloud Infrastructure offers serverless functions. For OCI, function development requires tools to create and deploy code in accordance. This set of independent tools often results in mysterious errors.
Security Python: Testing Secure Connections Security control validation and enforcement are tasks we have regularly. We have created a small Python application that simplifies socket tests
Git Git: From SSH to Personal Access Tokens Accessing remote repositories over SSH is a convenient, reliable, and secure way to sync your local and remote repositories. However, architectural changes and security requirements encourage moving from SSH to HTTPS/TLS protocols.