Skip to content

TictAwf.com

The worst part of being a programmer, is usually you have no one else to blame but yourself.
  • Home
  • Blog
    • Cartography Salesman
    • Roadtrip Blog
  • HtmlParser
  • Web App Nuts n Bolts
  • Inter-Networking
  • Mini Web Apps
    • Shortest Travel Calculator APP
    • Take the Surly Survey APP
    • CarPoolMashup APP
  • Website Satisfaction Survey

Category: Systems and Networking

What happens if you have 2 NICs?

December 18, 2024 Round Head Leave a comment
Nowadays, this is practically standard, as most computers have both a wired and wireless NIC. But rarely do you have both connected at the same time. Have you wondered what happens when you have 2 connected NICs to 2 separate… (Continue Reading →)
Posted in: Systems and Networking

Docker NFS volumes, pitfalls

November 18, 2024 Round Head Leave a comment
Trying to be cheap, I only allocated 16G to my AWS EC2 instance. But I eventually wanted to migrate my wordpress sites, to a second “test” environment, to try different things in upgrading the site. But 16G doesn’t leave a… (Continue Reading →)
Posted in: Systems and Networking

Limits of what AWS free EC2 VM (t2.micro) can do

October 21, 2024 Round Head Leave a comment
The t-series of EC2 VMs available from AWS, is a “burstable” series of VM. It isn’t intended for any high-CPU utilization for any longer than 1 sec. In fact, there is something called a CPU credit usage and CPU credit… (Continue Reading →)
Posted in: Systems and Networking

Monitoring Your AWS charges

October 14, 2024 Round Head Leave a comment
Depending on who you are, there are two things that need constant monitoring in almost all cloud services that are usage based. And which ones aren’t? Fixed cost services, like a monthly fee for GoDaddy hosting that never changes, no… (Continue Reading →)
Posted in: Systems and Networking

Docker: DNS resolution does NOT work to resolve containers in other docker networks

October 7, 2024 Round Head Leave a comment
…DNS resolution only works between containers in same virtual docker network subnet Short description of when routing is needed A subnet means all the numbers in beginning of IP address must be the same. Only the end different. The subnet… (Continue Reading →)
Posted in: Systems and Networking

Uploading a public container image to Docker Hub

September 3, 2024 Round Head Leave a comment
You can read it yourself. https://www.techrepublic.com/article/how-to-build-a-docker-image-and-upload-it-to-docker-hub/ You need to create a Docker hub account, and copy it’s token (aka password) You need a containerized application worth uploading But I wrote a script to upload a wordpress image to PUBLIC repo.… (Continue Reading →)
Posted in: Systems and Networking

Free Cloud Storage

Round Head Leave a comment
Free Cloud Storage, for things you want saved, don’t want it occupying your hard drive, but don’t mind administrators browsing thru Need a place to store offline database, and web server backups? ————– Every Google Account comes with 15 GB… (Continue Reading →)
Posted in: Systems and Networking

Fantastic failures: How not to use a NFS volume in Docker container

August 13, 2024 Round Head Leave a comment
The primary purpose of Docker volumes is to keep data outside of the container so it may be backed up or shared. Docker volumes rely on Docker’s file system and are the recommended means of preserving data for Docker containers… (Continue Reading →)
Posted in: Fantastic Failures, Systems and Networking

How to add subdomains in DNS

August 11, 2024 Round Head Leave a comment
This does not go over DNS for email, which is different. And I’m not even sure how that DNS data is looked up, for mail-relay. SMTP and IMAP use the regular A and CNAME records. The MX record, is used… (Continue Reading →)
Posted in: Systems and Networking

AWS EC2-Other, Data Transfers out

July 30, 2024 Round Head Leave a comment
An hourly job to run a iperf3 (a throughput analyzer) 0 * * * * docker exec -t iperf3-server iperf3 -c 100.24.142.145 || docker restart iperf3-server >> ~/restart_iperf.log may resulted in this: And a increase of $20 that month before… (Continue Reading →)
Posted in: Systems and Networking

Post navigation

Page 1 of 3
1 2 3 Next →

Recent Posts

  • What happens if you have 2 NICs?
  • Docker NFS volumes, pitfalls
  • In case your forget again, Forms based authentication uses sessions

Recent Comments

  • Round Head on 1000 New SPAM comments/month

Archives

  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • April 2024
  • March 2024
  • September 2023
  • August 2023
  • July 2023
  • May 2023
  • April 2023
  • November 2021
  • May 2020
  • July 2019
  • May 2019
  • April 2019
  • January 2019
  • July 2018
  • June 2018
  • May 2018

Daily Surly Survey

Getting to know you...

A cattle prod that thinks it's my therapist implies strongly that I need to speak with people. So I learn to interact socially.

So I programmed how I observe people acting everyday. You'll see a few questions up here, so I get to know you. Why bother with niceties, when the computer will take care of it for you?

Google Adsense

Contact Us

  • Email
    tictawf.com@gmail.com
  • Address
    Alki Beach
    Seattle, WA 98105
Copyright © 2026 TictAwf.com — Velux WordPress theme by GoDaddy