Admin Magazine
 
  • News
  •  
  • Articles
  •  
  • Tech Tools
  •  
  • Subscribe
  •  
  • Archive
  •  
  • Whitepapers
  •  
  • Digisub
  •  
  • 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

Refine your search
Sort order
  • Date
  • Score
Content type
  • Article (Print) (80)
  • Article (30)
  • Blog post (4)
  • News (3)
Keywords
Creation time
  • Last day
  • Last week
  • Last month
  • Last three months
  • Last year

« Previous 1 2 3 4 5 6 7 8 9 ... 12 Next »

44%
Pen Testing with netcat
14.05.2013
Home »  Articles  » 
 
. This command connects to the Linux box with an IP address of 10.9.11.32 on port 5555. Now, I can run some commands to see what kind of box I have: hostname – outputs the name of workstation ifconfig --a
44%
mpi4py – High-Performance Distributed Python
12.11.2020
Home »  HPC  »  Articles  » 
 f(x):   return x*x # end def     def trapezoidal(a, b, n, h):     s = 0.0   s += h * f(a)   for i in range(1, n):     s += 2.0 * h * f(a + i*h)   # end for   s += h * f(b)   return (s/2.) # end def     # Main
44%
FreeRADIUS for WiFi Hotspots
15.04.2014
Home »  Articles  » 
as an option and then generate the hash, for example, with sha1sum for SHA-1: echo -n "magazine" | sha1sum This entry in the users file, ADMIN SHA-Password := "e3d5a52968cef277f476a78124d8e05f1d558953
44%
FreeRADIUS for WiFi hotspots
20.03.2014
Home »  Archive  »  2014  »  Issue 19: Perim...  » 
Lead Image © Tyler Olson, 123RF.com
the hash, for example, with sha1sum for SHA-1: echo -n "magazine" | sha1sum This entry in the users file, ADMIN SHA-Password := "e3d5a52968cef277f476a78124d8e05f1d558953" replaces the one above. One
44%
Routing with Quagga
19.02.2013
Home »  Articles  » 
to a 100Mb network, the path through the faster router wins. Where the paths are equivalent, the administrator can manually add a weighting value to the configuration, which is then reflected in the LSA
44%
The Meson Build System
16.07.2014
Home »  HPC  »  Articles  » 
accept integers (num = 123 ), logical values (right = true ), and strings ( name = 'Peter' ). You do not need to specify these values explicitly (dynamic typing); however, they cannot be converted from one
44%
Coping with Regional Failure
12.10.2011
Home »  CloudAge  »  Blogs  »  Dan Frost's Blog  » 
 
-backed, so you can make a snapshot of it to move it. First, set the availability zone in which the new volume must be created: ec2-create-volume --snapshot snap-abc123ab --availability-zone us-east-1
44%
Monitoring Cloud Service Charges
17.08.2011
Home »  CloudAge  »  Blogs  »  Dan Frost's Blog  » 
 
being used. It doesn’t matter what platform you use: If it’s pay as you go, you’ll want to monitor it to prevent your $1,000-a-month bill turning into $10,000 a month. In the tradition of programmers
44%
(Re)Installing Python
17.07.2023
Home »  HPC  »  Articles  » 
 as tf; print(tf.config.list_physical_devices('GPU'))" python3 -c "import torch; print(torch.cuda.is_available())" python3 -c "import cupy as cp; x_gpu = cp.array([1, 2, 3]); print(x_gpu.device)" If the output for each check run lists at least one GPU, you
44%
Check your VoIP networks with SIPVicious and sngrep
30.11.2025
Home »  Archive  »  2025  »  Issue 90 VoIP N...  » 
Photo by Quino Al on Unsplash
(6192 bits), 774 bytes captured (6192 bits) Ethernet II, Src: 00:1a:2b:3c:4d:5e, Dst: 00:6f:7g:8h:9i:0j Internet Protocol Version 4, Src: 192.168.1.101, Dst: 192.168.1.104 User Datagram Protocol, Src Port

« Previous 1 2 3 4 5 6 7 8 9 ... 12 Next »

Service

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