Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of wiki.TerraBase.info. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:57, 12 October 2022 Root talk contribs created page The Impossible Driver (Created page with "This article is about an adventure I had with a Sony VAIO® LT Series Combination HD PC and TV All-In-One Computer. In this specific instance, an LT30 Series, LT32e Model. The LT Series of computers is an all in one computer that was built in the late noughties (AKA 2000s). From the front, all models are very similar. From the side and rear, various differences between models range from the type of CD / DVD device to an external "subwoofer" (if a 2" speaker can even...") Tag: Visual edit
- 16:54, 12 October 2022 Root talk contribs created page File:Sony Vaio LT Series.jpg
- 16:54, 12 October 2022 Root talk contribs uploaded File:Sony Vaio LT Series.jpg
- 22:05, 8 October 2022 Root talk contribs created page Netcat VS NCat VS NC in OpenWRT (Created page with "This is just a few quick notes on the NETCAT Command in OpenWRT All of the below referenced NETCAT, NCAT, NC commands are located in the /usr/bin Directory By default, when using the NETCAT Command, the 'compact' version in BusyBox is utilized. In addition, a symbolic link is created such that NC points to the BusyBox version of Netcat. If NETCAT, the full version of the program is installed (opkg install netcat), then the BusyBox version is overridden. In addition,...") Tag: Visual edit
- 16:32, 23 September 2022 Root talk contribs created page SVG Icons in WordPress (Created page with "Most "Icon Packs" one can find or purchase for use in WordPress are most likely based on freely available images. For example, the Skyboot Custom Icons for Elementor bases its library on several freely available Icon / Symbol / Glyph resources. One of their Icon Libraries includes one titled "Material Design Icons", which is sourced from https://materialdesignicons.com/. How did I discover this? Well, the nice people that made the Skyboot Custom Icon Plugin were nice...") Tag: Visual edit
- 16:00, 19 September 2022 Root talk contribs created page Windows Booting Simplified (Created page with "This article is not intended to be a detailed accounting of how Windows boots in the 'modern world' (which is essentially Vista and above). The 'old fashion' Windows NT 4, 2003 boot methods are not addressed here. See the last section for some links on more detailed information. === Modern PC Booting for Windows based on x86, i386, x64, whatever you want to broadly label the Intel 8086/8088 lineage === * Power is turned on * CPU starts a program ("First Boot Program"...") Tag: Visual edit
- 18:08, 7 September 2022 Root talk contribs created page DNS Tracking with BIND (Created page with "If you want to "spy" on a program and see if it is "calling home", it can be done with BIND / NAMED. Remember, BIND / NAMED keeps its lookup cache in RAM, so it needs to be dumped into a file to read (IE, it's a multi-step process) === Set BIND / NAMED Up === Add the following in the Options section of /etc/bind/named.conf (or whatever directory the configuration file is in) * dump-file "/var/cache/bind/named_dump.db"; (That's usually the default path, wit...") Tag: Visual edit
- 16:15, 6 September 2022 Root talk contribs created page Image Acquisition (Created page with "...need an Image? Here are some tips; === List the Contents of a Directory on a Web Server === curl --silent <nowiki>https://WhatEverWebSite.com/Directory/</nowiki> | grep -o 'href=".*">' | sed 's/href="//;s/\/">//' curl -s <nowiki>https://WhatEverWebSite.com/Directory/</nowiki> | grep -o 'href=".*">' | sed -e "s/href=\"//g" | sed -e "s/\"\>//g" ...don't forget the trailing / ( slash ) === Plugin for Downloading Files === Firefox: DownloadThemAll PlugIn / AddOn ===...") Tag: Visual edit
- 02:12, 8 July 2022 Root talk contribs created page File:Surveillance.jpg
- 02:12, 8 July 2022 Root talk contribs uploaded File:Surveillance.jpg
- 01:31, 8 July 2022 Root talk contribs created page Firefox and ActiveX (Created page with "I cannot begin to describe how frustrating it is to have a ''fully'' functional device be rendered obsolete. This is due to many factors. The manufacturer choosing a poor technology for its software interface (but otherwise having a wonderful physical implementation of the hardware). Microsoft not providing or continuing a method for maintaining backwards / legacy compatibility, etc. And after writing that sentence, I feel myself softening a bit in terms of thinking...") Tag: Visual edit
- 23:36, 4 July 2022 Root talk contribs moved page Cloning Windows 11 to Cloning Windows 11 and Getting it to Boot without leaving a redirect
- 00:48, 2 July 2022 Root talk contribs created page File:ReadyBoost.jpg
- 00:48, 2 July 2022 Root talk contribs uploaded File:ReadyBoost.jpg
- 16:39, 1 July 2022 Root talk contribs created page Cloning Windows 11 (Created page with "...here's a complex subject. Just rough notes for now; 1st, remember to disable Ready Boost (it can cause some funky Blue Screen issues): https://support.bromium.com/s/article/Disabling-Windows-10-Fast-Startup (and don't forget to mount the proper SYSTEM Hive, the System Hive from the Bootable Media or Rescue Media is different) Be prepared to fix BCD stuff (the BOOTREC command is next to useless. Imagine spinning around in a circle seven times, and then pinning the...") Tag: Visual edit
- 03:27, 28 June 2022 Root talk contribs created page Windows Stop 0x7B (Created page with "It's gone! No, not the error. The most useful web page for solving the issue is gone. It used to be here: http://support.microsoft.com/kb/314082/ That now redirects to this: https://docs.microsoft.com/en-US/windows/client-management/troubleshoot-inaccessible-boot-device And it isn't nearly as useful. Thankfully, there are some sites (including this one) which will preserve the ancient wisdom. == What this Article is About == This article is focused on the cloning...") Tag: Visual edit
- 16:33, 16 June 2022 Root talk contribs created page File:Corner Border Image Slice Issue.jpg
- 16:33, 16 June 2022 Root talk contribs uploaded File:Corner Border Image Slice Issue.jpg
- 16:27, 16 June 2022 Root talk contribs created page Chrome Issue with CSS Border Image Slice (Created page with "There is an issue in Chrome using the CSS Border Image Slice functionality that is not present in Firefox or any other browser that uses a "non-Webkit" based engine. It is described here; * https://stackoverflow.com/questions/56103610/css-border-image-border-image-slice-causing-very-small-gaps-like-division * https://www.angularfix.com/2022/01/unwanted-lines-in-border-image-where.html ...and no one has a solution as of mid 2022. <br />") Tag: Visual edit
- 16:03, 30 May 2022 Root talk contribs created page WordPress Caching Optimization and Performance (Created page with "There are tons of good and bad reviews for Plugins that Optimize and increase Performance for WordPress. All of them leave out these useful bits of information that are probably of more interest to experts than novices. And that's not being mean to novicies, it's tempting them to become experts too by learning. All of them do a good job in terms of speeding things up. == WP Optimize == Best Features; * Shows Progress of Cache as it's being created, without refreshin...") Tag: Visual edit
- 16:28, 15 May 2022 Root talk contribs created page MediaWiki:Mobile.css (Created page with "All CSS here will be loaded for users of the mobile site: #footer-info-lastmod { background-color:orange; } .minerva-footer { background-color:blue; }")
- 03:59, 15 May 2022 Root talk contribs created page MediaWiki:Minerva.css (Created page with "All CSS here will be loaded for users of the MinervaNeue skin: For "disabling" (nothing was found to work in the LocalSettings.php file) the Last Modified section of the Footer: .last-modified-bar { display:none !important; } .post-content .last-modified-bar__content { display:none !important; } #footer-info-lastmod { display: none; }")
- 03:52, 15 May 2022 Root talk contribs created page MediaWiki:Lastmodifiedatby (Created page with "This page was last edited $2, $1.")
- 03:48, 15 May 2022 Root talk contribs created page MediaWiki:Lastmodifiedat (Created blank page)
- 18:14, 13 May 2022 Root talk contribs created page WordPress Copy a Website (Created page with "If you've got the perfect WordPress website and want to copy it, here's how to do it. Perfect here is more focused on the backend and administrative stuff, not the content of the site. IE, Plugins, custom themes, and other customizations, etc. It's a lot like 'moving' a WordPress website, but with some extra stuff. <nowiki>*</nowiki>.dll, *.exe, *.png, *.jpg, *.webp, *.bcmap, *.z, *.tmp, *.pdf, *.zip, *.pack, *.idx, *.swf, *.ORIGINAL == File Contents == === Utiliti...") Tag: Visual edit
- 17:59, 9 May 2022 Root talk contribs created page DPLTest (Created page with "{{#dpl: |titlematch=OpenWRT }}") Tag: Visual edit: Switched
- 17:22, 3 May 2022 Root talk contribs created page WordPress on OpenWRT (Created page with "...first of all to answer the question: "Can WordPress run on OpenWRT?" The answer is a resounding: YES! But as usual, there's a catch, or rather catches. * You'll need a 'beefy' router. At minimum an equivalent to the Linksys WRT1900 series (dual 1.x GHz CPUs) with external storage, etc. * And as usual, there are all sorts of OpenWRT things to do. See this 'Definitive Article' on configuring the above mentioned external storage, Apache, PHP, etc.: Linksys AC Seri...") Tag: Visual edit
- 22:32, 2 May 2022 Root talk contribs created page OpenWRT DNS Upgrade for BIND or NAMED (Created page with "Watch out if upgrading to BIND / NAMED version 9.16.28-1 with OpenWRT! It will upgrade everything just fine, but it won't work after the upgrade. Here's the error (and if you put it in quotes, as it is displayed by OpenWRT, this will be the only result from Google): udp.c:240: fatal error: uv_udp_init_ex failed: invalid argument Why? Apparently there is some obscure function in the LIBUV1 package that the new version of Bind needs. What about dependencies? Apparent...") Tag: Visual edit
- 15:29, 27 April 2022 Root talk contribs moved page Move a Wordpress Website to Move a Wordpress Website Manually
- 00:47, 4 April 2022 Root talk contribs created page File:5268ac in Cascade Router Mode Working Configuration.jpg
- 00:47, 4 April 2022 Root talk contribs uploaded File:5268ac in Cascade Router Mode Working Configuration.jpg
- 00:43, 4 April 2022 Root talk contribs created page File:Working Configuration of 5268ac in Cascade Router Mode.png
- 00:43, 4 April 2022 Root talk contribs uploaded File:Working Configuration of 5268ac in Cascade Router Mode.png
- 00:41, 4 April 2022 Root talk contribs created page File:Working Configuration.png
- 00:41, 4 April 2022 Root talk contribs uploaded File:Working Configuration.png
- 23:34, 3 April 2022 Root talk contribs created page 5268ac and OpenWRT (Created page with "This article is about the Pace / Arris / AT&T 5268ac Router / "Gateway" / Wireless Access Point / VoIP device / etc. Depending on your internet provider, the 5268ac (referred to from this point on as just the 5268ac), it could have various logos, names etc. on the exterior. And bad news on the support of the device, Arris, the original manufacturer was bought by a company named CommScope in 2019. All CommScope is interested in is selling you a battery for the 5268ac,...") Tag: Visual edit
- 16:47, 22 February 2022 Root talk contribs created page Samsung Galaxy Tab 2 10 point 1 and other LineageOS Tablets (Created page with "Galaxy Tab 2 10.1 (GT2-10.1) First some don't(s). Yes, it's as important what you don't do as what you do in this instance. * Do NOT install Google Play Services (causes performance issues, 100% CPU usage on the GT2-10.1) * Do NOT install Google Chrome (because it "requires" Google Play Services. And to be clear, the statement Google makes about "requiring" Google Play Services for Chrome to run is not accurate. They have chosen to make it such that Chrome will not...") Tag: Visual edit
- 04:52, 15 February 2022 Root talk contribs created page File:Modern Art JPEG 2048px X 2048px.jpg
- 04:52, 15 February 2022 Root talk contribs uploaded File:Modern Art JPEG 2048px X 2048px.jpg
- 04:34, 15 February 2022 Root talk contribs created page File:Skills JPEG 1066px x 799px.jpg
- 04:34, 15 February 2022 Root talk contribs uploaded File:Skills JPEG 1066px x 799px.jpg
- 03:10, 15 February 2022 Root talk contribs created page WordPress Tweaks (Created page with "Disabling unnecessary or unneeded functionality: https://design2seo.com/blog/web-development/wordpress/disabling-unused-wordpress-features/ Change the allowable image upload size in a Child Theme's functions.php file;<syntaxhighlight lang="text"> function new_srcset_max($max_width) { return 16384; } add_filter('max_srcset_image_width', 'new_srcset_max'); </syntaxhighlight>When WordPress creates "Thumbnails" (AKA Alternative Image Sizes (AIS(s)), the default quality...") Tag: Visual edit
- 16:56, 14 February 2022 Root talk contribs created page WordPress Plugin Searches (Created page with "==Short Side Complaint== In doing this article, I needed to get the names of a couple of different plugins available from WordPress for a different article. In doing the search I was surprised by something. Here's what happened; I did a search for "Fly Dynamic Image Resizer" in the WordPress plugin installer to find it so I could easily install it. That's the actual, factual, name / title of the plugin. It was the seventh result returned. There were six others in f...")
- 16:53, 14 February 2022 Root talk contribs created page File:WordPress Search in an Alternate Universe.png
- 16:53, 14 February 2022 Root talk contribs uploaded File:WordPress Search in an Alternate Universe.png
- 16:52, 14 February 2022 Root talk contribs created page File:Dynamic Fly 0.png
- 16:52, 14 February 2022 Root talk contribs uploaded File:Dynamic Fly 0.png
- 16:49, 14 February 2022 Root talk contribs created page File:Image.png
- 16:49, 14 February 2022 Root talk contribs uploaded File:Image.png
- 16:34, 14 February 2022 Root talk contribs created page WordPress Images (Created page with "Wow, again, where to start... There are so many articles out there on the subject of images and media for WordPress. Most of the top results on Google have good information, are well presented, and even have some tidbits of knowledge for intermediate and advanced users. But there's just so little information that falls into the 'revelation' category. You know, that bit of information that turns on the light bulb in a single instant, changing something from knowledge...") Tag: Visual edit