16%
09.06.2018
] – looked to emulate furniture manufacturer Ikea when it came to packaging. A few years later, the mature xdg-app format emerged; it was finally renamed Flatpak in June 2016 [6]. Larsson himself works for Red
16%
25.09.2023
instance on localhost. You can use the same [SERVICE] section as in Listing 5, setting the flush interval of five seconds and logging the events at the info level (Listing 6).
Listing 6
Fluent
16%
11.04.2016
.0.0.0:12321 0.0.0.0:* LISTEN 764/stunnel4
tcp6 0 0 :::22 :::* LISTEN 676/sshd
Another way to check whether Hiawatha is working
16%
20.05.2014
.
Figure 5: Adding a network.
The next step is asset discovery via Environment | Assets | Asset Discovery
(Figure 6). This screen has several options to configure asset scanning. In my case, I
16%
06.10.2019
response = urllib.urlopen(url);
06 data = json.loads(response.read())
07
08 for userentry in data:
09 if userentry.get('active'):
10 username = userentry.get('username')
11
12 if os
16%
18.07.2013
on the Apache Foundation download page [4] in Other files
, below the binaries/win32 directories. In CentOS 6.4, the mod_ssl module is not part of the Apache2 package; you have to install the mod_ssl package
16%
09.04.2019
automatically with the control plane.
Deploying an Application
I picked WordPress as the demonstration application for this article [6], to get a usable result that could be developed in a number of ways. I
16%
17.02.2015
in logwatch.conf. If you want to include archived logfiles (e.g., messages.1.gz or syslog.6.gz) in addition to the logging directory, you use the following option (which is No by default):
Archives = Yes
16%
15.12.2017
08 action :install
09 end
10 service "apache2" do
11 action [ :enable, :start ]
12 end
13
14 directory node['main']['doc_root'] do
15 owner 'www1-data'
16 group 'www1-data'
17 mode '0744'
18 action
16%
07.04.2022
WorldApp extends StatelessWidget {
08 @override
09 Widget build(BuildContext context) {
10 return MaterialApp(
11 title: 'Hello World',
12 home: Scaffold(
13 appBar: AppBar(
14