New pages
Jump to navigation
Jump to search
- 19:27, 8 March 2023 Change WordPress Domain (hist) [676 bytes] Adam.birds (talk | contribs) (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...")
- 19:06, 8 March 2023 Create MySQL User And Grant Privileges (hist) [328 bytes] Adam.birds (talk | contribs) (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...")
- 02:07, 29 January 2022 Make script to silence output unless errors and always recompile (hist) [696 bytes] Adam.birds (talk | contribs) (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...")
- 22:11, 15 January 2019 Wordpress Extra Theme Hide Arrow in Drop Down Menu (hist) [438 bytes] Adam.birds (talk | contribs) (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...")