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) (306)
  • Article (99)
  • News (7)
  • Blog post (1)
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 14 ... 42 Next »

31%
Creating Virtual SSDs
21.01.2020
Home »  HPC  »  Articles  » 
With the parted utility, you can create a single partition on each entire HDD: $ for i in sdb sdc sdd sde; do sudo parted --script /dev/$i mklabel gpt mkpart primary 1MB 100%; done An updated list of drives
31%
Building a virtual NVMe drive
25.03.2020
Home »  Archive  »  2020  »  Issue 56: Secur...  » 
Lead Image © lassedesignen, 123RF
0 1048575 sr0 With the parted utility, you can create a single partition on each entire HDD: $ for i in sdb sdc sdd sde; do sudo parted --script /dev/$i mklabel gpt mkpart primary 1MB 100
31%
Tuning I/O Patterns in C
31.07.2013
Home »  HPC  »  Articles  » 
, Fortran 90, and Python (2.x series). I’ll be running the examples on a single 64-bit system with CentOS 6.2 using the default GCC compilers, GCC and GFortran (4.4.6), as well as the default Python (2.6.6
31%
Tuning I/O Patterns in Fortran 90
04.12.2013
Home »  HPC  »  Articles  » 
common in HPC to illustrate these differences: C, Fortran 90, and Python (2.x series). I run the examples on a single 64-bit system with CentOS 6.2 using the default GCC compilers, GCC and GFortran (4.4.6
31%
LXC 1.0
03.12.2015
Home »  Archive  »  2015  »  Issue 30: OpenD...  » 
Lead Image © designpics, 123RF.com
in the container configuration. The following example allows 100MB of RAM and 100MB of swap space: lxc.cgroup.memory.limit_in_bytes = 100M lxc.cgroup.memory.memsw.limit_in_bytes = 200M Table 2 [7] provides
31%
Managing Storage with LVM
07.11.2023
Home »  HPC  »  Articles  » 
 the last command as an example, an option to specify the extent size would be: # vgcreate -s 8M vg0 /dev/sdb1 /dev/sdd The -s 8M  option specifies a PE size of 8MB when the VG is created. You can change
30%
Monitor Your Nodes with collectl
28.03.2012
Home »  HPC  »  Articles  » 
# Kernel: 2.6.32-220.4.1.el6.x86_64 Memory: 7540044 Swap: # NumDisks: 2 DiskNames: sdb sda # NumNets: 2 NetNames: lo: eth0:100 # NumSlabs: 201 Version: 2.1 # SCSI: DA:1:00:00:00 DA:2:00:00:00 CD:4
30%
Setting up an OpenNebula Cloud
05.09.2011
Home »  CloudAge  »  Articles  » 
 
= kvmVM #specify the name 02 CPU = 1 # How many CPUs required? 03 MEMORY = 512 # RAM in MB 04 OS = [ 05 KERNAL = "/boot/vmlinuz-2.6.32-24-generic", # Kernel to use 06
30%
Overview of cloud platforms and appliances
15.06.2011
Home »  Archive  »  2010  »  Issue 2: Backup...  » 
 
Front) serve as the baseline, with an index value of 100. More innovative services can achieve scores of more than 100, and less complete services will obviously score lower (Table 1). The index doesn't say much
30%
Automation Scripting with PHP
16.10.2012
Home »  Articles  » 
 
bytes:215392635 (215.3 MB) TX bytes:1759757 (1.7 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK

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

Service

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