Skip to content

6. Gidro‐OS useful commands & config

fiftydinar edited this page Nov 12, 2024 · 6 revisions

To see all available commands & config, you can simply type this in Terminal:

just

How to manually update system + applications?

Note

Automatic updates are enabled by default for system + applications, unless network connection is metered

Go to Terminal & apply this command:

just update (or just upgrade)

How to manually update firmware for all my devices?

Note

Automatic firmware updates for devices are NOT performed by default

Note

Not all devices are supported for updating their firmware through this command
For those unsupported devices, please refer to manually updating their firmware in other way

Go to Terminal & apply this command:

just update-firmware (or just upgrade-firmware)

How to disable/enable automatic updates for system + applications?

Note

Automatic updates are enabled by default for system + applications, unless network connection is metered

Per-network

Network connections are unmetered by default, so automatic updates are enabled.

To disable automatic updates per-network, do this:

  • Go to Settings.
  • Click Network.
  • Click the settings icon on the network where you want to disable automatic updates.
  • Select "Metered connection: has data limits or can incur charges".
  • Click Apply.

Globally

Go to Terminal.

To enable automatic updates, apply this command:

just toggle-updates enable

To disable automatic updates, apply this command:

just toggle-updates disable

How to apply "Hide close button from windows" config?

Go to Terminal & apply this command:

just configure-close-button hide

To revert to defaults, apply this command:

just configure-close-button unhide

How to apply "Scheduled nightly reboot" config?

Go to Terminal & apply this command:

just scheduled-reboot enable

To revert to defaults, apply this command:

just scheduled-reboot disable

How to manage Android platform-tools?

Go to Terminal & apply this command to see the options:

just android-tools

Apply this command to see help about it's usage:

just android-tools help

How to disable "Bluetooth headset profile"?

Go to Terminal & apply this command:

just configure-bluetooth-headset-profile disable

To revert to defaults, apply this command:

just configure-bluetooth-headset-profile enable