Xiao.chen
open-menu closeme
Home
Archives
About
github rss
  • AWS traffic security analysis and mirror

    calendar Jan 18, 2023 ·  · Security intrusion detection Traffic  ·
    : twitter facebook linkedin copy

    install Suricata in ubuntu instance 1sudo add-apt-repository ppa:oisf/suricata-stable 2sudo apt install suricata 3sudo systemctl enable suricata.service 4sudo systemctl stop suricata.service Config Suricata edit file sudo nano /etc/suricata/suricata.yaml 1# enable/disable the community id feature. 2community-id: true …


    read more
  • Debug the docker container network use nsenter command

    calendar Jan 10, 2023 ·  · docker kubernetes  ·
    : twitter facebook linkedin copy

    View all listener 1lsof -i Login in kubernetes node use ssh Find out the container 1#find process id in specific container 2docker top docker ps|grep "istio-proxy_productpage"|cut -d " " -f1 3# find the pid and use nsenter to container network namespace 4nsenter -n –target PID 5# View the details of …


    read more
  • How to update the out of date debian docker image

    calendar Dec 18, 2022 ·  · Debain System Docker  ·
    : twitter facebook linkedin copy

    How to upgrade the some packages 1dpkg -L libssh2-1 # view the package use which files 2dpkg -s libssh2-1 # view the package infos 3# install the checkinstall 4echo "deb http://ftp.de.debian.org/debian bullseye main" >> /etc/apt/sources.list 5apt update 6apt install checkinstall 7tar -zxvf …


    read more
  • AWS vpc flow logs insight

    calendar Dec 10, 2022 ·  · logs aws insight  ·
    : twitter facebook linkedin copy

    Define pattern for log groups in cloudwatch Create filter pattern filter pattern: [action, azid, bytes, dstaddr,dstport,instanceid,protocol,srcaddr,srcport,subnetid] Metric namespaces Name for metric namespace Metric name: bytes Metric value: $bytes Unit: Bytes Dimensions: Dimension Name: dst-addr, Dimension Value: …


    read more
  • Local fast proxy chain access tool

    calendar Dec 10, 2022 ·  · networking proxy security  ·
    : twitter facebook linkedin copy

    proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project https://github.com/rofl0r/proxychains-ng Install 1# On macos 2 HOMEBREW_NO_UPDATE=1 brew install …


    read more
    • ««
    • «
    • 9
    • 10
    • 11
    • 12
    • 13
    • »
    • »»

Xiao.chen

DevOps Engineer,Web development instructor
more

  • The SSE(server sent event) example
  • Setup the Dify and vllm in AWS G4dn instance
  • How to setup the TTS LLM model GPT-SoVITS
  • Some css reset or tricks in projects
  • Django getting started
  • Open source text to image and image LLM
  • Awesome AI’s resoures
  • Talos launch kubernetes in aws environment getting started

KUBERNETES 19 K8S 14 AWS 11 GO 10 SECURITY 9 CNCF 8 FEATURED 8 TERRAFORM 8 DOCKER 7 FRONTEND 6 ISTIO 6 CLOUD-NATIVE 4 LLM 4 OPEN-SOURCE 4
all
AES-ENCRYPT1 AGENT1 AGI1 AI1 AIRFLOW1 ANSIBLE3 APIGATEWAY1 ATHENS1 AUTHORIZATION1 AUTHORTICATION1 AUTO-TOOLS1 AUTOGPT1 AWS11 BASTION1 BIGDATA2 BLOG2 BOOT1 BPF1 BUNDLE1 CACHE1 CDK1 CHECKLIST1 CLAIMS1 CLOUD2 CLOUD-FOUNDRY1 CLOUD-INIT1 CLOUD-NATIVE4 CLUSTER1 CNCF8 COMMANDS1 CONCURRENCY1 CONSUL1 COPA1 CORDON1 COREDONS1 CSM1 CSS2 CUSTOM-RESOURCES1 DEBAIN1 DEBUG1 DEPLOYMENT1 DEVELOPMENT1 DEX1 DIFY1 DJANGO1 DOCKER7 DOCKER-COMPOSE1 EC21 ECK1 ECLIPSE-CHE1 ECR1 EKS3 ELASTALERT1 ELASTICSEARCH2 ELK3 ENVOY2 ENVOYPROXY2 ES1 EVICT1 FALCO1 FARGET1 FEATURED8 FILE-SYSTEM1 FILEBEAT1 FLUENTD2 FRAMEWORK1 FRONTEND6 GATEWAY1 GO10 GO-API1 GOROUTINES1 GPT3 GRAFANA1 GRPC2 HACKTHEBOX1 HIVE1 HTML1 HUGO1 IMAGE1 INDEX1 INGEST1 INIT.D1 INSIGHT1 INTRUSION-DETECTION1 IP-WHITELIST1 IPTABLES1 IPYTHON1 ISTIO6 JENKINS1 JSII1 JUPYTER1 JWT2 K8S14 KERNEL2 KIND1 KONG1 KONGA1 KUBECTL2 KUBERNETES19 KVM1 LIBVIRT1 LIMA1 LINUX1 LLM4 LOCALSTACK1 LOGS2 LOGSTASH1 MACOS1 MAKEFILE1 METRICS1 MINIO1 MONITORING2 NETWORK3 NETWORKING1 NFS1 NGINX1 NLB1 NOMAD1 NUCLIO1 OIDC1 OMNIDB1 OPEN-SOURCE4 OPENAI1 OPENLDAP1 OPENTELEMETRY1 OPERATOR1 PHP2 POD1 POSTGRESQL1 PPROF1 PROFILE1 PROGRAMMING1 PROJECT1 PROMETHEUS1 PROXY1 PSQL1 PYTHON1 QEMU1 RATELIMIT1 REACT1 RESOURCES1 REVERSE1 RUST3 SCREEN1 SCRIPT1 SDLC1 SECURITY9 SECURITYGROUP1 SELFSIGN-CERTIFICATE1 SERVERLESS1 SERVICE-MESH4 SERVICEENTRY1 SHELL1 SONARQUBE1 SSE1 SSH1 SSRF1 STREAM1 STYLESHEET1 SYSTEM1 SYSTEMV1 TAILWINDCSS1 TALOS1 TASK1 TAURI1 TERMINOLOGY1 TERRAFORM8 TMUX1 TOOLS1 TRAFFIC2 TRINO1 TTS1 TYPESCRIPT1 UPDATE-RC1 VAULT2 VELERO1 VITE3 VLLM1 VOICE1 VSCODE1 VUE2 WASM1 WEB1 WEBPACK1 WEBSOCKET1 XTERMJS1
[A~Z][0~9]
Xiao.chen

  XIAO.CHEN.

to-top