Skip to content

Instantly share code, notes, and snippets.

@sorend
sorend / Update firwmware WD Black SN770 firmware on Arch Linux.md
Last active July 23, 2025 15:05
Update firmware WD Black SN770 firmware on Arch Linux

Update firmware WD Black SN770 firmware on Arch Linux

Been having problems with my new SN770 drive, and decided to check if I can firmware update it on Linux. WD only provides a Windows tool, Western Digital Dashboard to download and install firmwares, but, it's possible to find the firmware and install it using Linux tooling as well.

1. Check that nvme-cli is installed:

❱ sudo pacman -S nvme-cli
@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