aizu's Knowledge Base
    • Go to: aizu.my Homepage
    • Recent
    • Tags
    • Register
    • Login
    1. Home
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • A

      PM2 for NextJS - ecosystem file

      Linux
      • • • aizu
      2
      0
      Votes
      2
      Posts
      109
      Views

      A

      pm2 start npm --name "your-app-name-3000" -- run start

    • A

      Mongodb in Ubuntu 20.04 Installation - working as on Jan 2023

      Linux
      • • • aizu
      3
      0
      Votes
      3
      Posts
      113
      Views

      A

      Installation working as on March 2025 on Ubuntu 24.04

    • A

      mysql - snippets

      Linux
      • • • aizu
      2
      0
      Votes
      2
      Posts
      93
      Views

      A

      CREATE USER 'admin'@'localhost' IDENTIFIED BY 'the_secure_password'; GRANT ALL PRIVILEGES ON *.* TO 'admin'@'localhost' WITH GRANT OPTION; FLUSH PRIVILEGES;
    • A

      NodeJS - ERR_OSSL_EVP_UNSUPPORTED error

      Linux
      • • • aizu
      1
      0
      Votes
      1
      Posts
      50
      Views

      No one has replied

    • A

      nginx conf - sample

      Linux
      • • • aizu
      3
      0
      Votes
      3
      Posts
      152
      Views

      A

      redirect

      server { server_name .mydomain.example; rewrite ^ http://www.adifferentdomain.example$request_uri? permanent; }

      or on any version 0.9.1 or higher:

      server { server_name .mydomain.example; return 301 http://www.adifferentdomain.example$request_uri; }

      HTTP redirect:

      301 (permanent) 302 (temporary)
    • A

      Linode - disable ipv6

      Linux
      • • • aizu
      1
      0
      Votes
      1
      Posts
      41
      Views

      No one has replied

    • A

      Softether - Linux

      Linux
      • • • aizu
      1
      0
      Votes
      1
      Posts
      42
      Views

      No one has replied

    • A

      S3 - Bucket Policy - ACL - for public

      Ref
      • • • aizu
      1
      0
      Votes
      1
      Posts
      88
      Views

      No one has replied

    • A

      docker build for ECR

      Linux
      • • • aizu
      1
      0
      Votes
      1
      Posts
      48
      Views

      No one has replied

    • A

      EC2 - increase storage without turn off instance

      Linux
      • • • aizu
      1
      0
      Votes
      1
      Posts
      41
      Views

      No one has replied

    • A

      Multiple PHP 8.3 and 7.4 - Ubuntu 24

      Linux
      • • • aizu
      1
      0
      Votes
      1
      Posts
      270
      Views

      No one has replied

    • A

      rsync

      Linux
      • • • aizu
      1
      0
      Votes
      1
      Posts
      36
      Views

      No one has replied

    • A

      PDF using gotenberg - docker

      Linux
      • • • aizu
      1
      0
      Votes
      1
      Posts
      45
      Views

      No one has replied

    • A

      PM2 for Strapi CMS

      Linux
      • • • aizu
      1
      0
      Votes
      1
      Posts
      34
      Views

      No one has replied

    • A

      Tips to buy laptop - as on 2024

      Inbox
      • • • aizu
      1
      0
      Votes
      1
      Posts
      93
      Views

      No one has replied

    • A

      PM2 for NextJS - (without ecosystem file)

      Linux
      • • • aizu
      1
      0
      Votes
      1
      Posts
      46
      Views

      No one has replied

    • A

      Change SSH Port - Ubuntu

      Linux
      • • • aizu
      1
      0
      Votes
      1
      Posts
      37
      Views

      No one has replied

    • A

      Windows 10 - setup without Microsoft email

      Ref
      • • • aizu
      1
      0
      Votes
      1
      Posts
      64
      Views

      No one has replied

    • A

      SSH Tunnel Port

      Linux
      • • • aizu
      1
      0
      Votes
      1
      Posts
      36
      Views

      No one has replied

    • A

      AWS ECS task definition file sample

      Ref
      • • • aizu
      1
      0
      Votes
      1
      Posts
      49
      Views

      No one has replied