Skip to content

Instantly share code, notes, and snippets.

image

Refer friends to save! For every friend you introduce to US Mobile, we will give you both up to $10. Details Your friends can use your code at activation to get 50% off up to $10 in savings on their first plan.

You will then be eligible for 50% off up to $10 in savings on your next bill when using Autopay.

image

Current Coinbase Bonus & Referral Code The current Coinbase bonus is $10 (or £7) worth of free Bitcoin – paid in BTC – and no Coinbase referral code exists – unlike Binance or Crypto.com. It’s only necessary to click on a Coinbase referral link.

Coinbase Sign Up Bonus https://coinbase.com/join/cunnin_viv

@zenxedo
zenxedo / ProxmoxNotes.md
Last active September 20, 2024 15:58
Peroxmox Notes

Increase size of PBS Datastore Directory after increasing the size of Disk

Using sgdisk to Extend a Non-LVM Partition:

sgdisk -e /dev/sdb         # Extend the GPT partition to use the entire disk
sgdisk -d 1 /dev/sdb       # Delete the old partition
sgdisk -N 1 /dev/sdb       # Create a new partition to fill the available space
partprobe /dev/sdb         # Notify the system of partition changes
resize2fs /dev/sdb1 # Resize the filesystem to use the new partition size

ZFS Commands Cheatsheet

Devices and Pools

List all devices in the server

lsblk -S     # General Linux command
geom disk list   # FreeNAS specific

Force-Flash Procedure for MT4117 (ConnectX-4)

1. Prerequisites

  1. Install Mellanox Firmware Tools (MFT)

    • Download from NVIDIA Networking: Firmware Tools.
    • Install the appropriate package for your operating system.
  2. Identify the Card and Current Configuration