I cannot see anything clearly on admin, because the theme is missing. I need the CSS and other things in order to do things on admin. How do i rebuild the theme? I tried reindexing, clearing cache and building statics with: rm -rf pub/static/adminhtml/Magento/backend/en_US/* rm -rf var/view_preprocessed/* rm -rf var/cache/* […]
Daily Archives: March 12, 2026
Recently I found out students at my school were accessing Discord, on their school Chromebook at home. Not using a Proxy or VPN. Some told me that it was a custom DNS setting that could bypass everything when your’re at home. When they provided me with the DNS settings and […]
I have a NVMe SSD that uses Opal2 encryption. It was set using sedutils-cli. Following the guide from https://sedutil.com/. Actually I have 3 PCs – 2 are on AMD platform (Zen5) and 1 is on Intel Platform (ArrowLake). I have 0 problems setting the AMD platforms. RESCUE image worked perfectly. […]
I have a Canon MF4880dw printer (Canon ImageClass printer), and have it networked on my LAN. It has worked well with all my devices, except for now. I have recently inherited a Snapdragon laptop, which is based on an ARM chip. Canon does not seem to be keen on producing […]
How can I programatically get the title of windows running in other user sessions on the computer? I tried using the following commands and utilities, all running elevated as an administrator. In all cases, I can see the process, but the title field is blank. PowerShell command: Get-Process | Select […]
How can I programatically get the title for an active Remote Desktop Connection (mstsc.exe) session window? <hostname or IP> – Remote Desktop Connection The title is shown in two places: Task Manager, when you expand the Process “Remote Desktop Connection” under Apps. The title bar of an un-maximized Remote Desktop […]