• Joined on 2022-06-27
norrist commented on issue HPR/hpr_hub#88 2025-03-05 12:49:07 +00:00
Server Bandwidth Very High - And High Costs

I looked at the apache logs with goaccess - https://goaccess.io/man It shows 642.73 GiB served from apache 02/Feb/2025 — 05/Mar/2025. Does this account for most of the bandwidth used, or do we…

norrist commented on issue HPR/hpr_hub#71 2025-01-01 14:38:57 +00:00
Query to get the next free slot
select all_ids.id+1 as available_id FROM
    (SELECT id 
    FROM eps
    UNION
    select ep_num FROM  reservations)
    as all_ids
LEFT JOIN eps
ON all_ids.id+1 = eps.id
LEFT
norrist created pull request rho_n/hpr_generator#189 2024-05-13 22:37:50 +00:00
link to how to help section of about
norrist opened issue rho_n/hpr_generator#185 2024-04-04 19:42:14 +00:00
Syntax highlighting for fenced code blocks
norrist closed pull request rho_n/hpr_generator#163 2023-08-31 11:20:45 +00:00
Add libtemplate-plugin-html-strip-perl to getting started
norrist created pull request rho_n/hpr_generator#163 2023-08-28 11:43:09 +00:00
Add libtemplate-plugin-html-strip-perl to getting started
norrist created pull request rho_n/hpr_generator#156 2023-08-21 14:58:45 +00:00
Add new perl modules to getting-started
norrist created pull request rho_n/hpr_generator#105 2023-04-02 14:24:12 +00:00
h_is_for_hackers
norrist closed pull request rho_n/hpr_generator#103 2023-04-02 14:20:35 +00:00
H links to correspondents page
norrist commented on pull request rho_n/hpr_generator#103 2023-04-02 14:20:21 +00:00
H links to correspondents page

Im going to close and rework this PR

norrist created pull request rho_n/hpr_generator#103 2023-04-01 16:47:45 +00:00
H links to correspondents page