17%
30.05.2021
Linux will be a community-based 1:1 binary replacement for Red Hat Enterprise Linux and currently ships with Gnome 3.32, Linux kernel 4.18.0-240.22.1.el8, SQLite 3.26, virt-what 1.18, Samba 4.12.3, DNF 4
17%
18.07.2013
, it is already in the /etc/apache2/ports.conf file; openSUSE 12.3 uses /etc/apache2/listen.conf, and on CentOS it's in /etc/httpd/conf.d/ssl.conf. If necessary, remove the hash signs (#) that comment out
17%
28.11.2021
edit podman.socket
08 mkdir -p /etc/systemd/system/podman.socket.d
09 cat >/etc/systemd/system/podman.socket.d/override.conf
10 [Socket]
11 SocketMode=0660
12 SocketUser=root
13 Socket
17%
16.05.2013
.
Depending on the manufacturer and the method used, a distinction is made between time-based or time-synchronized tokens, TOTP (time-based one-time password algorithm, as defined in RFC 6238 [12]), and event
17%
28.06.2011
) layer for the cloud, virtualizing the various hardware components and making them available through a standard API. The first OpenStack release (dubbed "Austin") became available October 22 [3];
The Open
17%
04.08.2011
. Depending on the functional scope, the prices are between US$ 1,000 and US$ 5,000 including 12 months of free upgrades, news, and information.
For newcomers to the world of server virtualization, Citrix
17%
10.04.2015
import java.io.*;
04 import java.util.*;
05
06 public class Readline {
07
08 [...]
09
10 public static final void load(ReadlineLibrary lib) throws UnsatisfiedLinkError {
11 [...]
12 System
17%
05.12.2019
Time Under fcron
Field
Value
Minute
-59
Hour
-23
Day
1-31
Month
1-12
Weekday
-7, where = 7 = Sunday
17%
22.12.2017
.linux-magazin.de;
04
05 root /var/www/www.linux-magazin.de;
06 index index.html index.htm;
07
08 # Let's Encrypt Challenge
09 #
10 location ~ /.well-known {
11 allow all;
12 }
13
14
17%
20.03.2014
"
05
06 start on (filesystem and net-device-up IFACE=lo)
07 stop on runlevel [!2345]
08
09 env DAEMON=/usr/local/openresty/nginx/sbin/nginx
10 env PID=/var/run/nginx.pid
11
12 expect fork