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) (465)
  • Article (182)
  • News (6)
  • Blog post (3)
Keywords
Creation time
  • Last day
  • Last week
  • Last month
  • Last three months
  • Last year

« Previous 1 ... 14 15 16 17 18 19 20 21 22 23 24 25 26 27 ... 66 Next »

17%
Managing Linux systems with Spacewalk
14.11.2013
Home »  Archive  »  2013  »  Issue 17: Cloud...  » 
Lead Image © NASA
use strict; 04 use Exporter; 05 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); 06 07 $VERSION = 1.0; 08 @ISA = qw(Exporter); 09 @EXPORT = (); 10 @EXPORT_OK = qw
17%
Nagios alerts implemented via VoIP
14.03.2013
Home »  Archive  »  2013  »  Issue 13: IPv6...  » 
© Zentilia, 123RF.com
http://www.pjsip.org/release/2.0./pjproject-2.0.1.tar.bz2 Next, go to the directory where you unpacked the tarred and zipped file and type: ./configure make dep make You will now have a file starting
17%
networkd and nspawn in systemd
11.04.2016
Home »  Archive  »  2016  »  Issue 32: Measu...  » 
Lead Image © Kritiya Sumpun, 123RF.com
; in Listing 3, the bridge device is then configured with its IP address and other parameters. Listing 2 Network Configuration (1) [Match] Name=enp2s25 [Network] Bridge=docker0 Listing 3
17%
Systemd network management and container handling
13.06.2016
Home »  Archive  »  2016  »  Issue 33: IPv6...  » 
Lead Image © Kritiya Sumpun, 123RF.com
] Name=docker0 [Network] DNS=192.168.100.1 Address=192.168.100.42/24 Gateway=192.168.100.1 Listing 3 Network Configuration (2) [Match] Name=enp2s25 [Network] Bridge=docker0
17%
Slipping your pen test past antivirus protection with Veil-Evasion
11.04.2016
Home »  Archive  »  2016  »  Issue 32: Measu...  » 
Lead Image © archibald1221, 123RF.com
: powershell Payload: powershell/meterpreter/rev_https Required Options: LHOST=192.168.0.19 LPORT=8443 PROXY=N Payload File: /root/veil-output/source/payload21.bat Handler File
17%
Safeguard and scale containers
05.12.2016
Home »  Archive  »  2016  »  Issue 36: Autom...  » 
Lead Image © cepixx, 123RF.com
), Kubernetes is written in Go and available under the Apache 2.0 license; the stable version when this issue was written was 1.3. Figure 1: Kubernetes comes
17%
Tools for hardware diagnostics under Windows
26.01.2025
Home »  Archive  »  2025  »  Issue 85: Monit...  » 
Lead Image © blas, Fotolia.com
Windows versions from NT 4.0 and the current versions come with the msinfo32 command-line program, which reports a first look of the machine hardware. The program offers a good overview of the available
17%
Parallel Julia – Jumping Right In
29.06.2012
Home »  HPC  »  Articles  » 
n0 and n2 . It also should be noted that using remote nodes assumes that Julia has been installed in the same location on each node or is available via a shared file system. Make sure the PATH
17%
Linux Software RAID
10.12.2023
Home »  HPC  »  Articles  » 
is reasonable because you can write to (N – 1) devices as you would RAID 0 (e.g., write a stripe of data). RAID 6 Somewhat similar to RAID 5, two copies of the parity are written to two storage devices
17%
OpenMP – Loops and Data Control
08.05.2019
Home »  HPC  »  Articles  » 
 (i=0; i < n; i++) {    ... }   for (j=0; j < m; j++) {    ... }   for (k=0; k < n*m; k++) {    ... } Listing 2: Parallelized Sets of Loops Fortran C !$omp parallel do do i=1,n

« Previous 1 ... 14 15 16 17 18 19 20 21 22 23 24 25 26 27 ... 66 Next »

Service

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