Skip to main content

Recently Updated Pages

Install Docker on local drive

Docker

Do you have docker? `docker -v` Install Docker `apt install docker` Do you have docker-co...

Updated 1 year ago by Danicus

Install Photoprism on Docker

Photoprism

Needs to have a data base as well as volumes for the db and photoprism You will need Docker and ...

Updated 1 year ago by Danicus

Install on local drive

Fail2ban

Start with installing it. sudo apt install fail2ban Is it running?systemctl status fail2ban wha...

Updated 1 year ago by Danicus

Apache 2 | Installing on local drive

Apache

Do you have it? Checksystemctl status apache2 Install Apache2apt install apache2 Check for list...

Updated 1 year ago by Danicus

Install Wireguard on Docker

Wireguard VPN

You will need to have Docker and Docker-compose before you can do this part. This is the .yaml fi...

Updated 1 year ago by Danicus

UFW

General Linux Commands

Allow ports sudo ufw allow 22 remove ports sudo ufw delete allow 22

Updated 1 year ago by Danicus

How to test IP

Bittorrent

Got to https://torguard.net/ and find "Check My Torrent IP".  It might be in the bottom of the p...

Updated 1 year ago by Danicus

List of free proxies | IP addresses

Proxychains

Proxy list  137.184.110.255:8080 - USA162.212.155.5:8080 - USA170.64.136.32:8080 - Germiny 159.2...

Updated 1 year ago by Danicus

Stop google from indexing the Web Site

Meta tags

To stop google from indexing your site, you need to include the following in the head.  <meta na...

Updated 1 year ago by Danicus

SSL CertBot with Lets Encrypt

SSL

This runs in snap. You will need to install that first (if you don't have it already). See if yo...

Updated 1 year ago by Danicus

How to check IP address from command line | Internal and External

General Linux Commands

Check your Internal IP address To check you current machines addres: "ip add" or "ip addr" or; ...

Updated 1 year ago by Danicus

Configure Proxychains

Proxychains

Your going to need the Tor service for this. Do you have it? lets check service tor status If ...

Updated 1 year ago by Danicus

Uninstall proxychains on Ubuntu

Proxychains

How To Uninstall proxychains on Ubuntu sudo apt-get remove proxychains or Uninstall pr...

Updated 1 year ago by Danicus

Install proxychains Using apt

Proxychains

Update apt database with apt using the following command. sudo apt update After update, or, if ...

Updated 1 year ago by Danicus

Install proxychains Using apt-get

Proxychains

Update apt database with apt-get using the following command (if needed). sudo apt-get update A...

Updated 1 year ago by Danicus

Install Ubuntu in Docker container

Ubuntu

Using Docker Compose,  version: "2" services: ubuntu: image: ubuntu container_name...

Updated 1 year ago by Danicus

Install Cockpit

Cockpit

You may want to treat this more like Docker to where, instead of installing this in a docker, ins...

Updated 1 year ago by Danicus

Install Home Assistant on Docker Compose

Home Assistant

Pull the docker image https://hub.docker.com/r/b4bz/homer **Home Assistant compose Config file.y...

Updated 1 year ago by Danicus

Time In Linux | setting time zones

General Linux Commands

Check your timezone on Linux by typing in timedatectl command. Output: $ timedatectl ...

Updated 1 year ago by Danicus

Install on Docker

Homer | Web Dashboard

Pull the docker image https://hub.docker.com/r/b4bz/homer **Homer docker compose .yml**  https:/...

Updated 1 year ago by Danicus