moki.org.pl

  • HOME
  • CATEGORIES
  • TAGS
  • LINKS 
    • SELFHOSTED
  • HOME
  • CATEGORIES
  • TAGS
  • LINKS 
  • SELFHOSTED
Moki
Lv6
168
Tags
3
Categories
180
Posts
  • Gitlab CI - pass variable between stages

    1234567891011121314build: stage: build script: - echo "BUILD_VERSION=hello" >> build.env artifacts: ...
      2022-02-18  
    • Bez kategorii 
     
    • gitlab 
    • | gitlab-ci 
    Read moreGitlab CI - pass variable between stages 
  • Example gitlab-ci.yml

    .gitlab-ci.yml 123456789101112131415161718192021222324252627282930313233343536image: docker:lateststages: - build - deployb...
      2022-02-10  
    • Bez kategorii 
     
    • gitlab 
    • | gitlab-ci 
    Read moreExample gitlab-ci.yml 
  • 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 
1…131415161718
© 2022 - 2025    Moki
POWERED BY Hexo THEME Redefine v2.4.4