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 three months
Sort order
  • Date
  • Score
Content type
  • Article (Print) (137)
Keywords

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

27%
Data acquisition with shell tools
30.11.2025
Home »  Archive  »  2010  »  Issue 2: Backup...  » 
Dmitriy Syechin, 123RF
while true 11 do 12 echo -n "Text entry: ";read text 13 echo -n "Numeric entry: ";read number 14 echo -n "Save (s) End (e) ";read we 15 if [ "$we" = "s" ]; 16 then 17 echo "Insert into demo values
27%
Script utilities in depth: grep, awk, and sed
30.11.2025
Home »  Archive  »  2011  »  Issue 4: Secure...  » 
© jirkaejc, 123RF.com
( ) Used for grouping and back references \n Back reference: Expands to whatever matched the n th ( ) pattern Suffixes How Many to Match ? 0 or 1 * 0
27%
Intruder detection with tcpdump
30.11.2025
Home »  Archive  »  2012  »  Issue 07: Xen v...  » 
© Monika Wisniewska, 123RF.com
expressions # tcpdump -n -I eth1 host 10.10.253.34 and host 10.10.33.10# tcpdump -n -I eht1 src net 10.10.253.0/24 and dst net 10.10.33.0/24 or 192.5.5.241# tcpdump -n -I eth1 src net 10.10.30.0
27%
Get the best out of your bandwidth with tc
30.11.2025
Home »  Archive  »  2012  »  Issue 10: Traff...  » 
© Russell Shively, 123RF.com
is as follows: tc filter add dev $DEV protocol ip parent 1:0 prio 100 u32 match ip $DIR 12.34.56.78 flowid 1:12 You'll be glad to know the filter's config is much simpler than the classes or the qdisc
27%
Network backup with Burp, Obnam, and Backshift
30.11.2025
Home »  Archive  »  2012  »  Issue 10: Traff...  » 
© Sergey Peterman, 123RF.com
can exclude files of a certain size (e.g., those of 0MB). The Burp configuration language also provides two size parameters: min_file_size and max_file_size; for example: min_file_size = 0 Mb
27%
Debugging the Linux kernel with the Qemu emulator
30.11.2025
Home »  Archive  »  2012  »  Issue 07: Xen v...  » 
© Daniela Mangiuca, 123RF.com
_world[]="Hello World\n"; 08 static dev_t hello_dev_number; 09 static struct cdev *driver_object; 10 static struct class *hello_class; 11 static struct device *hello_dev; 12 13 static ssize_t driver_read( struct file
27%
Configuring the JBoss application server
30.11.2025
Home »  Archive  »  2011  »  Issue 4: Secure...  » 
HONGQI ZHANG, 123RF.com
environment, make sure the JAVA_HOME variable points to the Java root directory (Listing 1). Listing 1 Java Environment 01 # export JAVA_HOME=/usr/lib/jvm/jre-1.6.0-openjdk 02 # echo $JAVA
26%
Using the Expect scripting environment
30.11.2025
Home »  Archive  »  2011  »  Issue 5: Pen Te...  » 
© Ivan Mikhaylov, 123RF.com
construct for assigning a value to a variable – here the variable host. The form [lindex $argv n] returns the n th argument to the script (numbering starts at 0), so the first command places the first script
26%
Julia: A new language for technical computing
30.11.2025
Home »  Archive  »  2012  »  Issue 10: Traff...  » 
> addprocs_ssh({"n0","n2"}) 02 ProcessGroup(1,{LocalProcess(), Worker("10.0.0.1",9009,4,IOStream(),IOStream(),{}, 03 {},2,false) ... },{Location("",0), Location("10.0.0.1",9009) ... Location("10.0.0.12
26%
Linux filesystem performance tested
30.11.2025
Home »  Archive  »  2012  »  Issue 10: Traff...  » 
© nyul, 123rf.com
.3.6 (5-12-2012) Filesystems and versions: ext2, ext3, ext4 (each with e2fsprogs 1.41.14), Btrfs (btrfsprogs 0.19), XFS (xfsprogs 3.1.6), ReiserFS (3.6.21), ZFS (0.6.0-rc8). Operating and Filesystems

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

Service

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