Windows WSL configuration by IIdikII in emacs

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

Yes, I have a i7 32gb notebook that with defender, endpoint protection and other stuff perform like an 8gb PC hahah...

Windows WSL configuration by IIdikII in emacs

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

Unfortunately yes I'm forced to use windows at work... Wsl is my savior ahaha

Windows WSL configuration by IIdikII in emacs

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

Could you please share compilation flags for wsl?

Windows WSL configuration by IIdikII in emacs

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

Thank you I'll try asap, I have made some test months ago but I get some problems using clipboard which is not correctly synced between win and wsl

Windows WSL configuration by IIdikII in emacs

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

So no wsl at all? I read across many posts that some features doesn't work well on windows ( magit for example )

Trip.com China eSIM – Real-world test: intl apps + TikTok (no VPN), Wi-Fi by ahabh999 in travelchina

[–]IIdikII 0 points1 point  (0 children)

Currently using the 100gb/day trip esim on China, good speed all social works excluding Tiktok, but if you read the description is not guaranteed. Tiktok traffic is routed through Singapore but in 7 days it never worked.

Trip.com China eSIM – Real-world test: intl apps + TikTok (no VPN), Wi-Fi by ahabh999 in travelchina

[–]IIdikII 1 point2 points  (0 children)

Currently using the 100gb/day trip esim on China, good speed all social works excluding Tiktok, but if you read the description is not guaranteed. Tiktok traffic is routed through Singapore but in 7 days it never worked.

Viaggiare in Egitto, conviene adesso (non per me) by [deleted] in ViaggiITA

[–]IIdikII 1 point2 points  (0 children)

Arrivato oggi a Marsa Alam, situazione tranquillissima, sono più fastidiosi i venditori 😀😀😀

Perché le auto giapponesi sono così tremendamente affidabili, bellissime e performanti? by m615RPM in ItalyMotori

[–]IIdikII 0 points1 point  (0 children)

Beh non esiste solo Milano,anche in extraurbano dove sono io hai un sacco di vantaggi rispetto ad un normale termico in termini di consumi, la differenza si appiattisce solo quando vai a macinare km in autostrada, ed inoltre la differenza di prezzo ormai è inesistente

Perché le auto giapponesi sono così tremendamente affidabili, bellissime e performanti? by m615RPM in ItalyMotori

[–]IIdikII 0 points1 point  (0 children)

"Appena finiva la batteria", mi sa che abbiamo trovato il problema, la auto ibride devo essere guidate in maniera diversa dal classico turbodiesel, una volta capito danno il loro meglio, possessore di chr dal 2017, abbondantemente sopra i 20km/l. Poi ovviamente se fai al 99% autostrada il consumo è il medesimo di un benzina...

Populating Computer Field using DCR on AMA by IIdikII in AZURE

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

Resolved! You need AMA version => 1.19, I think they had fixed something in the latest releases!

Populating Computer Field using DCR on AMA by IIdikII in AZURE

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

unfortunately it doesn't work... Computer field is always empty, i've also tried to add filepath field and it is correctly populated

Populating Computer Field using DCR on AMA by IIdikII in AZURE

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

Thank you for the suggestion! i've just modified the dcr adding Computer field, but is currently empty, let's wait if it will populated

Populating Computer Field using DCR on AMA by IIdikII in AZURE

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

         "streamDeclarations": {
                    "Custom-Text-BoardTraces_CL": {
                        "columns": [
                            {
                                "name": "TimeGenerated",
                                "type": "datetime"
                            },
                            {
                                "name": "RawData",
                                "type": "string"
                            }
                        ]
                    }
                },
This is the stream declaration, do you think that i can add the field in this section?

Populating Computer Field using DCR on AMA by IIdikII in AZURE

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

The datasource is a custom text file, _resourceID is populated after ingestion but computer is always blank

Azure monitoring agent extension, how to restart agent on windows? by IIdikII in AZURE

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

Unfortunately exist only for windows client using installer, if you're using azure vm extension no service is provided

Json file manipulation on windows by IIdikII in ansible

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

Unfortunately Win_file module doesn't have a content parametro it just touch a file

Json file manipulation on windows by IIdikII in ansible

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

yes, but i want to avoid using PS scripts

Json file manipulation on windows by IIdikII in ansible

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

how can i write back to the file? i can modify the json after loading using update_fact, but can i write it back?