I am using my pc for coding and listening song simultaneously but suddenly my pc stop working and screen got turn off this happens frequently. But when I tried to pause the song and got no response I press alt+f4 several times and after a minute I restarted my pc. After restarting, my pc’s icon […]
Fluent-bit in Kubernetes cannot input timestamp data properly
At my company, I built a K8s cluster with Terraform and configured a logging system with EFK (Elasticsearch, Fluent-bit, Kibana). k8s and Elasticsearch use AWS’s EKS and Opensearch Servcie (ES 7.10), and Fluent-bit was installed separately as a Daemonset through Helm. https://artifacthub.io/packages/helm/fluent/fluent-bit In the case of Fluent-bit Config, it is structured as follows. config: inputs: […]
Data table fixed header & horizontal scroll – Angular
I’m working on a table that should have a fixed thead during page scrolling, and the table also needs to have a horizontal scroll. To achieve this, I’m cloning the thead of the table upon scrolling and adding the CSS property overflow: auto to it. I then synchronize the horizontal scroll bar of the thead […]