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

1 2 3 4 5 6 7 ... 47 Next »

100%
A Management Platform for the Internet of Things
10.12.2013
Home »  Articles  » 
 
The Internet of Things is predicted to be a huge market in the next 10 years, taking the dumb objects around us and making them data-noisy. ... , and perhaps a desktop computer. That’s five things if you’re geeky, so the global average being 1.84 makes intuitive sense. Now imagine you hook up sensors to your house for security; your fridge, washing ... The Internet of Things is predicted to be a huge market in the next 10 years, taking the dumb objects around us and making them data-noisy. ... A Management Platform for the Internet of Things ... The Age of The Internet of Things is upon Us
98%
Keras: Getting Started with AI
03.12.2024
Home »  HPC  »  Articles  » 
A great way to start writing code with AI is to use Keras, an open source easy-to-learn library that can use multiple frameworks. ... I wanted to start learning about artificial intelligence (AI) and writing code, but I wasn’t sure where to start. I didn’t want to write in C++ or use a directed acyclic graph (DAG) or some other ... Artificial Intelligence, Keras, hyperparameter, code ... A great way to start writing code with AI is to use Keras, an open source easy-to-learn library that can use multiple frameworks.
94%
Azure Sphere for Internet of Things
22.05.2023
Home »  Archive  »  2023  »  Issue 75: Teamwork  » 
Photo by Zosia Korcz on Unsplash
the Espressif ESP8266 and ESP32 product families, which have been well used and documented [1]. Systems from the Arduino family are also popular. This MCU platform can be programmed in C++ in its integrated ... Microsoft Azure Sphere links three vital elements of the Internet of Things – microcontrollers, software, and cloud service – with a focus on security. ... Azure Sphere for Internet of Things
88%
Profiling Python Code
09.12.2019
Home »  HPC  »  Articles  » 
 to check follows a, b = 1,2 c = a + b # Code to check ends end_time = time.time() time_taken = (end_time- start_time)   print(" Time taken in seconds: {0} s").format(time_taken_in_micro) If a section of code ... Profiling Python code – as a whole or by function – shows where you should spend time speeding up your programs. ... Profiling Python Code ... Profiling Python Code
86%
Security as Code
04.10.2018
Home »  Archive  »  2018  »  Issue 47: Findi...  » 
Lead Image © bluebay, 123RF.com
: https://github.com/nabla-c0d3/trust_stores_observatory New page: https://github.com/nabla-c0d3/sslyze Code for Nmap attack adaptor: https://github.com/gauntlt ... Security as Code
80%
OpenACC – Porting Code
07.03.2019
Home »  HPC  »  Articles  » 
OpenACC directives can improve performance if you know how to find where parallel code will make the greatest difference. ... is recompile the code to target GPUs (Fortran and C, respectively): $ pgfortran -Minfo -Minfo=accel -acc -ta=tesla [file] -o ./exe $ pgcc -Minfo -Minfo=accel -acc -ta=tesla [file] -o ./exe The only things you ... OpenACC directives can improve performance if you know how to find where parallel code will make the greatest difference. ... OpenACC – Porting Code ... Porting Code to OpenACC
71%
Infrastructure as Code with Terraform
18.02.2018
Home »  Archive  »  2018  »  Issue 43: Real...  » 
Lead Image © Sebastian Duda, 123RF.com
, types, or a description of the variable value. Listing 1 variables.tf 01 variable "site_name" { 02 description = "Description" 03 type = "string" 04 default = "DEMO-SITE" 05 } 06 ... Infrastructure as Code with Terraform
71%
Jenkins Configuration as Code
07.06.2019
Home »  Archive  »  2019  »  Issue 51: Self-...  » 
Lead Image © Amri Wolfgang, 123RF.com
) that launches a container with Jenkins and the JCasC plugin. With this code, you can set up Jenkins and install all the components required by JCasC. Listing 1 Sample Dockerfile 01 FROM openjdk:8 ... The move from Groovy scripts to Jenkins Configuration as Code simplifies the initialization of Jenkins and Jenkins plugins. ... JCasC ... Jenkins Configuration as Code ... Buttle Your Code
71%
Managing infrastructure as code with Spacelift
05.08.2024
Home »  Archive  »  2024  »  Issue 82: Sover...  » 
Lead Image © Konstantin Shaklein, 123RF.com
Administrators often first encounter the phrase "continuous development and continuous integration" (CI/CD) in the context of container-based setups with Kubernetes. Infrastructure as code (IaC) can ... The Spacelift infrastructure-as-code management platform quickly rolls out complete setups to the cloud, minimizing the possibility of failure and problems. ... Managing infrastructure as code with Spacelift
69%
OpenMP – Coding Habits and GPUs
13.06.2019
Home »  HPC  »  Articles  » 
In this third and last article on OpenMP, we look at good OpenMP coding habits and present a short introduction to employing OpenMP with GPUs.   ... example of using the collapse  clause is the code snippet in Listing 1. Note that for this simple code, OpenMP will collapse the two loops together to create a larger iteration space; then, it can take ... In this third and last article on OpenMP, we look at good OpenMP coding habits and present a short introduction to employing OpenMP with GPUs. ... OpenMP – Coding Habits and GPUs ... OpenMP – Coding Habits and GPUs

1 2 3 4 5 6 7 ... 47 Next »

Service

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