Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
Backup Proxmox VE to the CLOUD! Backup Hook Scripts and S3
Proxmox 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...
Calibrate Sequences PostgreSQL
Sequences 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...
ColorSheme Flutter
these 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...
Flutter NOTE
Provider 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...
netplan 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...
andrizan
24 posts
WARNING: This blog exists purely as notes for a forgetful coder.