Lost a partition while updating Ventoy, but successfully recovered it using TestDisk.
Ventoy's Non-Destructive mode, allowing installation without affecting existing partitions.
Lost a partition while updating Ventoy, but successfully recovered it using TestDisk.
Ventoy's Non-Destructive mode, allowing installation without affecting existing partitions.
Interlude: Reactivity and Functions (leptos-rs.github.io)
The post highlights the importance of closures in achieving reactivity. They enable the framework to rerun the smallest possible unit of your application in response to a change. Consequently, two key points to remember are:
Your component function is a setup function, not a render function, and it runs only once.
For values in your view template to be reactive, they must be functions: either signals (which implement the Fn traits) or closures1.
podman/podman-for-windows.md at main · containers/podman · GitHub
winget install RedHat.Podman
podman machine init
podman machine start
podman machine set --rootful
sudo firewall-cmd --zone=trusted --list-sources
sudo firewall-cmd --zone=trusted --list-all
sudo firewall-cmd --permanent --zone=trusted --remove-source=x.x.x.x
sudo firewall-cmd --zone=trusted --add-source=x.x.x.x
sudo firewall-cmd --runtime-to-permanent --filename=./firewalld-runtime.xml
sudo firewall-cmd --reload
appwiz.cpl - Programs and Features (Add/Remove Programs)
bthprops.cpl - Bluetooth Devices
desk.cpl - Display Settings
firewall.cpl - Windows Firewall
hdwwiz.cpl - Device Manager
inetcpl.cpl - Internet Options
intl.cpl - Region and Language Options
irprops.cpl - Infrared
joy.cpl - Game Controllers
main.cpl - Mouse Properties
mmsys.cpl - Sound and Audio Devices
ncpa.cpl - Network Connections
netsetup.cpl - Network Setup Wizard
nusrmgr.cpl - User Accounts
powercfg.cpl - Power Options
sysdm.cpl - System Properties
telephon.cpl - Phone and Modem Options
timedate.cpl - Date and Time Properties
wscui.cpl - Windows Security Center
wuaucpl.cpl - Windows Update
Lost a partition while updating Ventoy, but successfully recovered it using TestDisk. Ventoy's Non-Destructive mode, allowing installati...