Skip to content

Instantly share code, notes, and snippets.

View pedrojreis's full-sized avatar
🍪

Pedro Reis pedrojreis

🍪
View GitHub Profile
@pedrojreis
pedrojreis / profile.md
Last active November 23, 2023 14:39
Oh-My-Posh Theme for PowerShell

PowerShell Profile

This is a small adaptation of a Oh-My-Posh Theme according to my needs.

Screenshot 2023-07-28 131649

{
  "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
  "blocks": [
@pedrojreis
pedrojreis / proxmox_filesystem.md
Last active June 29, 2023 09:26
Increase FileSystem in Proxmox Linux VM

Increase Available space in Proxmox Linux VM

I wanted to increase the available space in my NextCloud instance that is installed in a Promox Linux VM The VM itself is alpine linux and the storage type is ZFS

  1. First we use Proxmox's GUI to increase Disk Size

  2. Install necessary utils to resize partition

apk add cfdisk e2fsprogs-extra