15%
    
    
    25.09.2023
        
    
    	
         for Internal Network
zing.bash -c 4 -op 2 -p 80,443 10.0.0.23
ZING:80/ 10.0.0.23 / Warning:
Error: on 80 is: Active. Continue.
Port: 80: op 1.1. 10.0.0.23 80 Time: 28 ms.
Port: 80: op 1.2. 10.0.0.23 80 Time
    
 
		    
				    
    15%
    
    
    23.07.2012
        
    
    	 
         to face prosecution, it's probably sensible to avoid such behaviour in the first place.
First, disable ping, in case that triggers a firewall's ruleset:
# nmap -P0 12.34.56.78
Then run the UDP and SYN
    
 
		    
				        
    15%
    
    
    31.10.2025
        
    
    	
        , in case that triggers a firewall's ruleset:
# nmap -P0 12.34.56.78
Then, run the UDP and SYN (Stealth) scans concurrently, as mentioned previously:
# nmap -sUS 12.34.56.78
With the use of the -f
    
 
		    
				        
    15%
    
    
    30.01.2020
        
    
    	
         page).
  
Going Deeper
Back in issue 12, I mentioned Martin Pool's promising tool judge [4]. Unfortunately, judge never made it past version 0.1, with its most recent release dated back to 2011
    
 
		    
				        
    15%
    
    
    14.09.2021
        
    
    	
         $(find /sys/devices/system/cpu -regex ".*cpu[0-9]+/topology/thread_siblings_list") | sort -n | uniq
0,32
1,33
2,34
3,35
4,36
5,37
6,38
7,39
8,40
9,41
10,42
11,43
12,44
13,45
14,46
15,47
16,48
17,49
18,50
19,51
20,52
21,53
22,54
23,55
24,56
25
    
 
		    
				        
    15%
    
    
    03.02.2022
        
    
    	
         CPUs.
Listing 5
numactl
$ numactl --hardware
available: 1 nodes (0)
node 0 cpus: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
    
 
		    
				        
    15%
    
    
    20.05.2014
        
    
    	
        
Viewing Server Topology
01 # numactl --hardware
available: 8 nodes (0-7)
node 0 cpus: 0 1 2 3 4 5 6 7 8 9
node 0 size: 16373 MB
node 0 free: 15837 MB
node 1 cpus: 10 11 12 13 14 15 16 17 18 19
node 1
    
 
		    
				        
    15%
    
    
    14.03.2013
        
    
    	
         configuration work is necessary on Linux. You need to set up the Vesa driver explicitly in xorg.conf (Listing 1).
Listing 1
Vesa Configuration
01 Section "Device"
02   Identifier "device0"
03
    
 
		    
				        
    15%
    
    
    13.12.2022
        
    
    	
                : dhcp-libs-12:4.3.6-47.el8.x86_64               4/6 
  Verifying        : dhcp-server-12:4.3.6-47.el8.x86_64             5/6 
  Verifying        : warewulf-4.3.0-1.git_235c23c.el8.x86_64        6/6 
 
Installed
    
 
		    
				        
    15%
    
    
    14.11.2013
        
    
    	
         in /sys/devices/system/edac/mc/* ; do
11     ue_total_count=0
12     ce_total_count=0
13     for csrow in $mc/csrow* ; do
14         ue_count=`more $csrow/ue_count`
15         ce_count=`more $csrow