Skip to content

Instantly share code, notes, and snippets.

View pacholoamit's full-sized avatar

Pacholo Amit pacholoamit

View GitHub Profile
@shantanoo-desai
shantanoo-desai / productinfo.proto
Last active February 27, 2023 09:41
gRPC using Tonic in Rust (example from gRPC: Up and Running Book)
syntax = "proto3";
package ecommerce;
service ProductInfo {
rpc addProduct(Product) returns (ProductID);
rpc getProduct(ProductID) returns (Product);
}
message Product {
string id = 1;
@gjreasoner
gjreasoner / README.md
Last active April 30, 2025 01:11
Expand Ubuntu 20 Proxmox Disk
# Resize the file system in UI, under VM -> Hardware -> Click on the disk to resize, click "Resize disk" button

# Confirm increase in disk space (1TB in my case)
$ lsblk
NAME                      MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda                         8:0    0    1T  0 disk
├─sda1                      8:1    0    1M  0 part
├─sda2                      8:2    0    1G  0 part /boot
└─sda3                      8:3    0    1T  0 part
@parmentf
parmentf / GitCommitEmoji.md
Last active December 3, 2025 06:56
Git Commit message Emoji