Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Try Google Cloud Risk-Free With $300 in Credit
No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Small startup script that notifies update info about CPU micorcode
...But thanks to the architecture of the linux kernel, we can update it at the last version every time we boot our OS. This is a really fast operation brought to you by microcode.ctl (in Ubuntu), and it permits to avoid waiting for an updated closed-source BIOS to solve bugs; it downloads the last microcode for your Intel or AMD CPU every time you update your system, and it installs it on every OS startup.
This little script is designed to give you a way to see what's happening with CPU updates. On every startup, a popup notification throught libnotify shows you the old revision of the firmware, the newer version applied while booting and the releasing date of the last update. ...
DontWaitUp: do something else while your PC is completing a job
DontWaitUp catches windows which close, change name or are resized in order to understand when a process has completed and then do an action like shut down, restart, sleep, hibernate, play an alarm sound, show a notification or run whatever command you need to run.