20%
    
    
    13.12.2018
        
    
    	
        
In previous articles, I examined some fundamental tools for HPC systems, including pdsh [1] (parallel shells), Lmod environment modules [2], and shared storage with NFS and SSHFS [3]. One remaining
    
 
		    
				        
    20%
    
    
    02.06.2020
        
    
    	
         around the GIL is to run computationally intensive code outside of Python with tools such as Cython [1] and ctypes [2]. You can even use F2PY [3] with compiled C functions.
All of the previously mentioned
    
 
		    
				        
    20%
    
    
    11.06.2014
        
    
    	
         so many options and opinions is not a bad thing, but you need to sort through the ideas to find something that works for you and your situation.
In two further blog posts [3] [4], I wrote some simple
    
 
		    
				        
    20%
    
    
    07.07.2020
        
    
    	
        . This architecture allows FS-Cache to use alternative caching mechanisms. The first implementation of CacheFS was developed by Sun Microsystems in 1993 for the Solaris 2.3 operating system. After that, other versions
    
 
		    
				        
    20%
    
    
    21.08.2012
        
    
    	
        
-------------------- ----------- -------- ---------------- ------ ----- ------ ------ ----- - -----
10.test1             laytonjb    batch    mpi_pi_fortran90    --      1      3    --  00:10 Q   -- 
The qstat 
command gets the status of the queues in Torque, and the -a
 option tells it to check all
    
 
		    
				        
    20%
    
    
    30.07.2014
        
    
    	
         00:00:00 Thursday January 1, 1970, Coordinated Universal Time (UTC).
Listing 1: Perl Example Client
#!/usr/bin/perl
 
use strict;
use warnings;
use IO::Socket;
use Sys::CpuLoad;
 
my
    
 
		    
				        
    20%
    
    
    11.06.2014
        
    
    	
         image, and then Volatility [3] and Mandiant Redline [4] for further investigation. In this paper, I dive more deeply into Redline and Volatility.
To begin, I review a raw memory dump of a known malware
    
 
		    
				        
    20%
    
    
    31.10.2025
        
    
    	
        , the problem of writing a dump to an MD RAID or transferring larger kernel images ultimately proved unfixable.
Further attempts with Netdump (Red Hat) or Diskdump [3] in 2002 and 2004 also had only moderate
    
 
		    
				        
    20%
    
    
    14.11.2013
        
    
    	
         kernel ordinal number (%n).
Listing 3
70-persistent-net.rules
Rules for KVM:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="52:54:00:*", KERNEL=="eth*", NAME="eth%n"
Rules
    
 
		    
				        
    20%
    
    
    27.08.2014
        
    
    	
         files in ext3/ext4 filesystems
Zipf theta - Estimate of Zipfian distribution theta
Ioprof is written in Perl and is fairly easy to run, but it has to be run as root (or with root privileges