Aandrizaninblog.andrizan.com·Aug 14, 2024 · 6 min readBackup Proxmox VE to the CLOUD! Backup Hook Scripts and S3Proxmox has a pretty good backup scheduler, but it relies on the backup destination being mounted as a storage location. This implies that the backup destination needs to be a protocol that Proxmox supports - SMB (CIFS), NFS, … or Proxmox Backup Serv...00
Aandrizaninblog.andrizan.com·Jul 24, 2024 · 2 min readCalibrate Sequences PostgreSQLSequences Sequences in PostgreSQL are special kinds of database objects designed to generate unique numeric identifiers. These identifiers are often used as primary keys in tables. A sequence is essentially a counter that can be incremented or decrem...00
Aandrizaninblog.andrizan.com·Apr 22, 2024 · 1 min readColorSheme Flutterthese 10 colors are mandatory for creating a ColorSheme for Flutter ThemData.Values for each color are optional. primary : This is the most used color in the application onPrimary : This color is used to color the elements on top of the primary color...00
Aandrizaninblog.andrizan.com·Feb 27, 2024 · 1 min readFlutter NOTEProvider https://medium.com/@madampitige90/provider-state-management-in-flutter-3bc555a1eafb https://www.dhiwise.com/post/achieving-optimal-performance-with-flutter-provider-state-management https://nureddineraslan.medium.com/understanding-state-mana...00
Aandrizaninblog.andrizan.com·Jan 9, 2024 · 1 min readnetplan Error Ubuntu 22.04(process:62555): WARNING : 14:00:14.501: Permissions for /etc/netplan/50-cloud-init.yaml are too open. Netplan configuration should NOT be accessible by others. Fixes sudo chmod 600 /etc/netplan/your_config_file.yaml # run this then $ sudo apt-get in...00S