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) (1006)
  • Article (314)
  • News (203)
  • Blog post (5)
Keywords
Creation time
  • Last day
  • Last week
  • Last month
  • Last three months
  • Last year

« Previous 1 ... 35 36 37 38 39 40 41 42 43 44 45 46 47 48 ... 153 Next »

10%
High-Performance Python 1
16.07.2019
Home »  HPC  »  Articles  » 
 presentation by Matthew Rocklin. It was run in a Jupyter notebook to get the timings. Listing 1: Python First Run Without Numba import numpy   def sum(x):     total = 0     for i in range(x.shape[0]):         total
10%
Monitor your network infrastructure with SNMP
10.04.2015
Home »  Archive  »  2015  »  Issue 26: OpenS...  » 
Lead Image © lightwise, 123RF.com
add -net 192.168.100.0/24 gw 192.168.2.2 dev eth0 up route add -net 192.168.13.0/24 gw 192.168.2.2 dev eth0 Listing 2 Set Routes $ sudo route add -net 192.168.100.0/24 gw 192
10%
High-performance Python – compiled code and C interface
01.08.2019
Home »  Archive  »  2019  »  Issue 52: Stop...  » 
Lead Image © Konrad Bak, 123RF.com
]. It was run in a Jupyter notebook to get the timings. Listing 1 Python First Run Without Numba import numpy def sum(x): total = 0 for i in range(x.shape[0]): total +=x[i] return
10%
Julia Distributed Arrays
15.08.2012
Home »  HPC  »  Articles  » 
as follows: julia> libc = dlopen("/lib64/libc.so.6")Ptr{Void} @0x0000000003416b70 Next, the dlsym command can be used to look up a symbol from a shared library handle and return a pointer to the function
10%
Building Big Iron in the Cloud with Google Compute Engine
11.06.2014
Home »  Archive  »  2014  »  Issue 21: Manag...  » 
Lead Image © Zavalnyuk Sergey, 123RF.com
/joe/.ssh/google_compute_engine -A -p 22 joe@1.2.3.4 -- 11 Warning: Permanently added '1.2.3.4' (ECDSA) to the list of known hosts. 12 Enter passphrase for key '/home/joe/.ssh/google_compute_engine': 13 Linux gcerocks-instance-1 3.2.0
10%
ZFS on Linux helps if the ZFS FUSE service refuses to work
07.10.2014
Home »  Archive  »  2014  »  Issue 23: 10 Ti...  » 
Lead Image © Luis Louro, 123RF.com
at least outputs some information. What you need is access to the filesystem, which could reside in 06:zfs0; however, to determine the name of the pool, you need a zpool import (Listing 2). The name
10%
Checking your endpoints with Stethoscope
04.08.2020
Home »  Archive  »  2020  »  Issue 58: Graph...  » 
Lead Image © Ewa Walicka, fotolia.com
node-builder_1 | 18 node-builder_1 | npm install -g pushstate-server 19 node-builder_1 | pushstate-server build 20 node-builder_1 | open http://localhost:9000 21 node-builder_1 | 22 node
10%
Read-only File Compression with SquashFS
14.06.2017
Home »  HPC  »  Articles  » 
to compress the data to 91.53% of its uncompressed size, or to 328MB (327.34MB). Notice that I used the time command to time how long it took to run the command. The results were: real    0m7.675s user   0m
10%
Read-only file compression with SquashFS
14.08.2017
Home »  Archive  »  2017  »  Issue 40: Lean...  » 
Lead Image © modella, 123RF.com
that I used the time command to time how long it took to run the command. The results were: real 0m7.675s user 0m29.074s sys 0m1.002s This looks to be pretty fast for compressing 358MB of data (on an SSD
10%
News for Admins
26.03.2025
Home »  Archive  »  2025  »  Issue 86: Data...  » 
 
. Canonical Kubernetes 1.32 LTS is currently available and ready for production use. Read more at Canonical: https://canonical.com/blog/12-year-lts-for-kubernetes. Mirantis Releases Open Source k0rdent ... In the news: Palo Alto Networks Introduces Cortex Cloud; Canonical to Provide 12 Years of Kubernetes Support; Mirantis Releases Open Source k0rdent; D-Wave Now Offers On-Premises Quantum Computing

« Previous 1 ... 35 36 37 38 39 40 41 42 43 44 45 46 47 48 ... 153 Next »

Service

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