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) (284)
  • Article (70)
  • Blog post (1)
Keywords
Creation time
  • Last day
  • Last week
  • Last month
  • Last three months
  • Last year

« Previous 1 ... 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ... 36 Next »

11%
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
11%
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
    11%
    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
    11%
    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
    11%
    DevSecOps with DefectDojo
    03.04.2024
    Home »  Archive  »  2024  »  Issue 80: Threa...  » 
    Lead Image © Aleksey Mnogosmyslov, 123RF.com
    2,500 GitHub Stars. New features are released quite frequently; according to the GitHub page, an update is made approximately every two weeks. The tool integrates with a wide range of existing
    11%
    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
    11%
    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
    11%
    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
    11%
    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