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

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

15%
Compiler Directives for Parallel Processing
12.08.2015
Home »  HPC  »  Articles  » 
point. OpenACC has two major versions: Version 1.0 of the standard, announced November 14, 2011, included a number of directives for coding accelerators (initially GPUs), and very quickly Open
15%
Using the MQTT IoT protocol for unusual but useful purposes
03.12.2015
Home »  Archive  »  2015  »  Issue 30: OpenD...  » 
Lead Image © Heiko Küverling, 123RF.com
(msg.payload)) 07 08 mqtt = paho.Client() 09 mqtt.on_message = on_message 10 11 mqtt.connect("localhost", 1883, 60) 12 mqtt.subscribe("linux/+", 0) 13 14 mqtt.loop_forever() The client now connects
15%
OpenACC – Data Management
07.02.2019
Home »  HPC  »  Articles  » 
 data copy(a) !$acc parallel loop   do i=1,n     a(i) = 0.0   enddo !$acc data end   #pragma acc data copy(a) {   #pragma acc parallel loop   {     for (int i=0; i < n; i++)     {       a[i] = 0.0
15%
How to configure and use jailed processes in FreeBSD
14.03.2013
Home »  Archive  »  2013  »  Issue 13: IPv6...  » 
© Corina Rosu, 123RF.com
to jail>; 10 j.hostname = ; 11 j.ip_number = ; 12 /* call system call */ 13 i = jail(&j); 14 [...] 15 execv(, ...); 16 [...] 17 exit(0); 18
15%
Supercharge your software upgrade routine
05.08.2024
Home »  Archive  »  2024  »  Issue 82: Sover...  » 
Photo by redcharlie on Unsplash
://gb.archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.15 [194 kB] [...] Setting up pkg-config (0.29.2-1ubuntu3) ... Setting up git (1:2.34.1-1ubuntu1.10) ... Setting up curl (7.81.0-1ubuntu1
15%
Tuning loops – from loop unrolling to Duff's device
28.07.2025
Home »  Archive  »  2025  »  Issue 88: 5 Net...  » 
for (i = 0; i < n; i++) { 05 for (k = 0; k < n; k++) { 06 float sum = 0.0f; 07 08 #pragma unroll (4) 09 10 for(j = 0; j < n; j++) 11 sum += src1
15%
An IP-based load balancing solution
21.07.2011
Home »  CloudAge  »  Articles  » 
 
. You can start with installation of two major RPMs (RPMs belonging to Piranha and LVS configuration, piranha-0.8.4-16.el5.i386.rpm and ipvsadm-1.24-10.i386.rpm) using the yum command as shown in Figure 4
15%
How graph databases work
04.08.2020
Home »  Archive  »  2020  »  Issue 58: Graph...  » 
Lead Image © iofoto, Fotolia.com
','josh').outE('created').inV().values('name').path() ==>[v[4],e[10][4-created->5],v[5],ripple] ==>[v[4],e[11][4-created->3],v[3],lop] gremlin> g.V().outE('created').has('weight', 1.0).inV().values('name') ==>ripple gremlin> g
15%
Convert Linux shell commands into PowerShell cmdlets
07.04.2022
Home »  Archive  »  2022  »  Issue 68: Autom...  » 
Photo by Larisa Birta on Unsplash
.1 or PowerShell 7.0. I used a Windows 10 workstation for this example. Annoyingly, it came with PowerShell version 5 out of the box. Microsoft provides the latest stable version of PowerShell in a Git
15%
Sort out your SSH configs
07.10.2014
Home »  Archive  »  2014  »  Issue 23: 10 Ti...  » 
Lead Image © saniphoto, fotolia.com
; restarting. Aug 19 18:10:43 localhost sshd[3328]: Server listening on 0.0.0.0 port 22. Aug 19 18:10:43 localhost sshd[3328]: Server listening on :: port 22. Not on the List The next thing I'll discuss

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

Service

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