AWS, Azure, Cloud Renew expired certificate for your SAML SSO application in Azure 16.04.2024 by Nicolas Jardot Using Single Sign-on to manage accesses to cloud applications is really convenient. However SAML is using a certificate between the Identity Provider (IdP) and the Service Provider (SP) application and this certificate may expire. Once this certificate is expired,(…)
Azure, Cloud Learning Azure by having fun with ChatGPT 16.04.2024 by DevOps Learn Azure with ChatGPT to get a story around all the concepts and components of Azure. It becomes visual and you'll get some fun with it.
DevOps Monitor Elasticsearch Cluster with Zabbix 12.04.2024 by Middleware Team Setting up Zabbix monitoring over an Elasticsearch cluster is quiet easy as it does not require an agent install. As a matter a fact, the official template uses the Elastic REST API. Zabbix server itself(…)
Business Intelligence Power BI Report Server: unable to publish a PBIX report 12.04.2024 by Christophe Cosme Introduction I installed a complete new Power BI Report Server. The server had several network interfaces to be part of several subdomains. In order to access the Power BI Report Server web portal from the different subdomains I defined(…)
Database Administration & Monitoring, Database management, PostgreSQL PostgreSQL 17: pg_buffercache_evict() 11.04.2024 by Daniel Westermann In PostgreSQL up to version 16, there is no way to evict the buffer cache except by restarting the instance. In Oracle you can do that since ages with “alter system flush buffer cache“, but(…)
Application integration & Middleware Apache httpd Tuning and Monitoring with Zabbix 09.04.2024 by Middleware Team There is no tuning possible without a proper monitoring in place to measure the impact of any changes. Thus, before trying to tune an Apache httpd server, I will explain how to monitor it with Zabbix. Setup Zabbix Monitoring(…)
Oracle ODA X10-L storage configuration is different from what you may expect 09.04.2024 by Jérôme Dubar Introduction Oracle Database Appliance X10 lineup is available since September 2023. Compared to X9-2 lineup, biggest changes are the AMD Epyc processors replacing Intel Xeons, and new license model regarding Standard Edition 2, clarified by Oracle several weeks(…)
Database Administration & Monitoring, Database management PostgreSQL 17: Split and Merge partitions 09.04.2024 by Daniel Westermann Since declarative partitioning was introduced in PostgreSQL 10 there have been several additions and enhancements throughout the PostgreSQL releases. PostgreSQL 17, expected to be released around September/October this year, is no exception to that and will come with(…)
DevOps DevOps Best Practice – Backup and Share your work with GitHub 09.04.2024 by DevOps DevOps best practice to backup and share files by using GitHub. Learn to synchronize the files in your machine with a GitHub repository.
Ansible, YaK Faster Ansible 08.04.2024 by Middleware Team Even if Ansible is powerful and flexible, it can be considered “slow”. It will be anyway faster, and more consistent, than doing the same steps manually. Nevertheless, we will experiment to make it even faster. I found few of(…)