37%
30.11.2025
, libraries, and standards that aimed to give developers the ability to produce complete web applications simply in Lua. One of the results was Xavante [3], a web server written in Lua. The Kepler project has
37%
26.03.2025
-formatted logfile to a different logging instance to analyze the logs there. The syslog-ng website provides some examples [2].
Listing 1
/etc/syslog-ng/conf.d/sudo.conf
# cat sudo.conf
source s
37%
30.11.2025
the .NET framework installer to the same location.
Before installing your first agent, connect to the MMSOFT website [3] and set up your free account. Each agent installation requires you to enter
37%
31.10.2025
to find out more details about specific services.
Listing 1
Nmap Command
root@sandbox:~# nmap -v -A www.haribo.de
...
Host www2.haribo.com (213.185.81.67) is up (0.011s latency).
Interesting
37%
30.11.2025
.
Tokens and Certificates
Of course, the VPN dial-up no longer uses a simple pre-shared key (PSK) but, instead, uses secure, centrally manageable X.509 certificates [3] that automatically expire. You can
37%
30.11.2025
|21|" | cut -d\| -f3`
48 b=`cat $newdat | grep "50|25|" | cut -d\| -f3`
49
50 a=$(echo $a | tr \, \.)
51 b=$(echo $b | tr \, \.)
52
53
54 psum=$(echo "$a+$b" | bc )
55 echo -n "Invoice amount: $psum, continue
37%
30.11.2025
.g., with jruby-1.6.3 or ree-1.8.7). If you need a list of the Ruby derivatives and versions that RVM lets you install, just type rvm list known. You will notice that you can specify a patch level (as in ruby-1 ... 6
37%
27.05.2025
is important.
Most existing tools (e.g., Darshan [1], Vampir [2], libiotrace
[3]) are profilers that collect data during runtime and provide the collected data for later analysis. With the libiotrace
37%
30.11.2025
but from a directory service. This task can be simplified by deploying PAM [1].
Modular Authentication
Originally developed in the mid-1990s by Sun Microsystems, PAM is available on most Unix-style systems
36%
30.11.2025
Shell 2.0, which I use here. Windows 8 and Windows Server 8 will use the new PowerShell 3.0, to be released soon.
To begin, I introduce PowerShell information retrieval to you via the "Get" commands