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

      code review

      Prompt
      • • • aizu
      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • A

      Infographic 1:1

      Prompt
      • • • aizu
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • A

      Claud Code spinner text

      Prompt
      • • • aizu
      2
      0
      Votes
      2
      Posts
      50
      Views

      A

      Ramadhan version

      "spinnerVerbs": { "mode": "replace", "verbs": [ "Bismillahirrahmanirrahim", "Subhanallah", "Alhamdulillah", "Astaghfirullah", "La ilaha illallah", "Allahu Akbar", "La hawla wa la quwwata illa billah", "Hasbunallahu wa ni'mal wakeel", "Rabbana atina fid dunya hasanah", "Allahumma salli ala Muhammad", "Rabbighfirli warhamni", "Inna lillahi wa inna ilaihi rajiun", "Tawakkaltu alallah", "MasyaAllah tabarakallah", "Rabbana la tuzigh qulubana", "Allahumma barik", "Ya Allah ya Rahman ya Rahim" ] }
    • A

      Combine image

      Prompt
      • • • aizu
      2
      0
      Votes
      2
      Posts
      51
      Views

      A

      Screenshot 2026-02-13 at 11.43.53 PM.jpg

      A seamless split-screen composite portrait featuring two people. On the left side, a close-up headshot of [Person A]. On the right side, a close-up headshot of [Person B]. The two images are blended naturally down the center with a soft transition, creating a single unified composition. Both subjects are looking slightly off-camera with a professional, journalistic photography style.

      Create a composite editorial photo combining two headshots side by side. The left person should be slightly in the foreground, facing right. The right person should be slightly behind, facing left. Blend the two photos seamlessly where they meet in the center, with a soft gradient transition. Use a warm, neutral indoor background with shallow depth of field. Professional news photography style, dramatic lighting, editorial magazine composition.

    • A

      PM2 - ecosystem file - (interpreter & fork)

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

      No one has replied

    • A

      git using different ssh key

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

      A

      File: ~/.ssh/config

      Host github.com IdentityFile ~/.ssh/id_rsa_custom_key IdentitiesOnly yes

      Create this file in the server, so it always execute this by default.

    • A

      EC2 - Network Performance Throttled

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

      No one has replied

    • A

      VSCode - code font size controls

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

      No one has replied

    • A

      My jeans specs

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

      No one has replied

    • A

      2025 - bypass windows 11 online registration account

      Inbox
      • • • aizu
      2
      0
      Votes
      2
      Posts
      170
      Views

      A

      An alternative to bypass Microsoft Account creation during Windows 11 installation

      SHIFT + F10

      start ms-cxh:localonly

      "Discovered by user @witherornot1337 on X, typing "start ms-cxh:localonly" into the command prompt during the Windows 11 setup experience will allow you to create a local account directly without needing to skip connecting to the internet first."

      Ref: https://www.reddit.com/r/sysadmin/comments/1jp5vln/an_alternative_to_bypass_microsoft_account/

    • A

      Mi Tarik Xibu

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

      No one has replied

    • A

      User Story

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

      No one has replied

    • A

      Netflix - Genre Code - as on July 2025

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

      No one has replied

    • A

      Modern stack tools

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

      No one has replied

    • A

      IOI City Mall Putrajaya - Surau

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

      No one has replied

    • A

      IOI City Mall Putrajaya - Mall Directory

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

      No one has replied

    • A

      IOI City Mall Putrajaya - Parking QR

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

      No one has replied

    • A

      PM2 for NextJS - ecosystem file

      Linux
      • • • aizu
      2
      0
      Votes
      2
      Posts
      551
      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
      351
      Views

      A

      Installation working as on March 2025 on Ubuntu 24.04

    • A

      mysql - snippets

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

      A

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