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) (258)
  • Article (70)
  • Blog post (1)
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 ... 33 Next »

70%
Arp Cache Poisoning and Packet Sniffing
05.09.2011
Home »  Articles  » 
 
can see how the arp cache poisoning works: $ sudo nemesis arp -v -r -d eth0 -S 192.168.1.2 \ -D 192.168.1.133 -h 00:22:6E:71:04:BB -m 00:0C:29:B2:78:9E \ -H 00:22:6E:71:04:BB -M 00:0C:29:B2:78:9E
70%
Measuring the performance of code
04.08.2020
Home »  Archive  »  2020  »  Issue 58: Graph...  » 
Lead Image © Lucy Baldwin, 123RF.com
33 enum { probes = 10, loops = 1, }; 34 uint64_t iterations = strtoull(argv[1], 0, 0); 35 uint64_t upper = iterations*iterations; 36 37 double pi = M_PI; 38 double r = 0.0; 39 40 stats
70%
Kubernetes clusters within AWS EKS
02.08.2021
Home »  Archive  »  2021  »  Issue 64: Bare...  » 
Lead Image © Zlatko Guzmic, 123RF.com
-system coredns-6d97dc4b59-mdd8x 1/1 Running 0 25m kube-system kube-proxy-bkjbw 1/1 Running 0 20m kube-system kube-proxy-ctc6l 1/1 Running 0 19
69%
Securing containers with Anchore
07.06.2019
Home »  Archive  »  2019  »  Issue 51: Self-...  » 
Lead Image © loiic, Fotolia.com
-engine container has a hash that begins with 0f8a0, so running the command in Listing 2 as I wait for the service to finish starting reveals the internal logging within the container. (I had to abbreviate the output
69%
Goodbye cloud VMs, hello laptop VMs
20.06.2022
Home »  Archive  »  2022  »  Issue 69: Terra...  » 
Lead Image © Liubomyr Feshchyn, 123rf.com
to the launch command. For example, the command multipass launch -n mycloudvm -c 2 -m 2G -d 10G --timeout 600 Table 1 Multipass launch Argument Action (v1.8.0 default) -n
69%
A watchdog for every modern *ix server
25.09.2023
Home »  Archive  »  2023  »  Issue 77: Secur...  » 
Photo by Sudhith Xavier on Unsplash
://linuxnewmedia.thegood.cloud/s/9nFQcFb2p8oRMEJ htpasswd generator: https://hostingcanada.org/htpasswd-generator/ Monit documentation: https://mmonit.com/monit/documentation/monit.html M/Monit documentation: https://mmonit.com
69%
Visualizing containers with clarity
29.09.2020
Home »  Archive  »  2020  »  Issue 59: Custo...  » 
Lead Image © Ulrich Müller, 123RF.com
FROM node:8-alpine 02 03 LABEL maintainer="Liran Tal com>" 04 LABEL contributor="Eitan Schichmanter com>" 05 06 RUN apk add docker && rm -rf /var/apk/cache/* 07 08 COPY
69%
Build a honeypot with real-world alerts
01.08.2019
Home »  Archive  »  2019  »  Issue 52: Stop...  » 
Lead Image © Bruce Rolff, 123RF.com
:FORWARD ACCEPT [0:0] 05 :OUTPUT ACCEPT [125:13440] 06 -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT 07 -A INPUT -p icmp -j ACCEPT 08 -A INPUT -i lo -j ACCEPT 09 -A INPUT -p tcp -m state --state
69%
Call web pages in the terminal with Browsh
06.10.2019
Home »  Archive  »  2019  »  Issue 53: Secur...  » 
Lead Image © yemelyanov, 123RF.com
://html.brow.sh/ and call the complete construct in a normal web browser: https://html.brow.sh/http://www.linux-magazine.com/ After a few seconds, you will see the corresponding website as Browsh would display it (Figure 2
69%
mpi4py – high-performance distributed Python
30.11.2020
Home »  Archive  »  2020  »  Issue 60: Secur...  » 
Lead Image © liu liming, 123RF.com
used: $ mpirun -np 4 -f ./hosts python3 ./hello-world.py The output is shown in Listing 2. Listing 2 Hello World Output Hello! I'm rank 0 from 4 running in total... Hello! I'm rank 1

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

Service

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