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

244 total results found

Meta tags

Install Nextcloud on Docker

Nextcloud

Version 2 configuration works best on the latest Nextcloud v29.0.  As of this version, when it gives you the first admin login, create your new login and wait for a bit. You may need refresh or, leave and go back to the page. It may take a while but it SHOULD...

Bittorrent

trusted domain - Troubleshooting Nextcloud

Nextcloud Troubleshooting Nextcloud

Troubleshooting - trusted domain    - go to: nextcloud/config and edit the config.php    - find: "trusted_domains" and add the domain you want to trust 'trusted_domains' =>   array (     0 => 'box.danicus.net',     1 => '192.168.1.1',    (put in yourown i...

Wireguard VPN

Install Nextcloud with Apache 2 | locally

Nextcloud

Manual install using Apache 2 Get zip file    wget [https://download.nextcloud.com/server/releases/nextcloud-22.2.0.zip](https://download.nextcloud.com/server/releases/nextcloud-22.2.0.zip) (find the lates version)Unzip it: Download unzip if needed    unzip n...

Photoprism

Setup HubSpot CMS config - DELETE?

VS Code | Visual Studio Code

In VS Code terminal: Because... the below code will pull from Hubspot and add the CLI language to the folder you are in. So, navigate VSCode to the folder you need to be in first. Then out can run the following npm install @hubspot/cms-cli npm init npx...

RSync

RSync copies files and can sync between servers

Network Commands | Windows

General Windows Commands

Shows your current machines IP address info ipconfig This should pop up a list of all IP addresses being used in your network.  arp -a

Hubl - Hubspot HTML/HUBL

The Hubl is the language used to create HTML pages within Hubspot.

Glasses | Buying online

Eye Care

When you buy online you need to get the Docs prescription first.  Note: You may want to get the PD from the doc as well. They may be more accurate with the machine they use there.It will look something like this: You may have  an "ADD" column at the end.  ...

.css

Install Home Assistant on Docker Compose

Home Assistant

Pull the docker image https://hub.docker.com/r/b4bz/homer **Home Assistant compose Config file.yml**  https://github.com/bastienwirtz/homer version: '3' services: homeassistant: container_name: homeassistant image: "ghcr.io/home-assistant/home-...

Brave Browser

Install Cockpit

Cockpit

You may want to treat this more like Docker to where, instead of installing this in a docker, install this on the locale machine next to docker as It needs some parts local OS to function with.  Install into your local machine: sudo apt-get install cockpit -...

Install software | Directly to machine

Direct install processes. No docker or any other type. .deb, .ssh ect.

UnZip and UnCompress

General Linux Commands

xz-utils: You will need xz-utils if you dont have it already. If not, You have to install xz-utils package first: sudo apt-get install xz-utils You can use unxz command to extract .xz files: unxz file.xz or using with --decompress option of xz: xz --de...