All public logs

Jump to navigation Jump to search

Combined display of all available logs of ScottWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 00:26, 13 March 2024 Wikiadmin talk contribs created page Configure KVM 24.04LTS (Created page with "Certificate Authority Security Certificates Install the required packages: apt install certbot python3-certbot-dns-ovh Create an OVH Consumer Key using the following details: Site: https://api.ovh.com/createToken/?GET=/domain/zone&POST=/domain/zone/*&PUT=/domain/zone/*&DELETE=/domain/zone/: record/* Script name: certbot Script description: ACME client for security certificates Validity: Unlimited You may need to use the OVH "Userid" rather than email -...")
  • 23:21, 12 March 2024 Wikiadmin talk contribs created page Fail2ban installation 24.04LTS (Created page with "OK lets bolt down a bit against brute force SSH attacks from the internet idiots, before we go any further. <pre> sudo apt-get install fail2ban sudo service fail2ban stop </pre> The fail2ban service keeps its configuration files in the /etc/fail2ban directory. There is a file with defaults called jail.conf. Since this file can be modified by package upgrades, we should not edit this file in-place, but rather copy it so that we can make our changes safely. We need to c...")
  • 23:19, 12 March 2024 Wikiadmin talk contribs created page Logwatch Installation 24.04LTS (Created page with "== Logwatch == Logwatch is a handy utility that can parse the system logs and send you details of system errors or issues with the server. Lets stick this on and set it up to mail the logs to an email address daily. sudo apt-get install logwatch As part of the installation, logwatch will install the postfix mailer which we need to configure on install. We will choose the option '''satellite system''' Set the System mail name = your solaris.scottworld.net<br> Wh...")
  • 23:15, 12 March 2024 Wikiadmin talk contribs created page Dynamic DNS setup 24.04LTS (Created page with "My ISP provider allows an interface with their DNS via ddclient protocol. We will use the ddclient on the server to update DNS every time the external IP changes. Install the ddclient sudo apt-get install ddclient At the installation questions choose Other Dynamic DNS server www.ovh.com Protocol dyndns2 Username scottworld.net-solaris You can answer through the questions.... check the /etc/ddclient.conf file for settings below. Edit the /etc/ddclient.c...")
  • 23:05, 12 March 2024 Wikiadmin talk contribs created page DHCP Server Installation 24.04LTS (Created page with "We will now set up a DHCP Server and configure it to hand out a specific range of addresses and update DNS (once we set it up) Install the DHCP server package. sudo apt-get install isc-dhcp-server It will fail on startup as it is not configured yet. service isc-dhcp-server stop Configure the interface to listen on nano /etc/default/isc-dhcp-server Change the parameter for "interfaces" INTERFACES="br0" (in our case we use br0 as we are using a bridge) Config...")
  • 23:04, 12 March 2024 Wikiadmin talk contribs created page Time server chrony Installation 24.04LTS (Created page with "Install chrony apt install chrony Edit the config nano /etc/chrony/chrony.conf <pre> # Welcome to the chrony configuration file. See chrony.conf(5) for more # information about usuable directives. # This will use (up to): # - 4 sources from ntp.ubuntu.com which some are ipv6 enabled # - 2 sources from 2.ubuntu.pool.ntp.org which is ipv6 enabled as well # - 1 source from [01].ubuntu.pool.ntp.org each (ipv4 only atm) # This means by default, up to 6 dual-stack and...")
  • 22:49, 12 March 2024 Wikiadmin talk contribs created page Bind9 (DNS) Installation 24.04LTS (Created page with "This will configure split DNS. This will allow you to create a local DNS zone "scottworld.net" which will handle all local requests. It will be an extension of scottworld.net which is the registered domain. Requests for scottworld.net hosts (and other traffic) that are not local are forwarded out to the internet. Install bind. apt install bind9 Shut down the service for configuration service bind9 stop == Update bind to use IP 4 addresses only == This will preven...")
  • 22:41, 12 March 2024 Wikiadmin talk contribs created page The Ultimate Ubuntu Server Install 24.04LTS (Created page with "<h2>Noble Numbat</h2> == Main Installation == The main installation is slightly different in 22.04LTS, insert the Ubuntu Server (LTS 22.04LTS Live) installation CD/USB/DVD and follow the onscreen instructions. If you don’t understand the questions asked by the installer put the keyboard down and switch everything thing off and go back to being a user. You will be asked to select. Language Keyboard Type of Ubuntu Install - Choose "Install Ubuntu" Network Configu...")
  • 22:40, 12 March 2024 Wikiadmin talk contribs deleted page The Ultimate Ubuntu Server Install 22.04LTS (content was: "<h2>Noble Numbat</h2> == Main Installation == The main installation is slightly different in 22.04LTS, insert the Ubuntu Server (LTS 22.04LTS Live) installation CD/USB/DVD and follow the onscreen instructions. If you don’t understand the questions asked by the installer put the keyboard down and switch everything thing off and go back to being a user. You will be ask...", and the only contributor was "Wikiadmin" (talk))
  • 20:52, 12 March 2024 Wikiadmin talk contribs created page The Ultimate Ubuntu Server Install 22.04LTS (Created page with "== Main Installation == The main installation is slightly different in 20.04LTS, insert the Ubuntu Server (LTS 20.04LTS Live) installation CD/USB/DVD and follow the onscreen instructions. If you don’t understand the questions asked by the installer put the keyboard down and switch everything thing off and go back to being a user. You will be asked to select. Language Keyboard Type of Ubuntu Install - Choose "Install Ubuntu" Network Configuration: Use the cursor...")
  • 22:01, 3 January 2024 Wikiadmin talk contribs created page ESPHome (Created page with "Useful YAML scripts for ESPHome")
  • 15:38, 11 November 2023 Wikiadmin talk contribs blocked Paul talk contribs with an expiry time of indefinite (account creation disabled, autoblock disabled)
  • 15:16, 11 November 2023 Wikiadmin talk contribs created page File:Monster.jpg (Generic Monster)
  • 15:16, 11 November 2023 Wikiadmin talk contribs uploaded File:Monster.jpg (Generic Monster)
  • 15:06, 11 November 2023 Wikiadmin talk contribs created page Monster (Created page with "--Monster-- Category:Minature")
  • 15:02, 11 November 2023 User account Paul talk contribs was created by Wikiadmin talk contribs (Management of Figure Pages)
  • 23:38, 28 May 2023 Wikiadmin talk contribs created page SSH Key (Created page with "ssh-keygen ssh-copy-id user@host")
  • 17:43, 15 December 2022 Ian talk contribs created page Frigate NVR (Created page with "=Frigate NVR= ==Docker== Download and save the Docker repository signing key: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg Add the Docker repository in /etc/apt/sources.list.d/docker.list: deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu jammy stable Allow unattended updates from this repository by add to /etc/apt/apt.conf.d/50unattended-upgrades:...")
  • 17:24, 15 December 2022 Wikiadmin talk contribs imported VRChat Udon Scripts by file upload (1 revision)
  • 17:24, 15 December 2022 Wikiadmin talk contribs imported VRChat Development by file upload (1 revision)
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)