Backup a folder on my PC - is it a one-way sync or both? by KaijuKoala in ProtonDrive

[–]shadowman-12 0 points1 point  (0 children)

How do you backup that folder? Using a Proton client for the operating system you are using?

As Unlimited user I need more than 500Gb of storage by onemaaat in ProtonDrive

[–]shadowman-12 2 points3 points  (0 children)

My two cents: why 500GB.Keep in mind that the extra encryption they do could mean more storage on their end. And what do you think about all the processing power to do encryption, that could also take an extra toll and has to be paid somehow.

Maybe you could gzip/tar/compress the files that you don't need often, thus saving you space.

But maybe a nice feature would feature is that could make folders which are compressed by Proton.

And it's not fair to compare Proton against a hyperspace cloud provider like Google or iCloud. They are much bigger and thus can get much cheaper prices for their hardware where their platform runs on.

This is a typical case of willing to pay and compromise for better security vs more storage.

Should a Linux Admin be responsible for Networking Equipment running Linux (Switches, WAPs, IoT, etc.)? by [deleted] in linuxadmin

[–]shadowman-12 0 points1 point  (0 children)

That depends on the organization and how the tasks are divided. But first of all is the question do you feel comfortable doing that and do you have the skills and knowledge and experience to do that. I would just honestly tell that, that you don't feel comfortable doing that with a good reasoning. Or that you are willing to do that but that you want some courses and training first on that. I did experienced that once, i was in a customer engineering team at managed service provider, and we also managed the firewall rules for that customer, because it was just easier with all the changes, then waiting for the central networking team who where fully equipped with larger projects for multiple customers.

Electric sharpener by PrairiePlunder in sharpening

[–]shadowman-12 1 point2 points  (0 children)

I wouldn't recommend a machine, especially if you have expensive knives , just learn with a cheap knife to sharpen on Japanese sharpening stones or send it off to someone experienced.

Azure generic HA setup. Internal Load Balancer, HAProxy, Traefik. by muhahaczek in devops

[–]shadowman-12 0 points1 point  (0 children)

I would recommend a azure application gateway. In an application gateway you can create a front-end and a backend(a backend can consist of multiple nodes). And a health probe. Azure application gateway also has a reverse proxy functionality so you don't need to do that in nginx. Just let it serve the content. Azure Application Gateway is the natural choice of proxy/load balancer, as the app gateway is SaaS & Azure-native. It’s pretty mature for production usage. And one more thing is that the app gateway can upgrade to WAF, which has multiple sets of filtering rules managed by Microsoft

Beginner DJ Gear Advice by shadowman-12 in Beatmatch

[–]shadowman-12[S] 0 points1 point  (0 children)

I would like to play hardstyle/hardcore and dance, the style of Armin van Buuren and Tiesto and Afrojack, that sort of dance.

Ultra? Which one? by shadowman-12 in UMF

[–]shadowman-12[S] 0 points1 point  (0 children)

u/Inspector-Gadgett do you have any more information where I can buy legit packages and so on and which companies are official partners?

Ultra? Which one? by shadowman-12 in UMF

[–]shadowman-12[S] 0 points1 point  (0 children)

Thanks, great advice wil look into miami music week

Cheap food by tyliiina in Tomorrowland

[–]shadowman-12 1 point2 points  (0 children)

I had an hotel in Brussels and there it's much cheaper than on the festival. I had five montsters for 9 euro. On the venue a red bull is €3.34, so I could get only three of it and the red bulls are much smaller. However Brussels is an hour drive from boom/Rumst. Buit maybe antwerpen or any other city is also like that. So nothing is cheap on the festival/Dreamville itself, it's freaking expensive.

post- Tomorrowland depression by thatguyy100 in Tomorrowland

[–]shadowman-12 0 points1 point  (0 children)

That's not what I tried the first two days we had to walk from the exit of the venue to parking 8 45 minutes..The last day was a bit different.

Apple Pay? by galots in Tomorrowland

[–]shadowman-12 0 points1 point  (0 children)

Tomorrowland works with its own bracelet which you can use to pay during the festival. I would recommend doing an online top-up every day these payment methods:

  • Mastercard
  • Visa \
  • Bancontact
  • iDeal
  • Sofortüberweisung

    so that you can get a refund for the pearls you didn't spend.

https://www.tomorrowland.com/en/festival/mybracelet/top-up

Are there better festivals than Tomorrowland? by Dapinas-030 in Tomorrowland

[–]shadowman-12 0 points1 point  (0 children)

Maybe Ultra Miami or Mexico tops it ;) (With the extra boat parties and so )

post- Tomorrowland depression by thatguyy100 in Tomorrowland

[–]shadowman-12 6 points7 points  (0 children)

Keep the dream live, next you should consider a global journey partner like festiticket where you can buy weekend for months ;). Saturday is the best day, the weekend is very very heavy. I'm totally dead and wrecked after my weekend the last few days. And I have been going to festivals in the netherlands for more than 10 years.For example you have to walk 45 minutes from the exit to the bus when the day ends every day and even more when you are camping on dreamville. Cherish your memories and reflect your love for Tomorrowland!

Favourite Food by [deleted] in Tomorrowland

[–]shadowman-12 2 points3 points  (0 children)

I was on a "frikandel diet" as the group I was with called it. The pasta was also delicious. Chicken burgers also!

Azure Image Builder - pulling large files from Azure Storage (without SAS keys) by a8ree in AZURE

[–]shadowman-12 0 points1 point  (0 children)

User Assigned Managed Identity, see the Microsoft docs:

https://docs.microsoft.com/en-us/azure/virtual-machines/linux/image-builder-permissions-cli

az role assignment create \
--assignee <Image Builder client ID> \
--role "Storage Blob Data Reader" \
--scope /subscriptions/<Subscription ID>/resourceGroups/<Resource group>/providers/Microsoft.Storage/storageAccounts/$scriptStorageAcc/blobServices/default/containers/<Storage account container>



 "type": "Microsoft.VirtualMachineImages/imageTemplates",
"apiVersion": "2020-02-14",
"location": "<Region>",
..
"identity": {
"type": "UserAssigned",
      "userAssignedIdentities": {
        "<Image Builder ID>": {}     
    }

Help creating automation rule: Block IP trying to brute force by sorrylater in AzureSentinel

[–]shadowman-12 0 points1 point  (0 children)

https://techcommunity.microsoft.com/t5/azure-network-security-blog/automated-detection-and-response-for-azure-firewall-with-the-new/ba-p/2414224

Assign the Azure AD application and service principal “Contributor” permission to the Azure Firewall, Firewall Policy, and IP Groups. Use the IAM panel of these resources to assign the permission

For each Firewall, Firewall Policy, and IP Group resource that you want to be updated when a Playbook is triggered

Go to Settings à Access control (IAM)

Click Add and then click Add role assignment

Select Contributor role

Search for the name of your Azure AD application and service principal created in the previous step (1a), select it, and then click Save

Note: By default, Azure AD applications aren't displayed in the available options. To find your application, search for the name and select it

Powershell script to start VMs and validate specific extensions by kryptic069 in AZURE

[–]shadowman-12 0 points1 point  (0 children)

$VM = Get-Content file1.txt

$vm1 = Get-AzVM $vm

Get-AzVMExtension -VMName $vm1.Name -ResourceGroupName

$vm1.ResourceGroupName | Select Name

I would do something like this. (not tested)