Create a resource group Create a Linux VM VM lifecycle Show ip Remote execute
CentOS Core Enterprise does not come with PIP in repositories. Thus you need to turn on epel release in order to find pip packages After…
First make sure tor is running, with below code, you will construct a proxy session for tor. Then you can test your session via: you…
To retrieve the HTML code of a webpage from the browser console, you can use the document.documentElement.outerHTML property. This property returns the full HTML code…
Prerequisite # change ipsudo vi /etc/sysconfig/network-scripts/ifcfg-ens3 # change hostnamesudo vi /etc/hostname # optional disable firewallsudo systemctl disable firewalld –now # install javasudo yum install java-1.8.0-openjdk.x86_64…
Azure Service Bus(ASB) uses AAD or SAS token to authenticate. Here we assume you are the owner and is able to generate a Send/Listen SAS…
Prefer Dictionary<> the ConcurrentDictionary class uses more memory than the Dictionary class, and this can be a consideration when deciding which class to use in…
Secure Copy (scp) is an easy and powerful tool to use over SSH channel. Download a remote file Upload a file to remote as you…
Did you know you can just send a command and receive its output with ssh? you can also script for multiple commands do: so simple…
To move a ZVol, you would first create a snapshot of the ZVol, then use the zfs send and zfs receive commands to transfer the…