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: 0mb 100 Llorente"478 ?

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

« Previous 1 ... 4 5 6 7 8 9 10 11 12 13 14 15 16 17 Next »

39%
Asynchronous PostgreSQL
12.09.2013
Home »  Archive  »  2013  »  Issue 16: Docker  » 
Lead Image © Fesus Robert, 123RF.com
have them in their software repositories  – and you also need to customize the login information for the database. Listing 2 burn0.pl 01 #!/usr/bin/perl 02 03 use common::sense; 04 use DBI
39%
HTTP/1.1 versus HTTP/2 and HTTP/3
30.05.2021
Home »  Archive  »  2021  »  Issue 63: Autom...  » 
Lead Image © alphaspirit, 123RF.com
for exchanging HTML documents (HTTP) A server that grants access to the document (the HTTP daemon, HTTPD) Single-Line Protocol HTTP/0.9 The original version of HTTP had no version number. To distinguish
39%
Network analysis with the Bro Network Security Monitor
05.12.2014
Home »  Archive  »  2014  »  Issue 24: Visua...  » 
Lead Image © Aleksey Mnogosmyslov, 123RF.com
with the start command: [BroControl] > start starting bro ... [BroControl] > Whenever Bro starts up, it starts its daemon to listen to all the traffic defined in its /opt/bro/etc/node.cfg file. This is eth0
39%
To syslog or not to syslog
20.03.2014
Home »  Archive  »  2014  »  Issue 19: Perim...  » 
Lead Image © Zsolt Biczo, 123RF.com
that have led to errors? No problem. If you pass in the desired field along with the err log priority, the two options are combined and the output shows the appropriate results: # journalctl -p err _UID=1000
39%
A watchdog for every modern *ix server
25.09.2023
Home »  Archive  »  2023  »  Issue 77: Secur...  » 
Photo by Sudhith Xavier on Unsplash
_monit_srvc.sh (Listing 3); then, create an image containing everything required to run Monit by executing the command: docker build -f Dockerfile_ UbuntuJJFMonit .-t ubuntujjfmnt:5.33.0 Listing 2 Dockerfile
39%
Puppet Bolt orchestration tool
02.08.2022
Home »  Archive  »  2022  »  Issue 70: Defen...  » 
Photo by lee junda on Unsplash
, the solution scales to more than 1,000 simultaneous connections. Bolt uses YAML files or its own orchestration script wrapper, called a "plan." Above all, if statements are used in the scripts for concrete
39%
Comparing PowerShell and Python
09.10.2017
Home »  Archive  »  2017  »  Issue 41: Kuber...  » 
Lead Image © Beboy, Fotolia.com
, it produces errors. However the 5/6 division under Python 2 consistently outputs 0 , because the operator returns an integer value. The corresponding code is shown in Figure 2
39%
Extending OpenNebula with hooks
09.01.2013
Home »  Archive  »  2013  »  Issue 18: New W...  » 
Lead Image © Greg Epperson, Photocase.com
. To access the web front end from any host, just add the desired IP address or the following entry: :host = 0.0.0.0 to the /etc/one/sunstone-server.conf configuration file. Without further changes, Sunstone
39%
Modern Fortran for today and tomorrow
17.06.2017
Home »  Archive  »  2017  »  Issue 39: Conta...  » 
Lead Image © homestudio, 123RF.com
03 REAL, ALLOCATABLE :: a(:,:) 04 INTEGER :: n 05 INTEGER :: allocate_status 06 n=1000 07 ALLOCATE( a(n,n), STAT = allocate_status) 08 IF (allocate_status /= 0) STOP "Could not allocate
38%
Compiler Directives for Parallel Processing
12.08.2015
Home »  HPC  »  Articles  » 
 n, chunksize, chunk, i     parameter (n=1000)     parameter (chunksize=100)     real :: A(i), B(i), C(i)   ! Some initializations     do i = 1, n        A(i) = i * 1.0        B(i) = A(i)     enddo       chunk = chunksize !$OMP

« Previous 1 ... 4 5 6 7 8 9 10 11 12 13 14 15 16 17 Next »

Service

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