Skip to content

General

General Tech Information, How-To’s, Tips, Tools, and Guides

DISABLE LIGHTS ON GIGABYTE MOTHERBOARDS

Most of my systems are built on linux, and linux does not have the ability to install the RGB Fusion software. For me to disable the lights on the motherboard, I have to do that from the BIOS. Here are the steps I use on my Gigabyte Motherboards:

Boot the computer
Press DEL during the boot to enter the BIOS
Scroll over to the Peripherals tab
Select RGB Fusion
Click OFF
Save & Exit
Reboot and your lights are off

Thanks for reading!

ELF MADE STAMP STL FROM SANTA CLAUS THE MOVIE

So I was watching Santa Claus the Movie…you know, that old movie from the 80s:
https://www.imdb.com/title/tt0089961/

In the movie, the Elves have this stamp that they stamp onto each of the toys they make…and in having little ones, I needed to get my hands on it.

Coincidently enough, I couldn’t find it online, as an STL….so I had one made, and want to give it to you as a Gift.

Elf Made Stamp STL


You can download it here:
https://tacticalware.com/downloads/Elf_Made.zip

Or directly from Thingiverse at:
https://www.thingiverse.com/thing:4685864

Hardware that I used to print it:
Ender 3 Pro
https://amzn.to/3qZQTks

Hotend
https://amzn.to/37iIrVW

Tubing
https://amzn.to/2IQ8V7N

eSun Black PLA+ (For the Handle)
https://amzn.to/37gdSjs

TPU (For the Stamp)
https://amzn.to/3mmCOdB

And I have the following gear in place running Octoprint:
Raspberry Pi 4 (4gb)
https://amzn.to/3q551IO

SanDisk 32GB Ultra microSDHC UHS-I Memory Card with Adapter
https://amzn.to/2Vfvo0y

CanaKit 3.5A Raspberry Pi 4 Power Supply (USB-C)
https://amzn.to/3fNTYPu

CanaKit Raspberry Pi 4 Micro HDMI Cable – 6 Feet
https://amzn.to/33u5hr9

Western Digital 500GB WD_Black SN750 NVMe
https://amzn.to/3nZ5pH4

Plugable USB C to M.2 NVMe Tool-free Enclosure
https://amzn.to/3lflV3L

The most important thing is after you setup your system, before you print this stamp, is to calibrate your system for these filaments. You will need to do it for both the PLA+ and the TPU. For that, you can refer to these pages:
Configure your Extrusion Multiplier:
https://tacticalware.com/ender-3-pro-simplify3d-configuring-the-extrusion-multiplier/

Confirm your heat settings:
https://tacticalware.com/3d-printing-heat-tower/

Thanks for reading!


WORDPRESS ERROR USING W3 TOTAL CACHE

  • General

If you are running a wordpress site with the W3 Total Cache plugin, and you come across this error:

There has been a critical error on your website. Please check your site admin email inbox for instructions.

The way to fix it is to:
FTP to your server
Navigate to the wp-content folder
Rename the following (I put a -tacticalware at the end of each to know i removed it from being processed, and if all works well, I circle back to delete it afterwards):
cache folder
w3tc-config folder
object-cache.php
advanced-cache.php
dbcache.php

After they are deleted, you can go back and add the W3 Total Cache plugin back to your site. Be careful making the changes because one of those changes, may result in the error again. So I would suggest making one change at a time, saving, and letting it run for a while before attempting another change.

Thanks for Reading!

FIND WHERE A BITLY ADDRESS GOES

  • General

From time to time I still run into URL shorteners. I always wonder where it is going to send me, and if I can actually trust the link. This is especially worrisome when you run into URL shorteners on new sites. Well I found a way to note the actuall address of the site that it is trying to send you to.

All you have to do is copy the URL and put a plus at the end of it

Example:


Add the plus at the end of the URL
http://bit.ly/2HK6nTW+

Place it in your address bar, and it will bring you to the page, showing the full URL

