Archive 2019

HTML 5 routes & deep links with Apache

Published at April 14, 2019 ·  3 min read

HTML5 client routing Deep links to client side applications using frameworks that make use of HTML5 routing, such as Angular, can be problematic. The web browser client side application utilizes regular URL paths for client side application navigation that appear in the browser address to be locations of actual resources. This however is not the case, the running application in the browser makes use of javascript pushstate to navigate to states within the client side application and does not request the resource shown in the browser address bar when running....


Networking Observability

Published at January 5, 2019 ·  2 min read

Notes on networking observability commnads For many years and many UNIXen the netstat command has been the way to get information on the current state of TCP/IP and UNIX sockets. The recent man pages for netstat on linux state that netstat is “mostly obsolete” and use ss instead. The man page for ss, “another utility to investigate sockets”, says that is allows showing information similar to netstat. Some notes on using ss....



Recent posts

Alter system calls with LD_PRELOAD

Mount a block device image

DevOps notes

Linux kernel module basics

zpool reimport


Archives

2021 (5)
2019 (2)
2018 (7)