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: 谷歌seo霸屏【电报e1000】google收录外推.how.0x00 ?

Refine your search
Sort order
  • Date
  • Score
Content type
  • Article (Print) (202)
  • Article (72)
Keywords
Creation time
  • Last day
  • Last week
  • Last month
  • Last three months
  • Last year

« Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 ... 28 Next »

83%
Managing Linux Filesystems
13.06.2016
Home »  Archive  »  2016  »  Issue 33: IPv6...  » 
Lead Image © Ulrich Krellner, 123RF.com
/user/tmp/sshdir fuse.sshfs rw,nosuid,nodev,relatime,user_id=1000,group_id=1000 0 0 Conclusion As an alternative to the simple block devices featured so far, you can create stackable block devices that offer ... Linux filesystems range from block-based network filesystems, to temporary filesystems in RAM, to pseudo filesystems. We explain how filesystems are set up and how to manage them.
83%
hwloc: Which Processor Is Running Your Service?
07.11.2011
Home »  HPC  »  Articles  » 
shows an example of how Linux outputs this information for x86 architectures. Listing 1: Linux Topology $ cat /proc/cpuinfo [...] processor  : 3 [...] physical id  : 0 siblings  : 4 core id    : 3 cpu
83%
From debugging to exploiting
17.02.2015
Home »  Archive  »  2015  »  Issue 25: Safe...  » 
Lead Image © Maksim Kabou, 123RF.com
translates into a huge address that it is undoubtedly out of the process address space. The following line computes this address using the GNU Project debugger (gdb): (gdb) printf "0x%x\n",(j-i)+&vacf 0xd
83%
Programming with OpenMP
07.11.2011
Home »  HPC  »  Articles  » 
 omp parallel for private(i) shared(x, y, n) reduction(+:a, b) 03 for (i=0; ix[i] ; 05     b = b + y[i] ; 06     } The compiler creates a local copy of each variable
83%
Parallel Shells: Run Commands on Multiple Nodes
02.07.2014
Home »  HPC  »  Articles  » 
about here is pdsh . Introduction to pdsh Pdsh is arguably one of the most popular parallel shell tools. The most recent version on SourceForge as of writing this article is 2.26, dated 2011-05-01. Code
83%
Embarrassingly parallel computation
01.06.2024
Home »  Archive  »  2024  »  Issue 81: Load...  » 
Lead Image © Lucy Baldwin, 123RF.com
long count=0; //Count holds all the number of how many good coordinates 14 double z; //Used to check if x^2+y^2<=1 15 double pi
83%
WSL puts Linux on Windows desktops
05.12.2019
Home »  Archive  »  2019  »  Issue 54: NVMe...  » 
Lead Image © Devon, Fotolia.com
with the content: start /B x410.exe /desktop ubuntu.exe run "if [ -z \"$(pidof xfce4-session)\" ]; then export DISPLAY=127.0.0.1:0.0; xfce4-session; pkill '(gpg|ssh)-agent'; taskkill.exe /IM x410.exe; fi;" You can
83%
Modern Fortran – Part 1
20.10.2016
Home »  HPC  »  Articles  » 
writing code. Columns 1 to 5 could be used for statement labels such as the following: ...       SUM = 0.0       D0 100 I=1,10          SUM = SUM + REAL(I)  100  CONTINUE ...       Y = X1 + X2 + X3
83%
High-performance Python – compiled code and C interface
01.08.2019
Home »  Archive  »  2019  »  Issue 52: Stop...  » 
Lead Image © Konrad Bak, 123RF.com
]. It was run in a Jupyter notebook to get the timings. Listing 1 Python First Run Without Numba import numpy def sum(x): total = 0 for i in range(x.shape[0]): total +=x[i] return
83%
New features in MariaDB 10.3
05.02.2019
Home »  Archive  »  2019  »  Issue 49: Anato...  » 
Lead Image by Adarsh Kummur on Unsplash
, revenue DECIMAL(11, 2) 05 , customer_class CHAR(1) 06 ); 07 08 SQL> INSERT INTO customer 09 VALUES (1, 2016, 100.0), (2, 2016, 0.0), (3, 2016, 999.99); 10 SQL> INSERT INTO customer 11 VALUES (1, 2017, 500.0

« Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 ... 28 Next »

Service

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