Skip to content

Instantly share code, notes, and snippets.

@fdaciuk
fdaciuk / gnome-terminal-profiles.md
Last active December 4, 2023 19:20
Export / Import Gnome Terminal Profiles

Export Gnome Terminal Profile

List profiles

dconf dump /org/gnome/terminal/legacy/profiles:/

Determine the terminal profile string for the profile you will need. This is the terminal profile that I will export:

Ceph Architecture and Components

Trong bài viết này, chúng ta sẽ đi tìm hiểu về kiến trúc cũng như các thành phần trong hệ thống lưu trữ Ceph

  • Ceph storage architecture
  • Ceph RADOS
  • Ceph Object Storage Device (OSD)
  • Ceph monitors (MON)
  • librados
  • The Ceph block storage
  • Ceph Object Gateway
@Lakshanz
Lakshanz / limit-tc.sh
Last active April 16, 2024 14:04
TC limiting : Helps to set maximum upload/download speed limit to your linux server/pc's selected network interface.
#!/bin/bash
# Full path to tc binary
TC=$(which tc)
#
# NETWORK CONFIGURATION
# interface - name of your interface device
# interface_speed - speed in mbit of your $interface
# ip - IP address of your server, change this if you don't want to use