Featured

How I Use Google Antigravity CLI to Turn Ubuntu into a Living, Breathing Workspace

For a long time, using Linux like a "pro" meant memorizing hundreds of obscure terminal flags, spending hours debugging systemd scripts, and manually editing configuration files across /etc/. Then I integrated Google Antigravity CLI (agy) into my daily workflow. Instead of fighting the operating system, my Ubuntu setup now feels like a living, breathing workspace that grows alongside me. Here is how I use agy to automate my OS, orchestrate complex tasks, and keep my machine running like clockwork. The real magic of the Google Antigravity CLI is its ability to translate natural language intent into local execution. I don't sit around trying to remember syntax for custom systemd user timers or complex shell pipelines anymore. I simply open my terminal, launch agy, and describe what I want to achieve. Whether I need to:  * Set up a self-healing background watchdog service to keep local processes alive,  * Build a comprehensive update script that updates APT, Flatpaks, Snaps...

upgrade unsupported Lumia to redstone 3 [1709]

Hey there! If you have an old Windows phone lying around or if you're still using a Windows phone and want to get the latest w10 build 1709 on a Lumia Windows phone that's no longer supported for updates, just follow these steps to upgrade.

First, download the interop tools from here

No need to worry about registry providers with these interop tools. Just use the "this device" option during app setup. Make sure you have development mode enabled on your Lumia.

Next, go to the "registry browser" and make the following edits:

- HKLM\SYSTEM\Platform\DeviceTargetingInfo
    - PhoneModelName: Lumia 950 XL

- HKLM\System\Platform\DeviceTargetingInfo
    - PhoneHardwareVariant: RM-1085

- HKLM\Platform\Platform\DeviceTargetingInfo
    - PhoneManufacturerModelName: RM-1085_15217

Once you've made the edits, go ahead and check for updates. That's it!

Comments