OS - Windows

Depanare VPN 4 Solutii

instalare printer 50 Solutii

Optimizare pc 50 Solutii

Optimizare PC 103 Solutii

Scanare cu malwarebyte 4 Solutii

shareuire si mapare 15 Solutii

adaugare la domeniu 5 Solutii

Migrare profil 9 Solutii

Instalare/reinnoire certificate 2 Solutii

Personalizare sistem operare 274 Solutii

Configureaza si verifica setarile de boot 11 Solutii

Transfer de date 21 Solutii

Configurare OS 109 Solutii

Reparare OS 47 Solutii

Punct de restaurare OS 8 Solutii

Windows Event Viewer 6 Solutii

Reinstalare/reconfigurare VPN 8 Solutii

Optimizare client e-mail 12 Solutii

Optimizare PC 30 Solutii

Optimizare PC 20 Solutii

Reinstalare / Reconfigurare VPN 6 Solutii

Reinstalare OS 32 Solutii

Reparare sistem de operare 45 Solutii

Programare sistem operare 12 Solutii

Puncte de restaurare sistem de operare 14 Solutii

Instalare imprimanta 44 Solutii

Mapare si partajare 13 Solutii

Modificari firewall 12 Solutii

Migrare profil 8 Solutii

Transferuri de date 33 Solutii

Upgrade sistem operare 12 Solutii

Windows Event Viewer 7 Solutii

Verificare HDD 32 Solutii

Spatiu partitie 31 Solutii

Scanare cu MalwareBytes 5 Solutii

Setari servicii sistem operare 42 Solutii

Setari retea sistem operare 25 Solutii

Setari partitii 19 Solutii

Actualizare sistem operare 15 Solutii

Clonare HDD 11 Solutii

Compatibilitate program 13 Solutii

Instalare / Reinnoire Certificate 6 Solutii

Configurare si verificare setari de BOOT 15 Solutii

Configurare Sistem de operare 1428 Solutii

Identificare DLL-uri lipsa 2 Solutii

Depanare 1020 Solutii

Editarea politicilor de grup ale sistemului de operare 13 Solutii

Drivere 50 Solutii

Cum poti verifica versiunea la Windows 11?

Aceasta este cea mai simplă metodă și funcționează pe orice dispozitiv cu Windows 10 sau Windows 11.

  1. Apăsați Windows + I pentru a deschide meniul Setări
  2. Faceți clic pe Sistem în bara laterală stângă
  3. Derulați în jos și selectați Despre
  4. Uită-te la specificațiile Windows
  5. Verificați liniile Ediție și Versiune

Dacă scrie Windows 11 și versiunea este 22H2 , 23H2 sau cea mai recentă 24H2 , atunci ești în regulă. Microsoft a început deja să implementeze Windows 11 24H2 pe scară largă, deși unii utilizatori ar putea întâmpina restricții legate de hardware.

Folosește comanda winver

Această metodă afișează o fereastră pop-up rapidă cu informații despre versiune.

  1. Apăsați Windows + R pentru a deschide caseta de dialog Executare

  2. Tastați winver și apăsați Enter
  3. Apare o fereastră mică care arată versiunea de Windows și numărul de versiune

Dacă în partea de sus scrie Windows 11 , ești gata. Dacă încă folosești Windows 10, dar vrei să treci la versiunea inițială, poți instala actualizări Windows fără pierderi de date, urmând pașii corecți. Această fereastră afișează și numărul versiunii, util dacă verificați actualizări de funcții.

Folosește promptul de comandă sau PowerShell

Această opțiune oferă o defalcare mai detaliată și funcționează pentru verificări avansate.

  1. Deschideți promptul de comandă sau PowerShell

    • Apăsați Windows + X și selectați oricare dintre opțiunile din meniu
  2. Tastați următoarea comandă:

systeminfo | findstr /B /C:"OS Name" /C:"OS Version"

  1. Apăsați Enter

Vei vedea ceva de genul:

OS Name:                   Microsoft Windows 11 Pro  

OS Version:                10.0.22631 N/A Build 22631

