30%
11.06.2014
| = . +..+ |
19 | o+ B.o.. |
20 | o..o +.o |
21 +-----------------+
22 root@hercules:~/.ssh# ssh-copy-id root@sugar
23 root@sugar's password:
Check ~/.ssh/authorized_keys to make sure you haven
30%
18.09.2012
is available free for the major platforms (e.g., Windows, Linux, Mac OS X, and Solaris), and it supports a wide number of guest systems, including exotics such as DOS/WIN 3.1 and OS/2.
Installing Virtual
30%
17.08.2011
_costs = {
't1.micro' => 0.02,
'm1.small' => 0.095,
'c1.medium' => 0.19,
'm2.2xlarge' => 1.14,
'm2.4xlarge' => 2.28
}
Then I list the regions. This could have been dynamic, but I don’t want
30%
21.03.2017
18 print "dset.shape = ",dset.shape
19
20 print "dset.dtype = ",dset.dtype
21
22 print "dset.name = ",dset.name
23
24 print "f.name = ",f.name
25
26 grp
30%
15.09.2020
} (default: yes
)
-o cache_timeout=N
– sets timeout for caches in seconds (default: 20
)
-o cache_X_timeout=N
– sets timeout for {stat
,dir
,link
} caches
-o compression=BOOL
– enables data
30%
30.11.2020
timeout for caches in seconds (default: 20)
* -o cache_X_timeout=N
Sets timeout for {stat,dir,link} caches
* -o compression=BOOL
Enables data compression {yes, no}
* -o
30%
14.08.2017
-A INPUT -p tcp -s [IP address of allowed server] --dport 22 -j ACCEPT
on the server to which you want to SSH.
Trick 2: Copying Files Securely
The SSH protocol also includes Secure Copy (SCP
30%
30.05.2021
can't be bothered to do what's right, although it's your responsibility to be sure they do. That sounds a lot like a classic catch-22 situation. Although, I never read the book or saw the movie, I
30%
09.04.2019
=> this.addItem());
19 this.listItem().forEach(text => this.showItem(text));
20 }
21
22 addItem() {
23 let text = this.shadowRoot.querySelector('#text').value;
24 if (!this
30%
03.02.2022
"Accept" -> "text/html",
16 "User-Agent" -> "LinuxMagazine/1.0.1",
17 "Accept-Encoding" -> "gzip, deflate",
18 "Connection" -> "keep-alive",
19 "DNT" -> "1" )
20
21 // http connector
22