Archive for the ‘Google’ Category
Posted by jpluimers on 2023/01/24
I’m not sure yet why sometimes my system is lagging with the combination of these four circumstances on a Windows 10 system with 32 gigabyte of memory:
- Process Explorer showing low (less than 10%) CPU usage
- Process explorer showing Memory Compression using more than 2 gigabytes of Working Set
- System Commit being larger than 20 gigabyte
- Lots of Chrome tabs open (no easy way to total memory usage, but likely 16 gigabyte or more)
Windows Compression was introduced in Windows 10 (back in 2015) and I’m still fairly new to it.
So here are some links I want to eventually dig into to make myself more familiar with it, and see if it affects Chrome runtime behaviour:
Thanks [Wayback/Archive] magicandre1981, [Wayback/Archive] peterh, [Wayback/Archive] Raymond Burkholder, and [Wayback/Archive] Falco Alexander for the above questions and answers.
From them, I learned that on a UAC elevated administrative command prompt, you can use these PowerShell for managing Memory Compression:
Get-MMAgent
shows the current Memory Compression state
Disable-MMAgent -mc
disables Memory Compression (requires a reboot)
Enable-MMAgent -mc
enables Memory Compression (requires a reboot)
BTW:
–jeroen
Like this:
Like Loading...
Posted in Chrome, Google, Power User, procexp Process Explorer, SysInternals, Windows, Windows 10 | Leave a Comment »
Posted by jpluimers on 2023/01/19
After publishing Free Linux cloud shell for Gmail users – shell in the browser that works in all locations I’ve been so far, the Google Cloud Shell got extended quite a bit.
There is now [Wayback/Archive] Safe Mode (which skips initialisation scripts):
If there’s a problem in your .bashrc
 or .tmux.conf
 files, Cloud Shell immediately close after connection. To resolve this, open Cloud Shell in safe mode by appending cloudshellsafemode=true
 to the URL. This restarts your Cloud Shell instance and logs you in as root, allowing you to fix any issues in the files.
To permanently delete all files in your home directory and restore your Cloud Shell home directory to a clean state, you can reset your Cloud Shell VM.
And there is support for way more [Wayback/Archive] tools and languages:
Read the rest of this entry »
Like this:
Like Loading...
Posted in .NET, C#, Cloud, Development, Go (golang), Google, GoogleCloudShell, Infrastructure, Java, Java Platform, JavaScript/ECMAScript, Node.js, Perl, PHP, Power User, Python, Ruby, Scripting, Software Development | Leave a Comment »
Posted by jpluimers on 2022/12/26
For my link archive: [WayBack/Archive.is] Your Google Store charges and receipts – Google Store Help
Charges:
- Visit pay.google.com/.
- Sign in to your Google account.
- On the left, click Subscriptions and services.
- Click View purchases.
Receipts and order numbers
- Visit pay.google.com/ and sign in with your Google account.
- On the left, click Subscriptions and services.
- Click View purchases.
- Select an order to see your receipt.
- If you need your order number, you can find it on the receipt page.
VAT invoice
If you live in the European Union, Switzerland, or Norway, learn how to request a VAT invoice:
You can request each month’s invoice in the first few days of the following month. It might take up to 24 hours to process your request.
The address shown on your VAT invoice is your legal address at the time the purchase was made. You can’t change the address that appears on a VAT invoice after the purchase is made.
- Sign in to Settings.
- Check that you’ve entered your tax ID number. If you haven’t, enter it now.
- In some countries, you can’t get a VAT invoice if you didn’t enter your tax ID number before you made the purchase.
- Click Activity.
- Click on the transaction you want an invoice for.
- At the bottom of the transaction details, click Download VAT invoice. You may be asked to enter some information, like your full address or a tax ID.
- Click Save. You’ll see a link where you can download your invoice.
–jeroen
Like this:
Like Loading...
Posted in Google, GooglePay, Power User | Leave a Comment »