Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
snap /
core20 /
2866 /
etc /
init.d /
Delete
Unzip
Name
Size
Permission
Date
Action
apparmor
3.65
KB
-rwxr-xr-x
2023-10-10 21:20
cryptdisks
937
B
-rwxr-xr-x
2020-02-04 22:11
cryptdisks-early
896
B
-rwxr-xr-x
2020-02-04 22:11
dbus
3.08
KB
-rwxr-xr-x
2019-09-30 16:47
hwclock.sh
3.72
KB
-rwxr-xr-x
2019-07-29 06:44
kmod
2
KB
-rwxr-xr-x
2020-02-19 18:12
procps
924
B
-rwxr-xr-x
2020-02-14 07:44
ssh
3.85
KB
-rwxr-xr-x
2023-04-04 07:47
udev
6.71
KB
-rwxr-xr-x
2024-06-18 05:29
Save
Rename
#! /bin/sh # kFreeBSD do not accept scripts as interpreters, using #!/bin/sh and sourcing. if [ true != "$INIT_D_SCRIPT_SOURCED" ] ; then set "$0" "$@"; INIT_D_SCRIPT_SOURCED=true . /lib/init/init-d-script fi ### BEGIN INIT INFO # Provides: procps # Required-Start: mountkernfs $local_fs # Required-Stop: # Should-Start: udev module-init-tools # X-Start-Before: $network # Default-Start: S # Default-Stop: # Short-Description: Configure kernel parameters at boottime # Description: Loads kernel parameters that are specified in /etc/sysctl.conf ### END INIT INFO # # written by Elrond <Elrond@Wunder-Nett.org> DESC="Setting kernel variables" DAEMON=/sbin/sysctl PIDFILE=none # Comment this out for sysctl to print every item changed QUIET_SYSCTL="-q" do_start_cmd() { STATUS=0 $DAEMON $QUIET_SYSCTL --system || STATUS=$? return $STATUS } do_stop() { return 0; } do_status() { return 0; }