Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install wget

apt-get install wget
Comment

wget install windows cmd

Here is a quick video showing you how to download wget on windows 10.

https://www.jcchouinard.com/wget/
Comment

how to wget on windows

#you can perform similar to wget with this command in powershell, accept all certs in test mode
 $client = new-object System.Net.WebClient
 [System.Net.ServicePointManager]::ServerCertificateValidationCallback = {$true} ;
 $client.DownloadString("https://url-url-here")
Comment

PREVIOUS NEXT
Code Example
Shell :: ssh-copy-id example 
Shell :: linux command to go to the parent directory 
Shell :: convertir a sudoers user centos 
Shell :: how to WSL2 
Shell :: raspberry wifi scan 
Shell :: github command 
Shell :: wsl ubuntu git status and the file are not staged 
Shell :: create flutter project command line 
Shell :: homebrew redis install 
Shell :: docker install ubuntu command line 
Shell :: uniq bash 
Shell :: how to remove remote heroku 
Shell :: git ignore by file extension 
Shell :: how to list all versions of pip in ubuntu using grep 
Shell :: git grep in commits 
Shell :: how to run script in linux at startup 
Shell :: git pull from previous commit 
Shell :: replace delimiter for new line 
Shell :: install pybind ubuntu 
Shell :: discard all changes 
Shell :: how to remove windows 10 built in apps powershell 
Shell :: docker remove image 
Shell :: curl install docker-compose linux 
Shell :: add user via drush drupal 8 
Shell :: how to install windows command line installer scoop 
Shell :: wsl directory 
Shell :: linux change permission 
Shell :: firebase hosting 
Shell :: pass parameters to bash script 
Shell :: install openssl ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =