| Distro | Desktop Environment |
|---|---|
| Fedora | GNOME |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * author: Bart Zaalberg <https://github.com/bartzaalberg> | |
| * | |
| * Check http://doc.qt.io/qt-5/stylesheet-syntax.html especially the subtopics: | |
| * The Style Sheet Syntax (http://doc.qt.io/qt-5/stylesheet-syntax.html) | |
| * Qt Style Sheets Reference (http://doc.qt.io/qt-5/stylesheet-reference.html) | |
| */ | |
| * { | |
| border: none; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: stash.appscode.com/v1beta1 | |
| kind: BackupSession | |
| metadata: | |
| name: instant-trigger | |
| namespace: <namespace> | |
| spec: | |
| invoker: | |
| apiGroup: stash.appscode.com | |
| kind: BackupConfiguration | |
| name: <backupconfiguration name> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ```yaml | |
| apiVersion: kubedb.com/v1alpha2 | |
| kind: MySQL | |
| metadata: | |
| name: wordpress-mysql | |
| namespace: demo | |
| spec: | |
| version: 8.0.21 | |
| replicas: 3 | |
| topology: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -eou pipefail | |
| #========== Step 1: Disable Swap ============ | |
| echo "Disabling Swap......." | |
| sudo swapoff -a | |
| sudo sed -i '/^[^#]/ s/\(^.*swap.*$\)/#\1/' /etc/fstab | |
| free -h | |
| echo "" |
By submitting a contribution to Expendwise (the "Project"), you agree to the following terms:
- "You" refers to the individual or entity submitting the contribution.
- "Contribution" means any code, documentation, or other material you submit to the Project.
- "Author" refers to Emruz Hossain (GitHub: @hossainemruz), the original creator of the Project.
OlderNewer