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

« Previous 1 ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63 ... 91 Next »

17%
Automation with Chef
30.05.2021
Home »  Archive  »  2021  »  Issue 63: Autom...  » 
Photo by Pablo Bustos on Unsplash
recipes in a recipes subdirectory that specify the desired state: # metadata.rb name 'webserver' description 'Installs an Apache2 webserver' version '1.0.0
17%
High availability for RESTful services with OpenStack
09.01.2013
Home »  Archive  »  2013  »  Issue 18: New W...  » 
Lead Image © Ying Feng Johansson, 123RF.com
02 log 127.0.0.1 local0 03 maxconn 4000 04 daemon 05 uid 99 06 gid 99 07 08 defaults 09 log global 10 mode http 11 option httplog 12 option dontlognull 13 timeout server 5s
17%
How graph databases work
04.08.2020
Home »  Archive  »  2020  »  Issue 58: Graph...  » 
Lead Image © iofoto, Fotolia.com
# Names of all persons: 11 gremlin> g.V().hasLabel('person').values('name') 12 ==>marko 13 ==>vadas 14 ==>josh 15 ==>peter 16 17 # Name of person with ID 1 18 gremlin> g.V(1).values('name') 19 ==>marko 20
17%
Automated builds using CentOS 7 and Kickstart
17.02.2015
Home »  Archive  »  2015  »  Issue 25: Safe...  » 
Lead Image © Icetray, fotolia.com
ip addr show which lists the interfaces recognized by the system. In my case, the Ethernet interface was identified as enp0s3. Next, you can edit the network configuration file for the interface with
17%
Moving HPC to the Cloud
19.10.2012
Home »  HPC  »  Articles  » 
12-core AMD processors ranging in speed from 2.2 to 2.9GHz with 24 to 128GB of RAM per server and up to 1TB of scratch local storage per node. Getting applications running POD HPC clouds can be quite
17%
Secure cloud-native services with Prisma Cloud Compute
02.06.2020
Home »  Archive  »  2020  »  Issue 57: Artif...  » 
Lead Image © alexmillos, 123RF.com
754 pages of about 63MB) with details on where to find the latest release. In my case, this was version 19.11.480. The docs are also now public, which is more convenient (an access token attached
17%
Magnum: Exploring OpenStack's Container API
08.10.2015
Home »  Archive  »  2015  »  Issue 29: Rescu...  » 
Lead Image © Ulrich M ller, 123RF.com
conductors by running multiple instances is not currently supported but is firmly on the roadmap. Listing 1 Two Server Components and One Client ps auxww|grep -i magnu stack 19778 0.1 1.2
17%
HPC Data Analytics
08.08.2014
Home »  HPC  »  Articles  » 
] Python [6] Julia (up and coming) [7] Java [8] Matlab [9] and Matlab-compatible tools (Octave [10], Scilab [11], etc.) Java is the lingua franca of MapReduce [12] and Hadoop
17%
Saving Storage Space with Reduced Precision
19.06.2023
Home »  HPC  »  Articles  » 
a = 100.0*np.random.random((N,N)) a.astype(np.float64) print("a[5,5] = ",a[5,5]," type = ",a[5,5].dtype) np.save('double', a) b = np.copy(a) b = b.astype(np.float32) print("b[5,5] = ",b[5,5]," type = ",b[5
17%
Tuning Your Filesystem’s Cache
16.02.2012
Home »  Articles  » 
 
 [OOOOOOOOOOOOOOO] 15/15 09  10   Files: 1 11   Directories: 0 12   Touched Pages: 15 (60K) 13   Elapsed: 0.001102 seconds 14 $ The -t option “touches” the pages of the file, causing it to be loaded into the page

« Previous 1 ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63 ... 91 Next »

Service

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