User contributions for Wikiadmin

A user with 217 edits. Account created on 15 December 2022.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

29 March 2024

  • 16:4916:49, 29 March 2024 diff hist +25 MS ActivationNo edit summary current
  • 16:4816:48, 29 March 2024 diff hist +435,906 N MS ActivationCreated page with "Download / How to use it? Method 1 - PowerShell (Recommended) Right-click on the Windows start menu and select PowerShell or Terminal (Not CMD). Copy and paste the code below and press enter irm https://massgrave.dev/get | iex You will see the activation options. Follow the on-screen instructions. That’s all Method 2 - Create a file MAS_AIO-CRC32_60BA35A8.cmd Contents <pre> @set masver=2.5 @setlocal DisableDelayedExpansion @echo off :: For command lin..."

28 March 2024

  • 19:0419:04, 28 March 2024 diff hist +188 N Reset WSLCreated page with "All run from powershell (with admin access) Show what distro you have wsl -l Clear the distro wsl --unregister Ubuntu Then run wsl -l Install using.. wsl.exe --install Ubuntu" current

26 March 2024

25 March 2024

24 March 2024

22 March 2024

20 March 2024

19 March 2024

18 March 2024

13 March 2024

  • 00:5000:50, 13 March 2024 diff hist +53 Frigate NVRNo edit summary
  • 00:4900:49, 13 March 2024 diff hist +38 Frigate NVRNo edit summary
  • 00:4000:40, 13 March 2024 diff hist +1,279 N MediaWiki Installation 24.04LTSCreated page with "Install the required packages, apt-get install imagemagick php7.0-intl php7.0-curl php7.0-gd php7.0-mbstring php7.0-mysql Edit the media wiki apache file. nano /etc/mediawiki/apache.conf Uncomment to enable media wiki. Alias /wiki /var/lib/mediawiki Enable the apache rewrite module a2enmod rewrite Restart Apache service apache2 restart Download and install mediawiki <pre> cd /opt/ wget https://releases.wikimedia.org/mediawiki/LATEST VERSION/mediawiki-LATE..."
  • 00:3900:39, 13 March 2024 diff hist +2,281 N Amanda File Recovery 24.04LTSCreated page with "Configuration We'll be using amrecover(8) to recover files from backup. Before we can recover files, a little more configuration is in order. Amrecover is technically a client tool, and contacts the server to "pull" the recovery down to the client. You'll recall this is the reverse of the backup situation, where the server contacts the client to ask for its data. As such, we'll need to configure the client to talk to the server. Put the following in /etc/amanda/amanda-cl..." current
  • 00:3800:38, 13 March 2024 diff hist +4,065 N Amanda Backup Server Installation 24.04LTSCreated page with "A simple backup solution. Nice backup formats (tarballs) and the ability to restore when it all goes wrong. Amanda is in the standard ubuntu repository. apt install amanda-server apt install amanda-client As part of the install a user is created for the service to run under in Ubuntu's case this is "backup" remember that for later. Now we need to set up some directories. mkdir -p /opt/amanda/holding mkdir -p /opt/amanda/state mkdir -p /opt/amanda/state/{curinf..." current
  • 00:3800:38, 13 March 2024 diff hist +5,995 N Next Cloud Installation 24.04LTSCreated page with "https://docs.nextcloud.com/server/12/admin_manual/installation/index.html == Prerequisites == Set up DNS (CNAME) to point to your nextcloud server. scottcloud.scottworld.net CNAME ---> Solaris Also make sure it is set internally (if we are using split DNS) ==Set up some directories== Create a directory to hold the nextcloud files .. make this outside the standard WWW readable dirrectory mkdir /opt/nextcloud/ Create a directory (outside of your WWW to hold the..."
  • 00:3700:37, 13 March 2024 diff hist +588 N Open VPN Install 24.04LTSCreated page with " apt install openvpn copy back the etc files from the openvpn backup including all the RSA params etc. systemctl enable openvpn@solaris systemctl enable openvpn@solarisgaming service openvpn start Add a static route on the main router so the OpenVPN traffic can route for the 10. network <pre> Network Subnet mask Gateway 10.3.0.0 255.255.255.0 192.168.3.200 </pre> Make sure the OpenVPN server has IP forwarding turned on. nano /etc/sysctl.d/localforwarding..."
  • 00:3600:36, 13 March 2024 diff hist +2,921 N Teamspeak Server Installation 24.04LTSCreated page with "First, create a new user with your desired name, we will use the name "teamspeak" for this guide. adduser --disabled-login teamspeak Get the latest TeamSpeak 3 server files for 64-bit Linux. Check their website, a new version may be available. https://teamspeak.com/en/downloads/#server wget http://dl.4players.de/ts/releases/3.2.0/teamspeak3-server_linux_amd64-3.2.0.tar.bz2 Extract the archive. tar xvf teamspeak3-server_linux_amd64-3.2.0.tar.bz2 Move the extrac..."
  • 00:3500:35, 13 March 2024 diff hist +965 N Plex Media Server installation 24.04LTSCreated page with "To enable the Plex Media Server repository on Ubuntu only a few terminal commands are required. From a terminal window run the following two commands: echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add - The Ubuntu & Debian repository is about to be changed. This change is per the requirements for Ubuntu 17 + 18. It adds the now-requi..."
  • 00:3400:34, 13 March 2024 diff hist +7,005 N Samba Installation 24.04LTSCreated page with "Install Samba and the required services. apt-get install samba Stop the samba service service smbd stop First we will create a samba user and set a password for Windows users to authenticate. If we want multiple users we can repeat this process. adduser --disabled-login suser sudo smbpasswd -a suser Now we will create a group to assign to the various shares we are going to create for admin access (read write) groupadd -g 10000 smbaadmins We now need to add..."
  • 00:3300:33, 13 March 2024 diff hist +898 N Transmission Daemon Installation 24.04LTSCreated page with "Install the backend bittorent client apt-get install transmission-daemon Close the running daemon (otherwise your settings will be overwritten) service transmission-daemon stop Now edit the file nano /etc/transmission-daemon/settings.json Change the following values "rpc-username": "sysadmin", "rpc-whitelist": "10.3.200.*", "download-dir": "/srv/data/torrents", "incomplete-dir": "/srv/data/torrents", "rpc-password": "<password here>", "rpc-username": "sy..."
  • 00:3200:32, 13 March 2024 diff hist +1,869 N PhpMyadmin Installation 24.04LTSCreated page with "== Install PHPmyAdmin. == OK lets install a web interface into the MySql Server, as this makes administration much easier sudo apt-get install phpmyadmin Select the web server(s) that you have installed (usually APACHE2) Go in and set the root password for MySql if you have not done so already. You can test this now http://your.server.com/phpmyadmin go and log in with the root password OOOPS You’ve installed phpMyAdmin but cannot log in using the root accou..."
  • 00:3100:31, 13 March 2024 diff hist +3,044 N Apache Configuration 24.04LTSCreated page with "== Apache Tweaks == First we are going to move the document root of the apache webserver to be something more sensible, do this before we start installing any more web related things. First Disable the default site... a2dissite 000-default.conf Now copy the default config to a new one which we will make the new default. sudo cp /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/solaris-default.conf Now edit this new default config na..."
  • 00:3000:30, 13 March 2024 diff hist −3 Configure MySQL 24.04LTSNo edit summary current
  • 00:2900:29, 13 March 2024 diff hist +1,338 N Configure MySQL 24.04LTSCreated page with "If you want to allow access to your MYSQL database from any other host rather than the LOCAL server you will have to tell MySQL to bind to the external ip address rather than the local TCP stack... 127.0.0.1 (which is the default) service mysql stop sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf Modify the line bind-address = 127.0.0.1 (change 127.0.0.1 to 192.168.3.200 the externally bound IP address) Move the default database directory off the system disk da..."
  • 00:2700:27, 13 March 2024 diff hist +4,375 N LAMP Stack Installation 24.04LTSCreated page with "A "LAMP" stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the Apache web server with PHP and MySQL database. The site data is stored in a MySQL database, and dynamic content is processed by PHP. In this guide, we will install a LAMP stack on an Ubuntu 18.04 server. ==Apache Web Server Install== The A..."
  • 00:2700:27, 13 March 2024 diff hist +5,777 N Certificate Provisioning 24.04LTSCreated 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 -..."
  • 00:2600:26, 13 March 2024 diff hist +5,778 N Configure KVM 24.04LTSCreated 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 -..."

12 March 2024

10 March 2024

3 January 2024

11 November 2023

12 September 2023

28 May 2023

9 May 2023

6 April 2023

15 December 2022

9 April 2022

22 January 2022

1 December 2021

25 November 2021

21 November 2021

10 November 2021

4 November 2021

24 June 2021

24 May 2021

  • 20:4020:40, 24 May 2021 diff hist +405 N DOS2 Engine DevCreated page with "<pre> DB_Origins((CHARACTERGUID)S_Player_GenericOrigin3_41a06985-7851-4c29-8a78-398ccb313f39); DB_Origin(CHARACTERGUID)S_Player_GenericOrigin3_41a06985-7851-4c29-8a78-398ccb31..."

7 May 2021

9 February 2021

  • 13:4213:42, 9 February 2021 diff hist +751 N SWAKSCreated page with "<pre> –from – address you want to appear as from –header – header part including Subject –body – Text you want to appear in the mail boxy. You can create a text fi..."

1 February 2021

2 September 2020

25 August 2020

13 August 2020

8 August 2020

6 August 2020

5 August 2020

4 August 2020

15 January 2020

11 January 2020

15 December 2019

9 December 2019

28 September 2019

7 March 2019

21 January 2019