Skip to content

Instantly share code, notes, and snippets.

View ccamacho's full-sized avatar
🍼

Carlos Camacho Gonzalez ccamacho

🍼
View GitHub Profile
@jbadiapa
jbadiapa / tripleo-quickstart
Last active February 10, 2021 15:01
Deploy TripleO master with ceph
NO FEATURE
NODES=3ctlr_2comp_3ceph
# modify the ceph nodes memory to 5GB at config/nodes/3ctlr_2comp_3ceph.yml
control_memory: 8192
control_disk: 45
compute_memory: 5120
compute_disk: 50
ceph_memory: 5120
ceph_disk: 55
undercloud_memory: 12288
@vranystepan
vranystepan / howto.md
Last active October 3, 2019 17:14 — forked from h4cc/howto.md
Getting Thumbnails / Previews of your RAW files in Fedora 25

Howto

Install these programms

sudo dnf install raw-thumbnailer
sudo dnf install ufraw

Try now if everything works, and your thumbnails show up. If not, try the following part.

#!/bin/bash
# by Damien Ciabrini & Michele Baldessari
# This function takes the resource name as a parameter and returns
# "clone", "master", "primitive" or exits with 1
function get_resource_type() {
local clone_count
local master_count
local primitive_count
local bundle_count