others- Other development problem solving articles index page
1. Maven & Gradle
- how to solve
Received status code 502 from server: Bad Gateway
problem when trying to build an app using gradle? - How to create multi-module java project using gradle kotlin DSL?
- how to solve maven Could not transfer metadata bad gateway and forbidden error?
2. Git & Github
- how to solve
remote: Repository not found
error when using git push to remote repository? - How to update github access token?
- how to switch github accounts between repositories ?
- how to solve ‘SSL_ERROR_SYSCALL in connection to github.com:443 ‘ when pushing code to github.com?
- how to push a local repository to a github new repostory?
3. iOS programming
- how to renew apple push notification certificate?
- how to solve
Argument passed to call that takes no arguments
swift and xcode? - how to do date format with swift #swift
- how to solve can’t find header files for ruby error when install cocoapods in macos
- how to catch tap event for a button inside tableviewcell of an iOS app
4. Privacy
5. Kubernetes or K8S
- How to disable auto loading the secret of service account in kubernetes?
- CKS exam:
- prepare for cks exam with me 1: Linux user and group management
- prepare for cks exam with me 2: Linux ssh hardening
- prepare for cks exam with me 3: Linux remove obsolete packages and services
- prepare for cks exam with me 4: Linux kernal hardening
- prepare for cks exam with me 5: Linux UFW(Uncomplicated firewall)
- prepare for cks exam with me 6: Seccomp in Linux, Docker and Kubernetes
- prepare for cks exam with me 7: Apparmor in Linux, Docker and Kubernetes
- prepare for cks exam with me 8: Security context in Kubernetes
- prepare for cks exam with me 9: Admission controllers in Kubernetes
- prepare for cks exam with me 10: Pod security policy in Kubernetes
- prepare for cks exam with me 11: Open policy agent in Kubernetes
- prepare for cks exam with me 12: Secrets in Kubernetes
- prepare for cks exam with me 13: Container runtimes(gvisor/kata containers) in Kubernetes
- prepare for cks exam with me 14: Container Image security in Docker and Kubernetes
- prepare for cks exam with me 15: How to print docker images of all pods in kubernetes
- How to reload kubernetes(k8s) deployment/daemonset/statefulset when configmap changed ?
- how to how to get token from service account in kubernetes?
6. Nginx
- How to load dynamic module in nginx?
- how to solve the docker nginx 111: Connection refused problem?
- How to show or print nginx threads size or any linux process’s thread size?
- how to solve the the http2 parameter requires ngx_http_v2_module problem when using nginx to serve http/2 requests? #http2
- How to solve the
module not found
error when using mobdebug with lua? #lua - How to build nginx from source on ubuntu system?
- how to solve the
loop in gettable
error in lua? #lua - What’s the difference among lvs(keepalived) / nginx / haproxy?
7. Docker
- how to setup opentelemetry collector using docker locally ? #opentelemetry
- How to print docker command line fully?
- how to solve mongo OCI runtime exec failed: exec failed: unable to start container process unknown problem #mongodb
- how to deploy a website using jekyll in docker? #jekyll
- How to run docker container using root user?