Fast OCI Instance Status Management from Your Terminal

Managing Oracle Cloud Infrastructure instances does not always require opening the web console. With a simple script and the OCI CLI, you can start, stop, reset, and list your instances directly from your terminal in seconds. Prerequisites Before using the script, make sure you have: OCI CLI installed and configured The OCID of the compartment you want to manage The Script Below is a simple script that lets you list instances and perform actions using their names. #!/usr/bin/env bash set…

Continue ReadingFast OCI Instance Status Management from Your Terminal

Private AI on Oracle OCI: How to Stop Sending Company Data to Public LLMs

There is something that bothers me every time I see a company adopting AI tools without thinking too much about what happens to their data. You open ChatGPT, you paste some internal document, you ask for a summary or a rewrite, and that's it. The data left the building. Where it goes, who reads it, if it is used to train future models; these are questions that most people don't ask until it becomes a problem. I work a lot…

Continue ReadingPrivate AI on Oracle OCI: How to Stop Sending Company Data to Public LLMs