Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.216.177
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
cron.daily /
Delete
Unzip
Name
Size
Permission
Date
Action
.placeholder
102
B
-rw-r--r--
2025-08-05 17:14
apache2
539
B
-rwxr-xr-x
2024-03-18 11:41
apport
376
B
-rwxr-xr-x
2025-07-08 14:50
apt-compat
1.44
KB
-rwxr-xr-x
2024-03-22 10:11
dpkg
123
B
-rwxr-xr-x
2024-02-05 02:31
logrotate
377
B
-rwxr-xr-x
2025-08-05 17:14
man-db
1.36
KB
-rwxr-xr-x
2025-08-05 17:14
plocate
652
B
-rwxr-xr-x
2023-07-31 20:04
sysstat
518
B
-rwxr-xr-x
2025-08-05 17:14
Save
Rename
#!/bin/sh # Generate a daily summary of process accounting. Since this will probably # get kicked off in the morning, it is run against the previous day data. set -e # Our configuration file DEFAULT=/etc/default/sysstat # Default settings, overridden in the above file ENABLED=false # Skip in favour of systemd timer [ ! -d /run/systemd/system ] || exit 0 [ -x /usr/lib/sysstat/sa2 ] || exit 0 # Read our config [ -r "$DEFAULT" ] && . "$DEFAULT" [ "$ENABLED" = "true" ] || exit 0 exec /usr/lib/sysstat/sa2 -A