Dacă linia de nume spune Windows 11 , înseamnă că îl rulezi. Numărul versiunii ajută la confirmarea actualizării pe care o ai. Dacă nu ești sigur de starea licenței tale, este util să verifici tipul acesteia pentru a ști dacă folosești o ediție retail, OEM sau de volum. Acest lucru este important dacă intenționezi să faci upgrade sau să reinstalezi ulterior.

[mai mult...]

Setting up a Proxmox cluster in your homelab

It is not required but very good practice to keep management networks from VM networks. As I had four ports on each server, I went with following design:

Port 1 on each server — Management Network
This is what I provided to Proxmox at installation time, 192.168.3.x range
Linux Bridge was created by Proxmox

Port 2 on each server — VM Network (Data Plane)
In my case, this is connected to different switch/subnet, 192.168.4.x range
We’ll now create Linux Bridge to use this port

Linux Bridge: “A Linux Bridge allows the physical network interface to act as a virtual switch inside our server. This helps connect our virtual machines to different network segments.”

Log on on to one node and get to Network tab (process needs to be done on all nodes):

Proxmox Network — Setup Bridge

I am going to use eno2 that is connected to a separate subnet and use this network for VMs. First bridge created by Proxmox is named as vmbr0, so we’ll name the new one as vmbr1. In comments, I put ‘vm-net4’ to represent usage and subnet but you can put any description here:

Create Linux Bridge

Leave Gateway blank here. Click on Apply Configuration, otherwise changes will only take effect on the next restart.

Apply Network Configuration

Next time we create VMs, we’ll pick this new network that we just created:

Select network for VM creation

We can change it for existing VMs also:

Even though we have not set up the Cluster yet, we can define Shared storage at Datacenter level and not node level. I have access to NFS share from my Synology but as we can see below, we have many options to pick from:

Add Shared Storage to Proxmox

In Content above, we decide what this shared storage can be used for, like for VM disks, ISO images etc. We have defined one for virtual machines above, let us define one for backups also:

With shared storage configured, we can now leverage it to seamlessly move VMs between nodes in the cluster. This flexibility is a key benefit of clustering, as it allows for workload balancing and high availability.

At this stage, we have three separate Proxmox hosts. We have set up two networks on each and added shared storage to one. At this stage we are good for creating the cluster.

Let us Create the cluster now:

Create Cluster

Pick a cluster name and give it node IP:

Create Cluster — Output

Now we have a cluster with one node. By clicking on Join Information button, we can grab information that we need to take to other nodes to add them to same cluster:

Now we can refresh page and see all nodes in cluster:

Also, in above we can see that Shared storage is accessible to all nodes even though we added it to only one node.

Virtual Machine Migrations

We can test our cluster by Migrating VM:

This VM was created using local disk. Migrating VM with local disk:

It took a few minutes to migrate over 1Gb network. The VM was responsive during this time.

Now we can see that VM has move to prx-2 node:

We can also verify from logs at bottom of screen:

Now let us Create VM using shared storage. Process is same except that we select disk from shared storage:

Migrate VM with shared storage:

It is very quick:

So far we have migrated VMs manually. There are use cases for doing so. But if want VMs to migrate when there is an issue with a given node, then we need High Availability.

  • Click on Add under Resources
  • And select VM to add to HA

We can leave Max Restarts and Max Relocate to 1. We do not want migration to be tried multiple times, we would rather know about underlying issue first at that time. VM was stopped when adding, so it is starting now as requested state above was Started:

Now, if something happens to the node on which the VM is running, it’ll be moved to another node automatically (hence HA). I tested it by unplugging the network cable from the server on which VM was running and it moved to another node.

While High Availability (HA) is a powerful feature with clear use cases, it’s important to assess whether it’s necessary based on specific requirements. In scenarios where redundancy is already built into the application layer, such as Elasticsearch or Kafka clusters, we might prioritize high-speed local storage over fast VM migration, even if that means reduced mobility for the virtual machines. Ensuring data consistency often takes precedence in such cases. Conversely, for services like NGINX acting as a load balancer, HA can be a valuable option, as configuration updates are infrequent and the service benefits more from uptime and reliability than instantaneous data replication.

[mai mult...]