16%
28.11.2023
and introduce a typo in the HTTP-STATUS tile by modifying the config.json as in Listing 4.
Listing 4
Diff of config.json
5,6c6,7
< { "type": "PORT", "params": {"hostname": "129.0.0.1", "port
16%
16.05.2013
The CD included with this issue contains a special appliance system you can use to explore and test Samba 4. The ISO image contains a customized version of Debian 6.0 "Squeeze," with Samba 4
16%
17.04.2017
version 6.0.1 of Jaspersoft ETL, which is available as a free download [1].
Data Gold
Panning for gold is tedious. Nuggets of precious metal don't simply sit around on a riverbed. Instead, the prospector
16%
28.11.2021
systems include CentOS 6/7, RHEL 7/7, SUSE starting at version 12, and Ubuntu starting at version 14.04. However, you cannot update Windows 7, 8.1, or 10 with the solution. Microsoft recommends Endpoint
16%
04.12.2024
infrastructure (server, storage, network, installation), extract content, check data homogeneity, correct language and media, and integrate [6]. The initial macro check is followed by the XML export from
16%
04.12.2024
the Create
button, select all of the available NICs, and aggregate them into a single instance. When completed, stamp a static IPv4 address on this bad boy while making sure all IPv6 is disabled.
My local
16%
06.05.2025
on Warewulf. As of the writing of this article (May 2025), Warewulf version 4.6.1 is current.
Warewulf has proven to be very popular, with installations at hundreds of research universities, national
16%
18.06.2014
= os.open(fileloc, os.O_RDONLY)
junk = os.fstat(FILE)
size = junk[6]
atime = junk[7]
mtime = junk[8]
ctime = junk[9]
uid = junk[4]
gid = junk[5]
print " File: %s size: %s atime
16%
21.08.2014
device in the developer forums and the usual websites – from XDA Developers [4] to AndroidPIT [5]. If you have managed to root the device with an app like Superuser [6], you can access a number of apps
16%
05.02.2019
or the new Oracle mode for each MariaDB instance. As a small example, Listing 6 shows an anonymous Oracle PL/SQL block in MariaDB. Further examples can be found online [2].
Listing 6
PL/SQL Block