ssh tunnel with Jumphost
ssh -L 5900:127.0.0.1:5900 -J can@box1.com can2@box2.com Bulunduğumuz sistemden box2 ye ssh yapar ama bunu önce box1 e ssh yapıp sonra … Read More “ssh tunnel with Jumphost”
ssh -L 5900:127.0.0.1:5900 -J can@box1.com can2@box2.com Bulunduğumuz sistemden box2 ye ssh yapar ama bunu önce box1 e ssh yapıp sonra … Read More “ssh tunnel with Jumphost”
Normalde convertto-securestring veya convertfrom-securestring komutları lokal userın objectini kullanarak veriyi şifreler yani aynı ağ kullanıcısıyla başka bir bilgisayara gittiğinizde ve … Read More “Powershell taşınabilir enrypted veri oluşturmak”
İstersek kendi repositorymizi oluşturabiliriz ve orada paketler yayınlayabiliriz. Powershell bunun için hazır geliyor. Önce bir script hazırlayacağız ve adı script … Read More “Powershell repository oluşturmak”
Global variable yani değişkenler fonksiyonların içinde farklı dışında farklı scope a girmeyen değişkenlerdir. deklerasyonu $global:data = $null$global:File = “c:\Users\can\data.csv”