27%
30.11.2025
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%
30.11.2025
( )
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%
30.11.2025
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%
30.11.2025
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%
30.11.2025
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%
30.11.2025
_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%
30.11.2025
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%
30.11.2025
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%
30.11.2025
> 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%
30.11.2025
.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