Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

161 total results found

Answering the Phone 2

GTH Internal Phones

Answering the Phone GTH Phone Etiquette & Request Handling Reference Guide Welcome to the team! This guide will help you navigate phone calls, manage inquiries you may not know how to answer, and ensure messages are properly forwarded to the right people. Pl...

Directory

GTH Internal Phones

Accounting Email: face@you.com Cc: face@you.com Projects in CA Email: Bob's face, Sr. System Integrations Manager face@you.com Cc: Bob's face, Business Development Engineer face@you.com Project in NV Email: Bob's face, VP of System Integration face@yo...

Company Phone Directory

GTH Internal Phones

Person  phone number ###-###-####  Ex: ### Person  phone number ###-###-####  Ex: ### Person  phone number ###-###-####  Ex: ### Person  phone number ###-###-####  Ex: ### Person  phone number ###-###-####  Ex: ### Person  phone number ###-###-####  Ex: #...

Using Email

Bookstack

In the root folder, look for the .env file. I found mine here /directory/bookstack/config/www/.env Edit that file and change the email server info to match your credentials.  # Mail system to use # Can be 'smtp' or 'sendmail' MAIL_DRIVER=smtp # Mail se...

Gas Regulators

Parts and Products

If the customer does not know what they need or, you need to start from scratch, you can ask the below questions to get on the right track to get what they require.  1.What Type of Gas? (Natural or Propane)? 2. What is Inlet Pressure? (Min and Max if it varie...

New Burner or replacement

Parts and Products

When quoting a new burner, you will need to know if they are planning on replacing an existing one or if its for a new build.  Replacing the burner: If they are replacing one, you will will want to start by getting the make, model, and BOM of that burner. Th...

Thermocouples specs

Parts and Products

How to find Thermocouple specs (from scratch) When looking for a thermocouple, you need to verify some specs before you will know what kind they are looking for.  The below questions help to find what is required: Head material: Cast aluminum, Cast Iron,Dim...

Gas Valve Specs

Parts and Products

When you are looking for a gas valve from scratch, you will need to have the below info before you can find a quote.  1. Coil voltage, AC or DC? 2. Pipe size? 3. Operating Pressure? 4. Media? Natural gas, Propane... 5. Always Open or Closed? 6. In door or out...

Valve Actuators Specs from scratch

Parts and Products

When you are looking for a valve/actuator from scratch, you will need to have the below info before you can find a quote.     1. Media?    2. Line size?    3. 2-way, 3-way, 4-way?        a. 3-way = Normally open, closed or Universal?        b. 4 way = 1 or 2-...

ControLinks Replacement | CLR

Parts and Products

ControLinks by Honeywell is obsolete and they offer no support for it at all. We have an out-of-the-box solution called ControLinks Replacement AKA CLR If the customer has a ControLinks system that they would like to replace, you will have to know how many ac...

Transmitters specs from scratch

Parts and Products

When looking for a transmitters, you need to verify some specs before you will know what kind they are looking for.  What is application? Media?Whats the ranged of operation?What is the accuracy needed?Factory calibration needed (not ranged).***Calibration wi...

RC Return for Credit

Returns | RMA

RC or Return for Credit RC - Return and credit     1) Link Invoice    2) Internal note        a. Reason for return        b. Type of rrceturn (whats getting returned)        c. Refund amount (include discount)    3) Make Receipt        a. In line item Change ...

RR Return for Replacement

Returns | RMA

RR or Return for Replacement RR - Return and replace (with different part)    1) Make new SO, customer buys a new unit on separate order.        a. Process order with new part, customer signs out with new part.    2) Make RR - Return & credit    3) Link Invoi...

Web DAV URL

n8n Work Flow software | Self Hosted

If you want to change your URL and turn it into a Web DAV URL, you can simply use the main domain name and add the /remote.php/webdav/ to the end. In the case of https://wiki.danicus.net/books/n8n-work-flow-software-self-hosted/draft/138 (where you are right ...

Install Limesurvey on Docker Compose

Limesurvey

  version: '3' services: limesurveydb: image: mariadb container_name: limesurveydb restart: always volumes: - /your/own/mounted/location:/var/lib/mysql environment: - MYSQL_ROOT_PASSWORD=Apassword - MYSQL_PASS...

Install n8n on Docker Compose

n8n Work Flow software | Self Hosted

networks: ai1: x-n8n: &service-n8n image: n8nio/n8n:latest networks: ['ai1'] environment: - DB_TYPE=postgresdb - DB_POSTGRESDB_HOST=face - DB_POSTGRESDB_USER=${POSTGRES_USER} #use .env file for user - DB_POSTGRESDB_PASSWO...

Windows Outlook freezing

Troubleshooting

Issue: Outlook will freeze randomly.  Its different for different people/computers.    Some will freeze when they click on an email,    Others when they just click onto the app/window Solution 1: Restart the computer. Not shutdown. Do a reboot/restart.  ...

Install Docker on Windows local machines

Docker on Windows

From what I can tell, Docker and PowerShell runs together to get Docker containers running.  Step 1 First up is to make sure that virtualization is enabled in the bios. Do that now.  ...I'm waiting... install WSL (Windows Subsystem for Linux) Documentatio...