hersam.comLocal Docker Port Exposed

hersam.com Profile

hersam.com

Sub Domains:dan.hersam.com 

Title:Local Docker Port Exposed

Description:Commentary on news, Linux, programming, music, web design, trivia, humor, usability and whatever else strikes his fancy at the time.

Keywords:dan hersam, web log, blog, linux, jaden, web design, web hosting, reviews, software engineer, funny lists, humor, web browsers, productivity...

Discover hersam.com website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site

hersam.com Information

Website / Domain: hersam.com
HomePage size:26.023 KB
Page Load Time:0.271306 Seconds
Website IP Address: 104.28.25.91
Isp Server: CloudFlare Inc.

hersam.com Ip Information

Ip Country: Singapore
City Name: Singapore
Latitude: 1.2896699905396
Longitude: 103.85006713867

hersam.com Keywords accounting

Keyword Count
dan hersam0
web log0
blog3
linux0
jaden0
web design0
web hosting1
reviews0
software engineer0
funny lists1
humor1
web browsers1
productivity1

hersam.com Httpheader

Server: nginx
Date: Sun, 22 Nov 2020 21:59:19 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 7061
Connection: keep-alive
Vary: Accept-Encoding, Cookie
Cache-Control: max-age=3, must-revalidate
Content-Encoding: gzip
Last-Modified: Sun, 22 Nov 2020 21:45:34 GMT
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff

hersam.com Meta Info

charset="utf-8"/
content="Dan Hersam" name="author"/
content="US" name="geo.country"/
content="en" name="dc.language"/
content="/ew3H4+6tN1D2xeMpx2Dmc4BLpFGZUNNWcPurH7Wdnk=" name="verify-v1"
content="width=device-width, initial-scale=1" name="viewport"
content="index,follow" name="robots"/
content="Commentary on news, Linux, programming, music, web design, trivia, humor, usability and whatever else strikes his fancy at the time." name="description"/
content="dan hersam, web log, blog, linux, jaden, web design, web hosting, reviews, software engineer, funny lists, humor, web browsers, productivity" name="keywords"/

104.28.25.91 Domains

Domain WebSite Title

hersam.com Similar Website

Domain WebSite Title
hersam.comLocal Docker Port Exposed
starfl.comThe Star, Port St. Joe: Local News, Politics, Entertainment & Sports in Port St. Joe, FL
manilaexposed.orgManila Exposed - Free Videos And Pics From Manila Exposed
seasands.stayinporta.comPort Aransas - Beachcomber Vacation Rentals, Sea Sands, Rental House Port Aransas, Port Aransas Vaca
soundcb.comSound Community Bank | Seattle, WA - Tacoma, WA - Port Angeles, WA - Port Ludlow, WA
portno.comPort NOLA | Cargo, Rail, Cruises, & Industrial Real Estate | Port of…
m.soundcb.comSound Community Bank | Seattle, WA - Tacoma, WA - Port Angeles, WA - Port Ludlow, WA
pahs.portangelesschools.orgPort Angeles High School DECA 304 E Park Ave Port
rockysacehardwareportstlucie.stihldealer.netROCKY'S ACE HARDWARE-PORT ST L in PORT SAINT LUCIE, FL | STIHL Dealer
blackgfs.gallery-thumbs.comBlack Girlfriends Exposed
exposed.ethanwiner.comAcoustic Treatment Exposed
mobi.mctcu.orgMCT CU Port Neches TX - Beaumont TX - Port Arthur TX
mctcu.orgMCT CU | Port Neches, TX - Beaumont, TX - Port Arthur, TX
ptpshipping.comPort to Port Shipping | Ship with Confidence
hub.docker.comDocker Hub

hersam.com Traffic Sources Chart

hersam.com Alexa Rank History Chart

hersam.com aleax

hersam.com Html To Plain Text

