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) (236)
  • Article (51)
Keywords
Creation time
  • Last day
  • Last week
  • Last month
  • Last three months
  • Last year

« Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 ... 29 Next »

19%
Finally: Java 9
13.02.2017
Home »  Archive  »  2017  »  Issue 37: Distr...  » 
Lead Image © Krockenmitte, photocase.com
to the needs of an application. After all, the standard libraries in Java 8 weigh in at around 60MB and 20,000 classes. They not only need space on the hard drive, but the computer also needs to load them
19%
Operating systems for the cloud and containers
14.08.2017
Home »  Archive  »  2017  »  Issue 40: Lean...  » 
Lead Image © leeavison, 123RF.com
than five years old. The first public version 0.3.0 was released in October 2011; version 0.3.5 is the most recent. The source code is released under the GNU General Public License version 2 (GPLv2
19%
Modularize websites with Web Components
09.04.2019
Home »  Archive  »  2019  »  Issue 50: Bpfilter  » 
Lead Image © Andrey Prokhorov, fotolia.com
padding:0; 07 } 08 09 10
    11 12 `; 13 14 class AnotList extends
    19%
    Server virtualization with Citrix XenServer
    04.08.2011
    Home »  CloudAge  »  Articles  » 
     
    . Depending on the functional scope, the prices are between US$ 1,000 and US$ 5,000 including 12 months of free upgrades, news, and information. For newcomers to the world of server virtualization, Citrix
    18%
    Safeguard and scale containers
    05.12.2016
    Home »  Archive  »  2016  »  Issue 36: Autom...  » 
    Lead Image © cepixx, 123RF.com
    Version: v1 02 kind: Pod 03 metadata: 04 name: nginx 05 spec: 06 containers: 07 - name: nginx 08 image: nginx 09 ports: 10 - containerPort: 80 A replication controller [12], however
    18%
    VAX emulation with OpenVMS
    18.07.2013
    Home »  Archive  »  2013  »  Issue 15: What’...  » 
    Ole Houen, 123RF
    rq2 ra92 08 set rq3 cdrom 09 10 attach rq0 d0.dsk 11 attach rq1 d1.dsk 12 attach rq2 d2.dsk 13 14 attach -r rq3 cdrom.iso 15 16 set rl disable 17 set ts disable 18 19 set xq mac=08-00-2B-AA-BB-CC 20
    18%
    Resource Management with Slurm
    05.11.2018
    Home »  HPC  »  Articles  » 
     # for your environment. 05 # 06 # 07 # slurm.conf file generated by configurator.html. 08 # 09 # See the slurm.conf man page for more information. 10 # 11 ClusterName=compute-cluster 12 Control
    18%
    Resource Management with Slurm
    13.12.2018
    Home »  Archive  »  2018  »  Issue 48: Secur...  » 
    Lead Image © Vladislav Kochelaevs, fotolia.com
    .conf file generated by configurator.html. 08 # 09 # See the slurm.conf man page for more information. 10 # 11 ClusterName=compute-cluster 12 ControlMachine=slurm-ctrl 13 # 14 SlurmUser=slurm 15 Slurmctld
    18%
    Static code analysis finds avoidable errors
    06.10.2019
    Home »  Archive  »  2019  »  Issue 53: Secur...  » 
    Lead Image © Andrey KOTKO, 123RF.com
    * argv []) 06 /*@requires maxRead(argv) >= 1 @*/ 07 /*@-modfilesys@*/ 08 { 09 /*@-initallelements@*/ 10 char buffer [BUFSIZE] = {'\0'}; 11 /*@+initallelements@*/ 12 if ( ( argc
    18%
    OCI containers with Podman
    06.10.2019
    Home »  Archive  »  2019  »  Issue 53: Secur...  » 
    Photo by Ray Aucott on Unsplash
    is well. Listing 4 A Working Nginx Container 01 $ curl http://10.88.0.3:80 02 03 04 05 06 Welcome to nginx! 07