moki.org.pl

  • HOME
  • CATEGORIES
  • TAGS
  • LINKS 
    • SELFHOSTED
  • HOME
  • CATEGORIES
  • TAGS
  • LINKS 
  • SELFHOSTED
Moki
Lv6
166
Tags
3
Categories
161
Posts
  • 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 
  • cURL upload file multiparted

    1curl -v -F file=@filename.jpg http://localhost/ 1curl -v -F file1=@filename1.jpg -F file2=@filename2.jpg http://localhost/
      2021-08-18  
    • Bez kategorii 
     
    • bash 
    • | curl 
    Read morecURL upload file multiparted 
  • Car repair compensation

    Sąd Najwyższy {Postanowienie Składu Siedmiu Sędziów Sądu Najwyższego - Izba Cywilna z dnia 20 czerwca 2012 r. III CZP 85...
      2021-08-17  
    • Bez kategorii 
     
    • car 
    • | insurer 
    • | law 
    Read moreCar repair compensation 
  • Test disk performance

    1dd if=/dev/urandom of=/output.file bs=1M count=1000 oflag=dsync 1hdparm -t /dev/sda1
      2021-08-13  
    • Bez kategorii 
     
    • linux 
    • | performance 
    • | disk 
    Read moreTest disk performance 
  • Optimize InnoDB

    123456789innodb_flush_log_at_trx_commit = 2innodb_buffer_pool_size = 4Ginnodb_log_file_size = 4Ginnodb_flush_method = O_DIREC...
      2021-08-11  
    • Bez kategorii 
     
    • mariadb 
    • | mysql 
    • | database 
    • | innodb 
    • | optimalization 
    • | performance 
    Read moreOptimize InnoDB 
  • the-bootstrap-blog

    img { max-width: 100%; }
      2021-08-10  
    • uncategorized 
    Read morethe-bootstrap-blog 
  • ATmega 8 / 48 / 88 / 168 / 328 pinout TQFP-32

      2021-08-10  
    • Bez kategorii 
     
    • electrical 
    • | pinout 
    • | smd 
    • | TQFP-32 
    Read moreATmega 8 / 48 / 88 / 168 / 328 pinout TQFP-32 
  • Trailer connector

      2021-08-10  
    • Bez kategorii 
     
    • electrical 
    • | pinout 
    • | connector 
    Read moreTrailer connector 
1…121314151617
© 2022 - 2025    Moki
POWERED BY Hexo THEME Redefine v2.4.4