Now you can see that
http://bit.ly/2HK6nTW+
goes to

Thanks for reading!



WORDPRESS DOUBLE DASH ISSUE 2021 [SOLVED]

  • General

The dreaded double dash issue is back in wordpress. This issue is where wordpress automatically reformats two dashes, into a single long dash. It needs to be removed in blogs like this ome, where many of the commands you see are infact double dashes. This is the quick fix for it.

Login into your site

Go to: Dashboard

Click Appearance

Select Theme Editor

Choose functions.php

Scroll to the bottom of the page and paste

add_filter( ‘run_wptexturize’, ‘__return_false’ );

Click Update

The issue is fixed

Make sure the ‘ symbol above is correct, if it is the apostrophe that slants forward it will not work. it has to the be the apostrophe character that is straight up/down

You will probably need to do this everytime you update your wordpress theme. So bookmark this page and come back when you need to fix it next time.

MICROSOFT TEAMS CALL QUALITY FEEDBACK

Have that annoying survey popup after every call. Asking you to rate the call, with stars, and you are just plain sick of seeing it.

Well do I have the solution for you.

When you are in Teams
Click on your Avatar in the top right of the screen
Select Settings
Click Privacy
Slide that Green button next to Survey from On, to Off

No more teams feedback ticklers

TURN OFF MAGEGEE KEYBOARD LIGHTS

  • General

Here is a quick and easy how-to on turning off the lights on the MageGee Keyboards.

To do this, it is a simple combination of keystrokes

Hold down the Fn key

Press Esc twice

Your keyboard should not have the rainbow backlight anymore and you should be all set

How To Upgrade From Office 365 to Microsoft 365

This is a quick how-to when it comes to upgrading your subscription.

Go to http://office.com

Login

Click the Admin link

Navigate to Billing on the left and select Products & Services

Click on your Office 365 Subscription, in my case it is Office 365 Business Premium

Select Upgrade from the menu at the bottom of the screen

Find the plan that works for you. For me it was Microsoft 365 Business

Click Upgrade

Select the Billing cycle (Monthly or Yearly)

Click Go to checkout

Verify your billing information

Click Place Order

Your order is now complete and you can proceed to setting up the new features

Google Dorks

Search Handlers for Precise Results

Use one or a combination of these dorks when searching google, to narrow your results, and find precise information

cache: Search the cached version of any website (ex cache:tacticalware.com)

allintext: Search text across all web pages (ex. allintext:google dorks)

intitle: Search for words in a page title (intitle:google dorks) Google will be searched as part of the title, and dorks has to be in the page somewhere

allintitle: Search page titles across all web pages (ex. allintitle:”Google Dorks”

inurl: Search for a single word in a URL (ex. inurl:dork)

allinurl: Search for a specific string contained in a URL (ex. allinurl:wp-admin)

filetype: Search for a specific file extension (ex. filetype:bak)

inanchor: Search text contained in a link (ex inanchor:”shodan dorks”)

intext: Search the text contained in a web page, across the internet (ex

intext:“how-to dork”)

link: List all pages with a certain link contained within (ex. link:tacticalware.com)

site: Shows a list of all indexed pages for a certain domain (ex. site:tacticalware.com)

Asterisk Wildcard – This will show you everything that could be, in the search results. Comes before, during, or after the search phrase (ex. intext:tactical*)

| – This will show all sites that contain a single word contained within a search, or a combination of words in the string (ex. google | dorks) will have results for google, for dorks, and for google dorks

link: List all pages with a certain link contained within (ex. link:tacticalware.com)
site: Shows a list of all indexed pages for a certain domain (ex. site:tacticalware.com)

“” – Insert a value between the quotes and this will show exact string results (ex. “Google Dorking”) will show all results with that exact text in that exact order


“+” – Used to find pages that use the the following words in the pages, in any order (ex. tacticalware + mining)


“–” – The minus sign will exclude results (ex. tacticalware – mining) will show results without information about mining