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) (233)
  • Article (45)
  • Blog post (1)
Keywords
Creation time
  • Last day
  • Last week
  • Last month
  • Last three months
  • Last year

« Previous 1 ... 19 20 21 22 23 24 25 26 27 28 Next »

17%
Kubernetes StatefulSet
05.02.2023
Home »  Archive  »  2023  »  Issue 73: Datab...  » 
Photo by Ashley Light on Unsplash
06 labels: 07 app: mariadb 08 spec: 09 type: NodePort 10 ports: 11 - port: 3306 12 protocol: TCP 13 selector: 14 app: mariadb 15 --- 16 apiVersion: v1 17 kind: Config
17%
Booting Windows from a compressed image
17.02.2015
Home »  Archive  »  2015  »  Issue 25: Safe...  » 
Lead Image © ximagination, 123RF.com
:\mount\Windows\Windows\System32\Recovery\winre.wim 07 08 move C:\mount\Windows\Windows\System32\Recovery\winre.wim C:\Temp\winre.wim 09 10 Dism /Optimize-Image /Image:C:\mount\Windows /WIMBoot 11 12 Dism /Unmount-Image /Mount
17%
Gathering Data on Environment Modules
10.09.2012
Home »  HPC  »  Articles  » 
$ module load compiler/open64-5.0 where the first part of the command is the module command, the second part is the module function, and the third part is the module you are loading. To make things easier
17%
Exchange Web Services for Mailbox Access
30.11.2020
Home »  Archive  »  2020  »  Issue 60: Secur...  » 
Lead Image © Paul Herbert, 123RF.com
Service.Credentials = New-Object Microsoft.Exchange.WebServices.Data.WebCredentials($Mailbox,$Password,$Domain) 11 $ExchangeService.Url = $EwsURL 12 $offset = 0 13 Do { 14 $ItemView = New-Object Microsoft
17%
Mesos compute cluster for data centers
10.06.2015
Home »  Archive  »  2015  »  Issue 27: Fault...  » 
Lead Image © Artisticco LLC, 123RF.com
. The current version is Mesos 0.21. Two years after the first release, the developers presented a far more advanced variant [3] at a 2011 Usenix conference. Twitter engineers had already been running Mesos
17%
OpenNebula – Open source data center virtualization
14.11.2013
Home »  Archive  »  2013  »  Issue 17: Cloud...  » 
Lead Image © Sternenhimmel, fotolia.com
01 { 02 "name": "ONE-SCALE", 03 "deployment": "none", 04 "roles": [ 05 { 06 "name": "appserver", 07 "cardinality": 2, 08 "vm_template": 0, 09 10 "min_vms" : 5, 11
16%
Application security testing with ZAP in a Docker container
05.02.2019
Home »  Archive  »  2019  »  Issue 49: Anato...  » 
Lead Image © Maxim Maksutov, 123RF.com
then select the Mutillidae IP address from the left sidebar under the Sites pane in ZAP (Figure 12). Now that you've filled up ZAP with some SQLi pages and highlighted http://172.17.0.2 in ZAP's Sites pane
16%
DDoS protection in the cloud
15.08.2016
Home »  Archive  »  2016  »  Issue 34: Softw...  » 
Lead Image © Amy Walters, 123RF.com
": "0x0800" 07 } 08 }, "ip-match": { 09 "ip-protocol": 17 10 }, "ipv4-destination": "10.1.1.2/32", "udp-destination-port": 1234 11 }, "table_id": 0, "priority": 10 12
16%
Manage OpenVPN keys with Easy-RSA
06.10.2019
Home »  Archive  »  2019  »  Issue 53: Secur...  » 
Lead Image © Orlando Rosu, 123rf.com
response = urllib.urlopen(url); 06 data = json.loads(response.read()) 07 08 for userentry in data: 09 if userentry.get('active'): 10 username = userentry.get('username') 11 12 if os
16%
Ansible as an alternative to the Puppet configuration tool
11.02.2016
Home »  Archive  »  2016  »  Issue 31: Tunin...  » 
Lead Image © Jenzig, photocase.com
state=absent 07 notify: Restart Apache 08 09 - name: Generate Vhosts 10 template: 11 src=vhost.conf 12 dest=/etc/apache2/sites-enabled/{{ item.hostname }}.conf 13 with_items: vhosts 14

« Previous 1 ... 19 20 21 22 23 24 25 26 27 28 Next »

Service

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