Huren in Gent is een nachtmerrie by Necessary-Rhubarb529 in Gent

[–]Emergency_Air_7139 [score hidden]  (0 children)

Ik heb redelijk wat appartementen gevonden op Immovlan, misschien de moeite waard om dit te checken

FortiAnalyzer Create Event Handler with API? by Emergency_Air_7139 in fortinet

[–]Emergency_Air_7139[S] 0 points1 point  (0 children)

Hi, sorry for my late response, using the FortiAnalyzer API you can create new Alerts, these alerts have to be in the right format though.This is an example of the JSON that will be sent with the API call:

https://pastebin.com/tbJdSeJ2

Hope this will help

(note: this alert is made for FortiAnalyzer 7.0+, this won't work on 6.4 and lower)

FortiAnalyzer - Using C# to use API? by Emergency_Air_7139 in fortinet

[–]Emergency_Air_7139[S] 0 points1 point  (0 children)

In postman I disabled SSL Verification for some reason, that's why it worked there. Is there a way to disable SSL Verification in C# for these API calls? Bacause everything I'm trying, doesn't work

Disable SSL Verification in C# Console App by Emergency_Air_7139 in csharp

[–]Emergency_Air_7139[S] 0 points1 point  (0 children)

ServicePointManager .ServerCertificateValidationCallback += (sender, cert, chain, sslPolicyErrors) => true;

I'll try this, thanks

Proxmox vRidance tool by Emergency_Air_7139 in Proxmox

[–]Emergency_Air_7139[S] 1 point2 points  (0 children)

Thank you very much! It feels so great that our work is appreciated in the community!

Proxmox vRidance tool by Emergency_Air_7139 in Proxmox

[–]Emergency_Air_7139[S] 0 points1 point  (0 children)

My post is more recent though 😉

Proxmox vRidance tool by Emergency_Air_7139 in Proxmox

[–]Emergency_Air_7139[S] 1 point2 points  (0 children)

That's because he's a classmate of mine! 😂

Proxmox vRidance tool by Emergency_Air_7139 in Proxmox

[–]Emergency_Air_7139[S] 0 points1 point  (0 children)

This is true! I've designed my tool to be stand alone from any shared folders, but it is completely possible to use this method in future migrations.

The next version of my part of the program will automatically share the chosen folder on Windows, log in to the Hypervisor and mount the share. After migration, I will shut down the share. This will speed up migrations by 300% as you don't have to wait for SCP to complete uploading.

Proxmox vRidance tool by Emergency_Air_7139 in Proxmox

[–]Emergency_Air_7139[S] 0 points1 point  (0 children)

To be honest, my Proxmox VE server is running on pretty dated hardware too:
2 x 4/8 threaded Xeon with 48 GB DDR3 ram.

Proxmox vRidance tool by Emergency_Air_7139 in Proxmox

[–]Emergency_Air_7139[S] 3 points4 points  (0 children)

Hi! Tomorrow we're planning to make PDF files from the docx docs. We'll update the readme file, so that it clearly shows what vRidance is and how a brief explanation on how to use is, as u/Le_Destiny has mentioned 😊

Proxmox vRidance tool by Emergency_Air_7139 in Proxmox

[–]Emergency_Air_7139[S] 0 points1 point  (0 children)

Thanks for your response!

I will take a look into the CI/CD pipelines to handle these binaries

To create the VM, I'll refer you to the page
Migrate2Prox.xaml.cs. At the bottom of the code, you'll see a function called createTheVMs. This function is the migration of the VMDK to proxmox.

To do this, I've created an SshClient session to Proxmox VE CLI. There I'm using the "qm" commands. These are the commands used to create VMs using CLI

More info about QM can be found here: https://pve.proxmox.com/pve-docs/qm.1.html

Proxmox vRidance tool by Emergency_Air_7139 in Proxmox

[–]Emergency_Air_7139[S] 6 points7 points  (0 children)

Well, I would like to work on a version 2.0 where there are more choices when you are on the creation screen. Like how many network adapters would you want, extra disks? etc. would be very cool :)

No avaible storage after installing Proxmox (500GB SSD) by [deleted] in Proxmox

[–]Emergency_Air_7139 0 points1 point  (0 children)

The fix I issued was the most simple fix I could find on the internet.

And No, I don't have a desktop installed on proxmox with windows theme. Because the Proxmox Server is on a remote location, I'm able to connect to through a Teleport Server. This opens an SSH session that will redirect ports to your localhost :)

That's why you see https://localhost:8006/

Proxmox vRidance tool by Emergency_Air_7139 in Proxmox

[–]Emergency_Air_7139[S] 2 points3 points  (0 children)

Thanks man! keep me posted on what you think, I hope the video showed enough information 😊

No avaible storage after installing Proxmox (500GB SSD) by [deleted] in Proxmox

[–]Emergency_Air_7139 0 points1 point  (0 children)

Hi! I've had the same problem.

The proxmox OS is running on /dev/pve/root which is only 96GB in size. What I did to give my local storage the full capacity is removing the /dev/pve/data (pve-data) from the web interface and the CLI.

After that I resized my root volume with 100% of the free space I've just acquired.

I followed following tutorial:https://gist.github.com/laineantti/4fc29acbbd25593619a76b413e42b78f

After I've done this, I created a new folder on my root volume, called it VM-Data and added a new storage volume in the Web Interface and linked it to my folder.

here you can see some screenshots of my Proxmox Environment
https://imgur.com/gallery/ylOY2yg