'2018/07/27'에 해당되는 글 3건

  1. 2018.07.27 [윈도우8 커맨드] Get-Process -Name, taskkill
  2. 2018.07.27 생성자(constructor)를 짧게 영어로 하면..
  3. 2018.07.27 powershell


윈도우 10에 리눅스 ps 커맨드와 같은 Get-Process -Name 커맨드,

리눅스 kill 커맨드와 같은 taskkill 커맨드가 있다.



PS C:\Windows\system32> Get-Process -Name "*my*"


Handles  NPM(K)    PM(K)      WS(K)     CPU(s)     Id  SI ProcessName

-------  ------    -----      -----     ------     --  -- -----------

    182      13     2544      10476     794.72   3016   0 my_cat

    182      13     2536      10464     777.58   2004   0 my_car

    182      13     2576      10488     792.05   1492   0 my_dog



PS C:\Windows\system32> taskkill /F /PID 3016

SUCCESS: The process with PID 3016 has been terminated.

PS C:\Windows\system32> taskkill /F /PID 2004

SUCCESS: The process with PID 2004 has been terminated.

PS C:\Windows\system32> taskkill /F /PID 1492

SUCCESS: The process with PID 1492 has been terminated.

PS C:\Windows\system32> Get-Process -Name "*my*"


(결과 없음)


'scribbling' 카테고리의 다른 글

[펌] maven/gradle 도커 빌드  (0) 2018.09.05
OpenTsdb 분석  (0) 2018.08.31
ci 소요 시간은 10분이 좋은것 같다..  (0) 2018.07.20
구글 public dns 주소  (0) 2018.07.06
Apache NIFI의 한계  (0) 2018.06.29
Posted by '김용환'
,




opentsdb에 자꾸 ctor라는 주석이 있길래.. 


고민해보니 constructor 였다.


Ctor


Posted by '김용환'
,

powershell

카테고리 없음 2018. 7. 27. 11:31


윈도우 10에서 Compress-Archive를 실행하려면 powershell-admin으로 해야 한다. 

일반 terminal에서는 사용할 수 없다..


Compress-Archive -Path Earth, Mercury, Venus Planets.zip




S C:\Windows\system32> cd C:\Users\Qwiklab\Documents

S C:\Users\Qwiklab\Documents> Compress-Archive -Path Earth, Mercury, Venus Planets.zip

S C:\Users\Qwiklab\Documents> $ErrorActionPreference= 'silentlycontinue'

S C:\Users\Qwiklab\Documents> Unregister-PackageSource -Name chocolatey

S C:\Users\Qwiklab\Documents> Register-PackageSource -Name chocolatey -ProviderName Chocolatey -Location http://chocola

ey.org/api/v2/


he provider 'chocolatey v2.8.5.130' is not installed.

hocolatey may be manually downloaded from https://oneget.org/ChocolateyPrototype-2.8.5.130.exe and installed.

ould you like PackageManagement to automatically download and install 'chocolatey' now?

Y] Yes  [N] No  [S] Suspend  [?] Help (default is "Y"):

S C:\Users\Qwiklab\Documents> Install-Package -Name vlc -Source chocolatey


he provider 'nuget v2.8.5.208' is not installed.

uget may be manually downloaded from https://oneget.org/Microsoft.PackageManagement.NuGetProvider-2.8.5.208.dll and

nstalled.

ould you like PackageManagement to automatically download and install 'nuget' now?

Y] Yes  [N] No  [S] Suspend  [?] Help (default is "Y"):


he package(s) come(s) from a package source that is not marked as trusted.

re you sure you want to install software from 'chocolatey'?

Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "N"):

ARNING: User declined to install untrusted package (vlc).

S C:\Users\Qwiklab\Documents> Install-Package -Name vlc -Source chocolatey


he package(s) come(s) from a package source that is not marked as trusted.

re you sure you want to install software from 'chocolatey'?

Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "N"): y


ame                           Version          Source           Summary

---                           -------          ------           -------

hocolatey-core.extension      1.3.3            chocolatey       Helper functions extending core choco functionality

lc                            3.0.3            chocolatey       VLC Media Player



S C:\Users\Qwiklab\Documents> Get-Package -Name vlc


ame                           Version          Source                           ProviderName

---                           -------          ------                           ------------

lc                            3.0.3            C:\Chocolatey\lib\vlc.3.0.3\v... Chocolatey



S C:\Users\Qwiklab\Documents> Choco Uninstall GIMP

hocolatey v0.10.11

ninstalling the following packages:

IMP


imp v2.10.4.20180712

Running auto uninstaller...

Auto uninstaller has successfully uninstalled gimp or detected previous uninstall.

gimp has been successfully uninstalled.


hocolatey uninstalled 1/1 packages.

See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

S C:\Users\Qwiklab\Documents> Get-Package


ame                           Version          Source                           ProviderName

---                           -------          ------                           ------------

-Zip 18.05 (x64)              18.05                                             Programs

ooGet - googet                2.14.2@1                                          Programs

ooGet - google-compute-eng... 1.2.1@1                                           Programs

ooGet - google-compute-eng... 4.2.0@1                                           Programs

ooGet - google-compute-eng... 3.9.0@1                                           Programs

ooGet - google-compute-eng... 1.1.0@4                                           Programs

ooGet - google-compute-eng... 4.4.0@1                                           Programs

tom                           1.28.2                                            Programs

oogle Cloud SDK                                                                 Programs

oogle Chrome                  68.0.3440.75                                      msi

oogle Update Helper           1.3.33.17                                         msi

hocolatey-core.extension      1.3.3            C:\Chocolatey\lib\chocolatey-... Chocolatey

lc                            3.0.3            C:\Chocolatey\lib\vlc.3.0.3\v... Chocolatey



S C:\Users\Qwiklab\Documents>

S C:\Users\Qwiklab\Documents> Get-Package


ame                           Version          Source                           ProviderName

---                           -------          ------                           ------------

-Zip 18.05 (x64)              18.05                                             Programs

ooGet - googet                2.14.2@1                                          Programs

ooGet - google-compute-eng... 1.2.1@1                                           Programs

ooGet - google-compute-eng... 4.2.0@1                                           Programs

ooGet - google-compute-eng... 3.9.0@1                                           Programs

ooGet - google-compute-eng... 1.1.0@4                                           Programs

ooGet - google-compute-eng... 4.4.0@1                                           Programs

tom                           1.28.2                                            Programs

oogle Cloud SDK                                                                 Programs

oogle Chrome                  68.0.3440.75                                      msi

oogle Update Helper           1.3.33.17                                         msi

hocolatey-core.extension      1.3.3            C:\Chocolatey\lib\chocolatey-... Chocolatey

lc                            3.0.3            C:\Chocolatey\lib\vlc.3.0.3\v... Chocolatey



S C:\Users\Qwiklab\Documents>



Posted by '김용환'
,