Programming Blog
(Move to ...)
Programming Blogs
Health Blogs
▼
(Move to ...)
Home
▼
Saturday, 28 December 2024
How to use User-secret to protect secrets in dotnet application.
›
Using user secrets in a .NET Web API project to securely manage your database password is an excellent practice. It keeps sensitive info...
Monday, 2 December 2024
Create a Directory from existing disk in proxmox server
›
Scenario: I have an NVMe disk with an ext4 partition that was previously used as a directory in a Proxmox server. After reinstalling Proxm...
Sunday, 1 December 2024
Change static Ip of a Xcp-ng server
›
SSH to the server . sudo -s type password for xoa. $ xoa network static ? Static IP for this machine 192.168.0.10/24 ? Gateway 192.168.0....
Saturday, 2 November 2024
Create windows vm in Azure using terraform
›
Creating a Windows VM in Azure using Terraform is a great way to manage your infrastructure as code. Here's a step-by-step guide to help...
Sunday, 1 September 2024
Task and Thread in c#
›
In C#, threads and tasks are both used for asynchronous programming and parallel execution, but they serve different purposes and provide ...
Thursday, 1 August 2024
Kubernetes easy installation guide
›
Install Kubernetes guide: After lots of research, I've found a easy to follow tutorial to install Kubernetes cluster. Here's the li...
Sunday, 9 June 2024
How to delete Local_lvm storage and resize local storage to use full disk space?
›
1) Delete the Local_lvm from othe proxmox interface . "datacenter" > Storage. Select the local_lvm storage and click "Remo...
Thursday, 16 May 2024
Ssh to linux machine without using password
›
To SSH connect to a linux machine, a raspberry pi in my example from a PC without using a username and password, you can set up SSH key-b...
›
Home
View web version