Posts

Showing posts from April, 2019

Improve Results

Image
Anakin wasn't wrong. But I believe in a better way exists, a better way for the emotions of anger and hostility: Into resolve that improves results. #TheGreatConsumptionWay

Isolate the con within the text

Fourty days have already passed, what is another few more? After all, there was that on the plate. Thanks, Coach! (for a limited time) https://readms.net/r/hajime_no_ippo/1259/5819/1?mobile=1 https://en.m.wikipedia.org/wiki/Lent https://youtu.be/UwED28ut5WY #TheGreatConsumptionWay #Munday_3 #BeyondBlue

Breathe

Source refinement of deeper, more thorough breathing. Once 80% better, share ability throughout every life.  #TheGreatConsumptionWay #BlueIntegration 

5 into 1; Yet One for All

The Shokugeki Semi-Final Challenge: https://readms.net/r/shokugeki_no_souma/305/5770/1 (start there, available for a limited time only) The challenge outlines building "a dish" from following five lands: India, China, Italy, France, and Turkey. I choose to work in refining while combining into a singular way of life (including all that is spiritual, and the accompanying potential of immortality). India: First major source of written religion; Jainism, Hinduism and Buddhism. Moreso, Hinduism energy source: Prana. Also understood as breath, breathe, or breathing.  China: Buddhism, my conceptual source for timeless principals Italy: Christianity, The ideas of Love, a Saviour and the One True God France: The combination of Druidic or Celtic lore; more specifically the elements of Magic and man's partnership with Nature Turkey: Perhaps the birthplace of organized religion, and my chosen source for the Islamic ideal of Paradise - called "Iman" (a Paradise is...

Pi-Hole on Ubuntu 18.04.2

Found this, did you? I'd better begin, then. Ubuntu is installed, yes? Hardware or VM, that part is unimportant. 18.04.02 or better? Good, that is the version I used to write this. Before we get to Pi-hole , let's get that installation up to date. Author's note: This post was written after my issue was resolved. I have a propensity for misspelling, and thus refuse to claim any accuracy for the following instructions. sudo apt update Let that run it's course. sudo apt upgrade With that complete, I recommend grabbing the dnsmasq package before installing anything else. Do that with sudo apt install dnsmasq The most trouble I had was keeping the dns service responsive after restarting of my VM. Ubuntu's internal DNS Cache set in system-resolved kept interfering. To remedy that issue sudo systemctl disable systemd-resolved.service sudo systemctl stop systemd-resolved.service sudo systemctl enable dnsmasq.service sudo systemctl start dnsmasq.service Fi...