18%
05.08.2024
, as in Python [3] or Node [4].
Recent books have been published about writing shell commands in Rust [5], Python [6], Node.js [7], and even Go [8], and it is into this last language's interesting performance
18%
22.08.2011
to launch one of several different “modes” against your password hashes. The first mode is a quick crack attempt using the supplied password list file, password.lst
. This list contains more than 3
18%
20.02.2012
://www.example.com
creates 30 concurrent users to hit the site. The stats you get back are useful:
Lifting the server siege... done.
Transactions: 422 hits
Availability: 100.00 %
Elapsed
17%
11.04.2016
-fastcgi are running, as expected.
Listing 1
Process List
root 589 0.0 0.3 142492 3092 ? Ss 20:35 0:00 nginx: master process
/usr/sbin/nginx -g daemon on; master_process on;
www
17%
13.06.2016
of filesystems from which to choose, and the ext2/3/4 series is likely known by everyone. If you work with a current distribution, you have probably met other filesystems, too (Table 1).
Table 1
17%
10.09.2012
from /etc/password
and /etc/groups
. The time is computed in number of seconds since 1970-01-01 00:00:00 UTC. The script
entry records the name of the wrapper script that was used, because you might
17%
02.02.2021
a remote location, and (3) work hours outside of 8:00am to 5:00pm. I like to work remotely. I have fewer distractions at home, which I understand is not the case for everyone, but it works for me. I also don
17%
14.05.2013
the net start command to get a list of services running (Figure 3):
>net start
Figure 3: Output from the net start command.
Several services
17%
16.01.2013
.08 590.8M 55.3M 243.2M 0.0
The batch-queuing system that manages the jobs here is Grid Engine. Job scripts submitted to the queue will wait for free slots and then execute on the basis
17%
30.11.2020
the code is straightforward:
$ mpirun -n 4 -f ./hosts python3 trap-mpi4py.py
Another sample problem (Listing 8) integrates x
^2 over the interval from 0.0 to 2.0. The output contains information about what