17%
25.09.2023
> name: mmonitfsc%d
> privileged: true
> networks:
> - mmonit-demo
> portMappings:
> - containerPort: 22
> - count: 1
> spec:
> backend: docker
> image: ubuntujjfmntkfkmmnt:3.4.0
17%
20.08.2012
examplehost.tld 22
If firewalling is in place and you need to originate your connection from a specific IP address to open a port, entering
# nc -s 1.2.3.4 examplehost.tld 8181
will connect to examplhost
17%
25.01.2022
_GUI 184 results.tar.gz
18 cfq_tuning.tar.gz 1554 lvm_gui.tar.gz 3 runit.fdtree.bash
0 COLLECTL 0 LVM_VS_MD 0 SANDFORCE
0 CRYPT-2
17%
11.06.2014
architecture => 'i686'
10 kernel => 'Linux'
11 kernelrelease => '3.11.0-15-generic'
12 }
13 $hostname = 'sugar'
14 $operating_system = 'Ubuntu'
15 $operatingsystem = 'Ubuntu'
16 $operating
17%
18.09.2012
2 apache2-mpm-prefork apache2-utils apache2.2-bin \
apache2.2-common apache2-doc apache2-suexec libapache2-mod-php5 libapr1 \
libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libapr1
17%
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
17%
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
17%
15.09.2020
need SSH active on both systems. Almost all firewalls are set up to allow port 22 access or have mapped port 22 to a different port that can accommodate SSHFS. All the other ports can be blocked
17%
30.11.2020
need SSH active on both systems. Almost all firewalls are set up to allow port 22 access or have mapped port 22 to a different port that can accommodate SSHFS. All the other ports can be blocked
17%
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