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

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

25%
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
25%
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
25%
Data Analysis with R and Python
17.02.2015
Home »  Archive  »  2015  »  Issue 25: Safe...  » 
Lead Image © mopic, 123RF.com
of the Python Pymongo interface. Listing 2 Installing Mongo DB and Py-Mongo 01 sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 02 echo 'deb http
25%
pdsh Parallel Shell
08.07.2018
Home »  HPC  »  Articles  » 
  b swpd   free   buff  cache    si   so   bi    bo    in   cs us sy  id wa st 192.168.1.250:  0  0    0 7248836  25632  79268    0    0   14     2    22   21  0  0  99  0  0 192.168.1.4:   1  0    0 30198100 286340 751668   0    0    0     0
25%
Parallel and Encrypted Compression
09.12.2021
Home »  HPC  »  Articles  » 
 -e package-list.txt Enter passphrase: Re-enter passphrase: Output filename is: package-list.txt.lrz package-list.txt - Compression Ratio: 2.537. Average Compression Speed:  0.000MB/s. Total time: 00:00:05.11 Listing 11
25%
Analyzing Kernel Crash Dumps
25.11.2012
Home »  Articles  » 
 
of the reserved area in megabytes and Y specifies the start address. If you omit the second parameter or set it to 0M , the system automatically selects an appropriate location. A subsequent restart enables
25%
Remote maintenance and automation with RPort
07.04.2022
Home »  Archive  »  2022  »  Issue 68: Autom...  » 
Photo by Claudia Soraya on Unsplash
server in Azure, Amazon Elastic Compute Cloud (AWS EC2), or Google Compute, you have to pay attention to the correct firewall settings when creating the VM. In addition to SSH port 22, you need to allow
25%
Automate CentOS and RHEL installation with PXE
02.02.2021
Home »  Archive  »  2021  »  Issue 61: Secur...  » 
Lead Image © Michael Kempf, Fotolia.com
of the broadcast, and the address of the PXE boot server need to be adapted to the local conditions. Listing 1 Host Variables dhcp_global_domain_name: cloud.internal dhcp_global_broadcast_address: 10.42.0
25%
Listing 2
21.08.2012
Home »  HPC  »  Articles  »  Warewulf 4 Code  » 
 
.6 M Is this ok [y/N]: y Downloading Packages: (1/5): apr-1.3.9-3.el6_1.2.i686.rpm                                            | 128 kB     00:00 (2/5): expat-2.0.1-11.el6_2.i686.rpm
25%
High-Performance Python 3
19.09.2019
Home »  HPC  »  Articles  » 
 = np.array([10, 20, 30, 40])   print('a+b:\n', add_ufunc(a, b)) The answer should be: a+b:  [11 22 33 44] In the previous example, you had to put everything that was to run on the GPU into a single Numba

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

Service

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