New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 20:02, 4 February 2026Prompt Engineering Tips and info (hist | edit) ‎[2,281 bytes]Wikisysop (talk | contribs) (Created page with "To get the most accurate results when asking for technical conversions, the best approach is to be explicit about fidelity and syntax. In this case, the friction occurred because I initially tried to "help" by summarizing—which is my default behavior—rather than acting as a literal 1:1 conversion tool. Here are three specific strategies for prompting me more accurately in the future: 1. Demand "High-Fidelity" or "Literal" Conversion Use terms that signal you want...")
  • 17:32, 23 January 2026Regular Expression (hist | edit) ‎[22,642 bytes]Wikisysop (talk | contribs) (Created page with "==Basic RegEx Cheat Sheet== {| class="wikitable" ! Symbol !! Name !! Meaning !! Example !! Matches |- ! colspan="5" style="text-align:center;" | Literals |- | (text) || Literal || Matches exact text || <code>cat</code> || "cat" |- ! colspan="5" style="text-align:center;" | Wildcards & Classes |- | <code>.</code> || Dot || Matches '''any''' single character || <code>h.t</code> || "hat", "hot" |- | <code>[ ]</code> || Brackets || List of allowed characters || <code>b[ai]t...")
  • 16:25, 6 January 2026H2 run Java apps in EC3 (hist | edit) ‎[7,046 bytes]Wikisysop (talk | contribs) (Created page with "= Guide: Setting up a Java Application on AWS EC2 = '''Objective:''' Create a Linux server running a Java App with a static IP and secure S3 access. == Step 1: Create the Permission (IAM Role) == ''This gives your server an "ID Badge" to access S3 files without saving passwords on the server.'' # Log in to the '''AWS Console''' and search for '''IAM'''. # Click '''Roles''' (left menu) → '''Create role'''. # Select '''AWS Service''' and choose '''EC2'''. # Click '...")