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

171 total results found

Create a dump file

MySQL/MariaDB

If this is running on your local machine, do this. You will need to be inside the container or, in a directory/location that is local to the mysql/mariadb database. mysqldump --single-transaction --default-character-set=utf8mb4 -h [server] -u [username] -p[pa...

Reset Bruteforce security | multiple invalid login attempts

Nextcloud

Error Message: We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds To fix it You need to reset the bruteforce thingy. If you are in a docker container, you can use this code from outside th...

Speed up Nextcloud

Nextcloud

Not uploadingNot uploading more than a few MB at a timeNot uploading more than a few files at a timeNot downloadingDownloading/Uploading slowly Mess with these files: Your php is probably messing with most of that. Find out where you php is located and also ...

Maintenance Mode for Nextcloud

Nextcloud

Find where your Nextcloud config file is and edit it. Mine is stored here/data/config/config.php In the last block of commands, add this somewhere in there. 'maintenance' => true, Save and quit. You should now be in Maintenance mode.  You don't always have...

Nextcloud update / Upgrade to newest version

Nextcloud

To update Nextcloud when automatic updating is disabled in the config.php file from a local machine, you need to use the command line updater (occ upgrade). Here are the steps: Open a terminal and navigate to the Nextcloud root directory. Run the following...

Torrents using audiobookbay

Audiobookbay How to Use It

https://audiobookbay.lu You first need to be in the correct geographic location. Might need to use a VPN to get yourself in the right place. Europe somewhere. Look up whatever book you want. If you use quotes in the search, you will get better results. "the...

Slimjet Web Browser

Web Browsers

https://www.slimjet.com/ Fast video downloader by slimjet To install on linux You can download the video from the browser.  If you want to convert it to mp3, you can use an extension to have it convert it on the spot.   

How to install Moodle on Docker Compose

Moodle

If you don't have docker and docker compose, do that now.  docker-compose.yaml file looks like: version: '2' services: mariadb: image: docker.io/bitnami/mariadb:11.4 environment: # ALLOW_EMPTY_PASSWORD is recommended only for developme...

Moodle SSL/DNS troubleshooting

Moodle

By default, Moodle needs to use a SSL cert on its own. If you choose to use a 3rd party proxy to do it for you, you will need to change some settings.  Find your config.php file. It will be wherever you put it. Mine is located documents/moodle/moodledata/conf...

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 ...