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
  • [x] Creation time: Last year
Sort order
  • Date
  • Score
Content type
  • Article (Print) (102)
  • Article (1)
Keywords

« Previous 1 2 3 4 5 6 7 8 9 10 11 Next »

73%
Using the Expect scripting environment
30.11.2025
Home »  Archive  »  2011  »  Issue 5: Pen Te...  » 
© Ivan Mikhaylov, 123RF.com
Connection 01 #!/usr/bin/expect 02 03 set host [lindex $argv 0] 04 set timeout 5 05 spawn /usr/bin/ssh aefrisch@$host 06 expect "(yes/no)? " { 07 send "yes\r" 08 } 09 expect "password:" 10 send
73%
Boost performance of your Python programs
30.11.2025
Home »  Archive  »  2010  »  Issue 2: Backup...  » 
Eric Isselée, 123RF
if '__main__' == __name__: 09 10 p1 = Process(target = test, args = ('Rich',)) 11 p2 = Process(target = test, args = ('Nus',)) 12 p3 = Process(target = test, args = ('Geeks',)) 13 14 p2.start
72%
The RADOS object store and Ceph filesystem: Part 2
31.10.2025
Home »  Archive  »  2012  »  Issue 11: Cloud...  » 
© Kateryna Pruchkovska, 123RF.com
). Listing 1 Crush Map for Six Servers in Two Racks 001 # begin crush map 002 003 # devices 004 device 0 device0 005 device 1 device1 006 device 2 device2 007 device 3 device3 008 device 4 device4
72%
Galera Cluster for MySQL
30.11.2025
Home »  Archive  »  2012  »  Issue 10: Traff...  » 
© Noel Powell, fotolia.com
node1 192.168.56.101 (eth1) 10.0.2.1 (eth0) node2 192.168.56.102 (eth1) 10.0.2.2 (eth0) node3 192.168.56.103 (eth1) 10.0.2.3 (eth0
72%
A standard cloud computing API
30.11.2025
Home »  Archive  »  2011  »  Issue 6: Perfor...  » 
= DeltaCloud.new(USER, PASSWORD, URL) 05 summary = Hash.new(0) 06 state = client.instances.inject({}) do |state, inst| 07 state[inst.id] = inst.state 08 summary[inst.state] += 1 09 state 10 end 11
72%
Introduction to OpenMP programming
31.10.2025
Home »  Archive  »  2012  »  Issue 12: NAS S...  » 
© Frank Rohde, 123RF.com
PRIVATE (id) 06 07 id = omp_get_thread_num() 08 write(*,*) 'Thread ',id,' Checking in' 09 10 IF (id == 0) THEN 11 WRITE(*,*) ' Number of threads in use is ',omp_get_num_threads() 12 ENDIF 13 14
72%
The logging module in Python
30.11.2025
Home »  Archive  »  2012  »  Issue 08: FreeNAS  » 
© svl861, 123RF.com
. In Python 2.3, the logging module [3] was finally added to the standard library, so assuming you have Python in place, you have nothing to install. To use the module, import it at the start of a script, like
71%
Remote VMware console without a browser
30.11.2025
Home »  Archive  »  2011  »  Issue 4: Secure...  » 
© Julia Burlachenko, 123RF.com
.rdf 09 0 10-10-2008 20:27 plugins/ After extracting the structure, you only need the plugins subdirectory and the bin, lib, and share directories (Figure 1 ... The Firefox version 3.6 browser plugin for accessing consoles on virtual servers can suddenly stop working, causing problems for VMware server admins. We explain how to use the plugin without
71%
With great PowerShell comes great responsibility
30.11.2025
Home »  Archive  »  2012  »  Issue 09: Windo...  » 
© imagesource, 123RF.com
Shell 2.0, which I use here. Windows 8 and Windows Server 8 will use the new PowerShell 3.0, to be released soon. To begin, I introduce PowerShell information retrieval to you via the "Get" commands
71%
Processing the new sudo logging format
26.03.2025
Home »  Archive  »  2025  »  Issue 86: Data...  » 
Photo by Kelly Sikkema on Unsplash
(s_sudojson); parser(p_json); destination(d_sudo); }; Listing 2 New Logfile Format May 22 09:38:51 user tscherf ran /usr/bin/vim on host master.ipa.test using sudo May 22 09:38:52 user tscherf ran

« Previous 1 2 3 4 5 6 7 8 9 10 11 Next »

Service

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