moki.org.pl

  • HOME
  • CATEGORIES
  • TAGS
  • LINKS 
    • SELFHOSTED
  • HOME
  • CATEGORIES
  • TAGS
  • LINKS 
  • SELFHOSTED
Moki
Lv6
167
Tags
3
Categories
176
Posts
  • 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 
  • Add executable bit in GIT on Windows

    1git update-index --chmod=+x file.txt Verify: 1git ls-files --stage
      2021-08-05  
    • Bez kategorii 
     
    • git 
    • | windows 
    Read moreAdd executable bit in GIT on Windows 
  • Install Docker & Docker-compose

    Docker1234apt-get updateapt-get install -y apt-transport-https ca-certificates curl gnupg lsb-releasecurl -fsSL https://downl...
      2021-08-05  
    • Bez kategorii 
     
    • install 
    • | docker 
    • | docker-compose 
    Read moreInstall Docker & Docker-compose 
  • Nginx pass client IP to backend

    1234567stream { server { listen 0.0.0.0:1000; proxy_bind $remote_addr transparent; proxy_pa...
      2021-08-05  
    • Bez kategorii 
     
    • nginx 
    Read moreNginx pass client IP to backend 
  • Nginx SSL wrap

    123456789stream { server { listen 0.0.0.0:1000; proxy_ssl off; proxy_ssl_verify on; ...
      2021-08-05  
    • Bez kategorii 
     
    • nginx 
    • | encryption 
    • | ssl 
    Read moreNginx SSL wrap 
  • Nginx SSL reencryption

    1234567891011stream { server { listen 0.0.0.0:1000 ssl; ssl_certificate cert.pem; ssl_certi...
      2021-08-05  
    • Bez kategorii 
     
    • nginx 
    • | encryption 
    • | ssl 
    Read moreNginx SSL reencryption 
1…1415161718
© 2022 - 2025    Moki
POWERED BY Hexo THEME Redefine v2.4.4