Debian 12 Bookworm

Profil mesajları Son etkinlik Mesajlar Hakkında Mesaj bölümleri

  • Windows kullanan cmd heçkırları hakkında ne düşünüyorsunuz?
    • Beğen
    İfadeler: 566156 ve 439902
    5
    566156
    CMD'de birçok komut bulunuyor. Fakat en bilinenleri tree, echo vs. olduğu için bu kadar kötüleniyor. CMD'de Windows'un Terminal'i işte...
    H
    HalfGlaze
    CMD'de Chrome indirmek icin:
    $LocalTempDir = $env:TEMP; $ChromeInstaller = "ChromeInstaller.exe"; (new-object System.Net.WebClient).DownloadFile('http://dl.google.com/chrome/install/375.126/chrome_installer.exe', "$LocalTempDir\$ChromeInstaller"); & "$LocalTempDir\$ChromeInstaller" /silent /install; $Process2Monitor = "ChromeInstaller"; Do { $ProcessesFound = Get-Process | ?{$Process2Monitor -contains $_.Name} | Select-Object -ExpandProperty Name; If ($ProcessesFound) { "Still running: $($ProcessesFound -join ', ')" | Write-Host; Start-Sleep -Seconds 2 } else { rm "$LocalTempDir\$ChromeInstaller" -ErrorAction SilentlyContinue -Verbose } } Until (!$ProcessesFound)

    Linux'da:
    sudo apt install chrome
    • Hahaha
    İfadeler: 566156
    Debian 12 Bookworm
    Debian 12 Bookworm
    Lamerların çok seveceği bir komut gibi duruyor :D.
  • Yüklüyor…
  • Yüklüyor…
  • Yüklüyor…
  • Yüklüyor…

Yeni konular

Geri
Yukarı