As the last post of the year, I am posting my attempt at a simple "Single Page Application".
A single-page application (SPA) is a web application or website that interacts with the
user by dynamically rewriting the current web page, instead of the default method of loading
entire new pages. The goal is faster transitions that make the website feel more like a native
app.
...
This article is here as a reminder.
So, for testing, I needed to configure a
Cisco CSR1000V virtual router as a bridge. So I used a version 16 Cisco
IOS XE image. To make my life easier I used the "wizard" that runs the first
time to automatically configure bridgning. Ironically, this created an invalid
...
photoprism is a web based photo management application.
From its website:
PhotoPrism® is an AI-Powered Photos App for the Decentralized Web.
It makes use of the latest technologies to tag and find pictures
automatically without getting in your way. You can run it at home,
...
This recipe is for setting virtualization on a voidlinux desktop.
Use this setup script to set things up on void linux.
Connecting to libvirtd
Note that virsh and virt-manager commands connect to different libvirtd
sessions by defauult.
virsh defaults to qemu:///session while virt-manager to qemu:///system.
...
My ISP provider is KPN. They recently enabled
IPv6 in my street. I was using before a IPv6 Tunnel Broker,
starting with SixXS and after they went out,
with Hurricane Electric. So naturally,
I decided to switch to KPN's native IPv6 service.
They provide a /64 prefix, which is reasonable. Would be better
...
If you often mount and access a remote NFS share on your system, you
will probably want to know how to improve NFS file access performance.
One possibility is using file caching. In Linux, there is a caching
filesystem called FS-Cache which enables file caching for network file
systems such as NFS. FS-Cache is built into the Linux kernel 2.6.30
and higher.
...
Windows system administration is very mouse driven and to reach
all tools you need to browse through Windows explorer.
If you are like me and prefer to log on a limited privilege account and use Runas to perform admin tasks, you can open these consoles with the .msc file names.
Here is a list of admin tools with their .msc file names.
domain.msc: AD Domains and Trusts
...
Here a few web-links to interesting web apps.
It covers stuff about password security and checking if web sites
are down, etc etc.
Down For Everyone or Just Me:
If you're getting an error when visiting a certain site, it could be down or something could be wrong on your end. To see which
...