Skip to main content

Recently Updated Pages

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 2 years ago by Danicus

UFW

General Linux Commands

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

Updated 2 years 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 2 years 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 2 years 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 2 years 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 2 years 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 2 years ago by Danicus

Uninstall proxychains on Ubuntu

Proxychains

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

Updated 2 years 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 2 years 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 2 years ago by Danicus

Install Ubuntu in Docker container

Ubuntu

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

Updated 2 years 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 2 years 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 2 years 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 2 years 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 2 years ago by Danicus

Glasses | Buying online

Eye Care

When you buy online you need to get the Docs prescription first.  Note: You may want to get the ...

Updated 2 years ago by Danicus

Network Commands | Windows

General Windows Commands

Shows your current machines IP address info ipconfig This should pop up a list of all IP addr...

Updated 2 years ago by Danicus

Troubleshooting RAID

RAID | MDADM

Setup: Our current RAID array with 5 drives in it is "md111". Its location is /dev/md111 Resize ...

Updated 2 years ago by Danicus

Extending RAID

RAID | MDADM

Prepare new disk                Need to partition? Do it now. I'll wait... Setup: The current RA...

Updated 2 years ago by Danicus

Linux command line: bash + utilities

General Linux Commands

A & Start a new process in the background alias Create an alias • ...

Updated 2 years ago by Danicus