moki.org.pl

  • HOME
  • CATEGORIES
  • TAGS
  • LINKS 
    • SELFHOSTED
  • HOME
  • CATEGORIES
  • TAGS
  • LINKS 
  • SELFHOSTED
Moki
Lv6
167
Tags
3
Categories
178
Posts
  • Gitlab runner

    Installdocker-compose.yml 12345678910services: runner: image: gitlab/gitlab-runner:v14.7.0 volumes: - /var/run/do...
      2022-02-10  
    • Bez kategorii 
     
    • gitlab 
    • | gitlab-ci 
    • | runner 
    Read moreGitlab runner 
  • Github containter registry behind Traefik reverse proxy

    123456789101112131415161718192021222324252627282930313233343536services: gitlab: environment: GITLAB_OMNIBUS_CONFIG:...
      2022-02-03  
    • Bez kategorii 
     
    • docker-compose 
    • | gitlab 
    • | gitlab-ci 
    • | registry 
    Read moreGithub containter registry behind Traefik reverse proxy 
  • Gitlab postrgresql slow start throws error

    1234567services: gitlab: image: 'gitlab/gitlab-ce' environment: GITLAB_OMNIBUS_CONFIG: postgres...
      2022-02-03  
    • Bez kategorii 
     
    • docker 
    • | gitlab 
    • | kubernetes 
    • | postgresql 
    Read moreGitlab postrgresql slow start throws error 
  • Restart pod

    1kubectl rollout restart deployment <deployment_name> 12kubectl scale deployment shop --replicas=0 && sl...
      2022-02-03  
    • Bez kategorii 
     
    • kubernetes 
    Read moreRestart pod 
  • Check port is open in shell

    123456789while read host port; do r=$(bash -c 'exec 3<> /dev/tcp/'$host'/'$port';echo $?&#x...
      2022-02-01  
    • Bez kategorii 
    Read moreCheck port is open in shell 
  • Update system without any questions

    12apt updateAPT_LISTCHANGES_FRONTEND=none DEBIAN_FRONTEND=noninteractive apt -o Dpkg::Options::="--force-confdef" -...
      2022-02-01  
    • Bez kategorii 
     
    • linux 
    • | apt 
    Read moreUpdate system without any questions 
  • Zatrucie CO (czad)

    Objawy zatrucia CO (czadu): stężenie CO rzędu 100–200 ppm (0,01 proc. – 0,02 proc.) – lekki ból głowy po 2–3-godzinnej ekspo...
      2022-01-01  
    • Bez kategorii 
    Read moreZatrucie CO (czad) 
  • PHP display errors

    123ini_set('display_errors', 1);ini_set('display_startup_errors', 1);error_reporting(E_ALL);
      2021-12-30  
    • Bez kategorii 
     
    • debug 
    • | php 
    Read morePHP display errors 
  • Kubernetes - get nodes and taints

    1kubectl get nodes -o json | jq '.items[]{name:.metadata.name, taints:.spec.taints}'
      2021-09-15  
    • Bez kategorii 
     
    • kubernetes 
    Read moreKubernetes - get nodes and taints 
  • Iptables/ufw for docker published ports

    Installhttps://github.com/chaifeng/ufw-docker Use12ufw route allow proto tcp from 111.222.111.222 to any port 3306ufw route ...
      2021-09-13  
    • Bez kategorii 
     
    • docker 
    • | iptables 
    • | security 
    • | ufw 
    Read moreIptables/ufw for docker published ports 
1…131415161718
© 2022 - 2025    Moki
POWERED BY Hexo THEME Redefine v2.4.4