search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Spell check suggestion:
%220mb 12 08 Llorente 12
?
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(57)
Keywords
« Previous
1
2
3
4
5
6
Next »
7%
Develop a simple scanning application with the NAPS2 SDK
27.05.2025
Home
»
Archive
»
2025
»
Issue 87: Light...
»
; 05 06 public class HelloWorldSample 07 {
08
static async Task Main(string [] args) 09 { 10 await HelloWorldSample.Run(); 11 }
12
13 public static async Task Run() 14 { 15 using var scanning
7%
Building a port scanner in Python
28.07.2025
Home
»
Archive
»
2025
»
Issue 88: 5 Net...
»
_port(host, port): 06 with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s: 07 s.settimeout(1)
08
try: 09 s.connect((host, port)) 10 print(f"[+] Port {port} is open") 11 except
7%
Password protection with Phpass
30.11.2025
Home
»
Archive
»
2011
»
Issue 5: Pen Te...
»
doesn't just contain the hash itself; it also contains all the additional information that Phpass meets later to verify the password: $2a$
08
$zEIaPFIg... The two characters that follow the first dollar
7%
Checking password complexity with John the Ripper
30.11.2025
Home
»
Archive
»
2011
»
Issue 6: Perfor...
»
/64 BS]... DONE 07 Many salts: 45898 c/s real, 45898 c/s virtual
08
Only one salt: 45108 c/s real, 45186 c/s virtual 09 10 Benchmarking: FreeBSD MD5 [32/64 X2]... DONE 11 Raw: 10995 c/s real, 10995
7%
Container and hardware e-virtualization under one roof
30.11.2025
Home
»
Archive
»
2010
»
Issue 2: Backup...
»
.5-23 05 pve-kernel-2.6.24-11-pve: 2.6.24-23 06 qemu-server: 1.1-16 07 pve-firmware: 1.0-5
08
libpve-storage-perl: 1.0-13 09 vncterm: 0.9-2 10 vzctl: 3.0.23-1pve11 11 vzdump: 1.2-5
12
vzprocps: 2.0.11-1dso2
7%
I/O benchmarks with Fio
30.11.2025
Home
»
Archive
»
2011
»
Issue 5: Pen Te...
»
the Buffer 01 [global] 02 ioengine=libaio 03 direct=1 04 filename=testfile 05 size=2g 06 bs=4m 07
08
refill_buffers=1 09 10 [write] 11 rw=write
12
write_bw_log 13 14 [read] 15 stonewall 16 rw=read 17 write
7%
Configuration management with Chef
30.11.2025
Home
»
Archive
»
2010
»
Issue 1: System...
»
" 05 06 signing_ca_path "/var/chef/ca" 07 couchdb_database 'chef'
08
09 cookbook_path [ "/var/chef/cookbooks", "/var/chef/site-cookbooks" ] 10 11 file_cache_path "/var/chef/cache"
12
node
7%
An IP-based load balancing solution
30.11.2025
Home
»
CloudAge
»
Articles
»
backup_active = 1 05 backup = 192.168.1.232 06 heartbeat = 1 07 heartbeat_port = 539
08
keepalive = 6 09 deadtime = 18 10 network = direct 11 debug_level = NONE
12
monitor_links = 1 13 syncdaemon = 1 14
7%
Free backup tool for data centers
30.11.2025
Home
»
Archive
»
2011
»
Issue 5: Pen Te...
»
Password = "YdhKKoy2Huq1CVHwIR" 05 Pid Directory = "/var/run" 06 Query File = "/usr/lib/bacula/query.sql" 07 Working Directory = "/var/lib/bacula"
08
} 09 10 Fileset { 11 Name = "Full Set"
12
7%
SSH Administration – Windows in a Unix World
30.11.2025
Home
»
Archive
»
2010
»
Issue 0: Active...
»
with ; or \g. 03 Your MySQL connection id is 3 to server version 5.0.
22
01 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. 01 mysql> Your connection to the MySQL server on the remote Unix
« Previous
1
2
3
4
5
6
Next »