Advanced Search
Search Results
161 total results found
Install Nextcloud on Docker
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...
trusted domain - 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...
Install Nextcloud with Apache 2 | locally
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...
Setup HubSpot CMS config - DELETE?
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...
Network Commands | Windows
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
Glasses | Buying online
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. ...
Install Home Assistant on Docker Compose
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-...
Install 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 -...
UnZip and UnCompress
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...
Install Ubuntu in Docker container
Using Docker Compose, version: "2" services: ubuntu: image: ubuntu container_name: ubuntu environment: - PUID=1001 - PGID=1001 - PST=America/Los Angeles volumes: - /your/local/directory/location:/home ...
Install proxychains Using apt-get
Update apt database with apt-get using the following command (if needed). sudo apt-get update After update, or, if you already have it, install it: sudo apt-get -y install proxychains
Install proxychains Using apt
Update apt database with apt using the following command. sudo apt update After update, or, if you already have it, install it: sudo apt -y install proxychains
Uninstall proxychains on Ubuntu
How To Uninstall proxychains on Ubuntu sudo apt-get remove proxychains or Uninstall proxychains And Its Dependencie sudo apt-get -y autoremove proxychains or Remove proxychains Configurations and Data ...
Configure Proxychains
Your going to need the Tor service for this. Do you have it? lets check service tor status If you do have it, skip this and go to the next part. If not, installing. Do this sudo apt-get install tor Here is where your configuration file is hiding. Edit it...
How to check IP address from command line | Internal and External
Check your Internal IP address To check you current machines addres: "ip add" or "ip addr" or; ip address Check your external IP address First make sure that the curl command is installed. If not, do this sudo apt install curl By using curl, check the ex...
List of free proxies | IP addresses
Proxy list 137.184.110.255:8080 - USA162.212.155.5:8080 - USA170.64.136.32:8080 - Germiny 159.223.105.217:8080 - USA https://spys.one/en/https-ssl-proxy/
Stop google from indexing the Web Site
To stop google from indexing your site, you need to include the following in the head. <meta name=”robots” content=”noindex”>
How to test IP
Got to https://torguard.net/ and find "Check My Torrent IP". It might be in the bottom of the page somewhere. Download the turrent. You may just need the turrent link. Once you start the download, it may not download but keep spinning like its fetching th...