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

« Previous 1 ... 29 30 31 32 33 34 35 36 37 38 39 40 41 42 ... 50 Next »

29%
OpenMP – Coding Habits and GPUs
13.06.2019
Home »  HPC  »  Articles  » 
(i,j) = B(i,j) + C(i,j)    enddo enddo #pragma omp for collapse(2) for ( i = 0; i < N; i++ ) {   for ( j = 0; j < N; j++ ) {     A[i][j] = B[i][j] + C[i][j]    } } The collapse  clause has some restrictions. One
29%
The New Hadoop
17.07.2013
Home »  HPC  »  Articles  » 
other parallel filesystems). Hadoop 101 Although Apache Hadoop versioning can be a bit confusing, the most recent version (as of June 6, 2013) of Hadoop YARN is 2.0.5-alpha (Note: The software is more
29%
OCI containers with Podman
06.10.2019
Home »  Archive  »  2019  »  Issue 53: Secur...  » 
Photo by Ray Aucott on Unsplash
": executable file not found in $PATH 0a2091b63bc5de710238fadc68ba3f5e0f9af8800ec7f76fd52a84c49a1ab0a7 Listing 3 shows that I do have a working container, so I'll deal with the network namespace error now
29%
Integrating FreeNAS with Windows Active Directory
10.04.2015
Home »  Archive  »  2015  »  Issue 26: OpenS...  » 
Lead Image © Parisod@Snowmelody, Fotolia.com
@ Finally, create a tunnel to the CrashPlan jail with this SSH command: ssh -L 4200:127.0.0.1:4243 crashplan@ -N -v -v To be assured this is running, you can check with netstat -na | grep
29%
New features in PHP 8
02.02.2021
Home »  Archive  »  2021  »  Issue 61: Secur...  » 
Lead Image © Maxim Borovkov, 123RF.com
_dump($attributes[0]->getArguments()); The getName() method is used in line 3 of Listing 11, which simply outputs the name of the attribute via var_dump() – in the DatabaseTable example. Similarly, get
29%
Kubernetes networking in the kernel
05.08.2024
Home »  Archive  »  2024  »  Issue 82: Sover...  » 
Lead Image © balein, 123RF.com
.yaml cluster: name: kubernetes k8sServiceHost: 10.124.0.3 k8sServicePort: 6443 kubeProxyReplacement: strict operator: replicas: 1 ipam: mode: "cluster-pool" operator: clusterPoolIPv4Pod
29%
GNU Parallel: Multicore at the Command Line with GNU Parallel
04.11.2011
Home »  HPC  »  Articles  » 
command [3], you can use GNU parallel as a drop-in replacement and start executing many things at once right away. Surprisingly, the parallel command was not packaged for Fedora 13 or the Fedora Rawhide
29%
Autoconfiguring IPv6 Clients
30.03.2012
Home »  Articles  » 
 
in the network properties, thus forcing Internet Explorer to use the proxy. If Windows 7 fails to find a DNS server, it uses three standard addresses as its name servers: fec0::1 , fec0::2 and fec0::3
29%
Six emergency CDs from antivirus manufacturers
02.08.2021
Home »  Archive  »  2021  »  Issue 64: Bare...  » 
Photo by Karsten Winegeart on Unsplash
requirements. Infos Avira: https://www.avira.com Avira Rescue System: https://www.avira.com/us/start-download/product/2275/-I12e2mvtstLKUkGnG-U3eKJ0u0Ef8c Comodo: https
29%
Automate CentOS and RHEL installation with PXE
02.02.2021
Home »  Archive  »  2021  »  Issue 61: Secur...  » 
Lead Image © Michael Kempf, Fotolia.com
.cfg file, which follows the pattern shown in Listing 3. Listing 3 Generic GRUB Config set default="0" function load_video { insmod efi_gop insmod efi_uga insmod video_bochs insmod

« Previous 1 ... 29 30 31 32 33 34 35 36 37 38 39 40 41 42 ... 50 Next »

Service

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