Step by step guide to set up fisheye camera output in blender -
2. Select the active camera -> data properties -> lens -> set to panoramic.
3. Panorama type -> Fisheye Equisolid.
4. Adjust the Field of view FOV to 180 etc.
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!
Step by step guide to set up fisheye camera output in blender -
https://kohageek.blogspot.com/
In my case, Firefox -> Hamburger menu -> Settings -> (Search for Font) -> Advanced
set separately for Devanagari, Telugu, etc.
Copy-pasting from my responses to some queries about admin.google.com -
1. Two of us have admin access for user actions. But both of our interfaces are different. Kindly check and provide only the role that is required to perform the above roles.
If you go to admin.google.com (Desktop interface) -> (LHS panel) Account -> Admin roles and click on Super Admin, you will find that one is a Super Admin while the other is a User-management Admin. That is the difference. Is the user management admin role working fine for <username>? If yes, you can add <theotherusername> to user management admin role, and then remove <theotherusername> from super admin role.
2. Around a month or so ago, I noticed that my drive shows the quota in the following manner. Is it normal? If I have changed some settings, kindly help in retrieve it back to normal.
My guess is that you are looking at a shared drive, or at the paid google workspace login.
OK - I found that Drive now shows this "1.13 TB used out of 100 TB" for all Super Admins, which is the total usage by all users.
3. Can the users reset their password themselves, just like normal Gmail? If yes, kindly change the settings accordingly. If not, we'll continue to reset it manually.
We got an email 4 days back, "We've detected that 1 of your apps is targeting an old version of Android. To provide users with a safe and secure experience, Google Play requires all apps to meet target API level requirements before Aug 31, 2023."
vault.google.com allows Google Workspace users to have an archive for their emails (and other products like Google Drive also, optionally). Helping CV to set it up, this video offers a good walk-through. For every e-discovery request, we need to create a new "Matter" with search terms etc. The reports generated via the "Matter" can be exported as an mbox file with full contents, or metadata only, etc.
Instead of Thunderbird, which seems to be able to import mbox files through ImportExportNG addon which is only supported up to version 102 and not for the current version 115, standalone mbox viewers are also available, just to view/print/save attachments from mbox files.
Get MBOX viewer - a true freeware with transparent interface! (coolutils.com)
https://github.com/eneam/mboxviewer
etc
Revisiting my older post on the subject:
I had created that custom role inside the particular VM I wanted to delegate access for. So, the custom role "VM-start-stop" or whatever was not available for another VM I had created in the same resource group. The point to note is that the role should be created with the desired scope - so,
https://stackoverflow.com/questions/23668154/allow-users-to-start-stop-particular-azure-vms
According to the stackoverflow post above, "Virtual Machine Contributor" role gives more permissions than we want to delegate. So, after trying out this role (which works for start/stop VMs, but also allows some more permissions), decided to recreate the permissions given in my earlier post. So, copy-pasting from the JSON tab of the previously created role, only the actions and dataActions parts in permissions,
"permissions": [
to a newly created custom role in the Resource Group, (we have to click Edit in the JSON tab, and then Save after entering the permissions).
Probably similar for other systems running systemd, I guess.
sudo timedatectl set-timezone Region/City,
so
sudo timedatectl set-timezone Asia/Kolkata
The error-code in the service manual of the Sony Trinitron TV used in the waiting area, model KVXJ29M50, indicated "Micro Latch-up". Apparently that means that some CMOS component is damaged?
Currently not digging further.
Edit 16 Aug - saw some waveforms of "board C6" on oscilloscope, they seemed to be OK - at least not flat, even for R, G and B, even though R is not coming on screen. Perhaps damage inside the picture tube? Or on the board C6? Anyway, not digging any further, just leaving it, as it works as a "monochrome" or "duo-chrome" monitor at present.
https://www.digitalocean.com/community/tutorials/how-to- add-authentication-to-your- app-with-flask-login
Testing out various options, found that these two smart lamps do the job for us.
Wipro Next Smart Wi-Fi 20W CCT+RGB LED Batten | 16 Million Colours | White Tunable | Dimmable |Scheduling |Scene Creation |Smart Grouping of Lights |Amazon Alexa & Google Asst. Compatible |Pack of 1
https://www.amazon.in/gp/product/B08D19X3LS/
Amazon Basics - 9W Smart LED Bulb with Alexa, Google Assistant & Wi-Fi Enabled (Pack of 1, Cool White, B22 Holder)
https://www.amazon.in/gp/product/B0BBMRCFGW/
Apparently these are Tuya compatible, since they are controlled using the Smart Life app.
We could control these using either the Smart Life app or the Alexa app, but in case future updates cause them to need a subscription or something, I thought of writing python controls for them with the help of tinytuya.
Some notes.
The Amazon basics lamp - for pairing, need to put on and off exactly 5 times: doing 10 times does not seem to work. First need to set up in smart life app, only then can we set up in Alexa app.
1. Smart Life App -
2. Alexa App -
3. Writing a python script: I'll write a separate post on my notes for writing this set of scripts.
There was a request to find/replace some boilerplate text in a few thousand pdfs. One option was to use https://pdfreplacer.com/
and see if it does the job with a watermark.
(You may need to find/replace one line at a time).
Just for interest, looked at scripting options, found it was quite complicated. Some notes below.