Skip to content

Instantly share code, notes, and snippets.

View Shuna322's full-sized avatar
💊
Expecting everything

Pokydko Oleksandr Shuna322

💊
Expecting everything
View GitHub Profile
@Shuna322
Shuna322 / Missing configuration after docker update
Created January 23, 2024 19:18
After updating docker the Vagrant stopped working due to issues in network_defined?
2024-01-23 20:54:05 [ INFO] Starting process: ["/usr/bin/docker", "network", "ls", "--format={{.Name}}"]
2024-01-23 20:54:05 [ INFO] Command not in installer, restoring original environment...
2024-01-23 20:54:05 [DEBUG] Selecting on IO
2024-01-23 20:54:05 [DEBUG] Waiting for process to exit. Remaining to timeout: 32000
2024-01-23 20:54:05 [DEBUG] Exit status: 0
2024-01-23 20:54:05 [ INFO] Starting process: ["/usr/bin/docker", "network", "inspect", "bridge", "host", "none", "relay-hackaton_default"]
2024-01-23 20:54:05 [ INFO] Command not in installer, restoring original environment...
2024-01-23 20:54:05 [DEBUG] Selecting on IO
2024-01-23 20:54:05 [DEBUG] Waiting for process to exit. Remaining to timeout: 32000
2024-01-23 20:54:05 [DEBUG] Exit status: 0
@Shuna322
Shuna322 / blur-my-shell-opacity.sh
Created November 8, 2023 21:13
Script to control the opacity of the applications window for the blur-my-shell extension
#!/bin/bash
# This script is used to control the opacity of the applications window for the blur-my-shell extension
# Opacity can be controled with a dconf key at location /org/gnome/shell/extensions/blur-my-shell/applications/opacity
# The value of the key is a integer between 25 and 255
# To change value the dconf write /org/gnome/shell/extensions/blur-my-shell/applications/opacity $value can be used
# The first argument of the script defines the action decrease or increase
# Opacity should be changed in the interval defined by the user from second optional argument
# If second argument is not provided the default value is 5
{"lastUpload":"2020-05-27T15:30:41.923Z","extensionVersion":"v3.4.3"}