All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Guys IT. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:46, 16 July 2026 192.168.100.20 talk created page Five Killer Quora Answers On A4 Printer Paper (Created page with "Understanding A4 Printer Paper: A Comprehensive Guide<br>In the world of printing, one product sticks out as a staple across offices, schools, and homes: A4 printer paper. In spite of its prevalent presence, lots of might not completely understand the subtleties of this essential product. This article dives into the requirements, types, uses, and ecological factors to consider surrounding A4 Printer Paper ([https://buya4copypaper.com/ Buya4Copypaper.Com]), catering to a...")
- 12:52, 15 July 2026 192.168.100.20 talk created page Fake French Driving License For Sale: 10 Things I'd Like To Have Known In The Past (Created page with "The Dangers of Fake French Driving Licenses: An Informative Guide<br>In the digital age, the sell fake documents has actually reached brand-new heights, with fake driving licenses becoming a widespread problem across Europe, especially in France. The appeal of obtaining a fake French driving license can be powerful for individuals who may not fulfill the needed certifications or those aiming to bypass the frequently lengthy and strenuous processes associated with obtaini...")
- 17:34, 14 July 2026 192.168.100.20 talk created page The Most Underrated Companies To Follow In The Crypto Games Casino Industry (Created page with "Crypto Games Casino: A Comprehensive Guide to the Future of Online Gaming<br>The rapid rise of digital currencies has actually improved numerous industries, and the world of online gaming is no exception. Crypto games casino platforms mix the excitement of conventional casino games with the innovations of blockchain innovation, offering players a new method to wager, win, and withdraw rewards. This post provides an in‑depth appearance at how these casinos run, their ad...")
- 10:56, 21 December 2024 User account YdgsuJvOndnRqV talk was created
- 14:34, 20 December 2024 User account BwhBueHjsqnW talk was created
- 15:19, 19 December 2024 User account AeVxSkQVS talk was created
- 14:49, 18 December 2024 User account JcufdWETPlCgCKj talk was created
- 14:11, 17 December 2024 User account DLahOQKzsd talk was created
- 14:07, 16 December 2024 User account MiguelSpema talk was created
- 05:14, 16 December 2024 User account XAlNZMRz talk was created
- 11:13, 14 December 2024 User account MOrSvcyegyDo talk was created
- 12:07, 13 December 2024 User account RSAgYufgetgwTw talk was created
- 08:55, 12 December 2024 User account NcGtQpzJrrxHe talk was created
- 04:55, 11 December 2024 User account LjxxLvArTTeNwkC talk was created
- 09:32, 25 July 2023 Gweatherburn talk contribs created page Mail Server (Postfix/Dovecot/Spamassassin/Amavis/OpenDKIM/OpenDMARC (Created page with "All singing, all dancing mail server. I also have Postfix Admin and the Roundcube web app. More to follow.")
- 09:30, 25 July 2023 Gweatherburn talk contribs created page Proxy Server (NGINX) (Created page with "Nginx for a general front end that as well as all web routing also copes with certificates etc. More to follow.")
- 09:29, 25 July 2023 Gweatherburn talk contribs created page Cloud Server (OwnCloud) (Created page with "I did flirt with NextCloud amongst other but settled on OwnCloud as easier to integrate with the rest of my estate. More to follow.")
- 09:28, 25 July 2023 Gweatherburn talk contribs created page Monitor Servers (Prometheus & Nagios) (Created page with "I use Prometheus to monitor ports and Nagios for more fine-grained monitoring. More to follow.")
- 09:25, 25 July 2023 Gweatherburn talk contribs created page Jenkins Server (Created page with "Jenkins what else.")
- 09:24, 25 July 2023 Gweatherburn talk contribs created page Wiki Server (This one) (Created page with "This is, as you may have guessed, is a MediaWiki installation.")
- 09:23, 25 July 2023 Gweatherburn talk contribs created page Archive Server (Created page with "For Archive services I use Rsnapshot and some of the tols for backing up images and Discs in Openstack.")
- 12:57, 11 December 2020 Gweatherburn talk contribs created page Mysqlservers-tasks-setup-RedHat.yml (Created page with "[https://github.com/WotAGuy/Deploy/blob/master/Ansible/roles/mysqlservers/vars/RedHat-8.yml]")
- 20:06, 10 December 2020 Gweatherburn talk contribs created page Web Server (LEMP) (Created page with "All servers including this one are created from the Base Image in OpenStack (Glance) which is a CentOS 8 minimal installation with, bascially, the Firewalld package removed a...")
- 22:13, 9 December 2020 Gweatherburn talk contribs created page Mysqlservers-tasks-secure-installation.yml (Created page with "This Ansible task sorts out the security for the database system, along the suggested lines given by MySQL, themselves. <pre style="border:1px solid Black;"> --- - name: Ensu...")
- 22:11, 9 December 2020 Gweatherburn talk contribs created page Mysqlservers-tasks-secrethub.yml (Created page with "This Ansible task obtains secrethub secrets containing the various passwords required by the MySQL databases. <pre style="border:1px solid Black;"> --- - name: "Read Amavis P...")
- 21:56, 9 December 2020 Gweatherburn talk contribs created page Mysqlservers-tasks-replication.yml (Created page with "This Ansible task would set up repliacation of the MySQL databases, but I do not allow this to action as you will see in the main.yml file. <pre style="border:1px solid Black...")
- 18:21, 9 December 2020 Gweatherburn talk contribs created page Mysqlservers-tasks-mysqld exporter.yml (Created page with "This Ansible task sets up the mysqld_exporter used by Prometheus for monitoring. <pre style="border:1px solid Black;"> --- - name: "Promtheus MySQL Node Exporter" copy:...")
- 18:11, 9 December 2020 Gweatherburn talk contribs created page Mysqlservers-tasks-main.yml (Created page with "This Ansible task is the control task for the configuration of a MySQL Server. --- # Get SecretHub Values - include_tasks: secrethub.yml # Variable configuration. - include_t...")
- 13:40, 10 July 2020 Gweatherburn talk contribs created page Mysqlservers-tasks-databases.yml (Created page with "This Ansible task creates the MySQL databases I want on the server. <pre style="border:1px solid Black;"> --- - name: Ensure MySQL databases are present. mysql_db: name...")
- 13:39, 10 July 2020 Gweatherburn talk contribs created page Mysqlservers-tasks-configure.yaml (Created page with "This Ansible task configure MariaDB for me. <pre style="border:1px solid Black;"> --- - name: Get MySQL version. command: 'mysql --version' register: mysql_cli_version...")
- 13:36, 10 July 2020 Gweatherburn talk contribs created page Mysqlservers-handlers-main.yaml (Created page with "This is the ansible handler for ensung the MariaDB instance is up and unning. <pre style="border:1px solid Black;"> --- - name: restart mysql service: "name={{ mysql_daemon...")
- 13:34, 10 July 2020 Gweatherburn talk contribs created page Mysqlservers-files-mysqld exporter.service (Created page with "This is the service file for starting thePrometheus MySQL Exporter Service. <pre style="border:1px solid Black;"> [Unit] Description=Prometheus MySQL Exporter After=network.t...")
- 08:29, 4 July 2020 Gweatherburn talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Code By Webdevtrick ( https://webdevtrick.com ) var toCopy = document.getElementById( 'copy-tex...")
- 13:47, 3 July 2020 Gweatherburn talk contribs created page Mysqlservers-defaults-main.yaml (Created page with "this is a test Does this end up in a code clock.")
- 07:35, 3 July 2020 Gweatherburn talk contribs created page MySQL Role (Created page with "This role is run against all servers. It ensures that we have a baseline and that services required on all servers exist and are configured properly. This role has the follow...")
- 22:29, 2 July 2020 Gweatherburn talk contribs created page Database Server (MySQL) (Created page with "Database Server (MySQL) Page. The base is an Image in OpenStack (Glance) which is a CentOS 8 minimal installation with the ''firewalld'' package removed and the following pa...")
- 21:43, 2 July 2020 Gweatherburn talk contribs created page Common-template-motd.j2 (Created page with "<pre style="border:1px solid Black;"> - name: "Create a Group for the Prometheus user" group: name: prometheus system: true state: present - name: "Add the Prom...")
- 21:42, 2 July 2020 Gweatherburn talk contribs created page Common-tasks-users.yaml (Created page with "<pre style="border:1px solid Black;"> - name: "Create a Group for the Prometheus user" group: name: prometheus system: true state: present - name: "Add the Prom...")
- 21:41, 2 July 2020 Gweatherburn talk contribs created page Common-tasks-services.yaml (Created page with "<pre style="border:1px solid Black;"> - name: "Is node_exporter.service there" stat: "path=/usr/lib/systemd/system/node_exporter.service" register: node_exporter_service_t...")
- 21:39, 2 July 2020 Gweatherburn talk contribs created page Common-tasks-packages.yaml (Created page with "<pre style="border:1px solid Black;"> - name: "Remove unwanted packages" package: name: "{{ item }}" state: absent loop: - exim - telnet - nagios*...")
- 21:12, 2 July 2020 Gweatherburn talk contribs created page Common-tasks-main.yaml (Created page with "<pre style="border:1px solid Black;"> --- - name: "Hostnames for all servers." import_tasks: 'hostnames.yaml' - name: "Prometheus User for all servers." import_tasks: 'us...")
- 21:10, 2 July 2020 Gweatherburn talk contribs created page Common-tasks-logwatch.yaml (Created page with "<pre style="border:1px solid Black;"> - name: "Install Logwatch packages" package: name: "{{ item }}" state: latest loop: - logwatch - mailx - perl-Dat...")
- 21:07, 2 July 2020 Gweatherburn talk contribs created page Common-tasks-hostnames.yaml (Created page with "<pre style="border:1px solid Black;"> - name: 'Hostname for admin' hostname: name: 'admin.weatherburn.me.uk' use: 'systemd' when: "'admin' in inventory_hostname"...")
- 21:06, 2 July 2020 Gweatherburn talk contribs created page Common-tasks-files.yaml (Created page with "<pre style="border:1px solid Black;"> - name: "Copy clearcache.sh to all servers." copy: src: "../files/clearcache.sh" dest: "/usr/local/bin/clearcache.sh" owner...")
- 21:05, 2 July 2020 Gweatherburn talk contribs created page Common-tasks-cron.yaml (Created page with "<pre style="border:1px solid Black;"> - name: "Clear Cache Cron job for Admin server" cron: name: "Clear Cache Cron Job for Admin Server" hour: '1' minute: '16'...")
- 21:04, 2 July 2020 Gweatherburn talk contribs created page Common-handlers-main.yaml (Created page with "<pre style="border:1px solid Black;"> - name: crond restart service: name=crond state=restarted enabled=true - name: crond reload service: name=crond state=reloaded </pre...")
- 20:39, 2 July 2020 Gweatherburn talk contribs created page Common-files-start node exporter.service (Created page with "<pre style="border:1px solid Black;"> [Unit] Description=Start the node_exporter service After=network.target After=systemd-user-sessions.service After=network-online.target...")
- 20:38, 2 July 2020 Gweatherburn talk contribs created page Common-files-secrethub (Created page with "<pre style="border:1px solid Black;"> </pre> Return to Common Role")
- 20:36, 2 July 2020 Gweatherburn talk contribs created page Common-files-node exporter.service (Created page with "<pre style="border:1px solid Black;"> [Unit] Description=Prometheus Documentation=https://github.com/prometheus/node_exporter Wants=network-online.target After=network-online....")
- 06:40, 30 June 2020 Gweatherburn talk contribs created page Common-files-logwatchreport.sh (Created page with "<pre> #!/bin/bash # # This runs logwatch and then exports the resulting html off to the logwatch # server which in turn will serve this file up as a web page. # # Author: Guy...")