Advanced Search
Search Results
168 total results found
Wireguard VPN
Photoprism
RSync
RSync copies files and can sync between servers
Hubl - Hubspot HTML/HUBL
The Hubl is the language used to create HTML pages within Hubspot.
.css
Brave Browser
Install software | Directly to machine
Direct install processes. No docker or any other type. .deb, .ssh ect.
Libation | Audiobook manager
Application for manager audobooks from one source to another.
Mealie
Mealie | Self-hosted
Easily add recipes into your database by providing the URL and Mealie will automatically import the relevant data, or add a family recipe with the UI editor. Mealie also provides an API for interactions from 3rd party applications.
Bookstack
Self hosted Wiki
Magento
Odoo (Open ERP) Pages
***Kasm
Kasm Workspaces is a docker container streaming platform for delivering browser-based access to desktops, applications, and web services. Kasm uses devops-enabled Containerized Desktop Infrastructure (CDI) to create on-demand, disposable, docker containers tha...
**Remotely
Python
Odoo Back end
MySQL/MariaDB
Audiobookbay How to Use It
Web Browsers
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...
Install Wireguard on Docker
You will need to have Docker and Docker-compose before you can do this part. This is the .yaml file that needs to be configured. .yml version: "2.1" services: wireguard: image: lscr.io/linuxserver/wireguard:latest container_name: wireguard ...
UFW
Allow ports sudo ufw allow 22 remove ports sudo ufw delete allow 22
Mount drives
If disk is already formatted, You can mount it. You may need to create a file system for it though. If you do, Replace XY accordingly, but double check that you are specifying the correct partition mkfs.ext4 /dev/sdXY Do that to all the drives/partitions y...
Install Photoprism on Docker
Needs to have a data base as well as volumes for the db and photoprism You will need Docker and Docker Compose Install Docker images: [[mariadb]] and [[160 Photoprism]] #### Docker Compose .yml file: version: '3' services: mariadb2: image: mariad...