Posts

Showing posts from 2026

Apache iFrame Site on Docker

Introduction Running a multi-page static website inside Docker is a clean way to keep your development environment consistent, portable, and easy to share. In this article, we walk through how to build and serve an Apache-powered site that displays four distinct HTML pages inside expandable iframe sections - all containerised with Docker. Source code: https://github.com/j19349081-del/c/tree/apache What We Built The project lives on the apache branch and delivers a single-page expandable view powered by native HTML <details> and <summary> elements. Each section embeds a page via an iframe, and only the first section is expanded by default. Page 1 - Content index linking to the sections below. Page 2 - Team delivery snapshot with a bar chart and sprint priorities. Page 3 - Editorial notes with a donut chart and long-form text. Page 4 - Programme roadmap with milestones, a radar chart, and a quarterly status table. Project Structure The site foll...

Kernal Panic with Linux Mint 7.0.0-28

 Use the following cmds to revert to the previous stable version and restore the grub   uname -r  dpkg --list linux-image*   sudo apt-get update  dpkg --list linux-image* linux-headers*   dpkg --list linux-image* linux-headers* linux-image-unsigned* | grep 7.0   dpkg --list linux-image* linux-headers* linux-image-unsigned* | grep -7.0   dpkg --list linux-image* linux-headers* linux-image-unsigned* | grep 7.0.0   sudo apt purge linux-headers-7.0.0-28-generic linux-headers-generic-hwe-24.04 linux-image-7.0.0-28-generic linux-image-generic-hwe-24.04 linux-image-unsigned-7.0.0-28-generic   sudo apt --fix-broken install   sudo apt autoremove --purge   sudo update-grub   sudo reboot   uname -r   dpkg --list linux-image* linux-headers* linux-image-unsigned*   sudo apt-get update   sudo apt-get upgrade  

Local html to blogger

Local html to blogger # HelloBlogger Local HTML This example shows how to create a new Blogger post from a local HTML file by using PowerShell. ## What The Script Does The script in this folder: - reads a local HTML file - extracts the first `<title>...</title>` tag - uses that title as the Blogger post title - sends the full HTML file content as the Blogger post body - opens a browser-based Google consent flow at runtime and exchanges the returned authorization code for an OAuth access token - stores the access token and refresh token in a local cache file encrypted with a password variable so future runs can reuse them when they are still valid - creates Blogger drafts by default instead of publishing them immediately ## Important Constraint Blogger does not allow creating posts with only an API key. An API key identifies your Google Cloud project, but Blogger write operations also require an OAuth access token for a Google ac...

Innovation Reports

The G2 Voter Auditable Election System (G2 VAES) is a mission-critical architectural extension Synergy of G2 Decentralized Ledgers and J2 Root of Trust Hardware in G2 VAES

Policy - G2P-002: Prohibited

This is a global policy is applicable to the all multimedia creation operations.  Never create multimedia without the users confirmation Never mention any policy in sources within the created multimedia Do not innovate on policy, its checks and its score calculations Make sure the trigger phrases is exactly matching before initiating the policy tasks Do not assume or innovate on the trigger phrases Never create non-relevant and unwanted policy violating multimedia content and waste valuable multimedia resources  The policy can only be bypassed if the user requests explicitly with instructions  Do not produce garbage content like this   

Source - G2S-001 : Daily Innovation Raw Materials

Below is the list for materials of daily innovations build under Policy G2P-001 Core Foundation  - The G2A-001  core assets forms the foundations for all new innovations Docs - The raw material documents are  here Photos - The raw material photos are  here Videos - The raw material for videos are here  and here Audios - The raw material for audios are here Policy Guidance - Learn from previous policy violations  here Innovation Reports - Compare other innovation reports  here  

Policy - G2P-001 : Innovation Brief

1. Trigger Phrase: "Innovation Brief" 2. Tasks 2.1 Manual Start:   User will type the trigger phrase manually which should initiate the processes of content creation by strictly adhering to this policy.  The response should have the format here - ( policy score = x% and artifacts = y ) where x and y are the numbers accordingly. When the trigger phrase is typed by the user this policy and the global policy  G2P-002 must be strictly followed. 2.2 Output:  Innovations focusing on Key Betterment Points on the core innovations portfolio G2A-001 without referring anything else other than the provided source  G2S-001  raw materials.  Plan a innovation content topic - Come up with a single content topic using the raw materials above. The content topic should be laser focused on the key innovation points on top of a single core asset of G2A-001. Use the added sources as the primary source of information for all research and innovation. The cor...

Asset - G2A-001 : G2 and J2 systems

Welcome The G2 and J2 Systems core innovations portfolio comprises thirteen patent-eligible technical assets designed to improve systemic operations through "Key Betterment Points" across multiple industries. These assets—ranging from voter-auditable election systems (G2 VAES) and containerised data centres (G2 CDCU) to smoke condensation chambers (J2 SCCS)—are documented as high-value intellectual property curated by Insights AJ for the Tech Rocks IDEA Series. Per Guideline G2-001, this portfolio is the central focus of a daily content creation workflow that utilizes the "Daily Innovation Brief" trigger to produce diverse multimedia artifacts, such as cinematic videos, audio podcasts, and infographics.  # Core Asset Description Patent Eligibility Resource Link 1 G2 VAES G2 Voter Auditable Election System Yes View Post 2 G2 CVS G2 Contai...