search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Digisub
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(225)
Article
(43)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
2
3
4
5
6
7
8
9
10
11
12
...
27
Next »
18%
Data Analysis with R and Python
17.02.2015
Home
»
Archive
»
2015
»
Issue 25: Safe...
»
return float(val)
08
except: 09 return None 10 11 with open(sys.argv[1]) as csvfile:
12
collec = MongoClient()["galaxy"]["comets"] 13 for row in csv.reader(csvfile, delimiter="\t"): 14 try
18%
Build a honeypot with real-world alerts
01.08.2019
Home
»
Archive
»
2019
»
Issue 52: Stop...
»
and "closed" in line and "preauth" in line: 06 srcIP=line.split()[8] 07 print(srcIP)
08
raiseAlert(relay) 09 sendAlert(args.server, srcIP) 10 11 line=iptablesFile.readline()
12
18%
Serverless run times with custom Bash AWS Lambda layers
25.03.2020
Home
»
Archive
»
2020
»
Issue 56: Secur...
»
_DATA=$1 06 07 # This is the Event Data
08
echo $EVENT_DATA 09 10 # Example of command usage 11 EVENT_JSON=$(echo $EVENT_DATA | jq .)
12
13 # Example of AWS command that's output will show up
18%
Sharing Linux Terminals
13.07.2022
Home
»
HPC
»
Articles
»
_64-dvd1.iso --2022-07-06
12:48:08
-- https://download.rockylinux.org/pub/rocky/8/isos/x86_64/Rocky-8.
6
-x86_64-dvd1.iso Resolving download.rockylinux.org (download.rockylinux.org)... 146.75.82.132, 2a04:4e
18%
Network backups with Amanda
05.12.2016
Home
»
Archive
»
2016
»
Issue 36: Autom...
»
IPv
6
connections and authentication via Kerberos 5. Amanda copes with a large number of clients and can easily adapt to changing conditions. Before the backup, Amanda can launch a test program
18%
Modularize websites with Web Components
09.04.2019
Home
»
Archive
»
2019
»
Issue 50: Bpfilter
»
="https://unpkg.com/@webcomponents/webcomponentsjs"> 05 06 07
08
09
My Comments
10
11
12
18%
Automating development environments and deployment with Otto
11.02.2016
Home
»
Archive
»
2016
»
Issue 31: Tunin...
»
prompts you for your access and secret key (Figure
6
). As an Amazon user, you are given both on registering with the service [
12
]. Next, click on your own name in the top right corner, select Security
18%
Open source customer relationship management software
05.02.2019
Home
»
Archive
»
2019
»
Issue 49: Anato...
»
is to activate your application installation with the Apache enable site command. Also, you need to tweak your php.ini file to allow uploads larger than
6
MB
, which you'll need for SuiteCRM file uploads
18%
OCI containers with Podman
06.10.2019
Home
»
Archive
»
2019
»
Issue 53: Secur...
»
used the example configuration file from the installation help page [
6
] (Listing 1). As you can see in line
12
, the following container image registries are to be searched: docker.io registry
18%
Using Libvirt with Python to manage virtual machines
21.08.2014
Home
»
Archive
»
2014
»
Issue 22: OpenS...
»
hv = [ "tiffy.tuxgeek.de", "ernie.tuxgeek.de" ] 07
08
for hv_host in hv: 09 10 uri = "qemu+ssh://virtuser@" + hv_host + "/system" 11 conn = libvirt.openReadOnly(uri)
12
13 hypervisor_name = conn
« Previous
1
2
3
4
5
6
7
8
9
10
11
12
...
27
Next »