Main public logs
From Sea of Fate
Jump to navigationJump to search
Combined display of all available logs of Sea of Fate. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:31, 21 March 2025 Sailor talk contribs created page Other temporary projects (Created page with "==Introduction== My early investigations of AI with stable Diffusion. I will leave these early notes long past there date so my confusion can be seen and hopefully see some progression. ==Using the GPU on My Windows 11 PC== I have downloaded the components to install the Stable Diffusion components. I installed Python but an early version (3.10.6) because I was told that it wouldn't work on the later versions, not sure how true that is but I did it anyway. I also inst...")
- 01:49, 15 March 2025 Sailor talk contribs created page SSL Config (Created page with "==Intoduction== ==The Process == There will be two setups for SSL/TLS one for the seaoffate.local and one for seaoffate.net. ===Local DNS Names SSL Setup=== We will do the SSL/TLS for the .local access first mainly because because it is better to see it working on a local level and if we did the global first there is a good chance we would never get a around to doing the local, in which case some of the access will be completely without any cert. It is part of the lea...")
- 20:56, 14 March 2025 Sailor talk contribs created page Add a Hostname & IP Address to DNSmsaq (Created page with "==Details of the script== ==add_dns_record,sh== There is a script that can be run to add a dns record to dnsmasq sudo ./add_dns_record.sh <hostname> <ip_address> It will have two parameters one for hostname and the other for the IP Address of the host we would be dealing with. The code for the script #!/bin/bash # # Script to add or update a DNS record in dnsmasq # # Get hostname and IP address from command line HOSTNAME="$1" IP_ADDRESS="$2" # # Check if pa...")
- 06:21, 13 March 2025 Sailor talk contribs created page Create Virtual Machine from a template (Created page with "==Introduction== This is not a deep dive in to ansible or similar but a simple quick and dirty guide to creating a new VM from a template and configuring some of the networking with cloud init. ==qm clone== To create a new host from your template with the specified IP address, gateway, DNS server, and search domain, you can use the Proxmox command-line interface (CLI) with the qm clone command and appropriate Cloud-Init parameters. Here's how you can do it: Using t...")
- 00:14, 12 March 2025 Sailor talk contribs created page UpLoad Server (Created page with "==Introduction== We need a method of easily getting image files uploaded from both LAN and Internet ready to be edited and displayed on the webserver")
- 20:03, 8 March 2025 Sailor talk contribs changed protection settings for Main Page [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:03, 8 March 2025 Sailor talk contribs protected Proxmox Server [Move=Allow only autoconfirmed users] (indefinite) (hist)
- 19:53, 8 March 2025 Sailor talk contribs changed protection settings for Main Page [Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite) (hist)
- 19:52, 8 March 2025 Sailor talk contribs protected Main Page [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 19:51, 8 March 2025 Sailor talk contribs protected Home Lab [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 07:32, 7 March 2025 Sailor talk contribs created page File:Seacoin.png (possible logo)
- 07:32, 7 March 2025 Sailor talk contribs uploaded File:Seacoin.png (possible logo)
- 03:59, 7 March 2025 Sailor talk contribs created page File:ShipLogo1.png
- 03:59, 7 March 2025 Sailor talk contribs uploaded File:ShipLogo1.png
- 03:59, 7 March 2025 Sailor talk contribs created page File:ShipLogo80.png
- 03:59, 7 March 2025 Sailor talk contribs uploaded File:ShipLogo80.png
- 01:44, 7 March 2025 Sailor talk contribs created page Reverse Proxy (Created page with "==Introduction== The Reverse Proxy will be a '''Virtual Machines''' based on Nginx as it is a fairly light install and will be easily capable of forwarding all traffic to the webservers in the home lab")
- 01:26, 7 March 2025 Sailor talk contribs created page MySQL Server (Created page with "==Introduction== The host Mandarin is the MySQL server. It will not be made available to the WWW as there is no need. ===PHPMyAdmin=== PHPMyAdmin has been installed but it will only be available to the LAN. By restricting it to LAN access only there much less security concerns and there is not really much need to do much admin on MySQL in any case. PHPMyAdmin will probably be used primarily for trouble shooting and maybe some manual backups but even then we need to do...")