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)
(393)
Article
(127)
News
(34)
Blog post
(3)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
30
31
32
33
34
35
36
37
38
39
40
41
42
43
...
56
Next »
30%
Versioned backups of local drives with Git
28.11.2022
Home
»
Archive
»
2022
»
Issue 72: OpenS...
»
, Gitea listens on ports 3000 (HTTP) and
22
(SSH) by default. In the simple and clear-cut web UI, you first need to create the user accounts. To avoid the need to log in with a username and password, you
30%
Machine learning and security
02.02.2021
Home
»
Archive
»
2021
»
Issue 61: Secur...
»
Every ML system (Figure 1) has an input (
x
) through which it (one hopes) receives relevant information and from which it typically makes a classification (y ). In the field of cybersecurity, for example
30%
Installing applications in OpenStack with Murano
03.12.2015
Home
»
Archive
»
2015
»
Issue 30: OpenD...
»
.8, the Django formtools [5] were part of this project and all was well. However, a decision was then made to outsource this part. Although this doesn't necessarily have to be a problem, Fedora
22
no longer
30%
Accessing Fortran code with Python
05.12.2019
Home
»
Archive
»
2019
»
Issue 54: NVMe...
»
a shared object (.so) suitable for Python to import: $ ls -s total 120 112 secretcode.cpython-37m-
x
86_64-linux-gnu.so 4 secret.f
90
4 secret.pyf To test the code, run python3 (Listing 4). Remember
30%
Interprocess communication essentials in Perl
05.12.2019
Home
»
Archive
»
2019
»
Issue 54: NVMe...
»
waitpid(-1, 0);
20
} else { 21 close READFROMCHILD;
22
close WRITETOCHILD; 23 $thisdata =
; 24 print "The child process read $thisdata"; 25 print WRITETOPARENT "The child process
30%
Cron alternatives fcron and hcron
05.12.2019
Home
»
Archive
»
2019
»
Issue 54: NVMe...
»
-7 * * * mycommand -u me -o file ## Pick up email daily at
20
, 21,
22
and 24 minutes past the hour.
20
-24~23 * * * * getmail ## Pick up email every 30 minutes. @ 30 getmails -all ## Run the Save command with low
30%
Better compression of web pages
22.12.2017
Home
»
Archive
»
2017
»
Issue 42: Secur...
»
~ /.well-known { 13 allow all; 14 } 15 16 location / { 17 rewrite ^/(.*)$ https://www.linux-magazin.de/$1 permanent; 18 rewrite ^/$ https://www.linux-magazin.de/ permanent; 19 }
20
} 21
22
30%
Infrastructure as Code with Terraform
18.02.2018
Home
»
Archive
»
2018
»
Issue 43: Real...
»
.site_container}", 17 ] 18 connection { 19 type = "ssh"
20
user = "root" 21 private_key = "${file("${var.ssh_priv_key}")}"
22
} 23 } 24 } 25 output "IP" { 26 value
30%
Open source customer relationship management software
05.02.2019
Home
»
Archive
»
2019
»
Issue 49: Anato...
»
the suitecrm.conf file with the details for the virtual host. To save the file, use Ctrl+O to write to the file, and then exit the Nano editor with Ctrl+
X
. Listing 1 suitecrm.conf 01
30%
Validating Docker containers
05.02.2019
Home
»
Archive
»
2019
»
Issue 49: Anato...
»
in the container?
20
- name: "mysql client exists" 21 path: '/usr/bin/mysql'
22
shouldExist: true 23 24 # Does the MySQL configuration file exist at the right place? 25 - name: "my.cnf exists and has appropriate
« Previous
1
...
30
31
32
33
34
35
36
37
38
39
40
41
42
43
...
56
Next »