Mostly work related stuff which I would've entered into my "Log book". Instead of hosting it on an intranet site, outsourcing the hosting to blogger!
Friday, February 27, 2026
github 14 day traffic stats
Tuesday, February 24, 2026
Enable MFA for Amazon AWS console
Friday, February 20, 2026
adjusting sound volume on Mac
Adjusting the volume using the menu bar is a simple and straightforward method. Here are the steps to follow:
- Click on the Apple logo in the top-left corner of your screen.
- Select "System Preferences" from the drop-down menu.
- In the System Preferences window, click on "Sound."
- Go to the "Output" tab.
- Drag the volume slider to adjust the volume level.
Wednesday, February 18, 2026
SSL certificates for an internal web server as backend for app
it is just a java application running with java.NO Apache. nginix is found. so tried installing with let's encrypt website using ngnixgetting thie error...Detail: DNS problem: NXDOMAIN looking up A for theinternaldomain.net - check that a DNS record exists for this domain; DNS problem: SERVFAIL looking up AAAA for theinternaldomain.net - the domain's nameservers may be malfunctioningHint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.
Tuesday, February 17, 2026
interesting - No-AI chatbot
Monday, February 16, 2026
using Blender to mask bright scenes
- Multiple masks one atop another to darken extremely bright areas,
- Using Shift-D to duplicate and then K to cut the mask
- Using an adjustment layer to increase contrast for the base layer.
close all Finder windows on Mac
Wednesday, February 11, 2026
tutorials on claude code - ollama - on Google Colab
https://github.com/musistudio/claude-code-router - "...route Claude Code requests to different models and customize any request."
running locally - https://www.youtube.com/watch?v=nYDUdnMVDdU
claude code + ollama, another tutorial - https://www.youtube.com/watch?v=3x2q6-5XbQ8
ollama on Google Colab - https://www.youtube.com/watch?v=Y4R-DyvAux8
Tuesday, February 10, 2026
Moodle custom reports not being emailed
Friday, February 06, 2026
DNS resolving glitch with lovable
Monday, February 02, 2026
google workspace storage limits
Thursday, January 29, 2026
pdfs - make smaller - split or join
1. Make some pdfs smaller than 200 kB to enable uploading on a govt. website
2. Split some pages of the pdf into separate documents.
Monday, January 26, 2026
troubleshooting dot net server crash on AWS
see who has signed an app on MacOS
Via https://www.youtube.com/watch?v=1UDUtO7LY0k
Apple Menu > About this Mac > More info button > (Search for System Report on left-hand panel)
In System Report, click the System Report button, then Software > Applications on left-hand panel.
Scroll down to the app in question.
Our self-signed OpenSpace builds show up as "Unknown". Sheepit Mac client also shows "Unknown", so there is a chance that I can edit the manifest of the app to run a script on double-click in order to allow the Mac build to run with a double-click on the app file.
Saturday, January 24, 2026
to record a stereo track in Reaper
Tuesday, January 20, 2026
Azure Storage minimum TLS notification
Saturday, January 17, 2026
allowing a non-root user to restart a service on Ubuntu Linux server
Friday, January 16, 2026
Azure supported VM sizes
some quirks of my KVM setup and Apple keyboard layout
HDMI KVM Switch 4 Port -
there were some quirks which I had to work around.- The Dell desktop running Linux Mint needed the USB keyboard to be mapped to it while booting, or else it would boot into Windows instead, even though the default boot sequence was set to Linux. Probably because the "fail-safe" boot option is different, when it beeps to indicate "No keyboard detected."
- The KVM switch defaults to number 4 on power up, not number 1. So, the Dell desktop needs to be connected to 4 and not 1, for booting up without having to hit the KVM switch.
- The Mac mini can boot OK without having the KVM mapped to it, but if we leave it on and not logged in, the login screen blanks and we can't get the screen to come back to life with the keyboard or mouse - we need to short-press the power button.
- The Mac mini default keyboard mapping was showing the Indian rupee symbol ₹ instead of the backtick symbol ` for the key to the left of 1 (perhaps after the upgrade to MacOS Tahoe). Since I need ` for markdown on github etc, changed the keyboard layout to "US" from "ABC India" which was the default. For this, following this,
chose Apple menu > System Settings, then searched for Keyboard in the sidebar. There, Input sources > Edit button, the small + button at the bottom left to add Input sources. Quite easy to miss.
