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: 有人会查通话记录的-(⏭查询网站gpio18.com⏮)-微信和朋友的通话记录怎么查-查通话记录不要验证码-可以查座机的通话记录吗-(⏭查询网站gpio18.com⏮)-移动和信可以查通话记录吗67 ?

Refine your search
Sort order
  • Date
  • Score
Content type
  • Article (Print) (292)
  • Article (25)
  • News (3)
  • Blog post (2)
Keywords
Creation time
  • Last day
  • Last week
  • Last month
  • Last three months
  • Last year

« Previous 1 ... 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ... 33 Next »

81%
Build a honeypot with real-world alerts
01.08.2019
Home »  Archive  »  2019  »  Issue 52: Stop...  » 
Lead Image © Bruce Rolff, 123RF.com
if line: 13 if "UDP" in line or "TCP" in line: 14 for words in line.split(): 15 if "SRC" in words: 16 srcIP=words.split('=')[1] 17 if "DPT" in words: 18 d
81%
News for Admins
02.08.2021
Home »  Archive  »  2021  »  Issue 64: Bare...  » 
 
is actually fairly large. In fact, it's one of the bigger 5.x releases, with over 16k commits (over 17k if you count merges), from over 2k developers." What can you expect in the 5.13 kernel? Some
81%
Getting data from AWS S3 via Python scripts
09.10.2017
Home »  Archive  »  2017  »  Issue 41: Kuber...  » 
Lead Image © erikdegraaf, 123RF.com
client = boto3.client('s3') 14 bucket = boto3.resource('s3').Bucket(bname) 15 16 pgnr = client.get_paginator('list_objects') 17 page_it = pgnr.paginate(Bucket=bname) 18 19 for page in page_it: 20
81%
Podman for Non-Root Docker
05.08.2024
Home »  HPC  »  Articles  » 
 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [16.9 kB] Get:16 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [256 kB] Get:17 http://archive.ubuntu.com
81%
Thread processing in Python
02.06.2020
Home »  Archive  »  2020  »  Issue 57: Artif...  » 
Lead Image © Christos Georghiou, 123RF.com
= sol.copy() 10 11 for j in range(0,ny-1): 12 sol[0,j] = 10.0 13 sol[nx-1,j] = 1.0 14 # end for 15 16 for i in range(0,nx-1): 17 sol[i,0] = 0.0 18 sol[i,ny-1] = 0.0 19 # end for 20 21 # Iterate 22
81%
Go testing frameworks
05.08.2024
Home »  Archive  »  2024  »  Issue 82: Sover...  » 
Lead Image © Lucy Baldwin, 123RF.com
.Exit(1) 15 } 16 17 run(os.Args[1]) 18 } 19 20 func row() { 21 for i := 0; i < size; i++ { 22 for j := 0; j < size; j++ { 23 array[i][j]++ 24 } 25 } 26 } 27 28
81%
Network backups with Amanda
05.12.2016
Home »  Archive  »  2016  »  Issue 36: Autom...  » 
Lead Image © Tommaso Lizzul, 123RF.com
of tape management and makes sure it does not accidentally overwrite the wrong tape. Amanda also logs which file is on which medium. Installation Zmanda.com also offers free Amanda packages, in addition
81%
Haskell framework for the web
22.12.2017
Home »  Archive  »  2017  »  Issue 42: Secur...  » 
Photo by Aidas Ciziunas, Unsplash.com
Control.Applicative 11 import Yesod.Form 12 - set the web server port Warp to 3000 13 main :: IO () 14 main = warp 3000 FormApp 15 data FormApp = FormApp 16 instance Yesod FormApp 17 instance Render
81%
Exploring SQL Server on Linux
13.12.2018
Home »  Archive  »  2018  »  Issue 48: Secur...  » 
Lead Image © yewkeo, 123RF.com
Linux distribution (CentOS), my configured repos are as shown in Listing 1. Listing 1 Configured Repos 01 $ sudo yum repolist | grep microsoft 02 packages-microsoft-com-mssql-server-2017
81%
Real-time log inspection
02.02.2021
Home »  Archive  »  2021  »  Issue 61: Secur...  » 
Lead Image © bowie15, 123RF
). Figure 1: The help output from Teler, in hand with some welcome ASCII art. You can also build the binary yourself from source: $ git clone https://github.com/kitabisa/teler $ cd teler $ make build

« Previous 1 ... 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ... 33 Next »

Service

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