User contributions
Jump to navigation
Jump to search
- 19:27, 8 March 2023 diff hist +676 N Change WordPress Domain Created page with "'''To change a WordPress domain execute the following MySQL Commands:''' <pre> UPDATE wp_options SET option_value = replace(option_value, 'https://oldomain.com', 'https://new..." current
- 19:06, 8 March 2023 diff hist +328 N Create MySQL User And Grant Privileges Created page with "To create a MySQL user and grant privileges run the below commands: <pre> CREATE USER 'username'@'localhost' IDENTIFIED BY 'SuperSecurePassword'; </pre> <pre> GRANT ALL PRIV..." current
- 02:07, 29 January 2022 diff hist +696 N Make script to silence output unless errors and always recompile Created page with "'''Here is the script to silence output when running make unless their are errors, it will also always recompile too:''' <pre> #!/bin/bash # Ensure no targets end with .c ar..." current
- 02:01, 29 January 2022 diff hist +105 N Category:Make Created page with "This will include everything to do with the Linux command Make! Category:Linux Category:Contents" current
- 22:33, 26 October 2021 diff hist +1 Main Page current
- 20:27, 22 October 2021 diff hist +280 N MediaWiki:Sidebar Created page with " * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki * Credits for Site ** https://adbwebd..." current
- 19:51, 22 October 2021 diff hist +82 Main Page Added link to ADB Web Designs
- 22:11, 15 January 2019 diff hist -1 Wordpress Extra Theme Hide Arrow in Drop Down Menu current
- 22:11, 15 January 2019 diff hist +439 N Wordpress Extra Theme Hide Arrow in Drop Down Menu Created page with "'''To hide the arrow in the drop-down menu of the Extra theme in Wordpress follow the below:''' Login to Wordpress Admin Then click Extra and then Theme Options Scroll down..."
- 23:56, 9 December 2016 diff hist +334 N The Trust Relationship Between This Workstation and the Primary Domain Failed Created page with "When you get the '''The Trust Relationship Between This Workstation and the Primary Domain Failed''' error run the below in '''Powershell''' as '''Administrator''': <pre> Tes..." current
- 09:50, 21 November 2016 diff hist +1 Reset Domain Trust Relationship current
- 09:50, 21 November 2016 diff hist +287 N Reset Domain Trust Relationship Created page with "If you get '''he trust relationship between this workstation and the primary domain failed''' when attempting to logon then run the following as Admin in Powershell: <pre> Te..."
- 22:43, 1 November 2016 diff hist +21 Category:Citrix current
- 22:42, 1 November 2016 diff hist +42 N Category:Windows Updates Created page with "Category:Windows Category:Contents" current
- 22:42, 1 November 2016 diff hist +29 Windows Update Hangs on Checking for Updates current
- 22:41, 1 November 2016 diff hist +2,690 N Windows Update Hangs on Checking for Updates Created page with "We emphasise that for this to work, you must follow exactly as this describes. There are two main types of Windows 7 installations: '''32 bit''' or '''64 bit'''. You need to..."
- 22:26, 1 November 2016 diff hist +198 N WiFi Profile Type Change Created page with "'''Run the following command as admin in CMD replacing SSID with your wireless name:''' <pre> netsh wlan set profiletype name=SSID profiletype=all </pre> [[Category:Windows]..." current
- 10:13, 30 August 2016 diff hist +123 Clear Out Old Kernels current
- 09:45, 17 May 2016 diff hist +316 N Allow DHCP through IPTables Created page with "To allow DHCP through IPTbales and IP6Tables run the following commands: <pre> iptables -I INPUT -i eth2 -p udp --dport 67:68 --sport 67:68 -j ACCEPT ip6tables -I INPUT -i et..." current
- 14:08, 6 May 2016 diff hist +1,928 N Install Gitlab CentOS 7 Created page with "=Gitlab Installation= ==Prerequisites== *Newly launched CentOS 7 Server *Reasonable Disk Specifications *Internet Connection *Domain Name with DNS pointing to the IP of the..." current
- 11:52, 6 May 2016 diff hist +29 Main Page
- 11:51, 6 May 2016 diff hist +68 N Category:Gitlab Created page with "This will contain all the stuff about Gitlab! Category:Contents" current
- 21:49, 5 May 2016 diff hist +2,940 N Microsoft Office Group Policy Templates Created page with "=Importing AMDX/ADML/ADM Templates into Central Store= ==Downloading ADMX/ADML/ADM Templates== First we need to download the appropriate ADMX/ADML/ADM templates for your ver..." current
- 20:27, 1 May 2016 diff hist +315 N Windows Server Roles Won't Install Created page with "'''If you get an error during installation of Server Roles in Windows Server 2012 R2 the issue is caused by the below two Windows Updates:''' <pre> KB 3098779 KB 3097997 </pr..." current
- 20:04, 1 May 2016 diff hist +35 Main Page
- 20:00, 1 May 2016 diff hist +21 N Category:Amazon S3 Created page with "Category:Contents" current
- 19:59, 1 May 2016 diff hist +372 N Find Size of Amazon S3 Bucket Created page with "'''To find the size of an Amazon S3 Bucket use the following command:''' <pre> aws s3api list-objects --bucket bucketname --output json --query "[sum(Contents[].Size), length..." current
- 22:27, 30 April 2016 diff hist 0 Main Page
- 22:27, 30 April 2016 diff hist +878 Main Page
- 21:52, 30 April 2016 diff hist +2 Category:Moodle current
- 21:51, 30 April 2016 diff hist +21 N Category:Opencart Created page with "Category:Contents" current
- 21:50, 30 April 2016 diff hist 0 Opencart Nginx Config current
- 21:50, 30 April 2016 diff hist +22 Opencart Nginx Config
- 21:40, 30 April 2016 diff hist +8,062 RClone - Filtering current
- 21:00, 30 April 2016 diff hist +1,548 N RClone - Filtering Created page with "=Filtering, includes and excludes= Rclone has a sophisticated set of include and exclude rules. Some of these are based on patterns and some on other things like file size...."
- 20:52, 30 April 2016 diff hist +22,062 N RClone - Usage Created page with "=Usage= RClone syncs a directory tree from one storage system to another. Its syntax is like this: <pre> Syntax: [options] subcommand <parameters> <parameters...> </pre> S..." current
- 19:37, 30 April 2016 diff hist +321 RClone - Configure current
- 19:35, 30 April 2016 diff hist +675 N RClone - Configure Created page with "=Configure= First you’ll need to configure rclone. As the object storage systems have quite complicated authentication these are kept in a config file '''.rclone.conf''' in..."
- 19:33, 30 April 2016 diff hist 0 m RClone - Backblaze B2 Adam.birds moved page RClone - BackBlaze B2 to RClone - Backblaze B2 current
- 19:32, 30 April 2016 diff hist 0 m RClone - Backblaze B2 Adam.birds moved page RClone - BlackBlaze B2 to RClone - BackBlaze B2 without leaving a redirect
- 19:23, 30 April 2016 diff hist +7 RClone - Overview current
- 19:22, 30 April 2016 diff hist +2,775 N RClone - Overview Created page with "=Overview of Cloud Storage Systems= Each cloud storage system is slighly different. Rclone attempts to provide a unified interface to them, but some underlying differences sh..."
- 17:29, 30 April 2016 diff hist +21 N Category:Prestashop Created page with "Category:Contents" current