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

Spell check suggestion: %220mb%C3%A9n Llorente%2222 ?

Refine your search
Sort order
  • Date
  • Score
Content type
  • Article (Print) (177)
  • Article (84)
  • Blog post (1)
Keywords
Creation time
  • Last day
  • Last week
  • Last month
  • Last three months
  • Last year

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

100%
Endlessh and tc tarpits slow down attackers
02.02.2021
Home »  Archive  »  2021  »  Issue 61: Secur...  » 
Lead Image © Yewkeo, 123RF.com
5221548db 58 seconds ago 5.67MB 80dc7d447a48 About a minute ago 167MB alpine 3.9 78a2ce922f86 5 months ago 5.55MB The command you really
85%
Secure Your Server with TCP Wrappers
02.10.2012
Home »  Articles  » 
 
addresses to connect /etc/hosts.allow , the file would simply look like this: sshd: 10.10.10.10, 1.2.3.4, 21.21.21.21 TCP Wrappers works nicely, even if you change the standard SSH port (it’s usually TCP
82%
Real-World HPC: Setting Up an HPC Cluster
04.11.2011
Home »  HPC  »  Articles  » 
-server 192.168.1.2; filename "/pxelinux.0"; host node01 { hardware ethernet 00:11:22:33:44:a0; fixed-address 192.168.1.101; } host node01-bmc { hardware ethernet 00:11:22:33:44:8d; fixed-address 192
71%
Accessing Fortran code with Python
05.12.2019
Home »  Archive  »  2019  »  Issue 54: NVMe...  » 
Lead Image © Kheng Ho Toh, , 123RF.com
passes by value. Listing 1 Using ctypes from ctypes import byref, cdll, c_int mult = cdll.LoadLibrary('./mult.so') add = cdll.LoadLibrary('./add.so') a = c_int(2) b = c_int(4) print mult.multiply_(byref(a
71%
mpi4py – high-performance distributed Python
30.11.2020
Home »  Archive  »  2020  »  Issue 60: Secur...  » 
Lead Image © liu liming, 123RF.com
): 11 12 s = 0.0 13 s += h * f(a) 14 for i in range(1, n): 15 s += 2.0 * h * f(a + i*h) 16 # end for 17 s += h * f(b) 18 return (s/2.) 19 # end def 20 21 22 # Main section 23 comm = MPI
70%
Tips and Tricks for Containers
12.05.2020
Home »  HPC  »  Articles  » 
ID to save the running container to a new image. You also need to specify the name of the new image: $ docker commit c31656cbd380 cuda:10.1-base-ubuntu19.04-octave sha256:b01ee7a9eb2d4e29b9b6b6e8e
69%
Shell practice: Introduction to the sed stream editor
09.08.2015
Home »  Archive  »  2015  »  Issue 28: SSD RAID  » 
Lead Image © Dmitriy Sladkov, 123RF.com
' '/[Mm]an/p' sed -n '/[Mm]an/p' textdata.txt 2 All lines except 3 through 5 '3,5!' sed -n '3,5!'p textdata.txt 3 All lines except those containing 'Man
69%
OpenACC – Data Management
07.02.2019
Home »  HPC  »  Articles  » 
/2),n     d(j) = c(j) - e(j)   end do   #pragma acc parallel loop copyin(a, b, e)  create(c) copyout(d) {   for (int i=0; i < n; i++)   {     c[i] = a[i] * b[i]   }   for (int j=(n/2
69%
Modern Fortran for today and tomorrow
17.06.2017
Home »  Archive  »  2017  »  Issue 39: Conta...  » 
Lead Image © homestudio, 123RF.com
of the array), has to be specified. The following are simple examples of a declaration INTEGER, TARGET :: a(3), b(6), c(9)INTEGER, DIMENSION(:),POINTER :: pt2 and multidimensional arrays: INTEGER, POINTER
69%
Warewulf 4
13.12.2022
Home »  HPC  »  Articles  » 
/11/05 08:56:13  info unpack layer: sha256:1a930d163dcafa193dc2c3c005d9c220ae1c07a48cad5f7feed0066ada0b998f 2022/11/05 08:56:15  info unpack layer: sha256:d3ca234f568b088b991388a0e9e8b61b05ac8627522f10fe16df2b81d51c0748

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

Service

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