Skip to content

Instantly share code, notes, and snippets.

View antoniocampos's full-sized avatar
🙈

Antonio Campos antoniocampos

🙈
View GitHub Profile
@antoniocampos
antoniocampos / HowTo.md
Created October 9, 2024 21:05
PowerShell Change Network to Private

Open PowerShell as administrator and execute

Get-NetConnectionProfile

Copy the Name and replace in the following line

Set-NetConnectionProfile -Name "Your Network Name" -NetworkCategory Private
@antoniocampos
antoniocampos / ResizeNextCloudUbuntu.sh
Created April 3, 2025 14:55
Extend Storage NextCloud Snap Ubuntu
fdisk -l
lvextend -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv
resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv