Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 3.147.8.67
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
snap /
lxd /
31333 /
share /
openvswitch /
scripts /
Delete
Unzip
Name
Size
Permission
Date
Action
usdt
[ DIR ]
drwxr-xr-x
2024-11-20 14:23
ovs-bugtool-daemons-ver
872
B
-rwxr-xr-x
2024-11-20 14:02
ovs-bugtool-fdb-show
852
B
-rwxr-xr-x
2024-11-20 14:02
ovs-bugtool-get-dpdk-nic-numa
977
B
-rwxr-xr-x
2024-11-20 14:02
ovs-bugtool-get-port-stats
395
B
-rwxr-xr-x
2024-11-20 14:02
ovs-bugtool-ovs-appctl-dpif
919
B
-rwxr-xr-x
2024-11-20 14:02
ovs-bugtool-ovs-bridge-datapath-type
834
B
-rwxr-xr-x
2024-11-20 14:02
ovs-bugtool-ovs-ofctl-loop-over-bridges
1.24
KB
-rwxr-xr-x
2024-11-20 14:02
ovs-bugtool-ovs-vswitchd-threads-affinity
825
B
-rwxr-xr-x
2024-11-20 14:02
ovs-bugtool-qos-configs
1.02
KB
-rwxr-xr-x
2024-11-20 14:02
ovs-bugtool-tc-class-show
981
B
-rwxr-xr-x
2024-11-20 14:02
ovs-check-dead-ifs
2.92
KB
-rwxr-xr-x
2024-11-20 14:02
ovs-ctl
19.31
KB
-rwxr-xr-x
2024-11-20 14:02
ovs-kmod-ctl
5.94
KB
-rwxr-xr-x
2024-11-20 14:02
ovs-lib
21.93
KB
-rw-r--r--
2024-11-20 14:02
ovs-monitor-ipsec
50.29
KB
-rwxr-xr-x
2024-11-20 14:02
ovs-save
5.57
KB
-rwxr-xr-x
2024-11-20 14:02
ovs-vtep
27.03
KB
-rwxr-xr-x
2024-11-20 14:02
Save
Rename
#! /bin/sh # This library is free software; you can redistribute it and/or # modify it under the terms of version 2.1 of the GNU Lesser General # Public License as published by the Free Software Foundation. # # This library 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 # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA # # Copyright (C) 2011 Nicira, Inc. for iface in $(cd /sys/class/net && echo *); do if [ -d /sys/class/net/$iface ]; then echo Interface $iface: # indent tc output so it's clear which interface it pertains to /sbin/tc -s -d class show dev $iface | /bin/sed 's/^/ /' fi done