New pages
- 17:12, 25 April 2025 Sql java file (hist) [1,705 bytes] George2 (Talk | contribs) (Created page with "<source lang="java"? import java.sql.*; class Sql{ Connection conn = null; Statement stmt = null; ResultSet rs = null; void runIt() { try {...")
- 16:36, 25 April 2025 The Api.java file (hist) [2,013 bytes] George2 (Talk | contribs) (Created page with "<source lang="java"> import java.io.*; import javax.servlet.*; import javax.servlet.http.*; import java.time.format.DateTimeFormatter; import java.time.LocalDateTime; im...")
- 15:21, 25 April 2025 The web xml for tomcat (hist) [6,524 bytes] George2 (Talk | contribs) (Created page with "<source lang="text"> <?xml version="1.0" encoding="ISO-8859-1"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. S...")
- 12:07, 25 April 2025 Receive API request with Tomcat (hist) [297 bytes] George2 (Talk | contribs) (Created page with "Steps:")
- 23:50, 9 December 2024 Generate API request with Python (hist) [984 bytes] George2 (Talk | contribs) (Created page with "https://www.datacamp.com/tutorial/making-http-requests-in-python?dc_referrer=https%3A%2F%2Fwww.google.com%2F<br>")
- 23:41, 9 December 2024 API (hist) [81 bytes] George2 (Talk | contribs) (Created page with " Generate API request with Python Receive API request with Tomcat ")
- 21:59, 2 November 2024 Create a router with Almalinux 8 (hist) [4,327 bytes] George2 (Talk | contribs) (Created page with "Task goal: to create a Vagrant and ansible build which will create a router based on Almalinux <br> in Windo 1. Use Vagrant to build a vm with Virtualbox 2. Use ansible to p...")
- 21:52, 2 November 2024 Linux Automation tasks (hist) [43 bytes] George2 (Talk | contribs) (Created page with " Create a router with Almalinux 8 <br>")
- 14:05, 8 July 2024 Expand a tar.gz archive directly to server (hist) [182 bytes] George2 (Talk | contribs) (Created page with "- name: Extract foo.tgz into /var/lib/foo unarchive: src: foo.tgz dest: /var/lib/foo")
- 11:27, 8 July 2024 Open multiple network services in firewalld (hist) [367 bytes] George2 (Talk | contribs) (Created page with " <source lang="yaml"> --- - hosts: all remote_user: root tasks: - name: permit traffic in default zone for https service ansible.posix.firewalld: service: "{{...")
- 11:01, 8 July 2024 Open network ports for https in Red Hat (hist) [320 bytes] George2 (Talk | contribs) (Created page with " - name: permit traffic in default zone for https service ansible.posix.firewalld: service: http permanent: true state: enabled - name: reload servic...")
- 10:57, 8 July 2024 Open network ports for http(s) in firewalld (hist) [100 bytes] George2 (Talk | contribs) (Created page with "<source lang="yaml"> - firewalld: service: https permanent: yes state: enabled </source>")
- 10:41, 8 July 2024 Install httpd on Red Hat server (hist) [261 bytes] George2 (Talk | contribs) (Created page with "<source lang="yaml"> - name: Install HTTPD using Ansible Playbook hosts: slave-1 #here ensure that node instance name is correct or not become: true tasks: - name:...")
- 10:21, 25 June 2024 Create a Kali image running cron (hist) [1,375 bytes] George2 (Talk | contribs) (Created page with "<spurce lang=yaml> </source>")
- 10:47, 21 March 2024 Simple connection from PHP to Firebird (hist) [669 bytes] George2 (Talk | contribs) (Created page with "<source lang=php> <?php // Database connection settings $host = 'localhost'; $database = 'YOUR_DATABASE_NAME'; $username = 'YOUR_USERNAME'; $password = 'YOUR_PASSWORD'; try {...")
- 10:46, 21 March 2024 Firebird connecting from PHP (hist) [48 bytes] George2 (Talk | contribs) (Created page with " Simple connection from PHP to Firebird <br>")
- 11:51, 15 February 2024 View the output from "crc start" (hist) [2,126 bytes] George2 (Talk | contribs) (Created page with "<source = "text"> ./crc start INFO Using bundle path /home/george2/.crc/cache/crc_okd_libvirt_4.14.0-0.okd-scos-2024-01-10-151818_amd64.crcbundle INFO Checking if running as n...")
- 11:41, 15 February 2024 The output from "crc setup" (hist) [2,499 bytes] George2 (Talk | contribs) (Created page with "<source lang="text"> ./crc setup INFO Using bundle path /home/george2/.crc/cache/crc_okd_libvirt_4.14.0-0.okd-scos-2024-01-10-151818_amd64.crcbundle INFO Checking if running...")
- 09:37, 15 February 2024 Getting started with CRC (hist) [1,820 bytes] George2 (Talk | contribs) (Created page with "'''Reference:''' https://www.redhat.com/sysadmin/codeready-containers<br> Red Hat CodeReady Containers (CRC) provides a minimal, preconfigured OpenShift 4 cluster on a laptop...")
- 09:36, 15 February 2024 Openshift / Kubernetes (hist) [31 bytes] George2 (Talk | contribs) (Created page with " Getting started with CRC ")
- 15:45, 8 February 2024 Static external IP address (hist) [2,325 bytes] George2 (Talk | contribs) (Created page with "<source lang="bash"? # -*- mode: ruby -*- # vi: set ft=ruby : # All Vagrant configuration is done below. The "2" in Vagrant.configure # configures the configuration version (...")
- 15:43, 8 February 2024 The default Vagrantfile (hist) [3,048 bytes] George2 (Talk | contribs) (Created page with "<source lang="bash"> # -*- mode: ruby -*- # vi: set ft=ruby : # All Vagrant configuration is done below. The "2" in Vagrant.configure # configures the configuration version (...")
- 15:42, 8 February 2024 Example Vagrantfiles (hist) [64 bytes] George2 (Talk | contribs) (Created page with " The default Vagrantfile ")
- 12:09, 10 January 2024 Eero fault (hist) [702 bytes] George2 (Talk | contribs) (Created page with "The supplied power supply is faulty, the light is not illuminated<br>")