Amidst a tangled web If you’re using docker with ufw (Ubuntu Firewall), your local ports may be exposed to the outside world. I recently read about this issue and when I checked, sure enough, the local ports of all of my docker containers were readily accessible. It felt like being caught with my fly down. Why in the world docker does this by default is beyond me. And it’s not as if they’re not aware of it. This GitHub issue clearly lays out the problem. It’s disappointing the issue has existed for so long and the Docker team isn’t willing to fix it. It’s a major violation of the secure by default principle. If you too are learning about this, here’s the fix. 1. Create /etc/docker/daemon.json if it doesn’t already exist 2. Add the following content to the file { "iptables": false } 3. Restart docker sudo service restart docker Who knows if there are other docker vulnerabilities I’m not aware of, but at least in this case, my servers have zipped up. Security -- How to Speed Up Ansible Playbooks If you’re using Ansible to maintain server configurations, you’re probably quite aware that speed is not something often used to describe Ansible. But I recently came across a plugin that had an amazing 82% performance improvement. And it took a single command and two lines in the ansible.cfg. The plugin is Mitogen , more specifically Mitogen for Ansible . On my Ubuntu Ansible controller server I installed it with pip3 install mitogen , then added these two lines to ansible.cfg: strategy_plugins = /usr/local/lib/python3.8/dist-packages/ansible_mitogen/plugins/strategy strategy = mitogen_linear Now a simple playbook that used to take 45 seconds takes 7 seconds. And a larger playbook that used to take ~3 1/2 minutes finished in just over 32 seconds. It’s rare to get such a massive performance improvement without any downsides (at least none I’m aware of). So if you’re a fellow Ansible user, I highly recommend adding Mitogen. Useful , Web hosting -- Chrome 85 Causing Login Failures Google Chrome recently updated to Version 85.0.4183.83 on my machines, but unlike most updates, there was a rather unfortunate downside to the update. I was no longer able to log in to certain web sites. The problem manifested in two ways that I saw. One, an infinite redirect loop and two, a failed login even though I’d entered valid credentials. The fix was not at all obvious, hence this blog post. I had to disable the “SameSite by default cookies” flag. 1) Open this URL in Chrome: chrome://flags/#same-site-by-default-cookies 2) Select “Disabled” in the dropdown. 3) Restart Chrome (the entire browser, not just the tab or window) I was able to log in to the aforementioned sites in Firefox, so my guess is the Chrome team is using their monopoly to push a more restrictive security feature that ends up breaking sites that haven’t gotten the memo. Hopefully this is a temporary fix and the flag can be enabled again once sites realize their users can’t log in with Chrome. Web browsers -- Cleaning Up The Web As web pages get more cluttered, even ad blockers don’t cut it. Medium.com pages are particularly hard to read with the huge notice they add on the bottom of the page, covering up the content and making it difficult to read. My solution has continued to work surprisingly well for the past few years. It’s a bookmarklet that removes all sticky elements (ones that stay visible when you scroll). The bookmarklet in action on a random Medium.com page To use it, drag the link below to your browser’s bookmarks bar then click on it whenever a web page looks a little cluttered. -sticky Useful -- Free Printable Weekly and Daily Planners I searched high and low for free, printable PDF weekly and daily planners for my kids to be able to schedule their days and weeks. I expected to find dozens of options but was surprised to find very few. Of those few, some plastered their logos all over or declared the document could only be used by students of a particular university. Others wanted you to create an account or trade your email for the document. And others were close to what I wanted, but didn’t have 1/2 hour increments or some other small detail. It all seemed excessive for such a simple document. So I created two planners that can be freely downloaded and used for whatever purposes you can come up with. Download Weekly Planner Download Daily Planner Happy planning! Productivity -- Read more posts » - home my projects news links about me blog archives docs entertainment experiences funny lists humor intellectual interests music opinions photos tools software webmaster help Most Popular Pages Riddles Brain teasers Trivia Pickup lines Not bright one liners Sign up Get an email when I post or subscribe to the newsfeed Search blog archives Calendar November 2020 S M T W T F S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 « Oct Recent comments Dan: You're quite welcome, I'm glad it was helpful. David: Thank you for the "Replace smart quotes with regular straight quotes" conversion and the convert() function. Saved me a lot of time and trouble! Dan: Gladly ;) Katie: Will you please put it on my desktop too? Looks lovely. ?????? Shawnski: After 46,000+ random wins in a row (not including the streak from my last machine), I hit the wall on #11982. Ugghhhh. Random quote Try not to become a man of success but rather to become a man of value. -- Albert Einstein ( See all the quotes ) Page loaded in 0.0140 seconds...

hersam.com Whois

"domain_name": "HERSAM.COM", "registrar": "Porkbun LLC", "whois_server": "whois.porkbun.com", "referral_url": null, "updated_date": "2019-04-25 20:45:12", "creation_date": "1999-02-25 05:00:00", "expiration_date": "2021-02-25 05:00:00", "name_servers": [ "AMIT.NS.CLOUDFLARE.COM", "ROBIN.NS.CLOUDFLARE.COM" ], "status": [ "clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited", "clientTransferProhibited https://icann.org/epp#clientTransferProhibited", "clientDeleteProhibited http://icann.org/epp#clientDeleteProhibited", "clientTransferProhibited http://icann.org/epp#clientTransferProhibited" ], "emails": "abuse@porkbun.com", "dnssec": [ "signedDelegation", "unsignedDelegation" ], "name": "Whois Privacy", "org": "Private by Design, LLC", "address": "500 Westover Dr #9816", "city": "Sanford", "state": "NC", "zipcode": "27330", "country": "US"