I encountered a strange problem when using a Windows system for VPN dial-up. In my work scenario, I need to use Windows system to connect to several customer networks at the same time through VPN (PPTP, L2TP, etc.) and maintain the connection: If I do VPN dial-up (L2TP) on Windows […]
Daily Archives: December 26, 2024
I wish to restrict a specific chrome extension to have access to only Youtube. I have inputted the below in that extension’s settings. However, I still seem to be able to manually enable the extension for other sites by clicking on the extension and then this Reload button? Furthermore, I’ve […]
I just switched from google chrome to edge. I want the icons of the tabs i’m not currently on to NOT appear transparent. I dont want to change any other theming. the other sites dont pop out at me when they are dimmed/faded like this. very annoying.
I initially gave my Linux partition 30GB, 27GB to root and 3GB to swap system. the problem is that my swap is on the end of the disk and is not adjacent to D. (So that I can extend D, shrink it, extend linux, shrink D again, create swap (though […]
If I use any of these powershell commands to return the LastBootUpTime… (Get-CimInstance -ClassName Win32_OperatingSystem).LastBootUpTime or Get-CimInstance -ClassName win32_operatingsystem | select csname, lastbootuptime or Get-WmiObject win32_operatingsystem -ComputerName myserver | Select-Object @{LABEL='LastBootUpTime';EXPRESSION={$_.ConverttoDateTime($_.lastbootuptime)}} I get the 11th Dec 2024 at 03:31:07. I’m assuming this timestamp refers to a particular Event ID in […]