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) (969)
  • Article (306)
  • News (173)
  • Blog post (4)
Keywords
Creation time
  • Last day
  • Last week
  • Last month
  • Last three months
  • Last year

« Previous 1 ... 105 106 107 108 109 110 111 112 113 114 115 116 117 118 ... 146 Next »

17%
High-Performance Python 3
19.09.2019
Home »  HPC  »  Articles  » 
 = block_size * grid_size       # assuming x and y inputs are same length     for i in range(start, x.shape[0], stride):         out[i] = x[i] + y[i] You can run the following code to use the function in Listing 1: import numpy as np   n
17%
Setting up HTTP/2 for Nginx
25.03.2021
Home »  Archive  »  2021  »  Issue 62: Lean...  » 
Photo by Ludomil Sawicki on Unsplash
of the Nginx web server, the ngx_http_v2_module module replaced its predecessor ngx_http_spdy_module in September 2015 (Nginx 1.9.5). April 2016 saw the module enter the stable branch (Nginx 1.10.0) [3
17%
Moving data to Drupal 8
11.10.2016
Home »  Archive  »  2016  »  Issue 35: Persi...  » 
Lead Image © Konstantinos Kokkinis, 123RF.com
, FALSE, or 0). title: plugin: skip_on_empty method: row source: name static map Define a custom mapping for source to destination values. type: plugin: static_map source: type
17%
Let the editor wars begin!
11.10.2016
Home »  Archive  »  2016  »  Issue 35: Persi...  » 
Lead Image © Kirill Makarov, 123RF.com
editor such as Vi or Emacs have adopted the easiest CLI editor they could find. Figure 3: Nano 2.0.9 on CentOS 6.8. Nano was released in 1999 as free
17%
WordPress, Joomla, and Drupal compared
16.08.2018
Home »  Archive  »  2018  »  Issue 46: CMS S...  » 
Lead Image © Zoya Fedorova, 123RF.com
.4.5 License GPLv2 GPLv2 GPLv2 System Requirements PHP version 7.2+ 5.3.10, 5.6, or 7.0+ 5.5.9+ Databases MySQL 5.6+, MariaDB 10.0+ My
17%
A Container for HPC
15.08.2016
Home »  Archive  »  2016  »  Issue 34: Softw...  » 
Lead Image © orson, 123RF.com
. Running the binary on a single four-core node produces the following output: > mpirun -np 4 -hostfile ./hostfile ./hello node 1 : Hello world node 2 : Hello world node 3 : Hello world node 0 : Hello world
17%
Network access control with Cisco's Identity Services Engine
07.04.2022
Home »  Archive  »  2022  »  Issue 68: Autom...  » 
Photo by Keith Hardy on Unsplash
in version 3.0 (currently 3.1; see the "New Features in Versions 3.0 and 3.1" box). Cisco offers three different license subscriptions for the NAC features: Essentials, Advantage, and Premier
17%
A GitOps continuous delivery tool for Kubernetes
03.08.2023
Home »  Archive  »  2023  »  Issue 76: Energ...  » 
Photo by Tingey Injury Law Firm on Unsplash
: 3 selector: matchLabels: app: my-app template: metadata: labels: app: my-app spec: containers: - name: my-app image: my-org/my-app:1.0.0
17%
Dockerizing Legacy Applications
28.11.2023
Home »  Archive  »  2023  »  Issue 78: Domai...  » 
Lead Image © hanohiki, 123RF.com
import Flask app = Flask(__name__) @app.route('/') def hello_world(): return 'Hello, World!' if __name__ == '__main__': app.run(host='0.0.0.0', port=5000) To dockerize this application, you would
17%
Centralized Password Management
06.08.2013
Home »  Articles  » 
 
.fetch(msgid, '(UID)') 043     match = REUID.match(data[0]) 044     msguid = match.group('uid') 045     logging.debug("Found UID %s" % ( msguid )) 046     result = imap.uid('COPY', msguid, targetfolder) 047

« Previous 1 ... 105 106 107 108 109 110 111 112 113 114 115 116 117 118 ... 146 Next »

Service

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