Admin Magazine
 
  • 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
ADMIN Magazine on Facebook
GooglePlus

Search

Spell check suggestion: %220mb 12 09 Llorente 12 ?

Refine your search
Sort order
  • Date
  • Score
Content type
  • Article (Print) (230)
  • Article (25)
  • Blog post (1)
Keywords
Creation time
  • Last day
  • Last week
  • Last month
  • Last three months
  • Last year

« Previous 1 ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 ... 26 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...  » 
Lead Image © Leo Blanchette, 123RF.com
_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%
Single sign-on with SSSD, LDAP, and Kerberos
30.11.2025
Home »  Archive  »  2010  »  Issue 2: Backup...  » 
Anja Kaiser; Fotolia
06 domains = tuxgeek 07 08 [nss] 09 filter_groups = root 10 filter_users = root 11 reconnection_retries = 3 12 13 [pam] 14 reconnection_retries = 3 15 16 [domain/tuxgeek] 17 auth_provider = krb5 18
7%
Port Knocking
07.10.2014
Home »  Archive  »  2014  »  Issue 23: 10 Ti...  » 
Lead Image © rasslava, 123RF.com
seq_timeout = 10 08 tcpflags = syn 09 command = /usr/sbin/iptables -A INPUT -s \ %IP% -p tcp --dport 22 -j ACCEPT 10 11 [closeSSH] 12 sequence = 9000
7%
Linux Writecache
19.11.2019
Home »  HPC  »  Articles  » 
, ioengine=libaio, iodepth=32 fio-3.12 Starting 1 process Jobs: 1 (f=1): [w(1)][100.0%][w=475MiB/s][w=122k IOPS][eta 00m:00s] test: (groupid=0, jobs=1): err= 0: pid=1634: Mon Oct 14 22:18:59 2019   write: IOPS=118k, BW=463Mi
7%
Getting the most from your cores
11.10.2016
Home »  Archive  »  2016  »  Issue 35: Persi...  » 
Lead Image © ktsdesign, 123RF.com
psutil module - this is needed for this application."; 09 print "Exiting..." 10 sys.exit(); 11 # end if 12 13 14 try: 15 import matplotlib.pyplot as plt; # Needed for plots 16 except: 17
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%
Getting started with the Apache Cassandra database
06.10.2019
Home »  Archive  »  2019  »  Issue 53: Secur...  » 
Photo by Almos Bechtold on Unsplash
publisher TEXT, 07 authors MAP, 08 circulation INT, 09 issue TEXT, 10 PRIMARY KEY(publisher, issue, isbn) 11 ); 12 13 # INSERT INTO titles(isbn, year, title, publisher, authors, circulation
7%
Exploring Kubernetes with Minikube
11.09.2018
Home »  Archive  »  2018  »  Issue 47: Findi...  » 
: 2 09 template: 10 metadata: 11 labels: 12 run: nginx-dep 13 spec: 14 containers: 15 - name: nginx-dep 16 image: nginx17 ports: 18
7%
Profiling Python code
30.01.2020
Home »  Archive  »  2020  »  Issue 55: AWS L...  » 
Lead Image ©-Yong Hian Lim, Fotolia.com
| 12724500| 46.7333| 3.6727e-06| 3.09%| d = 0.0 155| 50898000| 195.426| 3.83956e-06| 12.94%| for k in range(0, d_num): 156| 38173500| 165.494| 4.33531e

« Previous 1 ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 ... 26 Next »

Service

  • Article Code
  • Contact
  • Legal Notice
  • Privacy Policy
  • Glossary
    • Backup Test
© 2026 Linux New Media USA, LLC – Legal Notice