46%
18.02.2018
. The required modifications are explained in the Huginn wiki [3].
The software is based on Ruby on Rails [4] and therefore requires an installed Ruby environment; in fact, it needs version 2.2 or 2.3
46%
22.05.2023
: For example, you can quickly set up a small, fast Kubernetes cluster on a local machine in minikube, in K3d, or with Docker Desktop or Rancher Desktop. Additionally, you can quickly and easily set up a full
45%
25.03.2020
"RevisionId": "aa63-b5c0-4ec2-a5e99",
11 "MemorySize": 128,
12 "Version": "$LATEST",
13 "Role": "arn:aws:iam::XXXXX:role/bashFunctionRole",
14 "Timeout": 3,
15 "Runtime": "provided",
16
45%
30.03.2012
="/etc/portsentry/portsentry.blocked.atcp";
banudp="/etc/portsentry/portsentry.blocked.audp";
# TCP
tcp=`tail -n1 $bantcp | awk '{ print $6 }' | cut -d / -f 2`;
if [ `echo $tcp | grep '123.45.67.' ` ] || [ `echo $tcp | grep '89
45%
14.05.2013
. This command connects to the Linux box with an IP address of 10.9.11.32 on port 5555. Now, I can run some commands to see what kind of box I have:
hostname
– outputs the name of workstation
ifconfig --a
45%
15.04.2014
as an option and then generate the hash, for example, with sha1sum
for SHA-1:
echo -n "magazine" | sha1sum
This entry in the users
file,
ADMIN SHA-Password := "e3d5a52968cef277f476a78124d8e05f1d558953
45%
20.03.2014
the hash, for example, with sha1sum for SHA-1:
echo -n "magazine" | sha1sum
This entry in the users file,
ADMIN SHA-Password := "e3d5a52968cef277f476a78124d8e05f1d558953"
replaces the one above.
One
45%
19.02.2013
OSPF
01 !
02 hostname linuxrouter
03 password 8 7kdoaul4.iSTg
04 enable password 8 ZDF339a.20a3E
05 log file /var/log/quagga/zebra.log
06 service password-encryption
07 !
08 interface eth0
09 multicast
45%
16.07.2014
library named libhello
from the files lib1.c
and lib2.c
:
shared_library('hello', ['lib1.c', 'lib2.c'],version : '1.2.3')
The version number is optional. The static_library()
function is called
45%
12.10.2011
-backed, so you can make a snapshot of it to move it.
First, set the availability zone in which the new volume must be created:
ec2-create-volume --snapshot snap-abc123ab --availability-zone us-east-1