cloudnetes

serving to the community


AWS
Quick guide on aws for beginners Understanding network concepts in aws How to achieve CI/CD in aws CI/CD in aws managed resources with Jenkins Push Image to aws ECR Using GitHub Actions Setup an EventBridge Rule in aws How ECS & ECR works in aws EKS with Fargate Profile Launch EKS using eksctl in aws Container insight for EKS-Fargate in cloudwatch Deploy aws resources with CloudFormation AWS secrets scanning by GitHub Setup Site to Site VPN Connection in AWS
AZURE
Gateways in Azure Understanding network concepts in Azure Ingress in Azure Kubernetes Service
GCP
Architecting hybrid infrastructure with Anthos

ANSIBLE
Ansible a configuration management tool Runbook Automation tool for playbooks
DOCKER
Docker a containerization Tool Networking in Docker Multi-stage build in Docker what is docker-compose All about Docker swarm
GIT
CLI instruction to work with Git Integrating Jenkins with GitHub Secret detection in GitLab Push Image to ECR Using GitHub Actions
JENKINS
Jenkins a continuous integration tool Acheive CI/CD using Jenkins in AWS Configuring weblogic deployer plugin in Jenkins
KUBERNETES
Kubernetes an orchestration framework Launch kubernetes cluster in Different ways Debugging your kubernetes cluster Certificates renewal of kubernetes cluster Deploying application on Kubernetes cluster api versions to use in manifest file RBACs in Kubernetes Health check of containers in Kubernetes Rancher a cluster management platform Understanding ISTIO as a service mesh
TERRAFORM
Deploying IaC using Terraform Terraform module EKS cluster using Terraform
MONITORING
Prometheus architecture complete guide

APACHE
Things to know in Apache How to Configure Apache-httpd Server Setup httpd as os-service on OL8 SiteMinder and its Integration with WebServer Apache SSL Installation Instructions NO_RESOURCES Errors in APACHE with WLS
WEBLOGIC
Installing WebLogic 12.1.3 without GUI WebLogic Server as a managed Azure service WLS domain extension to include JRF template All about OPatch in WLS How to define WorkManager in Weblogic Some known Weblogic exceptions Different OutOfMemory issues Some known Weblogic exceptions Play with WLST Persistent store in WLS Configuration of NodeManager

JAVA
JAVA_OPTIONS Study on JAVA_HEAP Native OOM in Java Heap Types of Threads Various Java-options to use in Java apps How to run Java Flight Recorder dbping a java-weblogic utility
SSL
When & why to use SSL certificates SSLv3 to TLS1.* SHA2 on Oracle https Server Weblogic SSL Renewal Steps
CHEATSHEETs
Linux Cheatsheet CIDR Cheatsheet Linux Log parsing cheetsheet SSL Cheatsheet MySQL Cheatsheet PostgreSQL Cheatsheet WebLogic Cheatsheet Python Cheatsheet Kubernetes Cheatsheet Terraform Cheatsheet Hashicorp-vault Cheatsheet GCP Cheatsheet
OTHER
All about Messaging Queue small guide on Python WLSDM monitoring agent in WLS Register driver for MSSqlServer Understanding YAML Understanding Role of an API Gateway SonarQube code analysis

17 June 2015

Linux Log Parsing Cheetsheet


No comments:
Labels: linux

Featured post

Understanding ISTIO as a service mesh

When your service mesh grows it becomes more complex to understand, manage, monitor and load balance the flow. ISTIO is what you need that w...

Popular on cloudnetes

  • Linux Cheatsheet
    # Find or remove files older than 30 days $ find . -mtime +30 | xargs rm $ find . -type f -mtime +30 -delete $ find /logs/ -mtime +30 -exec...
  • DevOps
    Set of  practices  that emphasize the  collaboration   and  communication  of both software  DEV elopers  and IT  OP eration S  professional...
  • Vault Cheat Sheet
    vault cheatsheet - https://github.com/punitporwal07/hashicorp-vault/blob/main/cheatsheet.md CONFIG create CONF file /etc/vault/vault.conf ...
  • Study on JAVA_HEAP
    1). Just for Example we can see that the process Size is 2048 MB (2GB) 2). The Java Heap Size is 1024MB (means 1GB) -Xmx1024m 3). Native Spa...
  • Multi-stage build in Docker
    Multi-stage build allows multiple FROM statements in a Dockerfile. The instructions follow each FROM statement until the next one & cr...
  • Docker: Containerization Tool
    Docker allows you to encapsulate your application, operating system and hardware configuration into a single unit to run it anywhere. It...
  • Things to know in Apache
    Tomcat with Apache: Apache needs to load a "adapter" module, which uses a certain protocol, such as Apache JServ Protocol (A...
  • What is Persistence Store
    E ach server instance, including the administration server, has a default persistent store that requires no configuration. The default sto...
  • How to Install | Compile | Configure Apache-http Server
    Download the binnary from http://httpd.apache.org/download.cgi at the time of writing this post 2.2.29 is most stable version of apache thu...
  • JAVA_OPTIONS
    different java options available to tweak your application or server to enable/disable any features which one is not aware of, here I tried ...
© cloudnetes Author 2011-2025. Powered by Blogger.