ÿØÿà JFIF ÿþ >CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), default quality
ÿÛ C
Server IP : 172.67.171.101 / Your IP : 216.73.216.123 Web Server : Apache System : Linux server1.morocco-tours.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 User : zagoradraa ( 1005) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/sbin/ |
Upload File : |
| Current File : /usr/sbin/cbq |
#!/bin/bash
#
# cbq.init v0.7.3
# Copyright (C) 1999 Pavel Golubev <pg@ksi-linux.com>
# Copyright (C) 2001-2004 Lubomir Bulej <pallas@kadan.cz>
#
# chkconfig: 2345 11 89
# description: sets up CBQ-based traffic control
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# To get the latest version, check on Freshmeat for actual location:
#
# http://freshmeat.net/projects/cbq.init
#
#
# VERSION HISTORY
# ---------------
# v0.7.3- Deepak Singhal <singhal at users.sourceforge.net>
# - fix timecheck to not ignore regular TIME rules after
# encountering a TIME rule that spans over midnight
# - Nathan Shafer <nicodemus at users.sourceforge.net>
# - allow symlinks to class files
# - Seth J. Blank <antifreeze at users.sourceforge.net>
# - replace hardcoded ip/tc location with variables
# - Mark Davis <mark.davis at gmx.de>
# - allow setting of PRIO_{MARK,RULE,REALM} in class file
# - Fernando Sanch <toptnc at users.sourceforge.net>
# - allow underscores in interface names
# v0.7.2- Paulo Sedrez
# - fix time2abs to allow hours with leading zero in TIME rules
# - Svetlin Simeonov <zvero at yahoo.com>
# - fix cbq_device_list to allow VLAN interfaces
# - Mark Davis <mark.davis at gmx.de>
# - ignore *~ backup files when looking for classes
# - Mike Boyer <boyer at administrative.com>
# - fix to allow arguments to be passed to "restart" command
# v0.7.1- Lubomir Bulej <pallas at kadan.cz>
# - default value for PERTURB
# - fixed small bug in RULE parser to correctly parse rules with
# identical source and destination fields
# - faster initial scanning of DEVICE fields
# v0.7 - Lubomir Bulej <pallas at kadan.cz>
# - lots of various cleanups and reorganizations; the parsing is now
# some 40% faster, but the class ID must be in range 0x0002-0xffff
# (again). Because of the number of internal changes and the above
# class ID restriction, I bumped the version to 0.7 to indicate
# something might have got broken :)
# - changed PRIO_{U32,FW,ROUTE} to PRIO_{RULE,MARK,REALM}
# for consistency with filter keywords
# - exposed "compile" command
# - Catalin Petrescu <taz at dntis.ro>
# - support for port masks in RULE (u32) filter
# - Jordan Vrtanoski <obeliks at mt.net.mk>
# - support for week days in TIME rules
# v0.6.4- Lubomir Bulej <pallas at kadan.cz>
# - added PRIO_* variables to allow easy control of filter priorities
# - added caching to speed up CBQ start, the cache is invalidated
# whenever any of the configuration files changes
# - updated the readme section + some cosmetic fixes
# v0.6.3- Lubomir Bulej <pallas at kadan.cz>
# - removed setup of (unnecessary) class 1:1 - all classes
# now use qdisc's default class 1:0 as their parent
# - minor fix in the timecheck branch - classes
# without leaf qdisc were not updated
# - minor fix to avoid timecheck failure when run
# at time with minutes equal to 08 or 09
# - respect CBQ_PATH setting in environment
# - made PRIO=5 default, rendering it optional in configs
# - added support for route filter, see notes about REALM keyword
# - added support for fw filter, see notes about MARK keyword
# - added filter display to "list" and "stats" commands
# - readme section update + various cosmetic fixes
# v0.6.2- Catalin Petrescu <taz at dntis.ro>
# - added tunnels interface handling
# v0.6.1- Pavel Golubev <pg at ksi-linux.com>
# - added sch_prio module loading
# (thanks johan at iglo.virtual.or.id for reminding)
# - resolved errors resulting from stricter syntax checking in bash2
# - Lubomir Bulej <pallas at kadan.cz>
# - various cosmetic fixes
# v0.6 - Lubomir Bulej <pallas at kadan.cz>
# - attempt to limit number of spawned processes by utilizing
# more of sed power (use sed instead of grep+cut)
# - simplified TIME parser, using bash builtins
# - added initial support for SFQ as leaf qdisc
# - reworked the documentation part a little
# - incorporated pending patches and ideas submitted by
# following people for versions 0.3 into version 0.6
# - Miguel Freitas <miguel at cetuc.puc-rio.br>
# - in case of overlapping TIME parameters, the last match is taken
# - Juanjo Ciarlante <jjo at mendoza.gov.ar>
# - chkconfig tags, list + stats startup parameters
# - optional tc & ip command logging (into /var/run/cbq-*)
# - Rafal Maszkowski <rzm at icm.edu.pl>
# - PEAK parameter for setting TBF's burst peak rate
# - fix for many config files (use find instead of ls)
# v0.5.1- Lubomir Bulej <pallas at kadan.cz>
# - fixed little but serious bug in RULE parser
# v0.5 - Lubomir Bulej <pallas at kadan.cz>
# - added options PARENT, LEAF, ISOLATED and BOUNDED. This allows
# (with some attention to config file ordering) for creating
# hierarchical structures of shapers with classes able (or unable)
# to borrow bandwidth from their parents.
# - class ID check allows hexadecimal numbers
# - rewritten & simplified RULE parser
# - cosmetic changes to improve readability
# - reorganization to avoid duplicate code (timecheck etc.)
# - timecheck doesn't check classes without TIME fields anymore
# v0.4 - Lubomir Bulej <pallas at kadan.cz>
# - small bugfix in RULE parsing code
# - simplified configuration parsing code
# - several small cosmetic changes
# - TIME parameter can be now specified more than once allowing you to
# differentiate RATE throughout the whole day. Time overlapping is
# not checked, first match is taken. Midnight wrap (eg. 20:00-6:00)
# is allowed and taken care of.
# v0.3a4- fixed small bug in IF operator. Thanks to
# Rafal Maszkowski <rzm at icm.edu.pl>
# v0.3a3- fixed grep bug when using more than 10 eth devices. Thanks to David
# Trcka <trcka at poda.cz>.
# v0.3a2- fixed bug in "if" operator. Thanks kad at dgtu.donetsk.ua.
# v0.3a - added TIME parameter. Example: TIME=00:00-19:00;64Kbit/6Kbit
# So, between 00:00 and 19:00 the RATE will be 64Kbit.
# Just start "cbq.init timecheck" periodically from cron
# (every 10 minutes for example). DON'T FORGET though, to run
# "cbq.init start" for CBQ to initialize.
# v0.2 - Some cosmetic changes. Now it is more compatible with old bash
# version. Thanks to Stanislav V. Voronyi <stas at cnti.uanet.kharkov.ua>.
# v0.1 - First public release
#
#
# README
# ------
#
# First of all - this is just a SIMPLE EXAMPLE of CBQ power.
# Don't ask me "why" and "how" :)
#
# This script is meant to simplify setup and management of relatively simple
# CBQ-based traffic control on Linux. Access to advanced networking features
# of Linux kernel is provided by "ip" and "tc" utilities from A. Kuznetsov's
# iproute2 package, available at ftp://ftp.inr.ac.ru/ip-routing. Because the
# utilities serve primarily to translate user wishes to RTNETLINK commands,
# their interface is rather spartan, intolerant and requires quite a lot of
# typing. And typing is what this script attempts to reduce :)
#
# The advanced networking stuff in Linux is pretty flexible and this script
# aims to bring some of its features to the not-so-hard-core Linux users. Of
# course, there is a tradeoff between simplicity and flexibility and you may
# realize that the flexibility suffered too much for your needs -- time to
# face "ip" and "tc" interface.
#
# To speed up the "start" command, simple caching was introduced in version
# 0.6.4. The caching works so that the sequence of "tc" commands for given
# configuration is stored in a file (/var/cache/cbq.init by default) which
# is used next time the "start" command is run to avoid repeated parsing of
# configuration files. This cache is invalidated whenever any of the CBQ
# configuration files changes. If you want to run "cbq.init start" without
# caching, run it as "cbq.init start nocache". If you want to force cache
# invalidation, run it as "cbq.init start invalidate". Caching is disabled
# if you have logging enabled (ie. CBQ_DEBUG is not empty).
#
# If you only want cqb.init to translate your configuration to "tc" commands,
# use "compile" command which will output "tc" commands required to build
# your configuration. Bear in mind that "compile" does not check if the "tc"
# commands were successful - this is done (in certain places) only when the
# "start nocache" command is used, which is also useful when creating the
# configuration to check whether it is completely valid.
#
# All CBQ parameters are valid for Ethernet interfaces only, The script was
# tested on various Linux kernel versions from series 2.1 to 2.4 and several
# distributions with KSI Linux (Nostromo version) as the premier one.
#
#
# HOW DOES IT WORK?
# -----------------
#
# Every traffic class must be described by a file in the $CBQ_PATH directory
# (/etc/sysconfig/cbq by default) - one file per class.
#
# The config file names must obey mandatory format: cbq-<clsid>.<name> where
# <clsid> is two-byte hexadecimal number in range <0002-FFFF> (which in fact
# is a CBQ class ID) and <name> is the name of the class -- anything to help
# you distinguish the configuration files. For small amount of classes it is
# often possible (and convenient) to let <clsid> resemble bandwidth of the
# class.
#
# Example of valid config name:
# cbq-1280.My_first_shaper
#
#
# The configuration file may contain the following parameters:
#
### Device parameters
#
# DEVICE=<ifname>,<bandwidth>[,<weight>] mandatory
# DEVICE=eth0,10Mbit,1Mbit
#
# <ifname> is the name of the interface you want to control
# traffic on, e.g. eth0
# <bandwidth> is the physical bandwidth of the device, e.g. for
# ethernet 10Mbit or 100Mbit, for arcnet 2Mbit
# <weight> is tuning parameter that should be proportional to
# <bandwidth>. As a rule of thumb: <weight> = <bandwidth> / 10
#
# When you have more classes on one interface, it is enough to specify
# <bandwidth> [and <weight>] only once, therefore in other files you only
# need to set DEVICE=<ifname>.
#
### Class parameters
#
# RATE=<speed> mandatory
# RATE=5Mbit
#
# Bandwidth allocated to the class. Traffic going through the class is
# shaped to conform to specified rate. You can use Kbit, Mbit or bps,
# Kbps and Mbps as suffices. If you don't specify any unit, bits/sec
# are used. Also note that "bps" means "bytes per second", not bits.
#
# WEIGHT=<speed> mandatory
# WEIGHT=500Kbit
#
# Tuning parameter that should be proportional to RATE. As a rule
# of thumb, use WEIGHT ~= RATE / 10.
#
# PRIO=<1-8> optional, default 5
# PRIO=5
#
# Priority of class traffic. The higher the number, the lesser
# the priority. Priority of 5 is just fine.
#
# PARENT=<clsid> optional, default not set
# PARENT=1280
#
# Specifies ID of the parent class to which you want this class be
# attached. You might want to use LEAF=none for the parent class as
# mentioned below. By using this parameter and carefully ordering the
# configuration files, it is possible to create simple hierarchical
# structures of CBQ classes. The ordering is important so that parent
# classes are constructed prior to their children.
#
# LEAF=none|tbf|sfq optional, default "tbf"
#
# Tells the script to attach specified leaf queueing discipline to CBQ
# class. By default, TBF is used. Note that attaching TBF to CBQ class
# shapes the traffic to conform to TBF parameters and prevents the class
# from borrowing bandwidth from its parent even if you have BOUNDED set
# to "no". To allow the class to borrow bandwith (provided it is not
# bounded), you must set LEAF to "none" or "sfq".
#
# If you want to ensure (approximately) fair sharing of bandwidth among
# several hosts in the same class, you might want to specify LEAF=sfq to
# attach SFQ as leaf queueing discipline to that class.
#
# BOUNDED=yes|no optional, default "yes"
#
# If set to "yes", the class is not allowed to borrow bandwidth from
# its parent class in overlimit situation. If set to "no", the class
# will be allowed to borrow bandwidth from its parent.
#
# Note: Don't forget to set LEAF to "none" or "sfq", otherwise the class will
# have TBF attached to itself and will not be able to borrow unused
# bandwith from its parent.
#
# ISOLATED=yes|no optional, default "no"
#
# If set to "yes", the class will not lend unused bandwidth to
# its children.
#
### TBF qdisc parameters
#
# BUFFER=<bytes>[/<bytes>] optional, default "10Kb/8"
#
# This parameter controls the depth of the token bucket. In other
# words it represents the maximal burst size the class can send.
# The optional part of parameter is used to determine the length
# of intervals in packet sizes, for which the transmission times
# are kept.
#
# LIMIT=<bytes> optional, default "15Kb"
#
# This parameter determines the maximal length of backlog. If
# the queue contains more data than specified by LIMIT, the
# newly arriving packets are dropped. The length of backlog
# determines queue latency in case of congestion.
#
# PEAK=<speed> optional, default not set
#
# Maximal peak rate for short-term burst traffic. This allows you
# to control the absolute peak rate the class can send at, because
# single TBF that allows 256Kbit/s would of course allow rate of
# 512Kbit for half a second or 1Mbit for a quarter of second.
#
# MTU=<bytes> optional, default "1500"
#
# Maximum number of bytes that can be sent at once over the
# physical medium. This parameter is required when you specify
# PEAK parameter. It defaults to MTU of ethernet - for other
# media types you might want to change it.
#
# Note: Setting TBF as leaf qdisc will effectively prevent the class from
# borrowing bandwidth from the ancestor class, because even if the
# class allows more traffic to pass through, it is then shaped to
# conform to TBF.
#
### SFQ qdisc parameters
#
# The SFQ queueing discipline is a cheap way for sharing class bandwidth
# among several hosts. As it is stochastic, the fairness is approximate but
# it will do the job in most cases. If you want real fairness, you should
# probably use WRR (weighted round robin) or WFQ queueing disciplines. Note
# that SFQ does not do any traffic shaping - the shaping is done by the CBQ
# class the SFQ is attached to.
#
# QUANTUM=<bytes> optional, default not set
#
# This parameter should not be set lower than link MTU, for ethernet
# it is 1500b, or (with MAC header) 1514b which is the value used
# in Alexey Kuznetsov's examples.
#
# PERTURB=<seconds> optional, default "10"
#
# Period of hash function perturbation. If unset, hash reconfiguration
# will never take place which is what you probably don't want. The
# default value of 10 seconds is probably a good one.
#
### Filter parameters
#
# RULE=[[saddr[/prefix]][:port[/mask]],][daddr[/prefix]][:port[/mask]]
#
# These parameters make up "u32" filter rules that select traffic for
# each of the classes. You can use multiple RULE fields per config.
#
# The optional port mask should only be used by advanced users who
# understand how the u32 filter works.
#
# Some examples:
#
# RULE=10.1.1.0/24:80
# selects traffic going to port 80 in network 10.1.1.0
#
# RULE=10.2.2.5
# selects traffic going to any port on single host 10.2.2.5
#
# RULE=10.2.2.5:20/0xfffe
# selects traffic going to ports 20 and 21 on host 10.2.2.5
#
# RULE=:25,10.2.2.128/26:5000
# selects traffic going from anywhere on port 50 to
# port 5000 in network 10.2.2.128
#
# RULE=10.5.5.5:80,
# selects traffic going from port 80 of single host 10.5.5.5
#
#
#
# REALM=[srealm,][drealm]
#
# These parameters make up "route" filter rules that classify traffic
# according to packet source/destination realms. For information about
# realms, see Alexey Kuznetsov's IP Command Reference. This script
# does not define any realms, it justs builds "tc filter" commands
# for you if you need to classify traffic this way.
#
# Realm is either a decimal number or a string referencing entry in
# /etc/iproute2/rt_realms (usually).
#
# Some examples:
#
# REALM=russia,internet
# selects traffic going from realm "russia" to realm "internet"
#
# REALM=freenet,
# selects traffic going from realm "freenet"
#
# REALM=10
# selects traffic going to realm 10
#
#
#
# MARK=<mark>
#
# These parameters make up "fw" filter rules that select traffic for
# each of the classes accoring to firewall "mark". Mark is a decimal
# number packets are tagged with if firewall rules say so. You can
# use multiple MARK fields per config.
#
#
# Note: Rules for different filter types can be combined. Attention must be
# paid to the priority of filter rules, which can be set below using
# PRIO_{RULE,MARK,REALM} variables.
#
### Time ranging parameters
#
# TIME=[<dow>,<dow>, ...,<dow>/]<from>-<till>;<rate>/<weight>[/<peak>]
# TIME=0,1,2,5/18:00-06:00;256Kbit/25Kbit
# TIME=60123/18:00-06:00;256Kbit/25Kbit
# TIME=18:00-06:00;256Kbit/25Kbit
#
# This parameter allows you to differentiate the class bandwidth
# throughout the day. You can specify multiple TIME parameters, if
# the times overlap, last match is taken. The fields <rate>, <weight>
# and <peak> correspond to parameters RATE, WEIGHT and PEAK (which
# is optional and applies to TBF leaf qdisc only).
#
# You can also specify days of week when the TIME rule applies. <dow>
# is numeric, 0 corresponds to sunday, 1 corresponds to monday, etc.
#
###
#
# Sample configuration file: cbq-1280.My_first_shaper
#
# --------------------------------------------------------------------------
# DEVICE=eth0,10Mbit,1Mbit
# RATE=128Kbit
# WEIGHT=10Kbit
# PRIO=5
# RULE=192.128.1.0/24
# --------------------------------------------------------------------------
#
# The configuration says that we will control traffic on 10Mbit ethernet
# device eth0 and the traffic going to network 192.168.1.0 will be
# processed with priority 5 and shaped to rate of 128Kbit.
#
# Note that you can control outgoing traffic only. If you want to control
# traffic in both directions, you must set up CBQ for both interfaces.
#
# Consider the following example:
#
# +---------+ 192.168.1.1
# BACKBONE -----eth0-| linux |-eth1------*-[client]
# +---------+
#
# Imagine you want to shape traffic from backbone to the client to 28Kbit
# and traffic in the opposite direction to 128Kbit. You need to setup CBQ
# on both eth0 and eth1 interfaces, thus you need two config files:
#
# cbq-028.backbone-client
# --------------------------------------------------------------------------
# DEVICE=eth1,10Mbit,1Mbit
# RATE=28Kbit
# WEIGHT=2Kbit
# PRIO=5
# RULE=192.168.1.1
# --------------------------------------------------------------------------
#
# cbq-128.client-backbone
# --------------------------------------------------------------------------
# DEVICE=eth0,10Mbit,1Mbit
# RATE=128Kbit
# WEIGHT=10Kbit
# PRIO=5
# RULE=192.168.1.1,
# --------------------------------------------------------------------------
#
# Pay attention to comma "," in the RULE field - it denotes source address!
#
# Enjoy.
#
#############################################################################
export LC_ALL=C
### Command locations
TC=/sbin/tc
IP=/sbin/ip
MP=/sbin/modprobe
### Default filter priorities (must be different)
PRIO_RULE_DEFAULT=${PRIO_RULE:-100}
PRIO_MARK_DEFAULT=${PRIO_MARK:-200}
PRIO_REALM_DEFAULT=${PRIO_REALM:-300}
### Default CBQ_PATH & CBQ_CACHE settings
CBQ_PATH=${CBQ_PATH:-/etc/sysconfig/cbq}
CBQ_CACHE=${CBQ_CACHE:-/var/cache/cbq.init}
### Uncomment to enable logfile for debugging
#CBQ_DEBUG="/var/run/cbq-$1"
### Modules to probe for. Uncomment the last CBQ_PROBE
### line if you have QoS support compiled into kernel
CBQ_PROBE="sch_cbq sch_tbf sch_sfq sch_prio"
CBQ_PROBE="$CBQ_PROBE cls_fw cls_u32 cls_route"
#CBQ_PROBE=""
### Keywords required for qdisc & class configuration
CBQ_WORDS="DEVICE|RATE|WEIGHT|PRIO|PARENT|LEAF|BOUNDED|ISOLATED"
CBQ_WORDS="$CBQ_WORDS|PRIO_MARK|PRIO_RULE|PRIO_REALM|BUFFER"
CBQ_WORDS="$CBQ_WORDS|LIMIT|PEAK|MTU|QUANTUM|PERTURB"
### Source AVPKT if it exists
[ -r /etc/sysconfig/cbq/avpkt ] && . /etc/sysconfig/cbq/avpkt
AVPKT=${AVPKT:-3000}
#############################################################################
############################# SUPPORT FUNCTIONS #############################
#############################################################################
### Get list of network devices
cbq_device_list () {
ip link show| sed -n "/^[0-9]/ \
{ s/^[0-9]\+: \([a-z0-9._]\+\)[:@].*/\1/; p; }"
} # cbq_device_list
### Remove root class from device $1
cbq_device_off () {
tc qdisc del dev $1 root 2> /dev/null
} # cbq_device_off
### Remove CBQ from all devices
cbq_off () {
for dev in `cbq_device_list`; do
cbq_device_off $dev
done
} # cbq_off
### Prefixed message
cbq_message () {
echo -e "**CBQ: $*"
} # cbq_message
### Failure message
cbq_failure () {
cbq_message "$@"
exit 1
} # cbq_failure
### Failure w/ cbq-off
cbq_fail_off () {
cbq_message "$@"
cbq_off
exit 1
} # cbq_fail_off
### Convert time to absolute value
cbq_time2abs () {
local min=${1##*:}; min=${min##0}
local hrs=${1%%:*}; hrs=${hrs##0}
echo $[hrs*60 + min]
} # cbq_time2abs
### Display CBQ setup
cbq_show () {
for dev in `cbq_device_list`; do
[ "`tc qdisc show dev $dev| wc -l`" -eq 0 ] && continue
echo -e "### $dev: queueing disciplines\n"
tc $1 qdisc show dev $dev; echo
[ "`tc class show dev $dev| wc -l`" -eq 0 ] && continue
echo -e "### $dev: traffic classes\n"
tc $1 class show dev $dev; echo
[ "`tc filter show dev $dev| wc -l`" -eq 0 ] && continue
echo -e "### $dev: filtering rules\n"
tc $1 filter show dev $dev; echo
done
} # cbq_show
### Check configuration and load DEVICES, DEVFIELDS and CLASSLIST from $1
cbq_init () {
### Get a list of configured classes
CLASSLIST=`find $1 -maxdepth 1 \( -type f -or -type l \) -name 'cbq-*' \
-not -name '*~' -printf "%f\n"| sort`
[ -z "$CLASSLIST" ] &&
cbq_failure "no configuration files found in $1!"
### Gather all DEVICE fields from $1/cbq-*
DEVFIELDS=`find $1 -maxdepth 1 \( -type f -or -type l \) -name 'cbq-*' \
-not -name '*~' -print0 | xargs -0 sed -n 's/#.*//; \
s/[[:space:]]//g; /^DEVICE=[^,]*,[^,]*\(,[^,]*\)\?/ \
{ s/.*=//; p; }'| sort -u`
[ -z "$DEVFIELDS" ] &&
cbq_failure "no DEVICE field found in $1/cbq-*!"
### Check for different DEVICE fields for the same device
DEVICES=`echo "$DEVFIELDS"| sed 's/,.*//'| sort -u`
[ "`echo "$DEVICES"| wc -l`" -ne "`echo "$DEVFIELDS"| wc -l`" ] &&
cbq_failure "different DEVICE fields for single device!\n$DEVFIELDS"
} # cbq_init
### Load class configuration from $1/$2
cbq_load_class () {
CLASS=`echo $2| sed 's/^cbq-0*//; s/^\([0-9a-fA-F]\+\).*/\1/'`
CFILE=`sed -n 's/#.*//; s/[[:space:]]//g; /^[[:alnum:]_]\+=[[:alnum:].,:;/*@-_]\+$/ p' $1/$2`
### Check class number
IDVAL=`/usr/bin/printf "%d" 0x$CLASS 2> /dev/null`
[ $? -ne 0 -o $IDVAL -lt 2 -o $IDVAL -gt 65535 ] &&
cbq_fail_off "class ID of $2 must be in range <0002-FFFF>!"
### Set defaults & load class
RATE=""; WEIGHT=""; PARENT=""; PRIO=5
LEAF=tbf; BOUNDED=yes; ISOLATED=no
BUFFER=10Kb/8; LIMIT=15Kb; MTU=1500
PEAK=""; PERTURB=10; QUANTUM=""
PRIO_RULE=$PRIO_RULE_DEFAULT
PRIO_MARK=$PRIO_MARK_DEFAULT
PRIO_REALM=$PRIO_REALM_DEFAULT
eval "`echo "$CFILE"| grep -E "^($CBQ_WORDS)="`"
### Require RATE/WEIGHT
[ -z "$RATE" -o -z "$WEIGHT" ] &&
cbq_fail_off "missing RATE or WEIGHT in $2!"
### Class device
DEVICE=${DEVICE%%,*}
[ -z "$DEVICE" ] && cbq_fail_off "missing DEVICE field in $2!"
BANDWIDTH=`echo "$DEVFIELDS"| sed -n "/^$DEVICE,/ \
{ s/[^,]*,\([^,]*\).*/\1/; p; q; }"`
### Convert to "tc" options
PEAK=${PEAK:+peakrate $PEAK}
PERTURB=${PERTURB:+perturb $PERTURB}
QUANTUM=${QUANTUM:+quantum $QUANTUM}
[ "$BOUNDED" = "no" ] && BOUNDED="" || BOUNDED="bounded"
[ "$ISOLATED" = "yes" ] && ISOLATED="isolated" || ISOLATED=""
} # cbq_load_class
#############################################################################
#################################### INIT ###################################
#############################################################################
### Check for presence of ip-route2 in usual place
[ -x $TC -a -x $IP ] ||
cbq_failure "ip-route2 utilities not installed or executable!"
### ip/tc wrappers
if [ "$1" = "compile" ]; then
### no module probing
CBQ_PROBE=""
ip () {
$IP "$@"
} # ip
### echo-only version of "tc" command
tc () {
echo "$TC $*"
} # tc
elif [ -n "$CBQ_DEBUG" ]; then
echo -e "# `date`" > $CBQ_DEBUG
### Logging version of "ip" command
ip () {
echo -e "\n# ip $*" >> $CBQ_DEBUG
$IP "$@" 2>&1 | tee -a $CBQ_DEBUG
} # ip
### Logging version of "tc" command
tc () {
echo -e "\n# tc $*" >> $CBQ_DEBUG
$TC "$@" 2>&1 | tee -a $CBQ_DEBUG
} # tc
else
### Default wrappers
ip () {
$IP "$@"
} # ip
tc () {
$TC "$@"
} # tc
fi # ip/tc wrappers
case "$1" in
#############################################################################
############################### START/COMPILE ###############################
#############################################################################
start|compile)
### Probe QoS modules (start only)
for module in $CBQ_PROBE; do
$MP $module || cbq_failure "failed to load module $module"
done
### If we are in compile/nocache/logging mode, don't bother with cache
if [ "$1" != "compile" -a "$2" != "nocache" -a -z "$CBQ_DEBUG" ]; then
VALID=1
### validate the cache
[ "$2" = "invalidate" -o ! -f $CBQ_CACHE ] && VALID=0
if [ $VALID -eq 1 ]; then
[ "`find $CBQ_PATH -maxdepth 1 -newer $CBQ_CACHE| \
wc -l`" -gt 0 ] && VALID=0
fi
### compile the config if the cache is invalid
if [ $VALID -ne 1 ]; then
$0 compile > $CBQ_CACHE ||
cbq_fail_off "failed to compile CBQ configuration!"
fi
### run the cached commands
exec /bin/sh $CBQ_CACHE 2> /dev/null
fi
### Load DEVICES, DEVFIELDS and CLASSLIST
cbq_init $CBQ_PATH
### Setup root qdisc on all configured devices
for dev in $DEVICES; do
### Retrieve device bandwidth and, optionally, weight
DEVTEMP=`echo "$DEVFIELDS"| sed -n "/^$dev,/ { s/$dev,//; p; q; }"`
DEVBWDT=${DEVTEMP%%,*}; DEVWGHT=${DEVTEMP##*,}
[ "$DEVBWDT" = "$DEVWGHT" ] && DEVWGHT=""
### Device bandwidth is required
if [ -z "$DEVBWDT" ]; then
cbq_message "could not determine bandwidth for device $dev!"
cbq_failure "please set up the DEVICE fields properly!"
fi
### Check if the device is there
ip link show $dev &> /dev/null ||
cbq_fail_off "device $dev not found!"
### Remove old root qdisc from device
cbq_device_off $dev
### Setup root qdisc + class for device
tc qdisc add dev $dev root handle 1 cbq \
bandwidth $DEVBWDT avpkt $AVPKT cell 8
### Set weight of the root class if set
[ -n "$DEVWGHT" ] &&
tc class change dev $dev root cbq weight $DEVWGHT allot 1514
[ "$1" = "compile" ] && echo
done # dev
### Setup traffic classes
for classfile in $CLASSLIST; do
cbq_load_class $CBQ_PATH $classfile
### Create the class
tc class add dev $DEVICE parent 1:$PARENT classid 1:$CLASS cbq \
bandwidth $BANDWIDTH rate $RATE weight $WEIGHT prio $PRIO \
allot 1514 cell 8 maxburst 20 avpkt $AVPKT $BOUNDED $ISOLATED ||
cbq_fail_off "failed to add class $CLASS with parent $PARENT on $DEVICE!"
### Create leaf qdisc if set
if [ "$LEAF" = "tbf" ]; then
tc qdisc add dev $DEVICE parent 1:$CLASS handle $CLASS tbf \
rate $RATE buffer $BUFFER limit $LIMIT mtu $MTU $PEAK
elif [ "$LEAF" = "sfq" ]; then
tc qdisc add dev $DEVICE parent 1:$CLASS handle $CLASS sfq \
$PERTURB $QUANTUM
fi
### Create fw filter for MARK fields
for mark in `echo "$CFILE"| sed -n '/^MARK/ { s/.*=//; p; }'`; do
### Attach fw filter to root class
tc filter add dev $DEVICE parent 1:0 protocol ip \
prio $PRIO_MARK handle $mark fw classid 1:$CLASS
done ### mark
### Create route filter for REALM fields
for realm in `echo "$CFILE"| sed -n '/^REALM/ { s/.*=//; p; }'`; do
### Split realm into source & destination realms
SREALM=${realm%%,*}; DREALM=${realm##*,}
[ "$SREALM" = "$DREALM" ] && SREALM=""
### Convert asterisks to empty strings
SREALM=${SREALM#\*}; DREALM=${DREALM#\*}
### Attach route filter to the root class
tc filter add dev $DEVICE parent 1:0 protocol ip \
prio $PRIO_REALM route ${SREALM:+from $SREALM} \
${DREALM:+to $DREALM} classid 1:$CLASS
done ### realm
### Create u32 filter for RULE fields
for rule in `echo "$CFILE"| sed -n '/^RULE/ { s/.*=//; p; }'`; do
### Split rule into source & destination
SRC=${rule%%,*}; DST=${rule##*,}
[ "$SRC" = "$rule" ] && SRC=""
### Split destination into address, port & mask fields
DADDR=${DST%%:*}; DTEMP=${DST##*:}
[ "$DADDR" = "$DST" ] && DTEMP=""
DPORT=${DTEMP%%/*}; DMASK=${DTEMP##*/}
[ "$DPORT" = "$DTEMP" ] && DMASK="0xffff"
### Split up source (if specified)
SADDR=""; SPORT=""
if [ -n "$SRC" ]; then
SADDR=${SRC%%:*}; STEMP=${SRC##*:}
[ "$SADDR" = "$SRC" ] && STEMP=""
SPORT=${STEMP%%/*}; SMASK=${STEMP##*/}
[ "$SPORT" = "$STEMP" ] && SMASK="0xffff"
fi
### Convert asterisks to empty strings
SADDR=${SADDR#\*}; DADDR=${DADDR#\*}
### Compose u32 filter rules
u32_s="${SPORT:+match ip sport $SPORT $SMASK}"
u32_s="${SADDR:+match ip src $SADDR} $u32_s"
u32_d="${DPORT:+match ip dport $DPORT $DMASK}"
u32_d="${DADDR:+match ip dst $DADDR} $u32_d"
### Uncomment the following if you want to see parsed rules
#echo "$rule: $u32_s $u32_d"
### Attach u32 filter to the appropriate class
tc filter add dev $DEVICE parent 1:0 protocol ip \
prio $PRIO_RULE u32 $u32_s $u32_d classid 1:$CLASS
done ### rule
[ "$1" = "compile" ] && echo
done ### classfile
;;
#############################################################################
################################# TIME CHECK ################################
#############################################################################
timecheck)
### Get time + weekday
TIME_TMP=`date +%w/%k:%M`
TIME_DOW=${TIME_TMP%%/*}
TIME_NOW=${TIME_TMP##*/}
### Load DEVICES, DEVFIELDS and CLASSLIST
cbq_init $CBQ_PATH
### Run through all classes
for classfile in $CLASSLIST; do
### Gather all TIME rules from class config
TIMESET=`sed -n 's/#.*//; s/[[:space:]]//g; /^TIME/ { s/.*=//; p; }' \
$CBQ_PATH/$classfile`
[ -z "$TIMESET" ] && continue
MATCH=0; CHANGE=0
for timerule in $TIMESET; do
TIME_ABS=`cbq_time2abs $TIME_NOW`
### Split TIME rule to pieces
TIMESPEC=${timerule%%;*}; PARAMS=${timerule##*;}
WEEKDAYS=${TIMESPEC%%/*}; INTERVAL=${TIMESPEC##*/}
BEG_TIME=${INTERVAL%%-*}; END_TIME=${INTERVAL##*-}
### Check the day-of-week (if present)
[ "$WEEKDAYS" != "$INTERVAL" -a \
-n "${WEEKDAYS##*$TIME_DOW*}" ] && continue
### Compute interval boundaries
BEG_ABS=`cbq_time2abs $BEG_TIME`
END_ABS=`cbq_time2abs $END_TIME`
### Midnight wrap fixup
if [ $BEG_ABS -gt $END_ABS ]; then
[ $TIME_ABS -le $END_ABS ] &&
TIME_ABS=$[TIME_ABS + 24*60]
END_ABS=$[END_ABS + 24*60]
fi
### If the time matches, remember params and set MATCH flag
if [ $TIME_ABS -ge $BEG_ABS -a $TIME_ABS -lt $END_ABS ]; then
TMP_RATE=${PARAMS%%/*}; PARAMS=${PARAMS#*/}
TMP_WGHT=${PARAMS%%/*}; TMP_PEAK=${PARAMS##*/}
[ "$TMP_PEAK" = "$TMP_WGHT" ] && TMP_PEAK=""
TMP_PEAK=${TMP_PEAK:+peakrate $TMP_PEAK}
MATCH=1
fi
done ### timerule
cbq_load_class $CBQ_PATH $classfile
### Get current RATE of CBQ class
RATE_NOW=`tc class show dev $DEVICE| sed -n \
"/cbq 1:$CLASS / { s/.*rate //; s/ .*//; p; q; }"`
[ -z "$RATE_NOW" ] && continue
### Time interval matched
if [ $MATCH -ne 0 ]; then
### Check if there is any change in class RATE
if [ "$RATE_NOW" != "$TMP_RATE" ]; then
NEW_RATE="$TMP_RATE"
NEW_WGHT="$TMP_WGHT"
NEW_PEAK="$TMP_PEAK"
CHANGE=1
fi
### Match not found, reset to default RATE if necessary
elif [ "$RATE_NOW" != "$RATE" ]; then
NEW_WGHT="$WEIGHT"
NEW_RATE="$RATE"
NEW_PEAK="$PEAK"
CHANGE=1
fi
### If there are no changes, go for next class
[ $CHANGE -eq 0 ] && continue
### Replace CBQ class
tc class replace dev $DEVICE classid 1:$CLASS cbq \
bandwidth $BANDWIDTH rate $NEW_RATE weight $NEW_WGHT prio $PRIO \
allot 1514 cell 8 maxburst 20 avpkt $AVPKT $BOUNDED $ISOLATED
### Replace leaf qdisc (if any)
if [ "$LEAF" = "tbf" ]; then
tc qdisc replace dev $DEVICE handle $CLASS tbf \
rate $NEW_RATE buffer $BUFFER limit $LIMIT mtu $MTU $NEW_PEAK
fi
cbq_message "$TIME_NOW: class $CLASS on $DEVICE changed rate ($RATE_NOW -> $NEW_RATE)"
done ### class file
;;
#############################################################################
################################## THE REST #################################
#############################################################################
stop)
cbq_off
;;
list)
cbq_show
;;
stats)
cbq_show -s
;;
restart)
shift
$0 stop
$0 start "$@"
;;
*)
echo "Usage: `basename $0` {start|compile|stop|restart|timecheck|list|stats}"
esac
| N4m3 |
5!z3 |
L45t M0d!f!3d |
0wn3r / Gr0up |
P3Rm!55!0n5 |
0pt!0n5 |
| .. |
-- |
July 20 2025 02:09:56 |
root / root |
0755 |
|
| | | | | |
| NetworkManager |
2.83 MB |
November 16 2020 16:15:18 |
root / root |
0755 |
|
| accessdb |
11.547 KB |
October 30 2018 20:26:36 |
root / root |
0755 |
|
| acpid |
52.305 KB |
April 10 2018 23:51:29 |
root / root |
0755 |
|
| addgnupghome |
3.053 KB |
October 04 2013 12:32:53 |
root / root |
0755 |
|
| addpart |
19.688 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| adduser |
134.391 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| agetty |
48.477 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| alternatives |
27.609 KB |
October 13 2020 15:46:49 |
root / root |
0755 |
|
| anacron |
35.516 KB |
May 16 2023 14:28:22 |
root / root |
0755 |
|
| apachectl |
4.313 KB |
June 03 2025 21:29:08 |
root / root |
0755 |
|
| applygnupgdefaults |
2.211 KB |
October 04 2013 12:32:53 |
root / root |
0755 |
|
| arp |
63.977 KB |
August 09 2019 01:10:25 |
root / root |
0755 |
|
| arpd |
52.984 KB |
September 30 2020 16:40:56 |
root / root |
0755 |
|
| arping |
23.188 KB |
August 04 2017 08:01:04 |
root / root |
0755 |
|
| atd |
27.172 KB |
May 18 2022 15:54:00 |
root / root |
0755 |
|
| atopacctd |
19.742 KB |
September 05 2019 16:31:49 |
root / root |
0755 |
|
| atrun |
0.065 KB |
May 18 2022 15:54:00 |
root / root |
0755 |
|
| audispd |
39.75 KB |
August 08 2019 12:06:06 |
root / root |
0755 |
|
| auditctl |
39.563 KB |
August 08 2019 12:06:06 |
root / root |
0755 |
|
| auditd |
125.648 KB |
August 08 2019 12:06:06 |
root / root |
0755 |
|
| augenrules |
3.702 KB |
August 08 2019 12:06:02 |
root / root |
0755 |
|
| aureport |
105.391 KB |
August 08 2019 12:06:06 |
root / root |
0755 |
|
| ausearch |
109.805 KB |
August 08 2019 12:06:06 |
root / root |
0755 |
|
| authconfig |
43.494 KB |
August 04 2017 09:05:35 |
root / root |
0755 |
|
| authconfig-tui |
43.494 KB |
August 04 2017 09:05:35 |
root / root |
0755 |
|
| autrace |
15.492 KB |
August 08 2019 12:06:06 |
root / root |
0750 |
|
| avcstat |
11.25 KB |
April 01 2020 03:16:40 |
root / root |
0755 |
|
| badblocks |
27.688 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| biosdecode |
24.148 KB |
March 16 2021 15:25:58 |
root / root |
0755 |
|
| biosdevname |
36.57 KB |
August 08 2019 23:01:34 |
root / root |
0755 |
|
| blkdeactivate |
15.968 KB |
April 28 2021 13:31:45 |
root / root |
0555 |
|
| blkdiscard |
23.844 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| blkid |
77.922 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| blkmapd |
43.813 KB |
October 14 2021 12:29:28 |
root / root |
0755 |
|
| blockdev |
32.195 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| bridge |
77.609 KB |
September 30 2020 16:40:56 |
root / root |
0755 |
|
| btrfs |
690.594 KB |
August 06 2017 16:32:36 |
root / root |
0755 |
|
| btrfs-convert |
378.617 KB |
August 06 2017 16:32:36 |
root / root |
0755 |
|
| btrfs-debug-tree |
354.234 KB |
August 06 2017 16:32:36 |
root / root |
0755 |
|
| btrfs-find-root |
346.219 KB |
August 06 2017 16:32:36 |
root / root |
0755 |
|
| btrfs-image |
374.633 KB |
August 06 2017 16:32:36 |
root / root |
0755 |
|
| btrfs-map-logical |
350.266 KB |
August 06 2017 16:32:36 |
root / root |
0755 |
|
| btrfs-select-super |
346.195 KB |
August 06 2017 16:32:36 |
root / root |
0755 |
|
| btrfs-zero-log |
346.203 KB |
August 06 2017 16:32:36 |
root / root |
0755 |
|
| btrfsck |
690.594 KB |
August 06 2017 16:32:36 |
root / root |
0755 |
|
| btrfstune |
350.242 KB |
August 06 2017 16:32:36 |
root / root |
0755 |
|
| build-locale-archive |
860.516 KB |
July 03 2024 08:41:43 |
root / root |
0700 |
|
| cacertdir_rehash |
0.629 KB |
August 04 2017 09:05:35 |
root / root |
0755 |
|
| capinfos |
43.594 KB |
September 30 2020 17:54:17 |
root / root |
0755 |
|
| capsh |
19.43 KB |
November 06 2023 09:51:58 |
root / root |
0755 |
|
| cbq |
32.729 KB |
September 30 2020 16:40:48 |
root / root |
0755 |
|
| cfdisk |
71.367 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| chcpu |
23.703 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| chgpasswd |
64.102 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| chkconfig |
40.219 KB |
October 13 2020 15:46:49 |
root / root |
0755 |
|
| chpasswd |
55.875 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| chronyd |
263.078 KB |
August 08 2019 11:40:18 |
root / root |
0755 |
|
| chroot |
32.477 KB |
November 16 2020 22:24:58 |
root / root |
0755 |
|
| clock |
48.438 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| clockdiff |
19.039 KB |
August 04 2017 08:01:04 |
root / root |
0755 |
|
| consoletype |
6.945 KB |
November 16 2020 16:20:20 |
root / root |
0755 |
|
| convertquota |
70.883 KB |
August 09 2019 02:34:05 |
root / root |
0755 |
|
| cracklib-check |
7.039 KB |
June 10 2014 05:42:13 |
root / root |
0755 |
|
| cracklib-format |
0.24 KB |
June 10 2014 05:42:10 |
root / root |
0755 |
|
| cracklib-packer |
11.063 KB |
June 10 2014 05:42:13 |
root / root |
0755 |
|
| cracklib-unpacker |
7.016 KB |
June 10 2014 05:42:13 |
root / root |
0755 |
|
| create-cracklib-dict |
0.967 KB |
June 10 2014 05:42:10 |
root / root |
0755 |
|
| crond |
68.484 KB |
May 16 2023 14:28:22 |
root / root |
0755 |
|
| csf |
245.097 KB |
February 27 2025 20:09:35 |
root / root |
0700 |
|
| ctrlaltdel |
11.203 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| ctstat |
20.094 KB |
September 30 2020 16:40:56 |
root / root |
0755 |
|
| ddns-confgen |
19.438 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| debugfs |
120.641 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| delpart |
19.688 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| depmod |
143.242 KB |
April 01 2020 02:58:15 |
root / root |
0755 |
|
| devlink |
64.719 KB |
September 30 2020 16:40:56 |
root / root |
0755 |
|
| dftest |
15.078 KB |
September 30 2020 17:54:17 |
root / root |
0755 |
|
| dhclient |
414.336 KB |
June 11 2024 14:35:43 |
root / root |
0755 |
|
| dhclient-script |
30.384 KB |
January 13 2022 17:19:56 |
root / root |
0755 |
|
| dmfilemapd |
19.164 KB |
April 28 2021 13:32:01 |
root / root |
0555 |
|
| dmidecode |
120.195 KB |
March 16 2021 15:25:58 |
root / root |
0755 |
|
| dmsetup |
149.203 KB |
April 28 2021 13:32:01 |
root / root |
0555 |
|
| dmstats |
149.203 KB |
April 28 2021 13:32:01 |
root / root |
0555 |
|
| dnssec-checkds |
0.9 KB |
March 28 2025 11:31:49 |
root / root |
0755 |
|
| dnssec-coverage |
0.902 KB |
March 28 2025 11:31:49 |
root / root |
0755 |
|
| dnssec-dsfromkey |
56.602 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| dnssec-importkey |
52.594 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| dnssec-keyfromlabel |
60.523 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| dnssec-keygen |
64.547 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| dnssec-keymgr |
0.898 KB |
March 28 2025 11:31:49 |
root / root |
0755 |
|
| dnssec-revoke |
48.461 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| dnssec-settime |
56.523 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| dnssec-signzone |
105.711 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| dnssec-verify |
48.461 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| dovecot |
370.672 KB |
December 30 2024 23:15:34 |
root / root |
0755 |
|
| dovecot_cpshutdown |
3.266 KB |
December 30 2024 23:11:54 |
root / root |
0755 |
|
| dracut |
55.827 KB |
September 30 2020 15:57:57 |
root / root |
0755 |
|
| dumpcap |
80.445 KB |
September 30 2020 17:54:17 |
root / wireshark |
0750 |
|
| dumpe2fs |
23.617 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| e2freefrag |
11.148 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| e2fsck |
250.547 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| e2image |
27.852 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| e2label |
69.406 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| e2undo |
11.32 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| e4defrag |
23.555 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| eapol_test |
1.77 MB |
March 16 2021 15:26:28 |
root / root |
0755 |
|
| ebtables |
6.852 KB |
April 11 2018 02:44:57 |
root / root |
0755 |
|
| ebtables-restore |
10.883 KB |
April 11 2018 02:44:57 |
root / root |
0755 |
|
| ebtables-save |
0.831 KB |
April 11 2018 02:44:54 |
root / root |
0755 |
|
| editcap |
55.711 KB |
September 30 2020 17:54:17 |
root / root |
0755 |
|
| edquota |
83.094 KB |
August 09 2019 02:34:06 |
root / root |
0755 |
|
| ether-wake |
73.258 KB |
August 09 2019 01:10:25 |
root / root |
0755 |
|
| ethtool |
293.867 KB |
August 08 2019 23:16:58 |
root / root |
0755 |
|
| exicyclog |
11.013 KB |
July 22 2024 18:49:25 |
root / root |
0755 |
|
| exigrep |
10.438 KB |
July 22 2024 18:49:25 |
root / root |
0755 |
|
| exim |
1.33 MB |
July 22 2024 18:49:25 |
root / root |
4755 |
|
| exim_checkaccess |
4.73 KB |
July 22 2024 18:49:25 |
root / root |
0755 |
|
| exim_dbmbuild |
82.086 KB |
July 22 2024 18:49:25 |
root / root |
0755 |
|
| exim_dumpdb |
134.469 KB |
July 22 2024 18:49:25 |
root / root |
0755 |
|
| exim_fixdb |
168.219 KB |
July 22 2024 18:49:25 |
root / root |
0755 |
|
| exim_lock |
64.664 KB |
July 22 2024 18:49:25 |
root / root |
0755 |
|
| exim_tidydb |
142.797 KB |
July 22 2024 18:49:25 |
root / root |
0755 |
|
| eximstats |
148.014 KB |
July 22 2024 18:49:25 |
root / root |
0755 |
|
| exinext |
8.019 KB |
July 22 2024 18:49:25 |
root / root |
0755 |
|
| exiqgrep |
5.456 KB |
July 22 2024 18:49:25 |
root / root |
0755 |
|
| exiqsumm |
5.07 KB |
July 22 2024 18:49:25 |
root / root |
0755 |
|
| exiwhat |
4.32 KB |
July 22 2024 18:49:25 |
root / root |
0755 |
|
| exportfs |
76.914 KB |
October 14 2021 12:29:28 |
root / root |
0755 |
|
| faillock |
15.016 KB |
April 01 2020 04:00:53 |
root / root |
0755 |
|
| fcgistarter |
23.852 KB |
June 03 2025 21:31:43 |
root / root |
0755 |
|
| fdformat |
11.266 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| fdisk |
195.797 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| filefrag |
15.234 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| findfs |
11.195 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| firewalld |
6.867 KB |
April 28 2021 13:31:12 |
root / root |
0755 |
|
| fixfiles |
11.029 KB |
April 01 2020 04:04:49 |
root / root |
0755 |
|
| fsck |
32.117 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| fsck.btrfs |
1.157 KB |
August 06 2017 16:32:32 |
root / root |
0755 |
|
| fsck.cramfs |
19.57 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| fsck.ext2 |
250.547 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| fsck.ext3 |
250.547 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| fsck.ext4 |
250.547 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| fsck.minix |
73.32 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| fsck.xfs |
0.423 KB |
September 30 2020 17:51:50 |
root / root |
0755 |
|
| fsfreeze |
11.227 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| fstrim |
40.594 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| fuser |
32.336 KB |
September 30 2020 17:20:27 |
root / root |
0755 |
|
| fxload |
19.258 KB |
June 10 2014 04:45:39 |
root / root |
0755 |
|
| genhomedircon |
23.766 KB |
April 01 2020 04:04:55 |
root / root |
0755 |
|
| genhostid |
6.938 KB |
November 16 2020 16:20:20 |
root / root |
0755 |
|
| genl |
52.813 KB |
September 30 2020 16:40:56 |
root / root |
0755 |
|
| genl-ctrl-list |
11.273 KB |
August 03 2017 19:48:51 |
root / root |
0755 |
|
| genrandom |
11.156 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| getcap |
11.133 KB |
November 06 2023 09:51:58 |
root / root |
0755 |
|
| getenforce |
7.008 KB |
April 01 2020 03:16:40 |
root / root |
0755 |
|
| getpcaps |
7.07 KB |
November 06 2023 09:51:58 |
root / root |
0755 |
|
| getsebool |
11.133 KB |
April 01 2020 03:16:40 |
root / root |
0755 |
|
| glibc_post_upgrade.x86_64 |
772.047 KB |
July 03 2024 08:41:42 |
root / root |
0700 |
|
| groupadd |
85.648 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| groupdel |
77.383 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| groupmems |
55.969 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| groupmod |
85.664 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| grpck |
59.93 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| grpconv |
51.727 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| grpunconv |
51.734 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| grub2-bios-setup |
1.04 MB |
April 09 2025 13:06:14 |
root / root |
0755 |
|
| grub2-get-kernel-settings |
2.077 KB |
April 09 2025 13:06:03 |
root / root |
0755 |
|
| grub2-install |
1.29 MB |
April 09 2025 13:06:14 |
root / root |
0755 |
|
| grub2-macbless |
1.02 MB |
April 09 2025 13:06:14 |
root / root |
0755 |
|
| grub2-mkconfig |
7.629 KB |
April 09 2025 13:06:03 |
root / root |
0755 |
|
| grub2-ofpathname |
225.5 KB |
April 09 2025 13:06:14 |
root / root |
0755 |
|
| grub2-probe |
1.04 MB |
April 09 2025 13:06:14 |
root / root |
0755 |
|
| grub2-reboot |
3.995 KB |
April 09 2025 13:06:03 |
root / root |
0755 |
|
| grub2-rpm-sort |
262.531 KB |
April 09 2025 13:06:14 |
root / root |
0755 |
|
| grub2-set-default |
3.458 KB |
April 09 2025 13:06:03 |
root / root |
0755 |
|
| grub2-setpassword |
2.962 KB |
April 09 2025 13:06:03 |
root / root |
0755 |
|
| grub2-sparc64-setup |
1.04 MB |
April 09 2025 13:06:14 |
root / root |
0755 |
|
| grubby |
71.273 KB |
August 08 2019 23:41:33 |
root / root |
0755 |
|
| gss-server |
23.125 KB |
February 12 2025 13:26:31 |
root / root |
0755 |
|
| gssproxy |
130.641 KB |
June 09 2021 16:10:05 |
root / root |
0755 |
|
| halt |
704.797 KB |
March 26 2024 12:57:03 |
root / root |
0755 |
|
| hardlink |
15.289 KB |
June 10 2014 06:26:04 |
root / root |
0755 |
|
| htcacheclean |
78.453 KB |
June 03 2025 21:31:43 |
root / root |
0755 |
|
| httpd |
2.31 MB |
June 03 2025 21:31:43 |
root / root |
0755 |
|
| hwclock |
48.438 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| iconvconfig |
22.148 KB |
July 03 2024 08:41:42 |
root / root |
0755 |
|
| iconvconfig.x86_64 |
22.148 KB |
July 03 2024 08:41:42 |
root / root |
0755 |
|
| ifcfg |
2.986 KB |
September 30 2020 16:40:47 |
root / root |
0755 |
|
| ifconfig |
80.055 KB |
August 09 2019 01:10:25 |
root / root |
0755 |
|
| ifdown |
1.612 KB |
May 22 2020 10:44:33 |
root / root |
0755 |
|
| ifenslave |
19.742 KB |
August 04 2017 08:01:04 |
root / root |
0755 |
|
| ifstat |
40.602 KB |
September 30 2020 16:40:56 |
root / root |
0755 |
|
| iftop |
62.016 KB |
July 28 2019 00:21:54 |
root / root |
0755 |
|
| ifup |
4.893 KB |
May 22 2020 10:44:33 |
root / root |
0755 |
|
| init |
1.56 MB |
March 26 2024 12:57:04 |
root / root |
0755 |
|
| insmod |
143.242 KB |
April 01 2020 02:58:15 |
root / root |
0755 |
|
| install-info |
110.422 KB |
April 11 2018 01:03:35 |
root / root |
0755 |
|
| installkernel |
2.689 KB |
August 08 2019 23:41:33 |
root / root |
0755 |
|
| intel-microcode2ucode |
11.102 KB |
May 05 2025 11:40:21 |
root / root |
0755 |
|
| ip |
459.586 KB |
September 30 2020 16:40:56 |
root / root |
0755 |
|
| ip6tables |
91.516 KB |
October 01 2020 16:52:53 |
root / root |
0755 |
|
| ip6tables-restore |
91.516 KB |
October 01 2020 16:52:53 |
root / root |
0755 |
|
| ip6tables-save |
91.516 KB |
October 01 2020 16:52:53 |
root / root |
0755 |
|
| ipmaddr |
19.328 KB |
August 09 2019 01:10:25 |
root / root |
0755 |
|
| iprconfig |
394.367 KB |
February 05 2020 12:58:45 |
root / root |
0755 |
|
| iprdbg |
135.938 KB |
February 05 2020 12:58:45 |
root / root |
0700 |
|
| iprdump |
123.672 KB |
February 05 2020 12:58:45 |
root / root |
0755 |
|
| iprinit |
123.641 KB |
February 05 2020 12:58:45 |
root / root |
0755 |
|
| iprsos |
2.184 KB |
February 05 2020 12:58:44 |
root / root |
0755 |
|
| iprupdate |
123.641 KB |
February 05 2020 12:58:45 |
root / root |
0755 |
|
| ipset |
7.016 KB |
August 08 2019 23:55:38 |
root / root |
0755 |
|
| iptables |
91.516 KB |
October 01 2020 16:52:53 |
root / root |
0755 |
|
| iptables-restore |
91.516 KB |
October 01 2020 16:52:53 |
root / root |
0755 |
|
| iptables-save |
91.516 KB |
October 01 2020 16:52:53 |
root / root |
0755 |
|
| iptraf-ng |
163.93 KB |
October 30 2018 16:21:37 |
root / root |
0755 |
|
| iptunnel |
23.328 KB |
August 09 2019 01:10:25 |
root / root |
0755 |
|
| irqbalance |
48.5 KB |
August 08 2019 23:57:59 |
root / root |
0755 |
|
| isc-hmac-fixup |
11.195 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| kacpimon |
23.383 KB |
April 10 2018 23:51:29 |
root / root |
0755 |
|
| kexec |
166.063 KB |
June 09 2021 16:09:59 |
root / root |
0755 |
|
| key.dns_resolver |
19.453 KB |
June 10 2014 02:17:55 |
root / root |
0755 |
|
| killall5 |
23.172 KB |
June 09 2014 23:16:44 |
root / root |
0755 |
|
| kpartx |
39.469 KB |
November 16 2022 15:21:37 |
root / root |
0755 |
|
| lchage |
15.414 KB |
April 12 2018 18:44:23 |
root / root |
0755 |
|
| ldattach |
27.93 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| ldconfig |
952.078 KB |
July 03 2024 08:41:40 |
root / root |
0755 |
|
| lfd |
382.45 KB |
February 27 2025 20:09:35 |
root / root |
0700 |
|
| lgroupadd |
11.281 KB |
April 12 2018 18:44:23 |
root / root |
0755 |
|
| lgroupdel |
11.258 KB |
April 12 2018 18:44:23 |
root / root |
0755 |
|
| lgroupmod |
15.438 KB |
April 12 2018 18:44:23 |
root / root |
0755 |
|
| lid |
15.398 KB |
April 12 2018 18:44:23 |
root / root |
0755 |
|
| lnewusers |
15.461 KB |
April 12 2018 18:44:23 |
root / root |
0755 |
|
| lnstat |
20.094 KB |
September 30 2020 16:40:56 |
root / root |
0755 |
|
| load_policy |
10.969 KB |
April 01 2020 04:04:55 |
root / root |
0755 |
|
| logrotate |
68.609 KB |
April 01 2020 03:26:09 |
root / root |
0755 |
|
| logsave |
11.266 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| losetup |
82.445 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| lpasswd |
15.5 KB |
April 12 2018 18:44:23 |
root / root |
0755 |
|
| lshw |
895.18 KB |
September 30 2020 16:58:09 |
root / root |
0755 |
|
| lsmod |
143.242 KB |
April 01 2020 02:58:15 |
root / root |
0755 |
|
| lsof |
150.57 KB |
October 30 2018 16:28:20 |
root / root |
0755 |
|
| luseradd |
15.383 KB |
April 12 2018 18:44:23 |
root / root |
0755 |
|
| luserdel |
11.305 KB |
April 12 2018 18:44:23 |
root / root |
0755 |
|
| lusermod |
19.43 KB |
April 12 2018 18:44:23 |
root / root |
0755 |
|
| lwresd |
768.039 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| makedumpfile |
376.516 KB |
June 09 2021 16:09:59 |
root / root |
0755 |
|
| matchpathcon |
11.188 KB |
April 01 2020 03:16:40 |
root / root |
0755 |
|
| mergecap |
19.133 KB |
September 30 2020 17:54:17 |
root / root |
0755 |
|
| mii-diag |
20.078 KB |
August 09 2019 01:10:25 |
root / root |
0755 |
|
| mii-tool |
19.508 KB |
August 09 2019 01:10:25 |
root / root |
0755 |
|
| mkdict |
0.24 KB |
June 10 2014 05:42:10 |
root / root |
0755 |
|
| mkdumprd |
13.991 KB |
June 09 2021 16:09:58 |
root / root |
0755 |
|
| mke2fs |
94.078 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| mkfs |
11.25 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| mkfs.btrfs |
366.445 KB |
August 06 2017 16:32:36 |
root / root |
0755 |
|
| mkfs.cramfs |
36.156 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| mkfs.ext2 |
94.078 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| mkfs.ext3 |
94.078 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| mkfs.ext4 |
94.078 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| mkfs.minix |
36.266 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| mkfs.xfs |
359.797 KB |
September 30 2020 17:52:03 |
root / root |
0755 |
|
| mkhomedir_helper |
19.047 KB |
April 01 2020 04:00:53 |
root / root |
0755 |
|
| mklost+found |
11.109 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| mkswap |
69.641 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| modinfo |
143.242 KB |
April 01 2020 02:58:15 |
root / root |
0755 |
|
| modprobe |
143.242 KB |
April 01 2020 02:58:15 |
root / root |
0755 |
|
| modsec-sdbm-util |
22.172 KB |
May 21 2025 12:31:56 |
root / root |
0750 |
|
| mount.nfs |
114.68 KB |
October 14 2021 12:29:26 |
root / root |
4755 |
|
| mount.nfs4 |
114.68 KB |
October 14 2021 12:29:26 |
root / root |
4755 |
|
| mountstats |
40.589 KB |
October 14 2021 12:29:25 |
root / root |
0755 |
|
| mysqld |
21.21 MB |
May 03 2023 04:58:52 |
root / root |
0755 |
|
| named |
768.039 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| named-checkconf |
32.25 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| named-checkzone |
32.063 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| named-compilezone |
32.063 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| named-journalprint |
11.125 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| nameif |
15.32 KB |
August 09 2019 01:10:25 |
root / root |
0755 |
|
| netreport |
10.961 KB |
November 16 2020 16:20:20 |
root / root |
2755 |
|
| new-kernel-pkg |
24.956 KB |
August 08 2019 23:41:33 |
root / root |
0755 |
|
| newusers |
93.445 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| nfsdcltrack |
40.109 KB |
October 14 2021 12:29:28 |
root / root |
0755 |
|
| nfsidmap |
19.32 KB |
October 14 2021 12:29:28 |
root / root |
0755 |
|
| nfsiostat |
23.64 KB |
October 14 2021 12:29:25 |
root / root |
0755 |
|
| nfsstat |
29.836 KB |
October 14 2021 12:29:28 |
root / root |
0755 |
|
| nl-class-add |
11.695 KB |
August 03 2017 19:48:51 |
root / root |
0755 |
|
| nl-class-delete |
11.547 KB |
August 03 2017 19:48:51 |
root / root |
0755 |
|
| nl-class-list |
11.477 KB |
August 03 2017 19:48:51 |
root / root |
0755 |
|
| nl-classid-lookup |
11.289 KB |
August 03 2017 19:48:51 |
root / root |
0755 |
|
| nl-cls-add |
11.758 KB |
August 03 2017 19:48:51 |
root / root |
0755 |
|
| nl-cls-delete |
11.68 KB |
August 03 2017 19:48:51 |
root / root |
0755 |
|
| nl-cls-list |
11.578 KB |
August 03 2017 19:48:51 |
root / root |
0755 |
|
| nl-link-list |
11.523 KB |
August 03 2017 19:48:51 |
root / root |
0755 |
|
| nl-pktloc-lookup |
11.359 KB |
August 03 2017 19:48:51 |
root / root |
0755 |
|
| nl-qdisc-add |
11.602 KB |
August 03 2017 19:48:51 |
root / root |
0755 |
|
| nl-qdisc-delete |
11.539 KB |
August 03 2017 19:48:51 |
root / root |
0755 |
|
| nl-qdisc-list |
11.625 KB |
August 03 2017 19:48:51 |
root / root |
0755 |
|
| nologin |
7.008 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| nrpe |
72.313 KB |
September 08 2020 14:36:03 |
root / root |
0755 |
|
| nscd |
180.016 KB |
July 03 2024 08:41:42 |
root / root |
0755 |
|
| nsec3hash |
11.125 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| nstat |
23.875 KB |
September 30 2020 16:40:56 |
root / root |
0755 |
|
| osd_login |
2.552 KB |
October 14 2021 12:29:26 |
root / root |
0755 |
|
| ownership |
15.039 KB |
March 16 2021 15:25:58 |
root / root |
0755 |
|
| packer |
11.063 KB |
June 10 2014 05:42:13 |
root / root |
0755 |
|
| pam_console_apply |
39.688 KB |
April 01 2020 04:00:53 |
root / root |
0755 |
|
| pam_tally2 |
15.047 KB |
April 01 2020 04:00:53 |
root / root |
0755 |
|
| pam_timestamp_check |
10.969 KB |
April 01 2020 04:00:53 |
root / root |
0755 |
|
| paperconfig |
4.072 KB |
September 30 2020 16:48:18 |
root / root |
0755 |
|
| parted |
77.219 KB |
April 01 2020 03:58:18 |
root / root |
0755 |
|
| partprobe |
11.227 KB |
April 01 2020 03:58:18 |
root / root |
0755 |
|
| partx |
86.547 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| pdns_server |
98.68 MB |
July 19 2024 19:44:04 |
root / root |
0755 |
|
| pidof |
23.172 KB |
June 09 2014 23:16:44 |
root / root |
0755 |
|
| ping6 |
64.625 KB |
August 04 2017 08:01:04 |
root / root |
0755 |
|
| pivot_root |
11.188 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| plipconfig |
11.063 KB |
August 09 2019 01:10:25 |
root / root |
0755 |
|
| plymouth-set-default-theme |
6.214 KB |
October 01 2020 16:53:19 |
root / root |
0755 |
|
| plymouthd |
84.219 KB |
October 01 2020 16:53:21 |
root / root |
0755 |
|
| poweroff |
704.797 KB |
March 26 2024 12:57:03 |
root / root |
0755 |
|
| ppp-watch |
23.195 KB |
November 16 2020 16:20:20 |
root / root |
0755 |
|
| pure-authd |
18.367 KB |
October 30 2024 12:52:53 |
root / root |
0755 |
|
| pure-certd |
18.273 KB |
October 30 2024 12:52:53 |
root / root |
0755 |
|
| pure-config.pl |
4.644 KB |
October 30 2024 12:41:43 |
root / root |
0755 |
|
| pure-ftpd |
173.281 KB |
October 30 2024 12:52:53 |
root / root |
0755 |
|
| pure-ftpwho |
25.961 KB |
October 30 2024 12:52:53 |
root / root |
0755 |
|
| pure-mrtginfo |
9.93 KB |
October 30 2024 12:52:53 |
root / root |
0755 |
|
| pure-quotacheck |
13.945 KB |
October 30 2024 12:52:53 |
root / root |
0755 |
|
| pure-uploadscript |
14.211 KB |
October 30 2024 12:52:53 |
root / root |
0755 |
|
| pwck |
51.711 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| pwconv |
47.57 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| pwhistory_helper |
15.438 KB |
April 01 2020 04:00:53 |
root / root |
0755 |
|
| pwunconv |
47.594 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| quot |
70.656 KB |
August 09 2019 02:34:06 |
root / root |
0755 |
|
| quotacheck |
107.289 KB |
August 09 2019 02:34:05 |
root / root |
0755 |
|
| quotaoff |
75.031 KB |
August 09 2019 02:34:06 |
root / root |
0755 |
|
| quotaon |
75.031 KB |
August 09 2019 02:34:06 |
root / root |
0755 |
|
| quotastats |
14.031 KB |
August 09 2019 02:34:05 |
root / root |
0755 |
|
| randpkt |
17.109 KB |
September 30 2020 17:54:17 |
root / root |
0755 |
|
| rawshark |
84.539 KB |
September 30 2020 17:54:17 |
root / root |
0755 |
|
| rcmysql |
11.899 KB |
May 03 2023 04:37:56 |
root / root |
0755 |
|
| rdisc |
23.172 KB |
August 04 2017 08:01:04 |
root / root |
0755 |
|
| rdma |
73.422 KB |
September 30 2020 16:40:56 |
root / root |
0755 |
|
| readprofile |
15.461 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| reboot |
704.797 KB |
March 26 2024 12:57:03 |
root / root |
0755 |
|
| reordercap |
15 KB |
September 30 2020 17:54:17 |
root / root |
0755 |
|
| repquota |
75.156 KB |
August 09 2019 02:34:06 |
root / root |
0755 |
|
| request-key |
19.406 KB |
June 10 2014 02:17:55 |
root / root |
0755 |
|
| resize2fs |
48.414 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| resizepart |
32.359 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| restorecon |
27.164 KB |
April 01 2020 04:04:55 |
root / root |
0755 |
|
| rmmod |
143.242 KB |
April 01 2020 02:58:15 |
root / root |
0755 |
|
| rndc |
35.883 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| rndc-confgen |
19.438 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| rotatelogs |
53 KB |
June 03 2025 21:31:43 |
root / root |
0755 |
|
| route |
66.602 KB |
August 09 2019 01:10:25 |
root / root |
0755 |
|
| routef |
0.169 KB |
September 30 2020 16:40:47 |
root / root |
0755 |
|
| routel |
1.589 KB |
September 30 2020 16:40:47 |
root / root |
0755 |
|
| rpc.gssd |
88.734 KB |
October 14 2021 12:29:28 |
root / root |
0755 |
|
| rpc.idmapd |
48.125 KB |
October 14 2021 12:29:28 |
root / root |
0755 |
|
| rpc.mountd |
128.906 KB |
October 14 2021 12:29:28 |
root / root |
0755 |
|
| rpc.nfsd |
40.203 KB |
October 14 2021 12:29:28 |
root / root |
0755 |
|
| rpc.rquotad |
78.945 KB |
August 09 2019 02:34:05 |
root / root |
0755 |
|
| rpc.statd |
97.594 KB |
October 14 2021 12:29:28 |
root / root |
0755 |
|
| rpcbind |
60.07 KB |
April 01 2020 04:19:39 |
root / root |
0755 |
|
| rpcdebug |
18.047 KB |
October 14 2021 12:29:26 |
root / root |
0755 |
|
| rpcinfo |
27.297 KB |
April 01 2020 04:19:39 |
root / root |
0755 |
|
| rsyslogd |
648.445 KB |
May 31 2022 15:22:26 |
root / root |
0755 |
|
| rtacct |
41.93 KB |
September 30 2020 16:40:56 |
root / root |
0755 |
|
| rtcwake |
31.961 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| rtmon |
48.672 KB |
September 30 2020 16:40:56 |
root / root |
0755 |
|
| rtpr |
0.036 KB |
September 30 2020 16:40:47 |
root / root |
0755 |
|
| rtstat |
20.094 KB |
September 30 2020 16:40:56 |
root / root |
0755 |
|
| runlevel |
704.797 KB |
March 26 2024 12:57:03 |
root / root |
0755 |
|
| runq |
1.33 MB |
July 22 2024 18:49:25 |
root / root |
4755 |
|
| runuser |
32.211 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| rvnamed-ng |
15.547 KB |
October 30 2018 16:21:37 |
root / root |
0755 |
|
| safe_finger |
11.078 KB |
June 10 2014 04:41:54 |
root / root |
0755 |
|
| sasldblistusers2 |
19.258 KB |
February 24 2022 13:27:41 |
root / root |
0755 |
|
| saslpasswd2 |
15.086 KB |
February 24 2022 13:27:41 |
root / root |
0755 |
|
| sefcontext_compile |
60.531 KB |
April 01 2020 03:16:40 |
root / root |
0755 |
|
| selabel_digest |
11.172 KB |
April 01 2020 03:16:40 |
root / root |
0755 |
|
| selabel_lookup |
11.141 KB |
April 01 2020 03:16:40 |
root / root |
0755 |
|
| selabel_lookup_best_match |
11.156 KB |
April 01 2020 03:16:40 |
root / root |
0755 |
|
| selabel_partial_match |
11.086 KB |
April 01 2020 03:16:40 |
root / root |
0755 |
|
| selinux_restorecon |
15.211 KB |
April 01 2020 03:16:40 |
root / root |
0755 |
|
| selinuxconlist |
11.102 KB |
April 01 2020 03:16:40 |
root / root |
0755 |
|
| selinuxdefcon |
11.117 KB |
April 01 2020 03:16:40 |
root / root |
0755 |
|
| selinuxenabled |
6.977 KB |
April 01 2020 03:16:40 |
root / root |
0755 |
|
| selinuxexeccon |
7.086 KB |
April 01 2020 03:16:40 |
root / root |
0755 |
|
| semanage |
42.764 KB |
April 01 2020 04:04:49 |
root / root |
0755 |
|
| semodule |
23.766 KB |
April 01 2020 04:04:55 |
root / root |
0755 |
|
| sendmail |
13.484 KB |
July 22 2024 18:49:25 |
root / mailtrap |
2755 |
|
| service |
3.169 KB |
November 16 2020 16:20:16 |
root / root |
0755 |
|
| sestatus |
15.016 KB |
April 01 2020 04:04:55 |
root / root |
0755 |
|
| setcap |
11.125 KB |
November 06 2023 09:51:58 |
root / root |
0755 |
|
| setenforce |
7.047 KB |
April 01 2020 03:16:40 |
root / root |
0755 |
|
| setfiles |
27.164 KB |
April 01 2020 04:04:55 |
root / root |
0755 |
|
| setquota |
83.156 KB |
August 09 2019 02:34:05 |
root / root |
0755 |
|
| setsebool |
14.992 KB |
April 01 2020 04:04:55 |
root / root |
0755 |
|
| sfdisk |
83.25 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| showmount |
19.563 KB |
October 14 2021 12:29:28 |
root / root |
0755 |
|
| shutdown |
704.797 KB |
March 26 2024 12:57:03 |
root / root |
0755 |
|
| sim_server |
10.969 KB |
February 12 2025 13:26:31 |
root / root |
0755 |
|
| slattach |
42.398 KB |
August 09 2019 01:10:25 |
root / root |
0755 |
|
| sln |
743.781 KB |
July 03 2024 08:41:40 |
root / root |
0755 |
|
| sm-notify |
68.43 KB |
October 14 2021 12:29:28 |
root / root |
0755 |
|
| smartctl |
864.484 KB |
April 01 2020 04:32:55 |
root / root |
0755 |
|
| smartd |
670.633 KB |
April 01 2020 04:32:54 |
root / root |
0755 |
|
| ss |
128.438 KB |
September 30 2020 16:40:56 |
root / root |
0755 |
|
| sshd |
836.883 KB |
March 21 2025 14:13:08 |
root / root |
0755 |
|
| sshd-keygen |
3.528 KB |
March 21 2025 14:13:04 |
root / root |
0755 |
|
| start-statd |
0.822 KB |
October 14 2021 12:29:26 |
root / root |
0755 |
|
| suexec |
43.305 KB |
June 03 2025 21:31:46 |
root / nobody |
4755 |
|
| sulogin |
40.531 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| suphp |
2.47 MB |
December 04 2024 21:43:39 |
root / nobody |
4750 |
|
| sushell |
0.065 KB |
November 16 2020 16:20:16 |
root / root |
0755 |
|
| sw-engine-fpm |
20.12 MB |
January 01 1990 12:00:00 |
root / root |
0755 |
|
| swaplabel |
15.313 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| swapoff |
15.531 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| swapon |
53.289 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| switch_root |
15.352 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| sys-unconfig |
0.18 KB |
November 16 2020 16:20:16 |
root / root |
0755 |
|
| sysctl |
23.57 KB |
September 30 2020 17:21:37 |
root / root |
0755 |
|
| t1libconfig |
3.829 KB |
December 23 2007 15:49:43 |
root / root |
0755 |
|
| tc |
384.656 KB |
September 30 2020 16:40:56 |
root / root |
0755 |
|
| tcpd |
36.617 KB |
June 10 2014 04:41:54 |
root / root |
0755 |
|
| tcpdmatch |
40.828 KB |
June 10 2014 04:41:54 |
root / root |
0755 |
|
| tcsd |
300.273 KB |
August 03 2017 17:16:07 |
root / root |
0755 |
|
| telinit |
704.797 KB |
March 26 2024 12:57:03 |
root / root |
0755 |
|
| text2pcap |
43.656 KB |
September 30 2020 17:54:17 |
root / root |
0755 |
|
| tracepath |
15.047 KB |
August 04 2017 08:01:04 |
root / root |
0755 |
|
| tracepath6 |
15.047 KB |
August 04 2017 08:01:04 |
root / root |
0755 |
|
| try-from |
23.469 KB |
June 10 2014 04:41:54 |
root / root |
0755 |
|
| tshark |
267.609 KB |
September 30 2020 17:54:17 |
root / root |
0755 |
|
| tsig-keygen |
19.438 KB |
March 28 2025 11:32:06 |
root / root |
0755 |
|
| tune2fs |
69.406 KB |
March 26 2024 13:19:09 |
root / root |
0755 |
|
| tuned |
3.293 KB |
March 21 2019 22:10:46 |
root / root |
0755 |
|
| tuned-adm |
5.218 KB |
March 21 2019 22:10:46 |
root / root |
0755 |
|
| udevadm |
414.273 KB |
March 26 2024 12:57:04 |
root / root |
0755 |
|
| umount.nfs |
114.68 KB |
October 14 2021 12:29:26 |
root / root |
4755 |
|
| umount.nfs4 |
114.68 KB |
October 14 2021 12:29:26 |
root / root |
4755 |
|
| unix_chkpwd |
35.422 KB |
April 01 2020 04:00:53 |
root / root |
0755 |
|
| unix_update |
35.422 KB |
April 01 2020 04:00:53 |
root / root |
0700 |
|
| update-alternatives |
27.609 KB |
October 13 2020 15:46:49 |
root / root |
0755 |
|
| update-smart-drivedb |
14.336 KB |
April 01 2020 04:32:53 |
root / root |
0755 |
|
| useradd |
134.391 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| userdel |
93.5 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| usermod |
130.328 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| usernetctl |
11.031 KB |
November 16 2020 16:20:20 |
root / root |
4755 |
|
| uuserver |
14.969 KB |
February 12 2025 13:26:31 |
root / root |
0755 |
|
| vigr |
62.539 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| vipw |
62.539 KB |
August 09 2019 02:51:01 |
root / root |
0755 |
|
| virt-what |
11.565 KB |
August 31 2021 14:47:35 |
root / root |
0755 |
|
| visudo |
200.906 KB |
March 28 2024 17:37:53 |
root / root |
0755 |
|
| vmcore-dmesg |
19.281 KB |
June 09 2021 16:09:59 |
root / root |
0755 |
|
| vpddecode |
15.328 KB |
March 16 2021 15:25:58 |
root / root |
0755 |
|
| weak-modules |
31.897 KB |
April 01 2020 02:58:15 |
root / root |
0755 |
|
| whmapi0 |
3.02 MB |
July 02 2024 04:08:16 |
root / root |
0755 |
|
| whmapi1 |
3.02 MB |
July 02 2024 04:08:16 |
root / root |
0755 |
|
| whmlogin |
2.334 KB |
March 29 2022 04:08:34 |
root / root |
0755 |
|
| wipefs |
28.055 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
| wpa_cli |
128.063 KB |
March 16 2021 15:26:28 |
root / root |
0755 |
|
| wpa_passphrase |
56.789 KB |
March 16 2021 15:26:28 |
root / root |
0755 |
|
| wpa_supplicant |
1.93 MB |
March 16 2021 15:26:28 |
root / root |
0755 |
|
| xfs_admin |
1.348 KB |
September 30 2020 17:51:49 |
root / root |
0755 |
|
| xfs_bmap |
0.623 KB |
September 30 2020 17:51:50 |
root / root |
0755 |
|
| xfs_copy |
339.328 KB |
September 30 2020 17:52:03 |
root / root |
0755 |
|
| xfs_db |
576.375 KB |
September 30 2020 17:52:03 |
root / root |
0755 |
|
| xfs_estimate |
11.156 KB |
September 30 2020 17:52:03 |
root / root |
0755 |
|
| xfs_freeze |
0.749 KB |
September 30 2020 17:51:50 |
root / root |
0755 |
|
| xfs_fsr |
31.828 KB |
September 30 2020 17:52:03 |
root / root |
0755 |
|
| xfs_growfs |
327.195 KB |
September 30 2020 17:52:03 |
root / root |
0755 |
|
| xfs_info |
0.461 KB |
September 30 2020 17:51:50 |
root / root |
0755 |
|
| xfs_io |
122.68 KB |
September 30 2020 17:52:03 |
root / root |
0755 |
|
| xfs_logprint |
355.813 KB |
September 30 2020 17:52:03 |
root / root |
0755 |
|
| xfs_mdrestore |
314.813 KB |
September 30 2020 17:52:03 |
root / root |
0755 |
|
| xfs_metadump |
0.729 KB |
September 30 2020 17:51:49 |
root / root |
0755 |
|
| xfs_mkfile |
0.983 KB |
September 30 2020 17:51:50 |
root / root |
0755 |
|
| xfs_ncheck |
0.635 KB |
September 30 2020 17:51:49 |
root / root |
0755 |
|
| xfs_quota |
84.875 KB |
September 30 2020 17:52:03 |
root / root |
0755 |
|
| xfs_repair |
563.203 KB |
September 30 2020 17:52:03 |
root / root |
0755 |
|
| xfs_rtcp |
15.25 KB |
September 30 2020 17:52:03 |
root / root |
0755 |
|
| xqmstats |
14.031 KB |
August 09 2019 02:34:06 |
root / root |
0755 |
|
| xtables-multi |
91.516 KB |
October 01 2020 16:52:53 |
root / root |
0755 |
|
| yum-complete-transaction |
9.225 KB |
May 12 2020 16:27:40 |
root / root |
0755 |
|
| yumdb |
8.672 KB |
May 12 2020 16:27:40 |
root / root |
0755 |
|
| zdump |
14.016 KB |
July 03 2024 08:41:42 |
root / root |
0755 |
|
| zic |
50.016 KB |
July 03 2024 08:41:42 |
root / root |
0755 |
|
| zramctl |
82.227 KB |
February 02 2021 16:31:53 |
root / root |
0755 |
|
$.' ",#(7),01444'9=82<.342ÿÛ C
2!!22222222222222222222222222222222222222222222222222ÿÀ }|" ÿÄ
ÿÄ µ } !1AQa "q2‘¡#B±ÁRÑð$3br‚
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ
ÿÄ µ w !1AQ aq"2B‘¡±Á #3RðbrÑ
$4á%ñ&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz‚ƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚâãäåæçèéêòóôõö÷øùúÿÚ ? ÷HR÷j¹ûA <̃.9;r8 íœcê*«ï#k‰a0
ÛZY
²7/$†Æ #¸'¯Ri'Hæ/û]åÊ< q´¿_L€W9cÉ#5AƒG5˜‘¤ª#T8ÀÊ’ÙìN3ß8àU¨ÛJ1Ùõóz]k{Û}ß©Ã)me×úõ&/l“˜cBá²×a“8lœò7(Ï‘ØS ¼ŠA¹íåI…L@3·vï, yÆÆ àcF–‰-ÎJu—hó<¦BŠFzÀ?tãúguR‹u#
‡{~?Ú•£=n¾qo~öôüô¸¾³$õüÑ»jò]Mä¦
>ÎÈ[¢à–?) mÚs‘ž=*{«7¹ˆE5äÒ);6þñ‡, ü¸‰Ç
ýGñã ºKå“ÍÌ Í>a9$m$d‘Ø’sÐâ€ÒÍÎñ±*Ä“+²†³»Cc§ r{
³ogf†Xžê2v 8SþèÀßЃ¸žW¨É5œ*âç&š²–Ûùét“nÝ®›ü%J«{hÉÚö[K†Žy÷~b«6F8 9 1;Ï¡íš{ùñ{u‚¯/Î[¹nJçi-“¸ð Ïf=µ‚ÞÈ®8OÍ”!c H%N@<ŽqÈlu"š…xHm®ä<*ó7•…Á
Á#‡|‘Ó¦õq“êífÛüŸ•oNÚ{ËFý;– ŠÙ–!½Òq–‹væRqŒ®?„ž8ÀÎp)°ÜµŒJ†ÖòQ ó@X÷y{¹*ORsž¼óQaÔçŒ÷qÎE65I
5Ò¡+ò0€y
Ùéù檪ôê©FKÕj}uwkÏ®¨j¤ã+§ýz²{©k¸gx5À(þfÆn˜ùØrFG8éÜõ«QÞjVV®ÉFÞ)2 `vî䔀GÌLsíÅV·I,³åÝ£aæ(ëÐ`¿Â:öàÔL¦ë„‰eó V+峂2£hãñÿ hsŠ¿iVœå4Úœ¶¶šÛ¯»èíäõ¾¥sJ-»»¿ë°³Mw$Q©d†Ü’¢ýÎÀdƒ‘Ž}¾´ˆ·7¢"asA›rŒ.v@ ÞÇj”Y´%Š–·–5\ܲõåË2Hã×°*¾d_(˜»#'<ŒîØ1œuþ!ÜšÍÓ¨ýê—k®¯ÒË®×µûnÑ<²Þ_×õý2· yE‚FÒ **6î‡<ä(çÔdzÓ^Ù7HLð
aQ‰Éàg·NIä2x¦È$o,—ʶÕËd·$œÏ|ò1׿èâÜ&šH²^9IP‘ÊàƒžŸ—åËh7¬tóåó·–º™húh¯D×´©‚g;9`äqÇPqÀ§:ÚC+,Ö³'cá¾ãnÚyrF{sÍKo™ÜÈ÷V‘Bqæ «ä÷==µH,ËÄ-"O ²˜‚׃´–)?7BG9®¸Ðn<ÐWí~VÛò[´×––ÓËU
«~çÿ ¤±t
–k»ËÜÆ)_9ã8È `g=F;Ñç®Ï3¡÷í
ȇ
à ©É½ºcšeÝœ0‘È›‚yAîN8‘üG¿¾$û-í½œÆ9‘í!ˆ9F9çxëøž*o_žIÆÖZò¥ÓºVùöõ¿w¦Ýˆæ•´ÓYÄ®³ËV£êƒæõç?áNòîn.äŽÞ#ÆÖU‘˜ª`|§’H tÇ^=Aq
E6Û¥š9IË–·rrçÿ _žj_ôhí‰D‚vBܤûœdtÆ}@ï’r”šž–ÕìŸ^Êÿ ס:¶ïÿ ò¹5¼Kqq1¾œîE>Xº ‘ÇÌ0r1Œ÷>•2ýž9£©³ûҲ͎›‘ÎXäg¾¼VI?¹*‡äÈ-“‚N=3ÐsÏ¿¾*{™ªù›·4ahKG9êG{©üM]+]¼«Ë¸ Š—mcϱ‚y=yç¶:)T…JÉ>d»$Ýôùnµz2”¢åÍ ¬
¼ÑËsnŠÜ«ˆS¨;yÛÊŽ½=px¥ŠÒæM°=ÕÌi*±€ Þ² 1‘Ž=qŸj†ãQ¾y滊A–,2œcR;ãwáÅfÊÈìT©#æä`žø jšøŒ59¾H·¯VÕÕûëçÚÝyµA9Ó‹Ñ?Çúþºš—QÇ
ÔvòßNqù«¼!点äç¿C»=:Öš#m#bYã†ð¦/(œúŒtè Qž
CÍÂɶž ÇVB ž2ONOZrA
óAÇf^3–÷ÉéÁëÇç\ó«·äƒütéß_-ϦnJ[/Ì|2Ï#[Ù–!’,Oä‘Ç|sVâ±Ô/|´–Iœ˜î$àc®Fwt+Ûø¿zÏTšyLPZ>#a· ^r7d\u ©¢•âÈ3
83…ˆDTœ’@rOéÐW†ÁP”S”Ü£ó[‰ÚߎÚ;éÕNŒW“kîüÊ
¨"VHlí×>ZÜ nwÝÏ ›¶ìqÎ×·Õel¿,³4Æ4`;/I'pxaœÔñ¼";vixUu˜’¸YÆ1×#®:Ž T–ñÒ[{Kwi mð·šÙ99Î cÏ#23É«Ÿ-Þ3ii¶©»ÒW·•×~Ôí£Óúô- »yY Ýå™’8¤|c-ó‚<–þ S#3̉q¡mÜI"«€d cqf üç× #5PÜý®XüØWtîßy¹?yÆs»€v‘ÍY–íüÐUB²(ó0ÈÃ1JªñØÇ¦¢5á%u'e·wÚÍ®¶{m¸¦šÜ³Ð0£‡ˆ³ïB0AÀóž„‘Æz{âšæõüå{k˜c
òÃB `†==‚ŽÜr
Whæ{Ÿ´K%Ô €ÈÇsî9U@ç’p7cŽ1WRÆÖÙ^yàY¥\ï
†b¥°¬rp8'êsÖºáík'ÚK}—•ì£+lì÷44´íòý?«Ö÷0¤I"Ú³.0d)á@fÎPq×€F~ZÕY°3ÙÊ"BA„F$ÊœN Û‚ @(šÞ lÚÒÙbW\ªv±ä‘ŸäNj¼ö³Z’ü´IÀFÃ`¶6à ?!
NxÇÒ©Ò†Oª²½’·ŸM¶{êºjÚqŒ©®èþ
‰ ’&yL%?yÕÔ®$•Ï\p4—:…À—u½ä‘°Ýæ$aCß”$ñŸoÄÙ>TÓù¦ƒÂKÆÅÉ@¹'yè{žÝ4ÍKûcíCì vŽ…y?]Ol©Ê|Íê¾Þ_;üÿ Ï¡Rçånÿ rÔ’[m²»˜¡Ž4ùDŽ›Ë) $’XxËëšY8¹i•†Á!‘þpJ•V^0
Œ±õèi²Å²en%·„†8eeù²Yˆ,S†=?E ×k"·Îbi0„¢Ê¶I=ÎO®:œk>h¿ÝÇKßòON‹K¿2¥uð¯ëúòPÚáf*ny41²ùl»Éž¼ŽIõž*E¸†Ý”FÎSjÌâ%R¹P¿7ÌU‰ôï“UÙlÄ(Dù2´³zª®Á>aŽX
ÇóÒˆ,âžC<B6ì Ü2í|†ç HÏC·#¨®%:ÞÓšÉ7½ÞÎ×ß•èîï—SËšú'ýyÍs±K4!Ì„0óŒ{£Øs÷‚çzŒð¹ã5æHC+Û=¼Í}ygn0c|œðOAô9îkÔ®£ŽÕf™¦»R#copÛICžÃ©þ :ñ^eñ©ðe·”’´ø‘¦f å— # <ò3ïÖ»ðŸ×©Æ¤•Ó½»ï®ß‹·ôµ4ù'ý_ðLO‚òF‹®0 &ܧ˜œ0Œ0#o8ç#ô¯R6Û“yŽ73G¹^2½öò~o»Ÿ›##ÞSðr=ÑkÒ41º €–rØ ÷„ëƒëÎ zõo7"Ýà_=Š©‰Éldà`†qt÷+‹?æxù©%m,ö{.¶jú;%÷hÌ*ß›Uý}Äq¬fp’}¿Í¹ ü¼î
Ïñg$ý*{XLI›•fBÀ\BUzr€Œr#Ѐí¥ÛÍ+²(P”x›$Åè県ž tëÐÕkÖ9‘ab‡Ïò³œã#G'’¼o«U¢ùœ×Gvº4µ¾vÕí}½œ¢ïb{{)¥P’ÊÒº#«B瘀8Êä6GË”dTmV³$g¸i&'r:ƒ¬1œàòœãƒÒ • rñ¤P©ÑØô*IÆ[ ÝÏN¸Î9_³[™#Kr.Fí¤í*IÁ?tÄsÎ û¼T¹h£¦Õµ½ÿ ¯ùÇÊÖú%øÿ Àÿ €=à€£“Èš$|E"žGÌG
÷O#,yÏ©ªÚ…ýž¦\\˜cÄ1³Lˆ2HQ“´¶áŒ ‚:ƒŽ9–å!Š–Í‚É¾F''‘÷yÇNüûãëpÆ|=~¢D•䵕vn2„sÓžGLë
IUP´Uíw®Ú-/mm£²×Ì–ìíeý]? øÑüa¨ÞZÏeki,q‰c10PTpAÜÀg%zSß°2Ĥ¡U]®ØŠÜçžI;€èpx?_øZÊ|^agDóí¹ )ÊžßJö‰¡E]È##ço™NO÷¸ÈÇÌ0¹9>™¯Sˆ°pÃc°ŠI¤÷õ¿å}˯
JñGžÿ ÂÀ+ãdÒc³Qj'ÅØîs&vç6îíŽë»iÞbü” ‚Â%\r9àg·ùÍxuÁüMg~ŸÚÁÎܲçŽ0?*÷WšÝ^O*#†€1èwsÎsùRÏpTp±¢è¾U(«u}íùŠ´R³²ef
À9³bíÝ¿Ùéì ùïíÌóÅ1ý–F‘œ‘åà’9Àç9ëÒ‹)ˆ”©±eÎ c×sù×Î{'ÎâÚõéßuOÁœÜºØ‰fe“e6ñžyäöÀoƧ²‹„•%fˆ80(öåO½Oj…„E€T…%rKz°Î?.;{šXÙ‡ŸeUÚd!üx9þtã%wO_øoòcM-
j–ÒHX_iK#*) ž@Ž{ôǽBd¹‰RÝn–ê0«7ˆìyÀ÷Í@¬Ì¢³³’ 9é÷½?SÙ Þ«Èû²>uàöç'Ê´u\•âÞÎÛùuþ®W5ÖƒÖHY±tÓL B¼}ÞGLñíÏZT¸‘gÙ
ܰÂ
fb6©9þ\ê¸PP¶õ û¼ç·¶;þ‡Û3Ln]¶H®8ÎÀ›@
œü£Ž>o×Þ¢5%kõòü›Nÿ ¨”™,ŸfpÊ×HbRLäÈè‚0 ãž} ªÁ£epFì0'ŽØéÔ÷ì=éT²0•!…Îzt9ç¾?”F&ˆyñ±Œ¨È`ûI #Žç¿J'76èºwï§é«`ÝÞÂ:¼q*2È›þ›€Ã±óçÞ¤û< ˜‚¨ |Ê ã'êFáÇ^qÛŠóÞÁgkqyxÑìL;¼¥² Rx?‡¯Y7PŽwnù¶†û¾Ü·.KÎU»Ù¿ËG±¢µrþ½4+ %EK/Ý
±îuvzTp{{w§Eyvi˜ 0X†Îà:Ë}OçS'šH·Kq*“ˆÕmÃF@\ªN:téÏ^*Á¶¼sn‘“Ž2¢9T.½„\ýò@>˜7NFïNRÓ·wèôßEÕua'¬[þ¾cö¡ÌOæ¦âÅŠ². Ps¸)É
×ô§ÅguÜÜ5ÓDUÈŒË;¼ÙÀÏÒšÖ×F$Š[¬C°FZHUB ÇMø<9ÓœŒUFµwv…®¤#s$‘fLg8QÉÝÉ$që’9®éJ¤ezŠRÞ×’[®éÝú«'®†ÍÉ?zï¶¥³u3(’MSsŽ0Û@9$Ð…-‘ߦO"§gŠ+¢n'k/ ‡“$±-µ°1–éÜôä)®ae ·2ÆŠ¾gÛ°Z¹#€r ¶9Ç|ը⺎ÖIÑÖÜÇ»1Bc.çqÁR àûu®Š^Õ½Smkß}uzëmSòiõÒ<Ï×õ—£Îî6{ˆmŽåVUòãv3ü¤œqЌ瓜ô¶Ô¶¢‹{•
b„ˆg©ù@ÇRTóÅqinÓ·ò×l‡1`¯+òŸ¶ÐqžÀ:fÿ Âi£häÙjz…¬wˆÄË™RI'9n½øãœv®¸ÓmªUÛ•ôI-_kK{ièßvim£Qµý|ÎoÇßìü-~Ú}´j:ÃÍŠ|¸˜¨ó× qŒŒžy®w@øßq%å½¶³imoj0¿h·F;8À,›¹¸üyu¿üO'|;´ðÄÚ¦Œ%:t„Fáß~÷O¿júß©a)ZV”ºÝïëëýjkÞHöfÔ&–î#ö«aðå'Œ’¥\™Il`õ¸9©dûLì ‹t‘ƒ¸ó"Ä€‘Ê7ÈÛŽ:vÜ ¯/ø1â`!»Ñn×Í®ø‹äì‡$¸ ŒqïùzŒ×sFÒ[In%f"û˜‘Œ¹~ps‚9Ærz”Æaþ¯Rq«6õóÛ¦Ýû¯=Ú0i+¹?ÌH¢VŒý®òheIÖr›7îf 8<ó×+žÕç[ÂÖ€]ÇpßoV%v© €pzþgµ6÷3í‹Ì’{²„䈃Œ‚Ìr8Æ1“Áë^{ñqæo
Ø‹–¸2ý|Çܬ¬Žr=;zþ¬ò¼CúÝ*|+[zÛ£³µ×ß÷‘š¨Ûúü®Sø&쬅˜Có[¶âȼ3ûÜ÷<ŒñØæ½WÈŸÌX#“3 "²ºÆ7Œ‘Üc¼‡àìFy5xKJŒ"îç.r@ï×Þ½Ä-ÿ þ“}ª}’*Þ!,Fm¸Î@†9b?1W{Yæ3„`Ú¼VõŠÚÛ_kùöG.mhÎñ ôíhí§Ô$.ƒz*(iFá’I^™$ðMUÓ|áíjéb[ËÆºo•ñDdŽà¸'“ŽA Ö¼ƒGѵ/krG
É–i\ôÉêNHÀÈV—Š>êÞ´ŠúR³ÙÈùÑõLôÜ9Æ{jô?°°Kýš¥WíZ¿V—m6·E}{X~Æ?
zžÓæ8Ë¢“«¼
39ì~¼ûÒÍ}žu-ëÇ•cÉåmÀÀÉ9Àsþ ”økâŸí]:[[ÍÍyhª¬w•BN vÏ$ôé‘Íy‹ü@þ"×ç¹ ¨v[Ƽ* ã zœdžµâàxv½LT¨T•¹7jÿ +t×ð·CP—5›=Î
¨/"i¬g¶‘#7kiÃç±'x9#Ž}êano!òKD‘ílï”('¿SÔð?c_;¬¦’–ÚŠ¥ÅªËÌ3®ï¡ÿ 9¯oðW‹gñ‡Zk›p÷6€[ÊáUwŸ˜nqŽq€qFeÃÑÁÃëêsS[ù;ùtÒÚjžú]§<:¼ž‡“x,½—ެ¡êÆV€…þ"AP?ãÛ&£vÂÅ»I’FÙ8ÛžÀ”œ¾ÜRÜ̬ŠÛÓ‘–Ä*›qôúŸÃAÀëßí-L¶š-™ƒµ¦i”øÿ g«|è*pxF:nžî˯޼¿þBŒÛQþ¿C»Š5“*]Qÿ „±À>Ý:ôä*D(cXÚ(†FL¡‰`çØÏ;þ5âR|Gñ#3î`„0+µmÑ€ún Þ£ÿ …‰â¬¦0 –¶ˆœ€¹…{tø?ʯ(_çþ_Š5XY[¡Ù|Q¿ú
µŠ2︛sO* Бÿ ×â°<+à›MkÂ÷š…ij
·Ü–ˆ«ò‚?ˆœúäc½øåunû]¹Iïåè› ç ¯[ð&©¥Ýxn;6>}²’'`IË0ÁèN}zö5éâ©âr\¢0¥ñs^Ml¿«%®ýM$¥F•–ç‘Øj÷Ze¦£k
2¥ô"FqÀ`„~5Ùü+Ò¤—QºÕ†GÙ—Ë‹ çqä°=¶ÏûÔÍcá¶¡/ˆ¤[ý†iK ™°"ó•Æp;`t¯MÑt}+@²¶Óí·Ídy’3mÕË‘’zc€0 íyÎq„ž ¬4×5[_]Rë{]ì¬UZ±p÷^åØÞÈ[©&OúÝÛ‚‚s÷zžIïßó btÎΪ\ya¾U;C¤t*IÎFF3Џ™c
1žYD…U° êÄàõë\oŒ¼a ‡c[[GŽãP‘7 â znÈ>Ãü3ñ˜,=lUENŒäô¾ÚÀÓ[_ð9 œ´JçMy©E¢Àí}x,bpAó¦üdcûŒW9?Å[Há$¿¹pÄ™#^9O88©zO=«Ë!µÖüY¨³ªÍy9ûÒ1 úôÚ»M?àô÷«ÞëÖ–ÙMÌ#C&ßnJ“Üp#Ђ~²†G–àíekϵío»_žŸuΨQ„t“ÔÛ²øáû›´W6»Øoy FQÎr $Óõìk¬„‹ïÞÚ¼sÆíòÉ67\míÎyF¯ð¯TÓã’K;ë[ð·ld«7üyíšÉ𯊵 êáeYžÏq[«&vMÀðßFà}p3ÅgW‡°8ØßVín›þšõ³¹/ ü,÷ií|’‘´R,®ŠÉ‡W“Ž1ØöëÓ¾xžÖÞ¹xÞݬXZGù\’vŒž˜ÆsØúÓïí&ÒÒ{]Qž9£Ê¡ù·ÄÀ»¶áHäž™5—ìö« -&ù¤U<±ÉÆA>½ý+æg
jžö륢þNÛ=÷JÖÛfdÔ õýËúû‹ÓØB²¬fInZ8wÌÉЮ~aƒÎ=3ìx‚+/¶äÁlŠ‚?™Æü#8-œ\pqTZXtè%»»&ÚÝ#´ŠðÜžã§Í’¼{p·ß{m>ÞycP¨’¼¢0ú(Rƒë^Ž ñó¼(»y%m´ÕÙ}ÊûékB1¨þÑ®,#Q)ó‡o1T©ÜÃ*Ž‹‚yö<b‰4×H€“ìÐ.
¤²9ÌŠ>„Žãøgšñ
¯Š~)¸ßå\ÛÛoBŒa·L²œg$‚Iã¯ZÈ—Æ~%”äë—È8â)Œcƒ‘Âàu9¯b%)ÞS²¿Ïïÿ 4Öºù}Z/[H%¤vÉ#Ì’x§†b
© ³´tÜ{gn=iï%õªÇç]ܧ—!åw„SÓp ·VÈÏ¡?5Âcâb¥_ĤŠz¬—nàþÖΟñKÄöJé=ÌWèêT‹¸÷qÎჟ•q’zWUN«N/ØO^Ÿe|í¾©k{üõ4öV^ïù~G¹êzÂèº|·÷×[’Þ31†rpjg·n
Æ0Ý}kåË‹‰nîe¹ËÍ+™ÏVbrOç]'‰¼o®xÎh`¹Ç*±ÙÚ!T$d/$žN>¼WqᯅZ9ÑÒO\ÜÛê1o&,-z ~^NCgNÕéá)ÒÊ©7‰¨¯'Õþ¯þ_¿Ehîþóâ €ï¬uÛûý*ÎK9ä.â-öv<²‘×h$àãúW%ö¯~«g-ÕõÀàG~>Zú¾Iš+(šM³ Û#9äl%ðc¬ ûÝ xÖKG´x®|¸¤Ï™O:Ê8Ã’qÉcÔä‚yÇNJyËŒTj¥&µOmztjÿ ?KëaµÔù¯áýóXøãLeb¾tžAÇû`¨êGBAõ¾•:g˜’ù·,þhÀ`¬qÜ` e·~+å[±ý“âYÄjWì—µHé±ø?Nõô>½âX<5 Ç©ÏѼM¶8cܪXŽÉ^r?¼IróÈS•ZmÇ›™5»òÚÚ7ïu«&|·÷•Ά
>[©ÞXHeS$Œyà€ ÷ù²:ò2|óãDf? Z¼PD¶ÓßC(xÆ0|©ßR;ôMsÿ µ´ÔVi¬,͹›Ìxâi˜`¹,GAéÇlV§ÄýF×Yø§ê–‘:Ã=ò2³9n±ÉžØÏ@yÎWžæ±Ãàe„ÄÒN ]ïòêìú_Go'¦ŽÑ’_×õЯðR66þ!›ÑÄ gFMÙ— äžäqôÈ;ÿ eX<#%»Aö‰ãR¤ Í”Ž¹È G&¹Ÿƒ&á?¶Zˆ±keRè Kãnz·ãŠÕøÄÒÂ9j%@®×q±ÜŒý[õ-É$uíè&¤¶9zÇï·Oøï®ÄJKšÖìdü"µˆ[jײÎc;ã…B(g<9nàȯG½µŸPÓ.´Éfâ¼FŽP
31 ‘ÏR}<3šä~
Ã2xVöî Dr
Ç\›}Ý#S÷ÈÀëŽHÆI®à\OçKuäI¹†ó(”—GWî ñ³¹¸æ2¨›‹ºÚû%¾ýÖ_3ºNú¯ëúì|ÕÅÖ‰}ylM’ZËîTÿ á[ðÐñ/ˆ9Àû
¸ón3 Mòd‘÷ döª^.Êñް›BâîNp>cëÏçÍzïÃôÏ
YÍ%ª¬·ãÏ-*9ÜÂãhéŒc¾dÈêú¼Ë,. VŠ÷çeÿ n/¡¼äãõâ=‹xGQKx”|¹bÌŠD@2Œ 8'Ž àúƒŽ+áDÒ&¡¨"Œ§–Žr22 Ç·s]ŸÄ‹«ð%ÚÄ<¹ä’(×{e›HÀqÁç©Ç½`üŽÚõK饚9ƒÄ±€<–úƒú~ çðñO#Í%iKKlµ¦¾F)'Iê¬Î+Ç(`ñ¾£œdÈ’`™ºcßéé^ÿ i¸”Û\ý¡æhÔB«aq¸}ãÀÆ:ÜWƒ|FÛÿ BŒÇÀeaŸ-sÊ€:úW½ÜÝÜ<%$µ†%CóDªÀí%IÈÏʤ…ôäñÞŒ÷‘a0“ôŽÚë¤nŸoW÷0«e¶y'Å»aΗ2r’# Û°A^ý9ÉQÔõ=ù5¬£Öü.(Þ’M$~V«=éSÄFN½®©ÔWô»ÿ þHžkR‹ìÏ+µµžöê;khÚI¤m¨‹Ôš–âÖçJ¾_Z•’6a”Èô> ÕÉaÕ<%®£2n bQŠå\tÈõUÿ ø»þ‹k15‚ÃuCL$ݹp P1=Oøýs¯^u éEJ”–éêŸê½5ýzy›jÛ³á›Ûkÿ ÚOcn±ÛÏîW;boºz{ãžüVÆ¡a£a5½äÎÂks¸J@?1è¿{$ä‘=k”øsÖ^nŒ¦)ÝåXÃíùN1ØõÚOJë–xF÷h¸ Œ"Ž?x䜚ü³ì¨c*Fœ¯i;7~ñí׫Ðó¥Ë»3Ãü púw ‰°<Á%»ñž ÿ P+Û^ ¾Ye£ŽCÄŒ„/>˜>•á¶Ìm~&&À>M[hÈÈÿ [Ž•íd…RO@3^Ç(ʽ*¶ÖQZyßþ
1Vº}Ñç?¼O4Rh6R€ª£í¡ûÙ
a‚3ß·Õ
ü=mRÍ/µ9¤‚0ÑC¼Iè:cŽsÛ¾™x£ÆÐ¬ªÍöˢ샒W$•€Å{¨ÀPG
ÀÀàŸZìÍ1RÉ0´ðxEË9+Éÿ ^rEÕ—±Š„70l¼áË@û.' ¼¹Žz€N3úUÉ<3á×*?²¬‚ä†"Ùc=p íÛ'¡ª1ñ"økJ†HÒ'»Ÿ+
oÏN¬Ã9 dÙãÜדÏâÍ~æc+j·Jzâ7(£ðW]•æ™?nê´º6åwéåç÷N•ZŠíž›¬|?Ðõ?Ñ-E…®³ÇV$~X¯/…õ x‘LˆÑÜÚÈ7¦pzãÜüë½ðÄ^õtÝYËÍ7ÉÖÕ8ÏUe# #€r=sU¾/é’E§jRC4mxNÝ´9†íuá»›V‘
ZI€×cr1Ÿpzsøf»¨åV‹ìû`qËLÊIã?\~¼³áËC©êhªOîO»‘ÃmçÛçút×¢x“Z}?Üê#b-¤X7õÄò gž zzbº3œm*qvs·M=íúéw}¿&Úª°^Ö×µÏ(ø‡â†Öµƒenñý†×åQáYûœ÷ÇLœôÎNk¡ð‡¼/µ¸n0æÉ0¬ƒ‚üîÉÆvŒw®Sáö”š¯‹-üÕVŠØÙ[$`(9cqƒÔ_@BëqûÙ`Ýæ0;79È?w<ó |ÙÜkßÌ1±Ëã¿ìÒ»ðlìï«ÓnªèèrP´NÏš&ŽéöÙ¸÷æ°~-_O'‰`°!RÚÚÝ%]Ø%þbß1'¿ÿ XÕáOöÎŒ·‹¬+Åæ*ÛÛ™0¤ƒOÍÔ`u¯¦ÂaèÐÃÓ«‹¨Ô¥µœ¿¯ÉyÅÙ.oÔôŸ Úx&(STðݽ¦õ] ’ÒNóÁäÈùr3í·žÚ[™ƒ¼veÈ÷ÞIõÎGlqÎ=M|«gsªxÅI6
]Z·Îªä,¨zŒŽÄ~#ØŠúFñiÉqc©éÐD>S딑 GñŽ1éÐ^+
Ëi;Ô„µVÕú»i¯ÈÒ-ZÍ]òܘ®ì`bÛÙ¥_/y(@÷qÐúg Ô÷W0.Ø›
6Ò© r>QƒŒ0+Èîzb¨É+I0TbNñ"$~)ÕÒ6Þ‹{0VÆ27œWWñcÄcX×íôûyKZéðªc'iQ¿¯LaWŠŸS\·Š“źʸ…ôÙÂí|öÀÇåV|!¤ÂGâÛ[[’ï
3OrÙËPY¹=Î1õ5öåTžÑè Ú64/üö?Zëžk}¬¶éàoá¾á}3“ü]8Éæ¿´n²Žš_6¾pœ)2?úWÓÚ¥¾¨iWúdŽq{*ª1rXŒd…m»‰äcô¯–dâ•ã‘Jº¬§¨#¨®§,df«8ÉÅßN¾hˆ;îÓ=7áùpën®É 6ûJžO2^œÐò JÖø¥²ã›Ò6Ü·‰!wbÍ‚¬O©»õ¬ÿ ƒP=Ä:â¤-&ÙŽ
`È9 r9íϧzë> XÅ7ƒ5X–krÑ¢L7€ìw}ÑŸNHëŒüþ:2†á¼+u·á÷N/Û'Ðç~ߘô«ëh!ónRéeQ´6QÛÿ èEwëÅÒ|¸Yqó1uêyùzð8 ƒŠù¦Ò;¹ä6öi<'ü³„[ÃZhu½ ùÍ¡g‚>r¯×ŠîÌx}bñ2“k꣧oø~›hTèóËWò4|ki"xßQ˜Ï6øÀLnß‚0 ¹Æ{±–¶Öe#¨27È@^Ìß.1N¾œyç€õ†ñeé·Õã†çQ°€=Ì©ºB€Ø8<‚ÃSõ®ùcc>×Ú .Fr:žÝGæ=kÁâ,^!Fž
¬,àµ}%¶«îõ¹†"r²ƒGœüYÕd?aÑÃY®49PyU ÷þ!žxÅm|/‚ãNð˜¼PcûTÒ,¹/Ý=FkÏ|u¨¶«âë…{¤m¢]Û¾ïP>®XãÞ½iÓÁ¾
‰'¬–6ß¼(„ï— í!úÙäzôë^–:œ¨å|,_¿&š×]uÓѵÛô4’j”bž§x‘Æ©ã›á,‚[Ô
ÎÞ= ŒËæ ÀùYÁ?ŽïÚ¼?ÁªxºÕÛ,°1¸‘¿ÝäãØ¯v…@¤åq½ºã œàûââ·z8Xýˆþz~—û»™âµj=Ž
â~ãáh@'h¼F#·Üp?ŸëQü-løvépx»cŸø…lxâÃûG·‰¶ø”L£©%y?¦úõÆü-Õ¶¥y`Òl7>q’2üA?•F}c‡jB:¸Jÿ +§¹¿¸Q÷°ív=VÑìu[Qml%R7a×IèTõéŽx¬
?†š7
1†îã-ˆã’L¡lŽ0OÓ=ÅuˆpÇ•¼3ÛùÒ¶W/!|’wŽw^qÔ×ÏaóM8Q¨ãÑ?ëï0IEhÄa¸X•`a
?!ÐñùQ!Rä žqŽžÝO`I0ÿ J“y|ñ!Îã@99>þ8–+éáu…!ù—ä
ʰ<÷6’I®z
ÅS„¾)Zþ_Öýµ×ËPåOwø÷þ*üïænÖùmØÝûþ¹=>¦½öî×Jh]¼ç&@§nTŒ6ITÀõ^Fxð7Å3!Ö·aÛ$þÿ ¹ã5îIo:ȪmËY[’8ÇӾlj*òû¢¥xõ¾¼ú•åk+\ð¯ HÚoŽl•Ûk,¯ ç²²cõÅ{²Z\
´ìQ åpzŽ3Ôð}ÿ Jð¯XO¡øÎé€hÙ¥ûLdŒ`““ù6Gá^ÃáÝ^Ë[Ñb¾YåŒÊ»dŽ4†2§,;ÿ CQÄ´¾°¨c–±”mºV{«ßÕýÄW\ÖŸ‘çŸ,çMRÆí“l-ƒn~ë©ÉÈê Ü?#Ž•¹ðãSÒ¥ÐWNíà½;ãž)™ÎSÈ9cóLj뵿ūiÍk¨ió¶X‚7÷ƒ€yãnyÏŽëÞ Öt`×À×V's$È9Ú:ä{wÆEk€«†Çàc—â$éÎ.éí~Ýëk}ÅAÆpörÑ¢‡Šl¡ÑüSs‹¨‰IÄóÀ×wñ&eºðf™pŒÆ9gŽTø£lñëÀçŽ NkÊUK0U’p ï^¡ãÈ¥´ø{£ÙHp`’ØåbqÏ©äó^Æ:
Ž' ÊóM«õz+ß×ó5Ÿ»('¹ð¦C„$˜Å¢_ºÈI?»^äã'ñêzž+ë€ñ-½»´}¡Ë*õ?.xÇ^1ŽMyǸ&“—L–îëöâ7…' bqéÎGé]˪â1$o²¸R8Ã`.q€}sÖ¾C98cêÆÞíïóòvÓòùœÕfÔÚéýuèÖ·Ú
Å‚_¤³ÜۺƑß”àרý:׃xPþÅÕî-/üØmnQìïGΊÙRqê=>¢½õnæ·r!—h`+’;ò3È<“Û©éšóŸx*÷V¹¸×tÈiˆßwiÔÿ |cŒñÏ®3ֽ̰‰Ë Qr©ö½®¼ÛoÑÙZÅÑ«O൯ýw8;k›ÿ x†;ˆJa;‘º9÷÷R+¡ñgŽí|Iáë{ôáo2ʲ9 029ÉÏLí\‰¿¸Ÿb˜ "Bv$£ßiê>=ªª©f
’N ëí>¡NXW~5×úíø\‰»½Ï^ø(—wÖú¥¤2íŽÞXæÁ$°eÈ888^nÝë²ñÝÔ^ ÖÚ9Q~Ëå7ï
DC¶ÑµƒsËÇè9®Wáþƒ6‡£´·°2\Ý:ÈÑ?(#¨'$õèGJ¥ñW\ÿ ‰E¶—¸™g˜ÌÀ¹;Pv ú±ÎNs·ëŸ’–"Ž/:té+ûË]öJöÓM»ëø˜*‘•^Uý—êd|‰åñMæÔÝ‹23å™6æHùÛ‚ëüñ^…ñ1¢oêûÑEØ.õ7*ÅHtÎp{g<·Á«+¸c¿¿pÓ¾Æby=8É_ÄsÆk¬ñB\jÞÔì••Ë[9Píb‹Bヅ =93§ð§LšÛáÖšÆæXÌÞdÛP.0\ãïÛ0?™úJ¸™Ë
”•œº+=<µI£¦í¯õêt¬d‹T¬P=ËFêT>ÍØØ@Ï9<÷AQÌ×»Õ¡xùk",JÎæù±Éç$œŽŸZWH®¯"·UÌQ ’ÙÈ]ÅXg<ã
ߨg3-Üqe€0¢¨*Œ$܃
’Sû 8㎼_/e'+Ï–-èÓ¶¶Õíß[·ÙÙ½îì—¼sk%§µxä‰â-pÒeÆCrú
ôσžû=”šÅô(QW‚Õd\ƒæ. \àö¹¯F½°³½0M>‘gr÷q+œ¶NïºHO— ¤ ܥݔn·J|ÆP6Kµc=Isó}Ò çGš)a=—#vK›åoK§ßóÙ¤¶¿õú…ÄRÚ[ËsöÙ¼Ë•Ë ópw®qœŒ·Ø
ùÇâ‹ý‡ãKèS&ÞvûDAù‘É9ŒîqÅ}
$SnIV[]Ñ´Ó}ØÜ¾A Ü|½kÅþÓ|EMuR¼.I¼¶däò‚ÃkÆ}ðy¹vciUœZ…Õõ»z¾÷¿n¦*j-É/àœHã\y5 Û ß™ó0—äŸnzôã#Ô¯,†¥ÚeÔ÷ÜÅ´„“'c…<íÝ€<·SŠ¥k§Ã¢éÆÆÙna‚8–=«Êª[Ÿ™°pNî02z“ÔÙ–K8.È’Þî(vƒ2®@ äÈûãçžxäÇf¯ˆu¹yUÕîýWšÙ|›ëÒ%Q^í[æ|éo5ZY•^{96ˆY‚§v*x>âº_|U¹Ö´©tûMÒÂ9PÇ#«£#€ éÉñ‘ƒÍz/‰´-į¹°dd,Б›p03ƒœ{ç9=+
Ûᧇ¬¦[‡‚ê婺¸#±ß=³ý¿•Õµjñ½HÙh›Û[§ÚýÊöô÷{˜?ô÷·Ô.u©–_%còcAÀ˜’
}0x9Î>žñÇáÍ9,ahï¦Ì2òÓ ñÛAäry$V²Nð
]=$Ž
‚#Ù‚1ƒƒødõMax‡ÂÖ^!±KkÛ‘
«“Çó²FN8+ëÎ{Ò¼oí§[«ÕMRoËeç×[_m/¦¦k.kôgŽxsSÓ´ý`êzªÜÜKo‰cPC9ÎY‰#§^üý9¹âïÞx£Ë·Ú`±‰‹¤;³–=ÏaôÕAð‚÷kêÁNBéÎælcõö®£Fð†ô2Ò¬]ßÂK$ÓÜ®•”/ÊHàã$ä¸÷ëf¹Oµúâ“”’²øè´µþöjçNü÷üÌ¿ xNïFÒd»¼·h®îT9ŽAµÖ>qÁçÔœtïÒ»\ȶÎîcÞäîó3¶@#ÉIÎ ÔñW.<´’¥–ÑÑ€ÕšA‚ ;†qÓë‚2q
ÒÂó$# Çí‡
!Ë}Õ9ÈÎÑÉã=;ŒÇÎuñ+ÉûÏ¥öíeÙ+$úíÜ娯'+êZH4ƒq¶FV‹gïŒ208ÆÌ)íб>M|÷âÍã¾"iì‹¥£Jd´™OÝç;sÈúr+ÜäˆË)DŒ¥šF°*3Õ”d{zÔwºQ¿·UžÉf†~>I+ŒqÔ`ð3œ“Ü×f]œTÁÔn4“ƒø’Ýßõ_«*5šzGCÊ,þ+ê1ò÷O¶¸cœºb2yÇ;cùÕ£ñh¬›áÑŠr¤ÝäNBk¥—á—†gxšX/쑘hŸ*Tçn =ûã¦2|(ð¿e·ºÖ$
ýìŸ!'åΰyîî+×öœ=Y:²¦ÓÞ×iü’—ü
-BK™£˜›âÆ¡&véðõ-ûÉY¹=Onj¹ø¯¯yf4·±T Pó`çœ7={×mÃ/¢˜ZÚòK…G½¥b„’G AãÜœ*í¯Ã¿ IoæI¦NU8‘RwÈã;·€ Û×ëÒ”1Y
•£E»ÿ Oyto¢<£Áö·šï,䉧ûA¼sû»Nò}¹üE{ÜÖªò1’õÞr0â}ÎØ#>à/8ïéÎ~—áÍ#ñÎlí§³2f'h”?C÷YËdð:qëõÓ·‚ïeÄ©
ÔÈØÜRL+žAÎ3¼g=åšó³Œt3
ÑQ¦ùRÙßE®¼±w_;þhš’Sirÿ ^ˆã¼iੇ|RòO„m°J/“$·l“ ÇÓ¿ÿ [ÑŠÆ“„†Õø>cFÆ6Ø1ƒ– àz7Ldòxäüwá‹ÝAXùO•Úý’é®ähm •NÀ±ÌTÈç
ƒ‘I$pGž:‚ÄbêW¢®œ´|¦nÍ>¶ÖÏ¢§ÎÜ¢ºö¹•%ÄqL^öÛKpNA<ã¡ …î==ª¸óffËF‡yÌcÉ ©ç$ð=ñÏYþÊ’Ú]—¥‚¬‚eDïÎH>Ÿ_ÌTP™a‰ch['çÆÜò7a‡?w°Ïn§âÎ5”’¨¹uÚÛ|´ÓÓc§{O—ü1•ªxsÃZ…ÊÏy¡Ã3¸Ë2Èé» ‘ƒÎ äžÜðA§cáOéúÛ4ý5-fŒï„ù¬ûô.Ç Üsž•Ò¾•wo<¶Ÿ"¬¡º|£
î2sÇ¡éE²ÉFѱrU°dÜ6œ¨ mc†Îxë׺Þ'0²¡Rr„{j¾í·è›µ÷)º·å–‹î2|I®Y¼ºÍË·–ÃÆàã£'óÆxƒOÆÞ&>\lóÌxP Xc¸ì Sþ5§qà/ê>#žÞW¸if$\3 ® ûÄ“ùŽÕê¾ð<Ó‹H¶óÏ" å·( á‘€:ã†8Ï=+ꨬUA×ÃËÚT’ÑÞöù¥¢]{»ms¥F0\ÑÕ—ô}&ÛB´ƒOŽÚ+›xíÄÀ1
,v± žIëíZ0ǧ™3í2®0ทp9öÝÔž)ÓZËoq/Ú“‘L ²ŒmùŽï‘Ó9§[Û#Ä‘\ÞB¬Çs [;à à«g‚2ôòªœÝV§»·¯/[uó½õÛï¾
/šÍ}öüÿ «=x»HŸÂÞ.™ ÌQùŸh´‘#a$‚'¡u<Š›Æ>2>+ƒLSiöwµFó1!eg`£åœ ÷ëÛö}Á¿ÛVÙêv $¬ƒ|,s÷z€ð΃¨x÷ÅD\ÜŒÞmåÔ„ ˆ o| :{ÇÓ¶–òÁn!´0Ål€, ƒ ( ÛŒŒc¶rsšæ,4‹MÛOH!@¢ ÇŽ„`å²9ÝÃw;AÍt0®¤¡…¯ØÄ.Àìí´ƒ‘ßñ5Í,Óëu-ÈÔc¢KÃÓ£òÖ̺U.õL¯0…%2È—"~x
‚[`có±nHàŽyàö™¥keˆìŒÛFç{(Ø©†`Jã#Žwg<“:ÚÉ;M
^\yhûX‡vB·÷zrF?§BÊÔ/s<ÐÈB)Û± ·ÍÔwç5Âã:så§e{mѤï«Òíh—]Wm4âí¿ùþW4bC3¶ª¾Ùr$pw`àädzt!yŠI„hÂîàM)!edŒm'æ>Ç?wzºKìcŒ´¯Ìq6fp$)ãw¡éUl`µ»ARAˆÝÕgr:äŒgƒéé[Ôö±”iYs5Ýï«ÙG—K=þF’æMG«óÿ `ŠKɦuOQ!ÕåŒ/ÎGÞ`@ËqÕzdõâ«Ê/Ö(ƒK´%ŽbMüåÜŸö—>¤óŒŒV‘°„I¢Yž#™¥ùÏÊ@8
œgqöö5ª4vד[¬(q cò¨À!FGaÁõõ¯?§†¥ÏU½í¿WªZ$úyú½Žz×§Éþ?>Ã×È•6°{™™ŽÙ.$`ÎUœ…çè ' ¤r$1Ø(y7 ðV<ž:È ÁÎMw¾Â'Øb§øxb7gãО½óÉÊë²,i„Fȹ£§8ãä½k¹¥¦ê/ç{ïê驪2œ/«ü?¯Ô›ìñÜ$þeýœRIåŒg9Ác’zrrNO bÚi¢
ѺË/$,“ª¯Ýä;Œ× ´<ÛÑn³IvŸb™¥ nm–ÄŸ—nÝÀãŽ3ëÍG,.öó³˜Ù£¹uÊÌrŠ[<±!@Æ:c9ÅZh
ì’M5ÄìÌ-‚¼ëÉùqŽGì9¬á ;¨A-ž—évþÖ–^ON·Ô”ŸEý}ú×PO&e[]ÒG¸˜Ûp ƒÃà/Ë·8ûÀ€1ž@¿ÚB*²¼ñì8@p™8Q“žÆH'8«I-%¸‚
F»“åó6°Uù|¶Ú¸ã ò^Äw¥ŠÖK–1ÜÝK,Žddlí²0PÀü“×ükG…¯U«·¶–´w¶ŽÍ¾©yÞú[Zös•¯Á[™6°
¨¼ÉVæq·,#
ìãï‘×8îry®A››¨,ãc66»Ë´ã'æÉù?t}¢æH--Òá"›|ˆ¬[í 7¶ö#¸9«––‹$,+Ëqœ\Êøc€yê^ݸÄa°«™B-9%«×®‹V´w~vÜTéꢷþ¼ˆ%·¹• ’[xç•÷2gØS?6åÀÚ õ9É#š@÷bT¸º²C*3Bá¤òÎA9 =úU§Ó"2Ãlá0iÝIc‚2Î@%öç94ùô»'»HÄ¥Ô¾@à Tp£šíx:úÊ:5eºßMý×wµ›Ó_+šº3Ýyvÿ "ºÇ<ÂI>Õ1G·Ë«È«É# àÈÇ øp Jv·šæDûE¿›†Ë’NFr2qŸ½ÇAÜšu•´éí#Ħ8£2”Ú2Ã/€[ÎTr;qŠz*ý’Îþ(≠;¡TÆâ›;ºÿ àçœk‘Þ8¾Uª¾íé{^×IZéwÓkXÉûÑZo¯_øo×È¡¬ â–ÞR§2„‚Àœü½ùç® SVa†Âüª¼±D‘ŒísŸàä|ä2 æ[‹z”¯s{wn„ÆmáóCO+†GO8Ïeçåº`¯^¼ðG5f{Xžä,k‰<á y™¥voÆ éÛõëI=œ1‹éíÔÀÑ)R#;AÂncäŽ:tÏ#¶TkB.0Œ-ÖÞZÛgumß}fÎJÉ+#2êÔP£žùÈÅi¢%œ3P*Yƒò‚A쓎2r:ƒÐúñiRUQq‰H9!”={~¼“JŽV¥»×²m.ÛߺiYl¾òk˜gL³·rT•
’…wHÁ6ä`–Î3ùÌ4Øe³†&òL‘•%clyîAÂäà0 žüç$[3uŘpNOÀÉ=† cï{rYK
ååä~FÁ
•a»"Lär1Ó¯2Äõæ<™C•.fÕ»è¥~½-¿g½Â4¡{[ør¨¶·Žõäx¥’l®qpwÇ»8ärF \cޏܯÓ-g‚yciÏÀ¾rÎwèØÈ#o°Á9ã5¢šfÔxÞæfGusÏÌJÿ µ×œ/LtãÅT7²¶w,l
ɳ;”eúà·¨çîŒsÜgTÃS¦^ '~‹®›¯+k÷ZÖd©Æ*Ó[Ü«%Œk0ŽXƒ”$k#Ȩ P2bv‘ƒŸáÇ™ÆÕb)m$É*8óLE‘8'–ÜN Úyàúô+{uº±I'wvš4fÜr íì½=úuú
sFlìV$‘ö†HÑù€$§ õ=½¸«Ž]
:Ž+•¦ïmRþ½l´îÊT#nkiøÿ _ðÆT¶7Ò½ºÒ£Î¸d\ã8=yãŽÜäR{x]ZâÚé#¸r²#»ÎHÆ6õ ç® ÎFkr;sºÄ.&;só±Ç9êH÷ýSšÕtÐU¢-n Ì| vqœ„{gŒt§S.P‹’މ_[;m¥ÞZýRûÂX{+¥úü¼ú•-àÓ7!„G"“´‹žƒnrYXã¸îp éœ!ÓoPÌtÑ (‰Þ¹é€sÓ#GLçÕšÑnJý¡!‘Tä#“ß?îýp}xÇ‚I¥Õn#·¸–y'qó@r[ Êô÷<ÔWÃÓ¢áN¥4Ô’I&ݼ¬¬¼ÞºvéÆ
FQV~_ÒüJÖÚt¥¦Xá3BÄP^%ÈÎW-×c¡ú©¤·Iþèk¥š?–UQåIR[’O 5x\ÉhÆI¶K4«2ùªŠŒ<¼óœçØ`u«‚Í.VHä€ Ëgfx''9ÆI#±®Z8
sISºku¢ßÞ]úk»Jößl¡B.Ü»ÿ MWe
°·Ž%šêɆ¼»Âù³´œ O¿cÐÓÄh©"ÛÜÏ.ÖV’3nüÄmnq[ŒòznšÖ>J¬òˆæ…qýØP Ž:ä7^0yëWšÍ_79äoaÈ °#q0{ää×mœy”R{vÒÞ¶ÚÏe¥“ÚÆÐ¥Ì®—õýjR •íç›Ìb„+JyÜØÙ•Ç]¿Ôd þËOL²”9-Œ—õÃc'æÝלçÚ²ìejP“½
âù°¨†ðqòädЃÉäÖÜj÷PÇp“ÍšŠå«‘î
<iWNsmª»¶vÓz5»ûì:Rs\Ðßôû×uÔÿÙ