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⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

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

  • 23:2823:28, 12 March 2024 diff hist −1 Fail2ban installation 24.04LTSNo edit summary
  • 23:2123:21, 12 March 2024 diff hist +1,637 N Fail2ban installation 24.04LTSCreated 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:2023:20, 12 March 2024 diff hist −3 Logwatch Installation 24.04LTS→‎Logwatch
  • 23:1923:19, 12 March 2024 diff hist +4,396 N Logwatch Installation 24.04LTSCreated 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:1523:15, 12 March 2024 diff hist +2,821 N Dynamic DNS setup 24.04LTSCreated 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..." current
  • 23:1423:14, 12 March 2024 diff hist 0 The Ultimate Ubuntu Server Install 24.04LTSNo edit summary
  • 23:1323:13, 12 March 2024 diff hist −24 DHCP Server Installation 24.04LTSNo edit summary
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)